Forums
This topic is locked
Need some help with Previous/Next record offset
23 Feb 2002 20:16:31 JT Kotze posted:
Need some help in setting the previous next record offset in UDev. I have a repeat region displaying records but when i use the goto previous/next it changes the offset only by 1. how does one make it use ur number in the repeat region?Replies
Replied 24 Feb 2002 11:35:00
24 Feb 2002 11:35:00 Q Qwerty replied:
I can't imagine anything going wrong with this one, but be sure to check the following.
1. Make sure your recordset cointains more than just one record <img src=../images/dmxzone/forum/icon_smile_wink.gif border=0 align=middle>
2. Make sure the repeat region is set to repeating more than one record. E.g. if you set it to repeat 10 records the offset with the next record command will be "page.asp?offset=20"
Eeeuh, can't think of anything more.
Good luck!
1. Make sure your recordset cointains more than just one record <img src=../images/dmxzone/forum/icon_smile_wink.gif border=0 align=middle>
2. Make sure the repeat region is set to repeating more than one record. E.g. if you set it to repeat 10 records the offset with the next record command will be "page.asp?offset=20"
Eeeuh, can't think of anything more.
Good luck!
Replied 25 Feb 2002 07:56:08
25 Feb 2002 07:56:08 JT Kotze replied:
Had to go change it in the code... UD kept using 0 as the offset no matter what I did, but thanks got it working at last.