Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP9's Data environment
Message
 
 
To
24/07/2009 11:23:59
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
01414218
Message ID:
01414223
Views:
51
>>Did you try for problematic reports
>>
>>SET REPORTBEHAVIOR 80
>
>I can't do this... because the center of the idea is to don't use paper.. And mostly of this reports is exported as HTML and emailed to someone..
>
>And I'm using report listeners... Something as:
>
>
>lclocal		= Justpath(_Screen.cSetupIniName)
>lcassi		= Forcepath("employsignature.htm", lclocal)
>If  File(lcdest)
>	Erase lcdest
>Endif
>lclib				 = "_reportlistener.vcx"
>If  Version(2)=2
>	lclib			 = Forcepath("_reportlistener.vcx",Home()+"\FFc\")
>Endif
>oHTMLReport = Newobject("HtmlListener", lclib)
>oHTMLReport.ListenerType = HTMLListener
>oHTMLReport.TargetFileName = lcdest
>IF  pcalias="pedcompr"  && a try to select to work around
>	SELECT copedite
>ENDIF
>SET COVERAGE TO log.txt
>
>*SET STEP ON 
>*WAIT WINDOW "I'm here 1"
>Report Form (lcrepo) &options &forexpr;
>	TO Printer Prompt Noconsole Object oHTMLReport
>*WAIT WINDOW "I'm here 2"
>SET COVERAGE TO 
>
>
>tks

Check if this link may give you some help Report Features in Run-time
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform