[SOLVED] Â Hiding fields |
10/7/2014 6:08:23 PM |
PHPRunner General questions | |
C
cyberslugg author
i am in PHP Runner 7.1 and I am trying to hide a couple fields based on the value of a third. I referenced http://www.asprunner.com/forums/topic/17234-hide-certain-columns-for-list-page/ |
|
C
|
cyberslugg author 10/7/2014 |
Is it possible that the database value of Status_Code is not being passed at the Before Display stage? Do I need to add a custom sql call in order to load the DB values at this point? using the following coding is not working... |
![]() |
Sergey Kornilov admin 10/7/2014 |
According to the manual you need to use $values array to access the value of any given field i.e. $values["FieldName"] |
![]() |
romaldus 10/7/2014 |
check this post for inspiration: |
C
|
cyberslugg author 10/8/2014 |
Thanks Romaldus and Sergey. I have been working with those pages, I found and used both in my searching and testing... however I have not had success. |
G
|
gudon 10/8/2014 |
cyberslugg, |