lendi...@gmail.com
unread,Mar 20, 2013, 11:06:23 PM3/20/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
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,
Lendi