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!
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!
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...
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...
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 &...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.