Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FOR EACH....Basic question
Message
De
06/05/1998 11:51:37
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
FOR EACH....Basic question
Divers
Thread ID:
00097376
Message ID:
00097376
Vues:
55
Hello everybody!
This is first time I'm trying to use this.
The reason is that I need to change color for each page in pageframe if any information is entered. So I need to go by each page, check each control and if value !empty gotta change color.

This is my code with "something wrong" in there:

FOR EACH Pages IN ThisForm.frame1.Pages
Pages.FORECOLOR=RGB(0,0,0)
FOR EACH objects IN ThisForm.frame1.Pages
IF INLIST(UPPER(objects.BaseClass), "TEXTBOX", "EDITBOX")
kukla = objects.Value
IF !EMPTY(&kukla)
Pages.ForeColor=RGB(0,0,0)
ENDIF
ENDIF
NEXT
NEXT
XO4Y BCE 3HATb,YMETb,IMETb!
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform