Used the following code to print a report only to recieve "load report failed" error at the cr.load(rname) line. Any ideas??
Private Sub Button2_Click(B yVal sender As System.Object, ByVal e As
System.EventArg s) Handles Button2.Click
Dim cr As New CrystalDecision s.CrystalReport s.Engine.Report Document
rname = System.Environm ent.CurrentDire ctory & "\crystalreport 2.rpt"...
User Profile
Collapse
-
Crystal Reports problem
-
Thanks, sometimes can't see the forest for the trees.... -
Inserting variables
I'm trying to do a simple data inserting using variables from text box input. I'm also new to VB.net but have used VB6. I get and error code at the Executenonquery line and don't know why.
Imports system.data.sql client
Public Class Form1
Dim v1 As String
Dim v2 As String
Dim connectionstrin g As String = "Data Source=SBSERVER ;Initial Catalog=graygo_ test;Integrated Security=True"...
No activity results to display
Show More
Leave a comment: