|
View previous topic :: View next topic
|
| Author |
Message |
iverjon
New User

Joined: 10 Jul 2007 Posts: 6 Location: manila
|
|
|
|
how do you output a set of records in a map screen given that you should only output 10 records at a time (supposing you have around 1000 records) someone suggested using array but how do you use that in a map editor? i'm using a map like below:
USER ID FIRST NAME LAST NAME
----------- -------------- -------------
<records are outputted here>
<records are outputted here>
<records are outputted here> |
|
| Back to top |
|
 |
raghunathns
Active User
.jpg)
Joined: 08 Dec 2005 Posts: 127 Location: rochester
|
|
|
|
write a logic for PF7 & PF8 .. scroll up and down.
keep the first and last record key in commarea. this will help in getting previous or next set of records. |
|
| Back to top |
|
 |
ofer71
Global Moderator

Joined: 27 Dec 2005 Posts: 2358 Location: Israel
|
|
|
|
Do you want to do it with NATURAL?
O. |
|
| Back to top |
|
 |
iverjon
New User

Joined: 10 Jul 2007 Posts: 6 Location: manila
|
|
|
|
yep. done it with natural...
Thanks for the reply guys
i extracted first the data and placed it in temporary arrays.. there i made a logic for doing it only by tens.. thanks |
|
| Back to top |
|
 |
|
|