DCGET

This forum is for eXpress++ general support.
Post Reply
Message
Author
WernerSt
Posts: 18
Joined: Thu Jan 28, 2010 3:48 am
Contact:

DCGET

#1 Post 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

User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: DCGET

#2 Post by rdonnay »

Did you use the CONFIRM clause?
The eXpress train is coming - and it has more cars.

WernerSt
Posts: 18
Joined: Thu Jan 28, 2010 3:48 am
Contact:

Re: DCGET

#3 Post 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

User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: DCGET

#4 Post by rdonnay »

Try this:

oGet:confirm := .t.
The eXpress train is coming - and it has more cars.

WernerSt
Posts: 18
Joined: Thu Jan 28, 2010 3:48 am
Contact:

Re: DCGET

#5 Post by WernerSt »

I tried oget: confirm:= .T. and it works as expected.
Thank you very much for your help!
Werner

Post Reply