NetTalk Central

Author Topic: lookups and local display fields  (Read 2734 times)

ccordes

  • Sr. Member
  • ****
  • Posts: 384
    • View Profile
    • Email
lookups and local display fields
« 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
Real programmers use copy con newapp.exe

ccordes

  • Sr. Member
  • ****
  • Posts: 384
    • View Profile
    • Email
Re: lookups and local display fields
« Reply #1 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.
Real programmers use copy con newapp.exe