Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem datasession
Message
De
27/08/2002 13:37:09
Mike Sue-Ping
Cambridge, Ontario, Canada
 
 
À
27/08/2002 13:08:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00693745
Message ID:
00694136
Vues:
16
Hi Mace,

ptst1 is a MapObject's points collection.

I tried your suggestion (_VFP.DoCmd...) but it still leaves an Unknown datasession.

Thanks for trying to help.

Mike.



>Mike,
>
>What is ptst1?
>
>If the add method adds something to the _screen in a private datasession, the private can't be released.
>
>You could try Christof Lange's suggestion, which is to use the _VFP.DoCmd method. This adds objects in the Default Datasession, and could avoid your problem.
>
>So, instead of 'ptst1.ADD(opoint)', use:
>
>_VFP.DoCmd( 'ptst1.ADD(opoint)' )
>
>Mace
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform