6/6/2025 11:25:40 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss usage & tips for SalesLogix controls and other 3rd party ActiveX controls. View the code of conduct for posting guidelines.
|
|
|
|
Lookup field does not reflect data
Posted: 15 Jan 07 4:40 PM
|
fiogf49gjkf0d I have a LookupEdit "lkeBSS" control on Account screen. Is saves the SLX ID from custom table "BSS" into custom field BSSID in Account table. There's an Inner join between the Account:BSSID and BSS:BSSID
Is there another way to have LookupEdit control to display the Name from BSS table, and not the BSSID from Account table?
The only way I found is: lkeBSS.Text = GetField("Name", "BSS", "BSSID = '" & lkeBSS.LookupID & "'" ) & ""
But that means for every custom LookupEdit control (and we'll have MANY) I will have to write this code |
|
|
| |
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|