Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Private Data Session for a Timer?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00331191
Message ID:
00331199
Vues:
17
>I've been through this type of situation in the past too. Any idea why manually trying to set the Datasession causes such, er, fun?

No. Do you reset it properly? How do you do it? Try:

(NOT TESTED CODE:)

local lnDS, loSession
lnDS = thisform.datasessionID
loSession = createobject('session')
thisform.datasessionID = loSession.DataSessionID

..... &&Bunch of code

thisform.datasessionID = lnDS
loSession = .NULL.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform