![]() |
Sergey Kornilov admin 5/13/2010 |
Just a basic idea - you can use Before Display event of View page:
|
S
|
Scruffy author 5/13/2010 |
Just a basic idea - you can use Before Display event of View page: http://xlinesoft.com/asprunnerpro/docs/before_display.htm First of all construct and execute SQL Query that retrieves the current record. Then hide certain field blocks if corresponding field is null. Here is the sample code. Make sure you use correct field and table names.
|
J
|
Jane 5/13/2010 |
Hi, |
S
|
Scruffy author 5/14/2010 |
Hi, your code looks correct. It's hard to tell you what's wrong without seeing actual files. Please publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with instructions on reproducing this error.
|
J
|
Jane 5/14/2010 |
Hi, if IsNull(rstmp("Field1") then |
S
|
Scruffy author 5/14/2010 |
Hi, please see my changes below: if IsNull(rstmp("Field1") then
|