Hello all,
I want to save selected data from a lookup into a variable. How can I do this?
Many greetings
Hi Eaven, is this lookup control in a form or created in Dialog class. We can help if you provide more details.
You can access the selected data from the lookup within the form only or you can add a select statement to get the lookup value if that lookup value is stored in the table.
If it is within the form and if the control is bound to DataSource you can use DataSourceName.Field name.
If it's an unbound control, you can use ControlName.ValueStr().
Thanks,
Girish S.
I would like to process the selected data from the lookup.
Hi Eaven,
Can you elaborate more?
what functionality you are trying to achieve?
Thanks,
Girish S.
André Arnaud de Cal...
291,965
Super User 2025 Season 1
Martin Dráb
230,836
Most Valuable Professional
nmaenpaa
101,156