Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP9's Data environment
Message
 
 
À
24/07/2009 11:23:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
01414218
Message ID:
01414223
Vues:
50
>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform