Hi,
is there any way to apply the RESIZE16 clause to folder pages loaded from resources ?
Thanks in advance.
Best Regards,
Marco Turco
Best Regards,
Marco Turco
SOFTWARE XP LLP
Marco Turco
SOFTWARE XP LLP
Hi,
is there any way to apply the RESIZE16 clause to folder pages loaded from resources ?
Thanks in advance.
Best Regards,
Marco Turco
Marco,
You have to modify Class TFolder Method LoadPages to admit a third parameter:
METHOD LoadPages( aResNames, bRedefineControls, lResize16 ) CLASS TFolder
and then issue an ACTIVATE DIALOG oDlg ... RESIZE16 if lResize16 is true