Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
@SAY Output Shows Outline of Field Printed
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
01675545
Message ID:
01675685
Views:
69
> | Excellent!
> |
> | If you want to make it unobtrusive to any existing code, you can save the color before, and set it after.
> |
> | * Save the original color
> | lcSaveColor = SET("COLOR")
> | * Will record something like "N/W*,N/W*,N"
> |
> | * Set the new color
> | SET COLOR TO RGB(0,0,0,255,255,255)
> |
> | * Do your @ ... SAY lines here
> |
> | * Restore the original color
> | SET COLOR TO &lcSaveColor

Hi Rick -

Thanks. I did similar using a ColorChanger class that does the save on INIT() then the restore in the RELEASE().

Be well and stay safe!
________________
_____/ Regards,
____/ al

___________________________________________
www.jcn-associates.com
Visual FoxPro Database Application Development and IT Project Management
Previous
Reply
Map
View

Click here to load this message in the networking platform