Create active link that execute on min interval(3 seconds). It check a current row = remebed row.

Add 4 fields: Entry_id, Num_Row, Num_Chunk

Activ link
On row choise - Set Entry_ID = column_entry_id, Num_Row = Table Field

On Next/Prev Chunk
Set Num_Chunk
if Table Field = 0 then set Table Field = 1 end Set Entry_ID = column_entry_id, Num_Row = Table Field if Table Field != 0 then Set Entry_ID = column_entry_id, Num_Row = Table Field

On 3 second Set Table Field = Num_Row+1000 if column_entry_id != Entry_ID then set chunk

12.01.10 15:37, manu_alcala пишет:
We have a chunked table field (10 records every chunk) and the code is
generated by us, we have two buttons (10 next>>  and<<  previous 10)
and works perfect. When we have, for example, 50 records, and we press
the "next 10>>"  button, we have in the table 11-20 records (Page
2)... Press again and we have in the table 21-30 records (Page 3)...

The problem is when we are in the page 2, or page 3, or other page and
we order by column pressing a column header in the table field... The
table is ordered and come back to page 1 with the new order, but our
code is not being executed and there is no way to say Remedy we are
pressing this column...

We have tried an active link with the Gain Focus, Lose Focus, Menu/
Row/
Level Choice and Return Table but the action is done in the table
field and not in the column header and nothing happens...

Any idea??

Thanks in advance.

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:[email protected] ARSlist: "Where the Answers Are"

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:[email protected] ARSlist: "Where the Answers Are"

Reply via email to