set_alert_button_property (merged 2) [message #678802] |
Tue, 14 January 2020 23:30 |
|
mrais6
Messages: 1 Registered: January 2020
|
Junior Member |
|
|
any body can advise how can a button default value is handled grammatically.
in the property plate default value can be set, however if we wish to do it through hard coding grammatically.
for example:
set_alert_button_property('alrt_conf', alert_button1, label, 'Yes');
set_alert_button_property('alrt_conf', alert_button2, label, 'No');
set_alert_button_property('alrt_conf', DEFAULTBUTTON......................................);
Thanks
|
|
|
Re: set_alert_button_property [message #678806 is a reply to message #678802] |
Wed, 15 January 2020 03:10 |
cookiemonster
Messages: 13962 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
Form builder help is incredibly comprehensive.
If you pull up the topic for set_alert_button_property it'll list all the properties that can be set with that builtin.
Also if you pull up the form builder help topic for individual properties it'll tell you what builtins can be used to set them, if any.
Default alert button can't be set programmatically.
|
|
|