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

    Printer selection

    I create a procedure where I set a printer for special documents, but the print-output will not change to an other printer as my default printer. It founds the criteria, but nothing happens to my printer settings. What do I wrongly? proc SetSpecialPrinter lnprinters = Aprinters(laPrinters) If...
  2. allserve

    Please let me know how to use: Vis

    Please let me know how to use: Visual Foxpro V7 OLE automation MailMerge in Office XP MS-Word instead of Office 2000 MS-Word On which URL site's can we find the correct OLE methods for OFFICE XP, so that we can use Mailmerge All works fine with Office 2000 and older, but gives problems with...
  3. allserve

    how to make a file from a cursor

    Hi colleague, I have following VFP code. This is the end of filter steps. We keep the project keys in cursor crsTemp7. Then we set relations to the other tables to find other fields and call the breport. Our wish is now to store all the fields that are used on the report (or even all the...
  4. allserve

    How to Convert a Math result to string

    35 / 55 gives results 0.62 Set decimal to 4 Str(34 / 55) gives results 1 How to solve this?

Part and Inventory Search

Back
Top