Manu, You didn't mention the version of the AR System you were using. However, looking at the set of active link firing conditions you tried, I am going to guess that you are on AR System 7.1 or earlier.
Why? Well, in the 7.5 release, there was a new firing condition added for active links "On Table Refresh" (could be called "On Table Loaded" or something similar since I don't have Dev Studio available to me at the moment). This new firing condition is when the table is loaded with data. This could be the initial load. It could be a refresh -- either manually by the user or through workflow. It could be going to the next chunk. It should also be whenever the table is reloaded because it has been resorted. The reason for this new firing condition was so that you could detect whenever a table changed contents by being reloaded and allowing you to take action. Now, it doesn't tell you WHY it was reloaded, just that it was reloaded. It is your logic that must decide what action to take. You might want to take a look at the 7.5 release and see if this new firing condition gives you what you need. Doug Mueller -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of manu_alcala Sent: Tuesday, January 12, 2010 4:37 AM To: [email protected] Subject: Action when order by column header 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"

