Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Link to another ari data table?
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Link to another ari data table?
*
#43886
Re:Link to another ari data table? 10 Years, 7 Months ago Karma: 0
202.65.131.44/CMS/ this is what i got and this was exactly what i wanted but after clicking ont he code no page is opening..
The administrator has disabled public write access.
 
#43887
Re:Link to another ari data table? 10 Years, 7 Months ago Karma: 0
SELECT
 *
FROM
 t_prospectivecustmaster
WHERE
 CustomerCode = {$REQUEST:CustomerCode}

this is the sql query i fired on the 2nd table
is it correct?
The administrator has disabled public write access.
 
#43888
Re:Link to another ari data table? 10 Years, 7 Months ago Karma: 747
If you send customer code in "CustomerCode" request variable then the query is correct.

Set "Columns settings -> ID" parameter to CustomerCode and "Column settings -> Format" parameter to the following value in main table:

<a href="index.php?option=com_content&view=article&id=20&CustomerCode={$value}">{$value}</a>

Regards,
ARI Soft
The administrator has disabled public write access.
 
#53534
Re:Link to another ari data table? 9 Years, 1 Month ago Karma: 0
Hi,

I have been working on some site upgrades and had a question. I searched through the forum looking for previous answers and came across this thread, which is similar to what I am doing, so I decided to post my question here.

Again, I am doing exactly what is explained here in this thread. I have an ARIDataTables module displaying a table of data. In the first column I have a link using the same href method to load another table. I am passing the ID for the desired record row as the $value. It works great.

My question is, can I pass other $REQUEST variables through this same "href" link URL to the second table? The $REQUEST variables are already available to the first page via its' the URL. I want them also available to the second page. For example, one of the variables I have in the page URL is "vNewCity". I want this to also be passed through the href to the second page. Any ideas?

Thanks.

Ken
The administrator has disabled public write access.
 
#53536
Re:Link to another ari data table? 9 Years, 1 Month ago Karma: 747
Hello,

It is possible to use {$REQUEST:vNewCity} variable in "Columns settings -> Format" parameter.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#53537
Re:Link to another ari data table? 9 Years, 1 Month ago Karma: 0
Thank you very much. That makes sense, I knew there had to be a way. I kick myself for not trying that before contacting you.
The administrator has disabled public write access.
 
Go to topPage: 123