Forum Post: RE: Back to the basics. Fundamental index question

  • Thread starter Thread starter OctavioOlguin
  • Start date Start date
Status
Not open for further replies.
O

OctavioOlguin

Guest
Indeed, warehouses around 20 and packets by the thousands... I 'm putting to work what I learned form you, but brings up one question , that involves compiler and avm runtime I guess.. DO iPos = 1 TO NUM-ENTRIES(pcSucursales): FOR EACH dwP1 NO-LOCK WHERE dwP1.Sucursal = integer(ENTRY(iPos, pcSucursales)) AND dwP1.Fecha = pdFecha1 AND dwP1.Fecha = pdFecha2: END. END. The num-entries, is evaluated every loop? the integer(ENTRY( is evaluated for every pack? should I pass to a variable before the loops the values that make the conditions? Thanks

Continue reading...
 
Status
Not open for further replies.
Back
Top