Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Putting a report into a form
Message
 
 
To
30/04/1998 03:07:29
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00095877
Message ID:
00095882
Views:
27
>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."
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform