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