Hey yall,
I have a very easy and stupid question to ask. But here it goes anyways.
What does this line of code mean.
Customer.SETRANGE("Job No.", rec."Job No.");
I know setrange is a simple filter and I can understand this example that is given in the introduction manual:-
Customer.SETRANGE("No.",'10000','90000');
SETRANGE filters the Customer table by selecting only those records where the No.
field has a value between 10000 and 90000.
But what does rec."Job No." do in the statement i asked above?
0
Comments
is equal to
Regards
http://www.AcumenConsulting.co.nz
Customer.SETRANGE("Job No.", rec."Job No.");
Look at customer record and filter on Job No. and look at the current Job No. ???