Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How To Get Report Name?
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
How To Get Report Name?
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
01006562
Message ID:
01006562
Vues:
57
In my forms, I have the following code to record form utilization when the form starts:
*************************************************************
* Form Activity Tracking
*************************************************************
TEXT TO lcCmd noShow
	exec dbo.ctInsertFormTrack ?thisform.Name,?gnUserID,'FORM'
ENDTEXT
=SQLEXEC(gnConnHandle,lcCmd)
I want to do the same thing with reports, I planned on putting the code in the BeforeOpenTables event, but I can't find a way to get the report name. If I put this.name it returns DataEnvironment rather than report file name. I know the reports aren't objects but does anyone know away?

Thanks

Kirk
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform