Click here to Skip to main content
15,898,222 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionFindFile file type question Pin
monsieur_jj27-Jan-09 19:26
monsieur_jj27-Jan-09 19:26 
AnswerRe: FindFile file type question Pin
Ashutosh Phoujdar27-Jan-09 20:13
Ashutosh Phoujdar27-Jan-09 20:13 
Questionhow to create line graph using C# Pin
karthick sampangi27-Jan-09 18:59
karthick sampangi27-Jan-09 18:59 
AnswerRe: how to create line graph using C# Pin
N a v a n e e t h27-Jan-09 19:02
N a v a n e e t h27-Jan-09 19:02 
AnswerRe: how to create line graph using C# Pin
Ashutosh Phoujdar27-Jan-09 20:07
Ashutosh Phoujdar27-Jan-09 20:07 
AnswerRe: how to create line graph using C# Pin
dan!sh 27-Jan-09 23:57
professional dan!sh 27-Jan-09 23:57 
QuestionAnybody help me in CR Pin
BalasubramanianK27-Jan-09 18:23
BalasubramanianK27-Jan-09 18:23 
AnswerRe: Anybody help me in CR Pin
Jon_Boy28-Jan-09 5:35
Jon_Boy28-Jan-09 5:35 
Its been a while since I've used CR8.5 and VB6. Just eyeballing the code, I think it should be something like the following

cr1.LogonInfo(0) = strLogin 'This will depend on how your report is setup.

cr1.ReportFileName = App.Path & "\rptCovLetToCommodityPmnts.rpt"

'I **think** the params are zero based and pass the param value only.
cr1.ParameterFields(0) = lstrBankCode
cr1.ParameterFields(1) = cmbPaymentDate
cr1.Destination = crptToWindow

cr1.Action = 1


If you are using MS SQL for the report, you can open profiler to see exactly what Crystal is using as the query to see what is wrong as well.

Hope this points you in the right direction.

Any suggestions, ideas, or 'constructive criticism' are always welcome.

"There's no such thing as a stupid question, only stupid people." - Mr. Garrison

Questionreading a text file from the resource file Pin
moonshaddow27-Jan-09 15:16
moonshaddow27-Jan-09 15:16 
AnswerRe: reading a text file from the resource file Pin
Ashutosh Phoujdar27-Jan-09 21:23
Ashutosh Phoujdar27-Jan-09 21:23 
GeneralRe: reading a text file from the resource file Pin
moonshaddow28-Jan-09 12:13
moonshaddow28-Jan-09 12:13 
QuestionLooking up Cell data with Mutiple Excel Workbooks running. Pin
frankiebaby227-Jan-09 13:19
frankiebaby227-Jan-09 13:19 
AnswerRe: Looking up Cell data with Mutiple Excel Workbooks running. Pin
Dave Kreskowiak28-Jan-09 3:06
mveDave Kreskowiak28-Jan-09 3:06 
GeneralRe: Looking up Cell data with Mutiple Excel Workbooks running. Pin
frankiebaby228-Jan-09 6:04
frankiebaby228-Jan-09 6:04 
GeneralRe: Looking up Cell data with Mutiple Excel Workbooks running. Pin
frankiebaby228-Jan-09 6:05
frankiebaby228-Jan-09 6:05 
GeneralRe: Looking up Cell data with Mutiple Excel Workbooks running. Pin
Dave Kreskowiak28-Jan-09 16:22
mveDave Kreskowiak28-Jan-09 16:22 
QuestionVBA Access design (sql) view Pin
FMpol27-Jan-09 10:41
FMpol27-Jan-09 10:41 
AnswerRe: VBA Access design (sql) view Pin
Dave Kreskowiak28-Jan-09 2:55
mveDave Kreskowiak28-Jan-09 2:55 
GeneralRe: VBA Access design (sql) view Pin
FMpol28-Jan-09 6:08
FMpol28-Jan-09 6:08 
QuestionUsing Wildcard in Declaring Variables Pin
IvanIT27-Jan-09 9:19
IvanIT27-Jan-09 9:19 
AnswerRe: Using Wildcard in Declaring Variables Pin
Dave Kreskowiak27-Jan-09 10:09
mveDave Kreskowiak27-Jan-09 10:09 
GeneralRe: Using Wildcard in Declaring Variables Pin
IvanIT27-Jan-09 10:37
IvanIT27-Jan-09 10:37 
GeneralRe: Using Wildcard in Declaring Variables Pin
Dave Kreskowiak27-Jan-09 10:46
mveDave Kreskowiak27-Jan-09 10:46 
AnswerRe: Using Wildcard in Declaring Variables Pin
Wendelius27-Jan-09 10:15
mentorWendelius27-Jan-09 10:15 
GeneralRe: Using Wildcard in Declaring Variables Pin
IvanIT27-Jan-09 10:38
IvanIT27-Jan-09 10:38 

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.