Recent content by ringjensen

  1. R

    Split file path if certain directory is used

    Solved: Split file path if certain directory is used Got it :-)... a trim function did the job... with this function I can manipulate the positions and change from Left to Right and vice versa perfect ... the substring (text) is my criteria foldername ... thanks to "Chip Pearson and Pearson...
  2. R

    Form flicker when resize and requery - access 2010

    I know this issue has been delt with in several threads with echo etc. but... Flickering has indeed increased with Access 2010 (need to use that version due to both the navigation form option and the native web control) A requery after update in a combo results in flickering all over or just...
  3. R

    Split file path if certain directory is used

    Hi English isn't my native - hope I can explain myself :-) even if it's sounds crazy Please! Need to split a file path if it meets certain criteries. ex.. "c:\folder\subfolder1\subfolder2\subfolder criteria\subfolder4\subfolder5\" Need to break it up like "c:\folder\subfolder1\subfolder2\...
  4. R

    WebControl() Access 2010 - save url in database

    I am certain that it's the old webbrowser wrapped in shiny new paper :-) But anyway frustrating not to find any documentation because the handling is so different from the ActiveX component.. I got my filesaving functionality from the ActiveX component but... quickly found out that all mouse...
  5. R

    WebControl() Access 2010 - save url in database

    Thanks for not replying with help or suggestions ;-) Learned a lot reading several articles etc.. Instead of using the new webcontrol - I used the Microsoft Web Browser ActiveX component.. I'm complete newbie on ActiveX but it seems like WebBrowser1.ExecWB OLECMDID_SAVEAS...
  6. R

    WebControl() Access 2010 - save url in database

    WebControl() Access 2010 - save url/document in database or as localfile Hi I have a form with a webcontrol where I need to save the url/document ex. a pdf-file in my database as an attachment.. When I ex. make a google search and find a pdf document - I can open it inside the control - no...
Back
Top Bottom