5 Apr
2011
5 Apr
'11
1:07 a.m.
Belay my last (below) - it would have helped if I'd saved the file in the correct directory (I default to a temp_test.) Apologies, it's the end of the day. Paul G'd evening|morning to you all, In authorised_values.pl, I have modded line 63: # my $pagesize = 20; modified to 100 Paul 4 April 2011 my $pagesize = 100; in order to get more records per page (repetitive clicking "next" was getting to me...) from line 221: my @loop_data = (); # builds value list for (my $i=$offset; $i < ($offset+$pagesize<$count?$offset+$pagesize:$count); $i++){ However, I'm still only getting 20 records per page (and arthritis in my right forefinger.) Thoughts anyone? Paul Tired old sys-admin
5580
Age (days ago)
5580
Last active (days ago)
0 comments
1 participants
participants (1)
-
Paul