I’ve been creating some NEW apps with the latest version of SC. (old ones are working fine, but I’m afraid to re-generate!)
On a few forms, I need to lookup a value and present it as a label (or text field).
The lookup works fine if I set the field to a ‘select’ field.
If I set the field to a ‘text’ field (with lookup for description ticked), then the lookup doesn’t fire and the field remains blank. you can see this if you switch debug on… no lookup call in the output.
This is also true of ‘label’ fields!
Strangely, If I try to populate the field in the onload event, it doesn’t work either because it doesn’t seem to access the field I’m using for the lookup. BUT… I’ve not fully tested this approach yet!