Windows Vista Beta | WinVistaBeta.com - Message | crystal reports problem....

November 23, 2008  
Subject: crystal reports problem....
Group: microsoft.public.vstudio.general
Date: 5/27/2008 3:12:14 PM
From: "George Hardy" [Email Address Protection]

Dim rpt As New Invoice

Dim retval As Integer

Dim sSql As String = "select customerid from invoice where invoice_num = " &
Request.QueryString("InvNum")

ExecScalarSQL(sSql, retval)



Where invoice is a crystal report, it no longer recognizes the report file
anymore.

there used to be a .vb file associated with the report, so the code could
recognize it, but not anymore.

please help!

thanks, george



Back