Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: RoyVidar
  • Content: Threads
  • Order by date
  1. RoyVidar

    2K/XP recordset/library

    I have two questions conserning using the same app on different versions of Office (XP and 2000 (2K)) When programming, I have a tendency to use the same recordset variable thru the whole snippet, opening and closing it, just using different sql-strings, cursortype, locktype etc That works...
  2. RoyVidar

    File Open/SaveAs Dialogs in Word

    Hi! I need the same functionality as the .GetSaveAsFilename method gives you in Excel, but in Word (2000). (I'm hoping to achieve this without calling the methods thru Excel). I'm trying the Dialogs(wdDialogFileOpen).Show thingie in Word, but it does not seem possible to set file filters and...
  3. RoyVidar

    Run subs/functions in Normal.dot from documents

    Hi! I have 4-5 Word-templates that are basis for numerous documents each day. From these documents (or their templates) I would like to run Functions and Subs located in Normal.dot. Can someone point me in the right direction here... Roy-Vidar
  4. RoyVidar

    Hi! I'm currently working with A

    Hi! I'm currently working with Access XP (2002), and find that even if a lot of VBA Help items are listed, only 10-30% of the items actually have any information (Clicking on ADO, ADOX etc doesn't give any information at all). Am i missing something? Thanx, Roy-Vidar
  5. RoyVidar

    Disabling all subform controls

    Hi! Given a criteria on my main form, I want to disable all controls on my subform. I do that now bo looping thru the controls (For Each...) and it works fine except for one thing. One of the subform controls has focus, even if the focus is on the main form. So it produces an error (can't...
  6. RoyVidar

    COM port access

    Hi! I'm doing a project now, where it would come in very handy to be able to open and read COM ports from within VBA (ASCII-chars only). Does VBA support COM port access? (Opening and reading...). Thanx in advance, Roy-Vidar
  7. RoyVidar

    My code is reading a file before it's saved (repeated)

    I'm doing a sequential read from a textfile downloaded through the Shell Function and DOS FTP.<br><br>My problem is that the following Code starts reading this before it's saved.<br><br>Now, I bypass this by adding some time and doing some loops, but isn't there a better way, with a bit more...
  8. RoyVidar

    My code is reading a file before it's saved

    I'm downloading a text file, using the Shell function and FTP program in a Form_Timer event (<A HREF="ftp://FTP.TXT" TARGET="_new">FTP.TXT</A> contains username, PW, and Get). <br><br>retval = Shell(&quot;c:\windows\system\<A HREF="ftp://ftp.exe" TARGET="_new">ftp.exe</A> -s:<A...
  9. RoyVidar

    Importing XML-files

    I'm doing sequential read from the file, sorting out the different fields, quotes, tags and whatever. Are there any tools for a more dynamic way of importing XML-files in A-2000?<br><br>Any help would be appreciatet.

Part and Inventory Search

Back
Top