Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Default SET commands by code??
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00164031
Message ID:
00165347
Vues:
26
>
>Thanks Marcia.
>
>The reason why I ask is that it seems to take time setting the SET commands for every private data session, at time up to a second, and we try to reduce this time.

Hi Klas.

How are you doing this? I have a little DoSets function in my procedure file that gets called from the BeforeOpenTables method of every form ( and that's most of them in my app) with a private data session. The impact on performance is not noticeable. I also have the following code in my base form class to remind me in case I forgot to add it:
IF SET("DELETED") == "OFF"
   =MessageBox("Hey Stupid, Did you Forget DoSets?", 16, Getting Forgetful?")
ENDIF
Marcia
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform