Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Background colors don't change with record change?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00294375
Message ID:
00294889
Vues:
29
>In my NEXT button:
>
>IF NOT EOF('mytable')
> SKIP IN mytable
>ENDIF
>IF EOF('mytable')
> GOTO BOTTOM IN mytable
> WAIT 'Currently Viewing Last Record' WINDOW NOWAIT
>ENDIF
>THISFORM.Refresh
>
>I did have THISFORM.setbackcolor in front of the line THISFORM.Refresh, but that changed the background color of all textboxes to pale yellow whether they had values in them or not.

What is the code that sets the backcolors? It will need to be some kind of conditional statement(s) to differentiate between fields with values and fields w/o values.
William A. Caton III
Software Engineer
MAXIMUS
Atlanta, Ga.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform