Click here to Skip to main content
15,923,006 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: ListBox Control Pin
CodingYoshi16-Nov-06 6:43
CodingYoshi16-Nov-06 6:43 
Questiondata from VB.NET to MS Excel Pin
Johan Hakkesteegt16-Nov-06 4:04
Johan Hakkesteegt16-Nov-06 4:04 
AnswerRe: data from VB.NET to MS Excel Pin
Kevin Nicol16-Nov-06 4:19
Kevin Nicol16-Nov-06 4:19 
GeneralRe: data from VB.NET to MS Excel Pin
Johan Hakkesteegt16-Nov-06 4:55
Johan Hakkesteegt16-Nov-06 4:55 
AnswerRe: data from VB.NET to MS Excel Pin
Kevin Nicol16-Nov-06 7:16
Kevin Nicol16-Nov-06 7:16 
GeneralRe: data from VB.NET to MS Excel Pin
Johan Hakkesteegt16-Nov-06 7:32
Johan Hakkesteegt16-Nov-06 7:32 
GeneralRe: data from VB.NET to MS Excel Pin
Kevin Nicol16-Nov-06 8:00
Kevin Nicol16-Nov-06 8:00 
QuestionError('20527' sql server error) while connecting ADO recodset to crystal report Pin
Ramesh N G16-Nov-06 3:19
Ramesh N G16-Nov-06 3:19 
Hi,

I have created a crytal report using TTX file and i am trying to connect ADO recodset to the report.
When crpReport.Preview of the following code is executed,I am getting the runtime error like "runtime error '20527' sql server error"
Please help me to solve this.

Dim crpApplication As CRPEAuto.Application
Dim crpReport As CRPEAuto.Report
Dim crpDatabase As CRPEAuto.Database
Dim crpTables As CRPEAuto.DatabaseTables
Dim crpTable As CRPEAuto.DatabaseTable
Set crpApplication = CreateObject("crystal.crpe.application")
Set crpReport = crpApplication.OpenReport(App.Path & "\Report1.rpt")
Set crpDatabase = crpReport.Database
Set crpTables = crpDatabase.Tables
Set crpTable = crpTables.Item(1)
Call crpTable.SetPrivateData(3, adoRs)
crpReport.Preview

Environment: Visual Basi 6, Crytal Report 6, Sybase

Thanks
Ramesh
Questionselect case Pin
charchabil0316-Nov-06 2:05
charchabil0316-Nov-06 2:05 
AnswerRe: select case Pin
nlarson1116-Nov-06 3:57
nlarson1116-Nov-06 3:57 
AnswerRe: select case [modified] Pin
Yona Low16-Nov-06 4:17
Yona Low16-Nov-06 4:17 
GeneralRe: select case Pin
nlarson1116-Nov-06 4:34
nlarson1116-Nov-06 4:34 
GeneralRe: select case Pin
Yona Low16-Nov-06 4:44
Yona Low16-Nov-06 4:44 
Questionhow to logoff using Windows Service Pin
BSRK16-Nov-06 1:39
BSRK16-Nov-06 1:39 
AnswerRe: how to logoff using Windows Service Pin
Dave Sexton16-Nov-06 3:16
Dave Sexton16-Nov-06 3:16 
AnswerRe: how to logoff using Windows Service Pin
Dave Sexton16-Nov-06 3:43
Dave Sexton16-Nov-06 3:43 
GeneralRe: how to logoff using Windows Service Pin
Dave Kreskowiak16-Nov-06 4:15
mveDave Kreskowiak16-Nov-06 4:15 
GeneralRe: how to logoff using Windows Service Pin
Yona Low16-Nov-06 4:21
Yona Low16-Nov-06 4:21 
GeneralRe: how to logoff using Windows Service Pin
Dave Sexton16-Nov-06 19:34
Dave Sexton16-Nov-06 19:34 
GeneralThanks to kulazfuk and Dave Pin
BSRK17-Nov-06 18:41
BSRK17-Nov-06 18:41 
QuestionShared Memory Pin
PlescaSorin16-Nov-06 0:52
PlescaSorin16-Nov-06 0:52 
AnswerRe: Shared Memory Pin
nlarson1116-Nov-06 4:01
nlarson1116-Nov-06 4:01 
AnswerRe: Shared Memory Pin
Dave Kreskowiak16-Nov-06 6:15
mveDave Kreskowiak16-Nov-06 6:15 
QuestionWhats the meaning of 2 declarations. Pin
ashwath197915-Nov-06 23:05
ashwath197915-Nov-06 23:05 
AnswerRe: Whats the meaning of 2 declarations. Pin
The ANZAC15-Nov-06 23:06
The ANZAC15-Nov-06 23:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.