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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Source code of a .prg file being printed after running it

Status
Not open for further replies.

Inas

Technical User
Sep 9, 2003
20
SG
Anyone there could advised me on that? i wrote a simple program to convert a csv file to dbf. each and every time after i run the program , a copy of the source code was printed to the default printer of my computer. is there any code that i miss out to avoid this?

thanks..
 

What code are you using for you conversion? If you posted it we may have a clue as to where the problem is.
Check your SET TALK first, it should be off. Also if you code is sent to your printer that means that your SET DEVICE is set to your printer rather then you screen. Are you using question marks in your code?

Mike Gagnon

If you want to get the best response to a question, please check out FAQ184-2483 first.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top