Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is wrong wiht the cbo BoundTo property!
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00300276
Message ID:
00300303
Views:
23
Jean-Rene,

I have had problem if I don't actually set the value of the combos when the form intitializes. In my forms with combos I have code in the form's Init that does;
WITH Thisform
   .Combo1.Value = Alias.Field1
   .Combo2.Value = Alias.Field2
   .Combo3.Value = Alias.Field3
ENDWITH
I also don't use rowsources. I always set the rowsourcetype to None and write code in the requery to populate the combo. I think this a result of my hating automagic anything. When stuff is happening automagically it is outside my control and if it doesn;t behave exactly as I want it o I am out of luck to modify the behavior. By using my own code to populate the combo I cam do vertually anything I want.
Previous
Reply
Map
View

Click here to load this message in the networking platform