VLF-ONE Framework: Pop Up window - location & size
Posted: Thu Jul 22, 2021 6:47 am
Hi:
I created a pop-up window that would be showing when a push button clicked.
I set the initial location using the following routine:
Evtroutine Handling(#Customer_Audit_POPUP.Prepare) Top(#uTop) Left(#uLeft) Context(#uContext)
#uTop := 10
#uLeft := 100
Endroutine
Users are allowed to move & resize the window as they would like. When they close the window and re-open, window would be showing up at the same location set in the routine above.
Now the users would like the application to "remember" the latest location & size of the window as long as their session is still active.
Any suggestion on how to achieve this?
Thanks & Regards,
Taufik
I created a pop-up window that would be showing when a push button clicked.
I set the initial location using the following routine:
Evtroutine Handling(#Customer_Audit_POPUP.Prepare) Top(#uTop) Left(#uLeft) Context(#uContext)
#uTop := 10
#uLeft := 100
Endroutine
Users are allowed to move & resize the window as they would like. When they close the window and re-open, window would be showing up at the same location set in the routine above.
Now the users would like the application to "remember" the latest location & size of the window as long as their session is still active.
Any suggestion on how to achieve this?
Thanks & Regards,
Taufik