Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Putting a report into a form
Message
 
À
30/04/1998 03:07:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00095877
Message ID:
00095882
Vues:
28
>I want to place a generated report into a form. Is this possible?
>If so, do I use a OLE bound control?
>
>
>Thanks,
>Bob

You can use your form as your display in exchange for the standard preview window.

1. Define a form at your convenience. Make sure that the Name property is identical to its filename .scx
2. issue:
DO FORM myform NOSHOW
REPORT FORM myreport PREVIEW WINDOW myform
RELEASE WINDOW myform.

Another way is to save the report into a file as a document and save it into a General Field, which can can contain a ten-byte reference to the actual contents of the field: a spreadsheet, a word processor document, or a picture, created by another application, and then display it via OLE.
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform