I am not sure if this is even valid, can someone tell me? If it isn't, is there a similar way of accomplishing this?
replace intbills.prevproc WITH .t. ;
FOR adddate = DATE() ;
while claimno IN (select claimno FROM csrOld)
Can I do a lookup like that within a REPLACE statement? I get the function missing error so I'm assuming I just can't do that last clause..
thanks
replace intbills.prevproc WITH .t. ;
FOR adddate = DATE() ;
while claimno IN (select claimno FROM csrOld)
Can I do a lookup like that within a REPLACE statement? I get the function missing error so I'm assuming I just can't do that last clause..
thanks