Dates in scope
Posted: Tue Oct 30, 2001 4:11 pm
Currently using R&R 8.1 and maintaining code that does the report with the following syntax from VFP6._____DO REPORT with mlibrary,mreport,"?","O",mloscope,mhiscope,"O",mquery1,msec,"","",pcIndex____Problem is that if mloscope is an empty date, it errors.__I have set it to ignore scope but really want it to be able to include blank dates to some ending date (so don^t ignore mhiscope). Is there__a way to do this ? I^ve tried ^{}^, { / / },dtoc(" / / "), etc.____Also, any way to determine programmatically that R&R is querying so my program code stops and doesn^t continue ?____Thanks for any help.__