$windowproperties Backcolor
Author: lammersma@hotmail.com (lammersma)
Hi,
I have a couple of questions about the backcolor property of $windowproperties.
- When I try the example from the documentation:$windowproperties ("MYFORM", "BACKCOLOR=lightblue"), I get a syntax error. When I try $windowproperties ("MYFORM") = ("BACKCOLOR=lightblue") I get no error.
- In a test component in IDF $windowproperties ("MYFORM") = ("BACKCOLOR=lightblue") works fine. When I try the same code in a form in my application I get an procerror -1132. What can be the problem here? IDF and Uniface use different ini's.
kind regards,
Peter
1 Comment
Local Administrator
I believe the correct syntax is $windowproperties("MYFORM","BACKCOLOR") = "BACKCOLOR=lightblue" Regards, Iain
Author: Iain Sharp (i.sharp@pcisystems.co.uk)