Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set status bar
Message
De
06/03/1997 08:34:14
 
 
À
05/03/1997 08:55:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00022929
Message ID:
00023114
Vues:
30
>When I set the datasession of the form to private data session, and set the status bar off, and set talk off,
>But many command result are displayed on the form.
>
>But when I set the datasesion of the form back to default data session....
>Everything go right.
>
>-Why and how to solve the problem when using the private data session in the first case.
>Thanks

The following SET commands scope to the current data session:

SET Commands
SET ANSI SET AUTOSAVE
SET BLOCKSIZE SET CARRY
SET CENTURY SET COLLATE
SET CONFIRM SET CURRENCY
SET DATABASE SET DATE
SET DECIMALS SET DELETED
SET DELIMITERS SET EXACT
SET EXCLUSIVE SET FIELDS
SET FIXED SET LOCK
SET MARK TO SET MEMOWIDTH
SET MULTILOCKS SET NEAR
SET NULL SET PATH
SET POINT SET REPROCESS
SET SAFETY SET SEPARATOR
SET SYSFORMATS SET TALK
SET UNIQUE
so if your form have private datasession you have to make this set in the load of the form. For example if you set talk off in your main program and run a form with private datasession this form have set talk on if you dont set him in the load of the form.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform