Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Customizing Reports Within a Form
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Divers
Thread ID:
00929090
Message ID:
00929473
Vues:
18
>>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform