Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CBO's RowSource, requery, downclick...?
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
CBO's RowSource, requery, downclick...?
Miscellaneous
Thread ID:
00126396
Message ID:
00126396
Views:
56
Sawadee,

I have a continual headache with combo boxes. I'm using SQL in the Init of the control ie.

this.rowSourceType = SQL Select

this.Init -----

dodefault()
this.RowSource = ''
this.RowSource = "Some SQL statement to tmpcursor"
this.requery()

This works fine when the form is started with about 10 different combo boxes using the same technique. Then I use a RightClick to drop a menu to add things to the maintenance tables that are the source of the combo box lists. Then, after the maintenance form is closed, I try to refresh the list by calling, in DownClick, the same routine that loaded the combo box the first time, which the documentation sez is the best place to add code to make sure your combo box contains the most recent data. ...It don't work. :( I've tried a multitude of permutations of this scenario to no avail. But, if I exit the form and start it again, walaa! Help me.

Eric K.
Next
Reply
Map
View

Click here to load this message in the networking platform