Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SET TALK and VFP 3.0b forms
Message
 
To
14/10/1996 22:02:16
Jon Ziegler
Mannesmann Dematic Corp.
Solon, Ohio, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00010014
Message ID:
00010053
Views:
40
>I recently created a form in VFP 3.0b and explicitly issued SET TALK OFF and SET STATUS BAR OFF in the LOAD event of the form. It seems, however, that throughout the form's existence, the talk setting changes to ON when I don't have any other SET TALK statements in any other object used. This is very unpleasant because text appears on the form itself. which ruins the appearance of the form. The form was created from VFP's form base class so the form would only inherit the properties of a VFP default form. Is there any way to insure that the TALK settings do not get changed? Would this have anything to do with the SET STATUS BAR OFF setting? Does this have anything to do with the scope of the SET TALK SETTING? Any help will be GREATLY appreciated.

When U use private data sessions all the SET commands are unique to the specific data session. The INIT is the place to put the stuff to reset your SET commands. Hopefully, U have a form base class and only need to add it to one base form INIT. It is a strange thing. It threw me for a loop last year when I first encountered it. Well, htwh. Steve
Steve Medvid
Systems Analyst

Environmental Resource Management
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform