Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Which comes first
Message
From
27/01/2004 04:52:17
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00870624
Message ID:
00870880
Views:
12
Hi Thomas,

this restriction it has been removed in VFP8.
If Form.BindControls = .F., VFP not read Controls Source data
after Load() event;
when you set Form.BindControls = .T. it fill form controls
with the binded sources.

A possible use is :
PROCEDURE Form.Activate
  this.BindControls = .T.
ENDIF
Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform