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!

Edit-In-Place - What embeds can I use when the user leaves fields? 1

Status
Not open for further replies.

rleiman

Programmer
May 3, 2006
258
US
Hi.

Can you tell me what embeds * can use when the user leaves a field in a browse set up as edit-in-place?

I plan to place code that will do a lookup in the database and populate other fields in the window when the user leaves one of the edit-in-place fields.

Thanks.
Emad
 
Hi Emad,

Not very familiar with EIP classes. But look at the TakeEvent(), TakeFieldEvent() and TakeAction(). The action equates are :

EditAction ITEMIZE(0),PRE
None EQUATE
Forward EQUATE ! Next field
Backward EQUATE
Complete EQUATE ! OK
Cancel EQUATE
Next EQUATE ! Next record
Previous EQUATE
Ignore EQUATE
END

Regards
 
Hi ShankarJ,

I will look them up.

Thanks.

Truly,
Emad
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top