Click here to Skip to main content
15,894,646 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: VB.Net MDI Child form loading issue... Pin
dan!sh 3-Mar-09 7:04
professional dan!sh 3-Mar-09 7:04 
AnswerRe: VB.Net MDI Child form loading issue... Pin
Navneet Hegde3-Mar-09 10:57
Navneet Hegde3-Mar-09 10:57 
GeneralRe: VB.Net MDI Child form loading issue... Pin
Tej Aj3-Mar-09 20:04
Tej Aj3-Mar-09 20:04 
QuestionHow to create records that have an AutoNumber field Pin
ivo753-Mar-09 6:21
ivo753-Mar-09 6:21 
AnswerRe: How to create records that have an AutoNumber field Pin
ivo753-Mar-09 7:05
ivo753-Mar-09 7:05 
AnswerRe: How to create records that have an AutoNumber field Pin
Tej Aj3-Mar-09 7:32
Tej Aj3-Mar-09 7:32 
GeneralRe: How to create records that have an AutoNumber field Pin
ivo753-Mar-09 7:36
ivo753-Mar-09 7:36 
QuestionInterop problem using Crystal Reports 8 with VB 2005 Pin
Jon_Boy3-Mar-09 5:34
Jon_Boy3-Mar-09 5:34 
Ok, before the criticism starts, I need this app to be able to work in Win98. We are being forced to support legacy systems and O/Ss.

I need to call a report using the CR8 via interop. Any report that doesn't utilize a subreport works fine. On reports that contain subreports, I cannot successfully set the .SubReportToChange

with CrystalReport1
 'This is where the error occurs. Source: "Exception from HRESULT: 0x800A4FB5" 
 'SourceTrace: "   at Crystal.CrystalCtrl.GetNthSubreportName(Int16 n)\r\n   at AxCrystal.AxCrystalReport.GetNthSubreportName(Int16 n)"
  .SubreportToChange = .GetNthSubreportName(0S) 'If tried hardcoding the subrpt name which also doesn't work.

  'All this code works fine from reports that don't have subreports
  .set_LogonInfo(0, "blah blah")
  .set_StoredProcParam(0, strTableTemp)
end with


Not sure what to do. .GetNthSubRptName requires a short value but always errs off. Can't set the .SubRportToChange to the actual name because it errs off as well w\ HRESULT: 0x800A4FB6.

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

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

QuestionConvert VB6 Project to VB.NET Pin
Pasan1483-Mar-09 4:28
Pasan1483-Mar-09 4:28 
AnswerRe: Convert VB6 Project to VB.NET Pin
ABitSmart3-Mar-09 5:44
ABitSmart3-Mar-09 5:44 
AnswerRe: Convert VB6 Project to VB.NET Pin
Steven J Jowett3-Mar-09 5:45
Steven J Jowett3-Mar-09 5:45 
AnswerRe: Convert VB6 Project to VB.NET Pin
dan!sh 3-Mar-09 7:09
professional dan!sh 3-Mar-09 7:09 
QuestionReporting & Printouts Pin
LostMonkey3-Mar-09 3:06
LostMonkey3-Mar-09 3:06 
AnswerRe: Reporting & Printouts Pin
Mycroft Holmes3-Mar-09 17:04
professionalMycroft Holmes3-Mar-09 17:04 
GeneralRe: Reporting & Printouts Pin
LostMonkey3-Mar-09 22:47
LostMonkey3-Mar-09 22:47 
GeneralRe: Reporting & Printouts Pin
Mycroft Holmes3-Mar-09 23:36
professionalMycroft Holmes3-Mar-09 23:36 
GeneralRe: Reporting & Printouts Pin
Mycroft Holmes3-Mar-09 23:39
professionalMycroft Holmes3-Mar-09 23:39 
GeneralRe: Reporting & Printouts Pin
LostMonkey4-Mar-09 0:04
LostMonkey4-Mar-09 0:04 
QuestionMixing C# and VB in a console application Pin
ksportz3-Mar-09 1:30
ksportz3-Mar-09 1:30 
AnswerRe: Mixing C# and VB in a console application Pin
Eddy Vluggen3-Mar-09 3:18
professionalEddy Vluggen3-Mar-09 3:18 
GeneralRe: Mixing C# and VB in a console application Pin
ksportz3-Mar-09 4:47
ksportz3-Mar-09 4:47 
GeneralRe: Mixing C# and VB in a console application Pin
Eddy Vluggen3-Mar-09 5:05
professionalEddy Vluggen3-Mar-09 5:05 
AnswerRe: Mixing C# and VB in a console application Pin
dan!sh 3-Mar-09 7:12
professional dan!sh 3-Mar-09 7:12 
QuestionDateTime Pin
Assaf823-Mar-09 0:31
Assaf823-Mar-09 0:31 
AnswerRe: DateTime Pin
ABitSmart3-Mar-09 1:06
ABitSmart3-Mar-09 1: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.