Uniface on GitHub
Fixes and Updates
Product download
Login
Author: bignonj@gmail.com (Bignon)
Hi,
I'd like to change dynamicaly the properties of a form in U7206, possible ?
By example, Modal -> Non modal ??
Thanks a lot,
Jérôme
modality can be set by newinstance statement.
so you can use newinstance "myform", "myinstname", "MODALITY=NONMODAL"
have a look in the documentation, what else can set.
Best regards
Thomas
Hi Thomas,
I'll try it ! Thanks,
2 Comments
Local Administrator
Hi,
modality can be set by newinstance statement.
so you can use newinstance "myform", "myinstname", "MODALITY=NONMODAL"
have a look in the documentation, what else can set.
Best regards
Thomas
Author: Thomas.Young (thomas.young@young-consulting.de)
Local Administrator
Hi Thomas,
I'll try it ! Thanks,
Jérôme
Author: Bignon (bignonj@gmail.com)