![]() |
Sergey Kornilov admin 3/21/2011 |
Instead of inserting a button I recommend to add a new dummy field to SQL query and make 'View as' type of this field 'Custom'. In custom code you can display a hyperlink that looks like a button and redirect user to the details page. |
C
|
cjsaputo author 3/21/2011 |
Instead of inserting a button I recommend to add a new dummy field to SQL query and make 'View as' type of this field 'Custom'. In custom code you can display a hyperlink that looks like a button and redirect user to the details page. The advantage of using 'View as' type 'Custom' is that you can access any field value that belongs to this record. I guess you need to pass record ID to make this work.
|
![]() |
Sergey Kornilov admin 3/21/2011 |
There is some kind of error in your code that prevents list page of loading. Probably you inserting PHP code into Javascript ClientBefore event of your button. |
C
|
cjsaputo author 3/22/2011 |
There is some kind of error in your code that prevents list page of loading. Probably you inserting PHP code into Javascript ClientBefore event of your button. Cannot tell for sure without seeing the whole application.
|
![]() |
Sergey Kornilov admin 3/22/2011 |
How do you want us to help you with this? |