Page 1 of 1

Property fontcolor of groupbox has error?

Posted: Mon Dec 01, 2008 3:40 pm
by PaPi
Hi,
I mean, the property FONTCOLOR of groupbox has  error.
Example:

` test for groupbox.fontcolor by PaPi
object myform as form
     object gb1 as groupbox
           top=10 : left=10 : width=100 : height=100
           caption= "TEST"
           fontsize=20
`            fontcolor=&hFF0000   ` bad properties
           fontitalic=true
           fontname="courier"
     end object
end object

myform.ShowModal

What is this? And in help this property appears as BOOLEAN !!! Why?

( fnxbasic03)

sincerelly
PaPi