Any way to force RAMP to open the commands maximized?
Posted: Thu Jun 10, 2021 5:35 am
I can have a VLF-ONE command maximized, calling the #COM_ANCESTOR.avPaneMaximize
any one know how can I do the same with the RAMP VF_CH006O command handler reusable part component?
Code: Select all
Mthroutine Name(uInitialize) Options(*REDEFINE)
* Do ancestor first
#COM_ANCESTOR.uInitialize
#COM_ANCESTOR.avPaneMaximize
* Custom code here ....
Endroutine