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 Mike Lewis 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: ElusiveCoder
  • Order by date
  1. ElusiveCoder

    Empty fields in the form

    Not sure exactly what you're up to, but have you considered creating an array of control references, and looping through it. You might find the isnull() function of interest as well.
  2. ElusiveCoder

    How to call EXE file ?

    Faced this one myself... Nick the WinExec function from the windows API... This can be done with the statement DECLARE LONG WinExec IN WIN32API STRING, LONG Once that line has been executed, you can spawn another exe by calling the WinExec function, for example: Winexec...

Part and Inventory Search

Back
Top