Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set status bar
Message
From
06/03/1997 08:34:14
 
 
To
05/03/1997 08:55:29
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00022929
Message ID:
00023114
Views:
26
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform