Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Customizing Reports Within a Form
Message
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Miscellaneous
Thread ID:
00929090
Message ID:
00929473
Views:
17
>>>You should be able to do that in previous versions. Try (tested in VFP8SP1)
PUBLIC oForm AS Form
lcReport = "t0.frx" && Put your report name here
oForm = CREATEOBJECT("Form")
oForm.WindowState = 2
oForm.Show()
DEFINE WINDOW rd AT 0,0 SIZE 10,10 IN WINDOW (oForm.Name) NAME oRd
oRd.Width = oForm.Width - 6
oRd.Height = oForm.Height - oRd.Top - 3
Modify Report (lcReport) IN rd NOWAIT
ZOOM WINDOW ("Report Designer - ") + lcReport MIN
ZOOM WINDOW ("Report Designer - ") + lcReport MAX
oRd.Visible = .T.>>

Thanks Sergey for the reply..

I'll try to run your code..
Jojo R. dela Cuesta, B.Sc.
eConsultant, Programmer
Dalplus Technologies
http://www.dalplus.com
Previous
Reply
Map
View

Click here to load this message in the networking platform