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

    "Form is not an object" - error in executable but not project.

    I use the following code within a procedure on my menu and it works find when runing within the project. When I compile an executable and choose the menu option, I get the following error: "Form is not an object". FOR x = 1 TO _screen.FormCount if _screen.forms(x).name =...
  2. Kbutt

    Printing to network printer???

    I am using fp2.6 (windows). I'm trying to send a report to a network printer (which is not my default printer). I have tried, SET PRINTER TO \\<machine name> \<printer name> = <dest>, with no luck. The report still goes to the default printer. Thank you.

Part and Inventory Search

Back
Top