Change Modal Window Property in Runtime [message #393345] |
Sat, 21 March 2009 17:26 |
cerojas85
Messages: 2 Registered: August 2008 Location: Colombia
|
Junior Member |
|
|
Hello All,
I need to change in runtime the MODAL property of the window. Its this posible ??.
Actually, the WINDOWN in the form have the modal propety set to YES and I want to change it to NO at runtime. I read the SET_WINDOW_PROPERTY but don't have the MODAL property.
This form is going to run on the E-Business Suite.
Thanks for you help.
Sorry for my English
Regards,
Claudio Rojas
|
|
|
Re: Change Modal Window Property in Runtime [message #393380 is a reply to message #393345] |
Sun, 22 March 2009 07:18 |
cookiemonster
Messages: 13963 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
If you're not sure if a particular property can be set programmatically you should bring up the help topic for the property by highlighting the property in the property palette and pressing F1.
The help topic will tell you if you can and what built-in to use.
|
|
|