Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
@SAY Output Shows Outline of Field Printed
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
01675545
Message ID:
01675685
Vues:
66
> | 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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform