C
|
cgphp 8/6/2012 |
|
D
|
dkasing author 8/7/2012 |
Christan, |
C
|
cgphp 8/7/2012 |
The Custom field doesn't accept echo statement. To echo the dropdown, assign the $str var to $value. Please, check the following code:
|
D
|
dkasing author 8/7/2012 |
Cristian: The Custom field doesn't accept echo statement. To echo the dropdown, assign the $str var to $value. Please, check the following code:
|
D
|
dkasing author 8/7/2012 |
Cristian: Cristian: Thanks for the fast reply. This worked perfectly - the drop down lists are in each row now. I will work on the rest of the script and hopefully I can complete it without too many more questions for you. Thanks again. Douglas |
C
|
cgphp 8/7/2012 |
Check the following code: $str = "";
|
D
|
dkasing author 8/8/2012 |
Dear Cristian: Check the following code: $str = "";
|
C
|
cgphp 8/8/2012 |
global $dal; |
D
|
dkasing author 8/9/2012 |
Cristian: global $dal; |
D
|
dkasing author 8/9/2012 |
Dear Cristian: |
C
|
cgphp 8/9/2012 |
In the "Client before", get the value of the dropdown and pass that value, with the params array, to the Server event of the button. |
D
|
dkasing author 8/9/2012 |
Dear Cristian: In the "Client before", get the value of the dropdown and pass that value, with the params array, to the Server event of the button. |
C
|
cgphp 8/9/2012 |
In the "Client before" event: var id = rowData.keys[0]; //get the value of the primary key
global $dal; |
D
|
dkasing author 8/10/2012 |
Dear Cristian: In the "Client before" event: var id = rowData.keys[0]; //get the value of the primary key
global $dal; |
C
|
cgphp 8/10/2012 |
Post the code of the dropdown, the code of the "Client before" event and the code of the "Server" event. |
D
|
dkasing author 8/18/2012 |
Just to close the loop on this one for now, I have uploaded the files to tech support and am awaiting a response from them. I will update when I hear back. Post the code of the dropdown, the code of the "Client before" event and the code of the "Server" event. |