Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modiy Report during runtime when Form Desktop=True
Message
From
01/09/2013 02:23:26
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Modiy Report during runtime when Form Desktop=True
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01581779
Message ID:
01581779
Views:
160
Dear Experts

I am having trouble to view report designer during runtime, designer screen goes behind from the main form.
Will u please look into it and suggest . below is the code ( I need Desktop=True )
Lparamteter tcRptFile
LOCAL loRPT as form
oform = CREATEOBJECT("RPTForm")

WITH oform as Form
	     .caption ="Modify Report"
	     modify report (tcRptFile)  window (oForm.Name)
	     .release()
	     .show()
ENDWITH

Define class RPTForm as form
       Desktop=.t.
     .AlwaysOnBottom= .T.
EndDefine
I'm expecting your reply please

thanks
Subhankar
Next
Reply
Map
View

Click here to load this message in the networking platform