User Profile

Collapse

Profile Sidebar

Collapse
Davemon1126
Davemon1126
Last Activity: Oct 3 '07, 06:31 PM
Joined: May 13 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Davemon1126
    started a topic Crystal Reports problem
    in .NET

    Crystal Reports problem

    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"...
    See more | Go to post

  • Davemon1126
    replied to Inserting variables
    in .NET
    Thanks, sometimes can't see the forest for the trees....
    See more | Go to post

    Leave a comment:


  • Davemon1126
    started a topic Inserting variables
    in .NET

    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"...
    See more | Go to post
No activity results to display
Show More
Working...