Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What the hell ,I can't enter the while loop ..
Message
De
18/03/1999 11:41:20
 
 
À
18/03/1999 11:38:13
Jacky Yuen
Myth Group Computer Technology
Hong Kong, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00199258
Message ID:
00199264
Vues:
21
>It make me crazy ,whatever I do ,no response ><
>
>select tablea
>set order to ewday
>
>a = alltrim(left (thisform.list3.value,8)) && a = "E0000003"
>b = trim(right (thisform.list3.value,12)) && b = "NAME"
>yn = MESSAGEBOX ("Delete"+ a,4+32,"Reminder")
>if yn = 6
>got = .f.
>
>do while got = .t.
> if eno = a and ewday = date()
> && There is a record which Eno = "E0000003" and date = date()
>
> replace eno with ""
> got = .t.
> = MESSAGEBOX ("Altem Find")
> exit
> else
> skip
> = MESSAGEBOX ("Altem Not Find")
> endif
> enddo
>
>----------------
>Can you tell me what wrong with it ? Thanx
>
>
>endif

Jacky, if you set "Got=.f.", how you expect to get into "do while got = .t."?
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform