Property fontcolor of groupbox has error?

In this category you can exchange your programming questions and solutions.
Post Reply
PaPi
Posts: 114
Joined: Wed May 16, 2007 11:55 am

Property fontcolor of groupbox has error?

Post: # 366Post PaPi
Mon Dec 01, 2008 3:40 pm

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

Post Reply