Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Varchar fields
Message
From
02/03/2012 10:26:37
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01537002
Message ID:
01537051
Views:
47
>>>>Try putting F in the format property for the textboxes.
>>>
>>>Unfortunately, the setting setcursorprop('MapVarchar',.t.,0) is applied per session (e.g. per form). Since in most forms we're using DataEnvironment, does it mean that we would need to change every form?
>>
>>sure.
>>
>>Have not a common root form class ?
>
>We do have several base classes, but the problem is that these forms use data environment to open SQL Server tables. So, I assume applying these settings in the Load method will be too late, what do you think?

The VFP design on dataenviroment is very confused,
some events are execute before form.Load
and dataenviroment.Init run after form.load.
FORM.DATAENVIRONMENT.OPENTABLES() && this is the first code executed
form.dataenvironment.BeforeOpenTables()

* here VFP load scx's properties !!!

form1.Load()
form1.dataenvironment.Init()
then, or you move all code on form Load or dataenviroment.Init
or you set session's config on OpenTables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform