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


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?

[SOLVED] Use returned data in link
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: [SOLVED] Use returned data in link
#31145
Re:Use returned data in link 12 Years, 2 Months ago Karma: 2
Real world example:

I run tournaments.

The results are displayed in an ARI Data Table. Column 1 is the rank and column 2 is the player. If you click the player's name, you can see all the tournaments that that player has participated in.

There is a textbox in the ARI Data Table instance that displays my tournament result. In that textbox (called Format), I enter:

<a href="www.domainname.com/TournamentsPlayedIn?Player={$value}">{$value}</a>

This creates the link to the list of tournaments that that player has played in.
The administrator has disabled public write access.
 
#31146
Re: Use returned data in link 12 Years, 2 Months ago Karma: 0
I am sorry, let me clear.

imagine that you have a list of users listed on the ARI table.

the user can see that data (name, address and phone for example)

and my system need to give a option to EDIT the data.

I dont need edit directly on the grid
but if I click in the cell (or line) it redirect me to a new page to edit.

like a delphi or visual basic program

you now what I mean?
The administrator has disabled public write access.
____________________
Valter Junior
Hangus Design
 
#31147
Re:Use returned data in link 12 Years, 2 Months ago Karma: 0
yes! i got it!
exactly I need..

thanks for your support

I will enjoy your nice ARI table

=)
The administrator has disabled public write access.
____________________
Valter Junior
Hangus Design
 
#31148
Re: Use returned data in link 12 Years, 2 Months ago Karma: 760
Thank you for the explanation. Sorry, but the extension doesn't support ability to edit data.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#31150
Re:Use returned data in link 12 Years, 2 Months ago Karma: 2
vjunior wrote:
yes! i got it!
exactly I need..

thanks for your support

I will enjoy your nice ARI table

=)


How do you get to edit your data?
The administrator has disabled public write access.
 
#31152
Re:Use returned data in link 12 Years, 2 Months ago Karma: 0
according you explained:

I will add a link inside the table,
like this:

<a href="mypage_edit.php">edit</a>

it will works right?

another question:

I would like to add some filter like date or Type (column)

I can add the HTML components inside the Article, but can I pass this filters by parameter to SQL query inside the grid?

example: img593.imageshack.us/img593/5618/fasth.jpg

could I show in the grid only the data that DOCUMENT TYPE = BICUBIC ?

thanks in advance for your answers
The administrator has disabled public write access.
____________________
Valter Junior
Hangus Design
 
Go to topPage: 1234