Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Help on Crystal Report

Help on Crystal Report

Scheduled Pinned Locked Moved Database
databasesecurityhelpquestioncareer
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kigali
    wrote on last edited by
    #1

    Hey to Crystal Report users i have made report with crystal report viewer and crystal report tool but before i get the report wich one i can print.it is asking me the DATABASE password which i dont want the End user to know ? Please help me i just want the user to click on print button and get the report without the database authentication

    ok job

    V 1 Reply Last reply
    0
    • K kigali

      Hey to Crystal Report users i have made report with crystal report viewer and crystal report tool but before i get the report wich one i can print.it is asking me the DATABASE password which i dont want the End user to know ? Please help me i just want the user to click on print button and get the report without the database authentication

      ok job

      V Offline
      V Offline
      vivek g
      wrote on last edited by
      #2

      ON button click. -- 1. First make the object of the report (say AA.rpt) Dim obj As New AA -- 2. Pass the database (userid,pwd, server, Database name) obj.SetDatabaseLogon("sa", "sa", "10.179.10.38", "PUBS") -- 3. Use the object of crystal report viewer. crViewer.ReportSource = obj crViewer.Visible = True

      vivek

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups