CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> GotoCode Archive

 validat if null

Print topic Send  topic

Author Message
steve
Posted: 07/10/2003, 4:20 AM

Dim DepName
Function departments_BeforeShowRow()

If DepName = departments.department_name.Value Then
departments.department_name.Visible = False
Else
departments.department_name.Visible = True
DepName = departments.department_name.Value
End If

End Function

here is the code from the CCS helpfile but how do i check if departments.department_name.Value = null

im using ASP with MS SQL server
steve
Posted: 07/11/2003, 2:07 AM

help pls!!! anyone?
steve
Posted: 07/13/2003, 7:32 PM

i tried writing the code this way but it still does not work

Function tblArticle_tblReporter_tb_Picture_BeforeShow
() 'tblArticle_tblReporter_tb_Picture_BeforeShow @72-7D62EB01

'Custom Code @172-73254650
If isNull(tblArticle_tblReporter_tb.Picture.Value) Then
tblArticle_tblReporter_tb.Picture.Visible = False
Else
tblArticle_tblReporter_tb.Picture.Visible = True
End If

'End Custom Code

help me please!!!!

   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.