Page 1 of 1
DCGET
Posted: Tue Mar 04, 2014 1:13 pm
by WernerSt
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
Re: DCGET
Posted: Sun Mar 09, 2014 7:27 pm
by rdonnay
Did you use the CONFIRM clause?
Re: DCGET
Posted: Thu Mar 13, 2014 9:29 am
by WernerSt
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
Re: DCGET
Posted: Thu Mar 13, 2014 10:13 am
by rdonnay
Try this:
oGet:confirm := .t.
Re: DCGET
Posted: Sat Mar 15, 2014 7:22 am
by WernerSt
I tried oget: confirm:= .T. and it works as expected.
Thank you very much for your help!
Werner