NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: ccordes on September 28, 2010, 10:53:02 AM

Title: lookups and local display fields
Post by: ccordes on September 28, 2010, 10:53:02 AM
I have a lookup for customer code. Beneath the code I have the customer name as a display - I put Loc:cusname = cus:first&cus:last in the more assignments section in the lookup settings.

when I edit the order, the name does not display, shouldn't the lookup be getting that and loading it during an edit??

thanks
chris
Title: Re: lookups and local display fields
Post by: ccordes on September 28, 2010, 11:37:40 AM
Dropped L:customername = cus:first&&' '&cus:last
in the embed in LoadRelatedRecords routine.
I had it in Afterlookup - wouldn't work there.