[RPG]showing navigation menu programmatically
Posted: Thu Oct 06, 2016 6:37 pm
Hi,
On online form, I think you can show the navigation menu programmatically as follows:
if (RequestACTION = 'XXXXXX');
RequestPROGRAM = 'SYS-EXIT';
RequestACTION = 'SYS-EXIT';
Iter;
endif;
Is there any way to show the navigation menu programmatically on offline form?
(when touching a button,etc...)
Best Regards,
Megumi Sawada
On online form, I think you can show the navigation menu programmatically as follows:
if (RequestACTION = 'XXXXXX');
RequestPROGRAM = 'SYS-EXIT';
RequestACTION = 'SYS-EXIT';
Iter;
endif;
Is there any way to show the navigation menu programmatically on offline form?
(when touching a button,etc...)
Best Regards,
Megumi Sawada