Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Modiy Report during runtime when Form Desktop=True
Message
De
01/09/2013 02:23:26
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Modiy Report during runtime when Form Desktop=True
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01581779
Message ID:
01581779
Vues:
161
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform