Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Number of Mondays in a month
Message
From
20/10/2016 14:51:46
 
 
To
20/10/2016 12:50:46
Bill Fitzgerald (Online)
Woodbury Systems Group
Hamilton, New Jersey, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01642129
Message ID:
01642174
Views:
56
 DO WHILE ld_firstdrop < ld_enddate
      *-- If the item is schedule for this day, create a record in the billing table
      IF RIGHT(STR(DOW(ld_firstdrop)),1) = a_acrech->DAYOFWEEK
         ** process the day
        ld_firstdrop = ld_firstdrop + 7 
    ELSE   
       ld_firstdrop = ld_firstdrop + 1
    ENDIF
 ENDDO
Glad I was able to help.
Previous
Reply
Map
View

Click here to load this message in the networking platform