Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report viewer in a window with other controls
Message
De
28/09/2002 12:52:06
 
 
À
27/09/2002 19:03:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00705484
Message ID:
00705569
Vues:
12
Create a form, save it as a class (I used a formname of previewform in pro32.vcx) with the following properties:

AlwaysOnTop=.T.
Desktop=.T.
ShowWindow=2

Call the report as follows:
rpttoview="MyReport.Frx"
LOCAL oPreviewForm
oPreviewForm = NEWOBJECT('PreviewForm', 'Pro32.vcx')
REPORT FORM (rpttoview) WINDOW PREVIEWFORM PREVIEW
I'm not sure about the other live buttons though!

>Does anyone know how to get the VFP Report viewer inside a window that contains other visible live command buttons, text boxes etc.?
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform