Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing colors in pages of page frames
Message
From
25/06/1998 11:34:08
 
 
To
25/06/1998 09:23:25
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00111509
Message ID:
00111568
Views:
19
>>>>Is there any way VFP 5.0 will allow me to change a pages color when it is activated/deactivated?
>>>>Thanks for any help.
>>>>
>>>>John Ingalls
>>>
>>>***Page.Activate event
>>>
>>>if this.backcolor=65280
>>> this.backcolor=0
>>>else
>>> this.backcolor=65280
>>>endif
>>>this.refresh
>>>
>>Thanks for the quick response. I'll try it out and let you know how it works for me.
>>John I
>
>It was just a quick example to show you how to change backolor in run-time. Surely, you will make it more sophisticated, adding e.g. similar code to Page.deactivate event.


If you want to make it really slick, create a PageFrame class and add a PageActive and PageInactive property. If the property is empty, use the regular Page.BackColor, otherwise refer to these properties.

But I guess you already know this.
Previous
Reply
Map
View

Click here to load this message in the networking platform