Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Addition
Message
From
25/01/2006 16:37:58
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01090152
Message ID:
01090314
Views:
11
>I'm trying to count mondays. What the heck have I done wrong this time!!!?
>
>
>If dow(crime.crimedate) = 2
> monday1 = monday1 + 1
>Endif
>
Check that the loop is on the crime table (SELECT CRIME before starting the loop) and the record pointer is changing (is the loop a scan-endscan or a do while-enddo -- then SKIP is being executed). Sounds like the record is not changing...
Previous
Reply
Map
View

Click here to load this message in the networking platform