Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I created a private data session
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00666040
Message ID:
00666054
Vues:
18
Hi, Bill!

Follow Garretts advice and use the reports "private datasession" setting!

BTW: Some background infos about datasessions:
- Every object is unbreakable related to that datasession, which was the active datasession at the time of instantiation of the object!
That means all controls an a form are related to the forms datasession!
- To have a separate datasession for your report you have to associate a session object instead of aggregation:
ThisForm.oMyReportObject = CREATEOBJECT( "MyReportSessionClass" )
And all stuff you have coded in "MyReportSessionClass", e.g. the REPORT commend, runs in the separate private datasession!
SeBaFlu
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform