Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Misbehaving Lists
Message
De
30/07/2003 16:00:17
Brian Weber
Ohio Department of Development
Columbus, Ohio, États-Unis
 
 
À
30/07/2003 14:28:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00815021
Message ID:
00815095
Vues:
12
here ya go

(sorry i dont remeber the tags to make it appear as code)
*this is the click event
thisform.syear=this.value
thisform.txtprog_year.value=this.value
vyear=thisform.syear
set filter to STR((VAL(thisform.syear)+1),4)=this.value
thisform.refresh
this.lostfocus

*this is the int
byear=str((val(gyear)-9),4)
DO WHILE BYEAR # GYEAR
BYEAR = STR((VAL(BYEAR)+1),4)
thisform.syear=byear
thisform.lstprog_year.addlistitem(thisform.syear)
ENDDO

again TIA and sorry about forgetting the tags
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform