VFP8
I set the backcolor for a page on a page frame (code put in a click event of a command button)
thisform.pageframe1.page2.BackColor = 165280
thisform.Refresh()
but no matter what I write .. what color I set... I cannot seem to change the back color
Do I need to set another property first ???
Any clues ???
JF
I set the backcolor for a page on a page frame (code put in a click event of a command button)
thisform.pageframe1.page2.BackColor = 165280
thisform.Refresh()
but no matter what I write .. what color I set... I cannot seem to change the back color
Do I need to set another property first ???
Any clues ???
JF