Dec 27, 2001 #1 digilantis Technical User Joined Jul 16, 2001 Messages 19 Location US Can anyone tell me why I get this message box when launching a report in Visual Basic? "The Server Has Not Yet Been Opened" Thanks
Can anyone tell me why I get this message box when launching a report in Visual Basic? "The Server Has Not Yet Been Opened" Thanks
Dec 27, 2001 #2 balves Programmer Joined Oct 24, 2000 Messages 983 Location US You're not successfully connecting to the database via .LogonServer or .SetLogonInfo, or by passing an ADO recordset to the report. Upvote 0 Downvote
You're not successfully connecting to the database via .LogonServer or .SetLogonInfo, or by passing an ADO recordset to the report.