Is it possible to put more than one CF_IF_RESULTLIST on one page and keep all the functionality (navigation, export, ...)
Regards,
Pascal
Pascal,
You have to specify a different "ID" attribute (default="1") for every CF_IF_RESULTLIST & CF_IF_DETAILFORM on the page (this can be a number or a string).
Also, you have to refer to this ID in your queries:
- #iframe_rs_order_[id]# - #iframe_rs_sortorder_[id]#
e.g. ... ORDER BY #iframe_rs_order_secondlist# ...
All functionality should work then.
Regards, Gert
Log in to post a comment.
Is it possible to put more than one CF_IF_RESULTLIST on one page and keep all the functionality (navigation, export, ...)
Regards,
Pascal
Pascal,
You have to specify a different "ID" attribute (default="1") for every CF_IF_RESULTLIST & CF_IF_DETAILFORM on the page (this can be a number or a string).
Also, you have to refer to this ID in your queries:
- #iframe_rs_order_[id]#
- #iframe_rs_sortorder_[id]#
e.g. ... ORDER BY #iframe_rs_order_secondlist# ...
All functionality should work then.
Regards,
Gert