When we apply setrange for customers. How to show from first range to last range through setrange. I tired with CustomerRec.FINDfirst then its showing 10000 and with findlast its showing 90000. How to show from 10000 to 90000 continuously? Please help me.
CustomerRec.SETRANGE("No.",'10000','90000');
IF CustomerRec.FINDSET THEN
MESSAGE('%1',CustomerRec."No.")
ELSE
MESSAGE('Not Found')
Thanks
*This post is locked for comments