Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

EIP - Can I turn off the automatic saving and use code to save? 1

Status
Not open for further replies.

emaduddeen

Programmer
Mar 22, 2007
184
US
Hi Everyone,

In EIP can I turn off the automatic saving when the ENTER key is pressed and put my own code to do a save in the "TakeAccepted" embed of any of my entry controls?

If yes, can you tell me what code to use to do the save?

Thanks.
Emad
 
Hi Emad,

The EIP Manager class (derived from the Window Manager) has a virtual TakeCompleted method. Just write your code before the parent call and RETURN LEVEL:Benign.

Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top