Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Thinking outside the box
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00217920
Message ID:
00218393
Views:
26
>PMFJI, but what I do is I have a form class for this. Mostly it's used from SDI forms, but with minor modification the class could be used with MDIs and would appear on the desktop. Here are the important points:
>
>Caption = (None)
>Desktop = .T.
>WindowState = 2
>
>When it's used the following syntax is invoked:
>* After the SET CLASSLIB command
>oPreviewFrm = CREATEOBJECT("PreviewForm")
>REPORT FORM < report filename > NOCONSOLE PREVIEW IN WINDOW (oPreviewFrm.Name)
>hth,

I tried this, replacing the names where appropriate, and the REPORT FORM line gives me an error of unrecognized command or keyword.

Thanks,

Michelle
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform