Mensaje
De
20/10/2016 14:51:46
 
 
a
20/10/2016 12:50:46
General information
Foro:
Visual FoxPro
Category:
Programación, sintáxis y comandos
Miscellaneous
ID de la conversación:
01642129
ID del mensaje:
01642174
Views:
58
 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
Responder
Mapa
Ver