L
luci
Hello
I've developed several data access pages and I searched for the same
problems in different internet pages but I never got back a usable
answer. Here are my questions:
1) How is it possible to requery a single combobox in a data access
page?
Of course it's possible to requery the whole data access page (e.g.
MSODSC.DataPages(0).Requery or window.location.reload(true)) But
this is not the
solution because you have to login your self again. I only like to
requery a specific
Combobx.
2) How is it possible to wipe out a once chosen and stored value in a
combobox
without to define a "null" value with a Union query in the record
source?
3) How is it possible to redefine the design (color, background, etc.)
of a combobox?
Thank you very much for your help!!
I've developed several data access pages and I searched for the same
problems in different internet pages but I never got back a usable
answer. Here are my questions:
1) How is it possible to requery a single combobox in a data access
page?
Of course it's possible to requery the whole data access page (e.g.
MSODSC.DataPages(0).Requery or window.location.reload(true)) But
this is not the
solution because you have to login your self again. I only like to
requery a specific
Combobx.
2) How is it possible to wipe out a once chosen and stored value in a
combobox
without to define a "null" value with a Union query in the record
source?
3) How is it possible to redefine the design (color, background, etc.)
of a combobox?
Thank you very much for your help!!