Undo typing and restore previous value

This forum is for eXpress++ general support.
Post Reply
Message
Author
pierredaou
Posts: 26
Joined: Thu Jan 28, 2010 3:23 am

Undo typing and restore previous value

#1 Post by pierredaou »

Hi,

Is there an easy and straightforward way to restore previous field value ( similar to CtrlZ ) in Xbase ? not the whole record the current field.


Regards

User avatar
Tom
Posts: 1172
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: Undo typing and restore previous value

#2 Post by Tom »

XbpSLE - which is the base of DCGET - has an "UNDO" method. Just call oMyGet:Undo(), maybe connected to an invisible button having an accelerator key (CRTL_U) or in a context menu added to the get.
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

pierredaou
Posts: 26
Joined: Thu Jan 28, 2010 3:23 am

Re: Undo typing and restore previous value

#3 Post by pierredaou »

thanks Tom, it worked.

Post Reply