Antonio:
When dealing with reports which of the two methods works faster and is more efficient ?
1. Using oRep:bFor & oRep:bWhile
2. Using SET FILTER TO
Thank you.
Antonio:
When dealing with reports which of the two methods works faster and is more efficient ?
1. Using oRep:bFor & oRep:bWhile
2. Using SET FILTER TO
Thank you.
bFor and SET FILTER TO are equivalent. bWhile is faster because it requires that the records to print are in a range and that you can go fast on the first record of that range (better use a scope).
EMG
Enrico:
Thank you for your help. What I'm trying to find out is if an ACTIVATE REPORT oRep works faster with the a condition set in the oFor block, or issuing a SET FILTER command and leaving the oFor block with its default value.
Thank you.
I think they are equivalent.
EMG