Roger,
how can I Change the NOCONFIRM-property (clause NOCONFIRM) of a created dcget-object to CONFIRM ?
I would be glad if there ist a solution.
Werner
DCGET
Re: DCGET
Yes, I used the CONFIRM clause:
dcget cVar ;
object oGet ;
CONFIRM
......
dcread gui
Now I want to Change the confirm status of the created object to NOCONFIRM ( without new creation of the object)
Werner
dcget cVar ;
object oGet ;
CONFIRM
......
dcread gui
Now I want to Change the confirm status of the created object to NOCONFIRM ( without new creation of the object)
Werner
Re: DCGET
I tried oget: confirm:= .T. and it works as expected.
Thank you very much for your help!
Werner
Thank you very much for your help!
Werner