Hi

I have the following question.

I have a dataform with a Combobox control and want to change the SQL selection statement at run time, how do I get the control to refetch the data?

I have the following code:

oEvent.Source.Model.Parent.ComboBox2.setPropertyValue( "ListSource", sSQL )

Now, I have tried isValid, and reset, tried changing the ListSource via setProperty call. I have tried just about every thing I can come up with. When I explore the ListSource string in the debugger it is changing to the new Select statement...but try as I might I can not get the control to refetch its list data! I have also set the string with this:

ComboBox2.ListSource = sSQL

..nope... still no refetch.

This is on OO.o 1.9.125 & 1.9.126

Thanks for any help

Drew Jensen

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to