Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Interactive report preview inside form
Message
De
27/04/2009 04:24:25
 
 
À
27/04/2009 04:12:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01396462
Message ID:
01396464
Vues:
93
Excellent!
Big thanks

>>Hi,
>>Help please,
>>
>>I have grid with Invoices (invoice.id) column.
>>My client want to see the invoice on the form as printed not by grid/s details.
>>
>Hi Chaim -
>
>You can use a Shape object to display a report preview:
>
>
>*---------------------------------------- 
>* The Simplest Preview Ever
>* Devcon example, (c) Colin Nicholls
>*---------------------------------------- 
>_SCREEN.AddObject("Canvas","Shape")
>_SCREEN.Canvas.Width = 500	
>_SCREEN.Canvas.Height = 500
>
>oRL = CREATEOBJECT("ReportListener")
>oRL.ListenerType = 3
>REPORT FORM (HOME()+'tools\filespec\90frx.frx') OBJECT m.oRL
>oRL.OutputPage( 1, _SCREEN.Canvas, 2 )
>
Thank you
Chaim
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform