Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report viewer in a window with other controls
Message
From
28/09/2002 12:52:06
 
 
To
27/09/2002 19:03:15
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00705484
Message ID:
00705569
Views:
10
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"
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform