Really dumb question 
Author Message
 Really dumb question

I have a Data Combo box bound to a Data Environment Command using a Static
Read Only Client Side Recordet.  I want to be able to update the list to
reflect any changes others have made to the underlying data but calling
Refresh on the Recordset or ReFill on the Combo Box don't achieve this
result?


Mon, 02 Sep 2002 03:00:00 GMT  
 Really dumb question
I once noticed the same thing. I can't recollect if it was a bug, by design,
etc.

To get it to work, requery the recordset returns, then programmatically
reconnect the recordset to the DataSource, DataMember properties of the
combo box.

If you ever find out another method, post away, in case this problem you
posted is the same one I once encountered. I would love to eliminate the
kludge.



Quote:
> I have a Data Combo box bound to a Data Environment Command using a Static
> Read Only Client Side Recordet.  I want to be able to update the list to
> reflect any changes others have made to the underlying data but calling
> Refresh on the Recordset or ReFill on the Combo Box don't achieve this
> result?



Tue, 03 Sep 2002 03:00:00 GMT  
 Really dumb question
Are you using a client side cursor/ batch updating??
if so then you are using the combo like a disconnected
recordset.. which is the way they are supposed to work..



Quote:
> I have a Data Combo box bound to a Data Environment Command using a Static
> Read Only Client Side Recordet.  I want to be able to update the list to
> reflect any changes others have made to the underlying data but calling
> Refresh on the Recordset or ReFill on the Combo Box don't achieve this
> result?



Tue, 03 Sep 2002 03:00:00 GMT  
 Really dumb question
I understand it's like a disconnected recordset, but then why when I requery
the recordset do the changes not appear in the Combo Box?


Quote:
> Are you using a client side cursor/ batch updating??
> if so then you are using the combo like a disconnected
> recordset.. which is the way they are supposed to work..



> > I have a Data Combo box bound to a Data Environment Command using a
Static
> > Read Only Client Side Recordet.  I want to be able to update the list to
> > reflect any changes others have made to the underlying data but calling
> > Refresh on the Recordset or ReFill on the Combo Box don't achieve this
> > result?



Tue, 03 Sep 2002 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. This is a really really dumb question.

2. Really dumb question about As

3. really dumb question

4. Really dumb question

5. A really dumb question... OS Detection

6. Really dumb question: How do I call one .EXE from another, passing parms into the constructor?

7. Really dumb textbox newbie question..

8. Newbie: dumb question, very dumb....

9. this is going to sound really dumb...

10. Really dumb : creating a hyperlink ?

11. Really dumb : creating a hyperlink ?

12. Really really stuck on this one. (QBasic Question)

 

 
Powered by phpBB® Forum Software