VishalMistry
28th September 2016, 12:56
Hi everyone,

Can anybody guide if it is possible to create a 3gl user interface object of Dscfield type with zoom session ?

Would be great if someone guides with suitable code.

Thanks,
Vishal

bhushanchanda
28th September 2016, 14:12
You can't. It's similar to a text field on DFE. But what you can do is, you can use zoom.to$() on EVTSETFOCUS or EVTFIELDSELECT event for DsCField. That should serve your purpose I guess. If on LN, you can use programming dialogs.

VishalMistry
30th December 2016, 13:05
Hi Bhushan,

Thanks for the clue. In case I use EVTKEYPRESS and do zoo,.to$() to zoom to specific session, But how the selected value is to be returned to the field ?

Regards,
Vishal