Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Datasession issue
Message
De
22/11/2000 15:25:45
 
 
À
22/11/2000 15:20:55
Bruce Covey
Home Depot Television
Atlanta, Georgie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00444723
Message ID:
00444729
Vues:
7
>This one is more sticky:
>
>I have three forms in this particular .app. Each is set for a PRIVATE datasession. I have TALK ON and STATUS BAR ON as I want to see the alias info and other messages. The first form launched shows this fine, but subsequent forms are in higher datasessions. Is there a way to use form activate code to shift which datasession the TALK info is monitoring ??
>
>Thanks,
>Bruce Covey

SET TALK is scoped to the datasession, so you will have to issue SET TALK in the form Load()
If you have a form superclass, do it there.
If not, make one and do it there :) You can redefine your form as your superclass using the Class Browser.
If you don't make a superclass, you will have to put in each form's Load()
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform