Hello
Mike, i have a New problem with this code
loPreview loPreview = NULL
DO (_REPORTPREVIEW) WITH loPreview loPreview.AllowPrintFromPreview = .F.
&& This is the important bit
loPreview.AllowPrintFromPreview = .F. loListener = CREATEOBJECT("ReportListener") loListener.PreviewContainer =...
Mike
LOCAL loPreview
loPreview = NULL
DO (_REPORTPREVIEW) WITH loPreview
loPreview.AllowPrintFromPreview = .F.
&& This is the important bit
loPreview.AllowPrintFromPreview = .F.
loListener = CREATEOBJECT("ReportListener")
loListener.PreviewContainer = loPreview
lolistener.ListenerType = 1...
Mike,
The syntax what i used is
_Screen.oFoxyPreviewer. but nothing happen
I'm thinking to use report preview instead of pdf with pdfviewer
But then i need to hide that print button too
Hello Mike, i need to disable the print button if that pdf was printed 1 time user cannot be able to print 2 nd time i need that user can only view that pdf not to print it
I try to set lPDFEncryptDocument = TRUE
lShowPrintBtn= .F.
lPDFCanPrint = .f.
but is the same result with no modification
Hello
I am using foxypreviewer in my app in visual FOXPRO9 for generating an PDF file from report but i need to deactivate print button from that PDF, how can i do that? It is possible to deactivate it?
Thank you!
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.