Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What the hell ,I can't enter the while loop ..
Message
From
18/03/1999 11:41:20
 
 
To
18/03/1999 11:38:13
Jacky Yuen
Myth Group Computer Technology
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00199258
Message ID:
00199264
Views:
18
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform