EIP (Edit in Place) Issues

Hi,
I just create an EIP for my app. And I follow the EIPorg.app for the app. My app is about transaction detail which is contain of itemcode taking from item master. the lookup option is running well but I have problem of taking of the value of the item price into my transaction file which mean that I need to store the value of item price into my price field on my transaction table. So can anyone help?

thanks,

Joe

If you share screen captures, it will be more clear.

.
there are 2 tables . transaction and item , I need to put the field price on the transaction from sales_price from item file. And I also already put the embed to select the item as below

UPDATE(SELF.FEQ)
Ini1:ItemID = SELF.UseVar

GET(initem_, Ini1:PK_Initem)
IF ERRORCODE() OR pForce
GlobalRequest = SelectRecord
Selectinitem_
IF GlobalResponse = RequestCompleted
SELF.UseVar = Ini1:ItemID
ReturnValue = EditAction:Ignore
ELSE
ReturnValue = EditAction:None
END
ELSE
ReturnValue = EditAction:Ignore
END

RETURN ReturnValue

Hi All,

You can use “More Field Assignment” in lookup to assign Sales Price also.

Kind Regards,

Serhat Şatır

Windows için Posta ile gönderildi

Kimden: joekanan via ClarionHub
Gönderilme: 13 Ocak 2022 Perşembe 19:44
Kime: [email protected]
Konu: [ClarionHub] EIP (Edit in Place) Issues

.
there are 2 tables . transaction and item , I need to put the field price on the transaction from sales_price from item file. And I also already put the embed to select the item as below

UPDATE(SELFFEQ)
Ini1:ItemID = SELF.UseVar

GET(initem_, Ini1:PK_Initem)
IF ERRORCODE() OR pForce
GlobalRequest = SelectRecord
Selectinitem_
IF GlobalResponse = RequestCompleted
SELF.UseVar = Ini1:ItemID
ReturnValue = EditAction:Ignore
ELSE
ReturnValue = EditAction:None
END
ELSE
ReturnValue = EditAction:Ignore
END

RETURN ReturnValue

Visit Topic or reply to this email to respond.

To unsubscribe from these emails, click here.

Hi,
Firstly thanks for the respond. And I’d like to ask where do can I find the menu? It is same if I use the 6.3 version seems that your clarion is ver 10 or latest one…

thx

I’m not sure but C6.3 should have Detailed EIP option too;
Global Properties / Classes / Browser / Template Interface (should be Detailed) for this type of detailed EIP.
But be carreful that your all EIP’s will change.