Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing colors in pages of page frames
Message
From
25/06/1998 09:02:25
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00111509
Message ID:
00111515
Views:
12
>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
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform