the new action clause for get objects is a very nice option.
How could i manage that the focus changes automatically to the next control after assigning a value from a picklist?
I tried
- Code: Select all Expand view
...;
ACTION ( ::VarPut( cGetPicklist() ), ::Refresh(), oNextControl:SetFocus() )
But the focus remains on the get object.
Thanks for every idea.
Detlef