Mike,
I used your suggestion about putting the word "ADDITIVE" without the quotes at the end of the line of code that reads:
[code]
SET PROCEDURE TO c:\foxpro1\progs\myfunction.prg ADDITIVE
/[code]
I changed this SET PROCEDURE TO line of code to read:
[code]
SET PROCEDURE TO...
Hello,
I have been trying to get the lines of code that I found in faq184-2919 to work correctly.
I put the following lines of code into a program called myfunction.prg.
FUNCTION PRINTED
IF WEXIST("Printing...")
lPrinted = .T.
ENDIF
ENDFUNC
Then on my form's PRINT command button click...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.