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 bkrike 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: gxdragon
  • Content: Threads
  • Order by date
  1. gxdragon

    retrieve data from a flexgrid

    I have a flexgrid with 3 columns and ? rows. the user can change the information in the 3rd column. how do I loop through and retrieve this information after the user is done with it?
  2. gxdragon

    Screen Saver

    On my PC I had to disable my windows screen saver it kept shutting down VB6. Now the same thing is happening on a client site to a program I wrote. When power saver executes the program shuts down. Is there anything I can do besides disabling power saver?
  3. gxdragon

    Loading & Unloading a form

    I am loading a form when a button is clicked. After that form finishes an upload (or if a cancel button is clicked) it is unloaded. When the form unloads it executes the same line which loaded it in the first place "Load FrmUpload" and I receive an error "run time error 364 -...
  4. gxdragon

    continue

    Does VB have a command similiar to the C continue command. In C the continue command takes you back to the first line in a loop without executing the commands that follow the continue command.
  5. gxdragon

    page numbering using the printer object

    I have several documents printing in a loop. At the begining of the page I use Printer.Page to get the page number, if the document exceeds a page then I use Printer.Newpage to increment it. At the end of the page I use a Printer.EndDoc to end the print job then continue printing the next...

Part and Inventory Search

Back
Top