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 strongm 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 Variable

Status
Not open for further replies.

jennica00

IS-IT--Management
Mar 28, 2012
2
ID
Hi,

I Just make a Edit in Place on my apps. I Have difficulties on taking variable from another table. For example is I create an entry on a item code variable (it's a Point of Sales App) from the EIP item field I Select the item after select the item I hope the item name and the item price is imported from item table. But the fact is I could not import it from the EIP item selection I put embeds :

UPDATE(SELF.FEQ)
TIT:TitleID = SELF.UseVar
GET(Titles,TIT:TitleID_Key)
IF ERRORCODE() OR pForce
GlobalRequest = SelectRecord
SelectTitleID
IF GlobalResponse = RequestCompleted
SELF.UseVar = TIT:TitleID
ReturnValue = EditAction:Ignore
ELSE
ReturnValue = EditAction:None
END
ELSE
ReturnValue = EditAction:Ignore
END
RETURN ReturnValue

Could anyone tell me how to make it work?

thanks,

Taniarto
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top