Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report preview toolbar
Message
De
30/12/2015 10:33:51
 
 
À
29/12/2015 18:25:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01629384
Message ID:
01629451
Vues:
97
I discovered that the toolbar is accessible when the application is ran as an EXEecutable from the Windows desktop, but not from the FoxPro desktop (via command window).

But, either way, the application is a quick and dirty solution, and does not matter. I placed a comment stating the known issue as a BugBug to be possibly resolved later if need be.

Thanks for the ideas.

>try this code adding set reportBehavior 90 :
>this permit you to access the contextuel menu by rightclick on the report even to restore the toolbar if hidden.
>the report window is modal and blocks process until released.
>
>
>DO FORM Preview NAME oPreview
>SET REPORTBEHAVIOR 90 && &&permit to access to rightclick anywhere on report to fire the contextuel menu as report toolbar
>
>REPORT FORM getfile('frx') PREVIEW WINDOW oPreview 
>*REPORT FORM home(1)+"SAMPLES\SOLUTION\REPORTS\LEDGER.FRX" PREVIEW WINDOW oPreview 
>oPreview.release()
>
>Regards
Greg Reichert
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform