2006 Sep 21 2:15 PM
Hello there,
I am kind of confused by the way Get works.
Say for example, there are two lines of code here:
get pernrget payrollsome processing logic...is this equivalent to say:
I loop around the pernr table, for each pernr, I get the payroll data corresponding to that payroll, and then perform some processing logic for that payroll, and then go to the next pernr and repeat the whole process?
If not, what would be the correct version of the flow of events?
Thanks a lot!
Regards,
Anyi
2006 Sep 21 2:18 PM
HI Anyi,
What you have understood is correct.
Its as good as looping through a table of pernrs
and for eaxh pernr, get the payrolles.
for each payroll do some processing.
Regards,
Ravi
HI Anyi,
What you have understood is correct.
Its as good as looping through a table of pernrs
and for eaxh pernr, get the payrolles.
for each payroll do some processing.
Regards,
Ravi
2006 Sep 21 2:18 PM
HI Anyi,
What you have understood is correct.
Its as good as looping through a table of pernrs
and for eaxh pernr, get the payrolles.
for each payroll do some processing.
Regards,
Ravi
2006 Sep 21 2:21 PM
Hi,
Your understanding is correct.
When coded in between Start-of-selection event and end-of-selection event the get event behaves a loop.
Hope this helps.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |