Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: IDoWindows
  • Content: Threads
  • Order by date
  1. IDoWindows

    Ref VB .NET DLL in VB 5.0 Application?

    I can't seem to make a reference to a DLL created in VB.NET from my VB 5.0 project... I have installed the .NET Framework on my computer, though... is there another way to call the DLL? Any suggestions? Thanks!
  2. IDoWindows

    Ref VB.NET DLL in a VB 5.0 App

    I can't seem to make a reference to a DLL created in VB.NET from my VB 5.0 project... I have installed the .NET Framework on my computer, though... is there another way to call the DLL? Any suggestions? Thanks!
  3. IDoWindows

    VB->Formula->MainRpt->SubRpt Record Selection

    I am passing a string from VB5.0 like this: CrystalReport1.Formulas(0) = "UID= '" & mvAccountID & "'" The main report receives the value passed into its formula named @UID. I have selected my subreport, right-clicked, and Changed Subreport Links... I selected the formula...
  4. IDoWindows

    Execution beyond modal form

    I’ve got a strange situation here, and I wanted to see if it rings any bells with anyone. When I run my main form code from within VB, with no breakpoints, I get the error “Can’t show non-modal form when a modal form is displayed.” Debugging at this point reveals the offending "form...
  5. IDoWindows

    VB Pass $ to subreport formula

    I'm trying to generate a report from Visual Basic which has several subreports. Each of these subreports contain formulas for passing strings from VB5. I have been accessing the formulas of the main report like this: CrystalReport1.Formulas(0) = "Name=" & "'" mvName &...
  6. IDoWindows

    Report from VB Listbox, etc.

    I've seen this question asked, but I don't think I've ever seen an answer: can Crystal Reports accept data from a VB Listbox control, or for that matter, any VB control with a list of data elements, such as a listview (in 'report' mode)? TIA

Part and Inventory Search

Back
Top