This topic is locked
[SOLVED]

 Which Event To Use

1/8/2013 6:36:58 PM
PHPRunner General questions
D
dannche author

Hello Everyone,
I am starting to learn how to use PHP Runner 6.2. So far I'm doing great and it really does shorten my development time substantially. Having said that, I have problem identifying which event to use to get things working.
I have a table with 3 rows of data. On the list page of this table 1 (below), what I need to achieve is when a user select any of the 3 rows, I want to direct them to another list page of table 2 (below). Both tables has no relationship to each other. I believe this can be done very easily but somehow I can't seems to find the way. My objective here is to create a workflow depending on the items selected in Table 1 and Table 2 below.
Example: Table 1

  1. Registering for Self.
  2. Registering for Others.
  3. Registering for Self and Others.
    Example: Table 2
  4. Conference ABC
  5. Conference XYZ
    Thanks in advance for your help.
    Danny.

C
cgphp 1/8/2013

You can start from here: http://xlinesoft.com/phprunner/docs/inserting_button.htm#grid adding a button for each record in table 1. When a button has been clicked the user will be redirected to a certain list page. At the bottom of the page above you will find some useful code examples.

D
dannche author 1/8/2013



You can start from here: http://xlinesoft.com/phprunner/docs/inserting_button.htm#grid adding a button for each record in table 1. When a button has been clicked the user will be redirected to a certain list page. At the bottom of the page above you will find some useful code examples.


Hi Cristian,
Thank you for the speedy response. If I may pick your brains a little, instead of using buttons, can I use a picture instead? I would like to have different picture for each of the record in Table 1.
Thanks again for all your help.
Regards,

Danny.

D
dannche author 1/8/2013



Hi Cristian,
Thank you for the speedy response. If I may pick your brains a little, instead of using buttons, can I use a picture instead? I would like to have different picture for each of the record in Table 1.
Thanks again for all your help.
Regards,

Danny.


Hi Cristian,
Is okay now. I found out how to do it already. I just add a picture and drag it into the button.
Thanks again.