Click here to Skip to main content
15,915,501 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: a problem in array in vb.net Pin
Hasan Jaffal5-Feb-07 12:53
Hasan Jaffal5-Feb-07 12:53 
GeneralRe: a problem in array in vb.net Pin
TwoFaced5-Feb-07 15:29
TwoFaced5-Feb-07 15:29 
QuestionGlobal Dataset Pin
liona5-Feb-07 2:42
liona5-Feb-07 2:42 
AnswerRe: Global Dataset Pin
Kschuler5-Feb-07 5:25
Kschuler5-Feb-07 5:25 
AnswerRe: Global Dataset Pin
nlarson115-Feb-07 5:38
nlarson115-Feb-07 5:38 
AnswerRe: Global Dataset Resolved Pin
liona5-Feb-07 7:02
liona5-Feb-07 7:02 
QuestionNET-1.1: Setup didn't include all assemblies Pin
Marco Turrini5-Feb-07 1:05
Marco Turrini5-Feb-07 1:05 
Questionhow to call sub report Pin
neo_bags5-Feb-07 0:33
neo_bags5-Feb-07 0:33 
hello
i have a big headache to this problem that i wasnt able to find an answer, guys i really wanted your help if you can fix this, i'm using vb.net 2005 and using crystal report 9, my only problem is that the sub report, i dont know how to call that sub report that is part of the main report, it's always asking for login and password when the report is called, here's my codes and kindly and something that could fix my problem, here it is,

Dim appRdr As New System.Configuration.AppSettingsReader
Dim objreport As New CrystalDecisions.CrystalReports.Engine.ReportDocument
objreport.Load(Application.StartupPath & "\reports\Employee_Profile_with_subreport.rpt")
objreport.SetDatabaseLogon(appRdr.GetValue("Username", GetType(String)), appRdr.GetValue("Password", GetType(String)), appRdr.GetValue("Server", GetType(String)), appRdr.GetValue("Database", GetType(String)))
objreport.SetDatabaseLogon("", "")
objreport.Refresh()
objreport.SetParameterValue("@IDNUMBER", Me.cboemployeeprofileid.Text)
Applicant_Reports.appreports.ReportSource = objreport
Applicant_Reports.Show()


employee_profile_with_subreport is the main report, and it has 3 sub report inside of that main, now when i deploy to another comp. and load that report, he will ask log-in and password and my sql is only windows authentication...help me gys..

QuestionIP Address and MAC Address Pin
nawalage4-Feb-07 23:40
nawalage4-Feb-07 23:40 
AnswerRe: IP Address and MAC Address Pin
Ahmed El-Badry5-Feb-07 3:05
Ahmed El-Badry5-Feb-07 3:05 
GeneralRe: IP Address and MAC Address Pin
nawalage5-Feb-07 5:24
nawalage5-Feb-07 5:24 
QuestionRe: IP Address and MAC Address Pin
nawalage5-Feb-07 20:02
nawalage5-Feb-07 20:02 
AnswerRe: IP Address and MAC Address Pin
Ahmed El-Badry5-Feb-07 22:55
Ahmed El-Badry5-Feb-07 22:55 
AnswerRe: deleting many folders Pin
Christian Graus4-Feb-07 23:01
protectorChristian Graus4-Feb-07 23:01 
Questiondeleting many folders Pin
charchabil034-Feb-07 22:44
charchabil034-Feb-07 22:44 
AnswerRe: deleting many folders Pin
Christian Graus4-Feb-07 23:02
protectorChristian Graus4-Feb-07 23:02 
GeneralRe: deleting many folders Pin
ChandraRam5-Feb-07 3:49
ChandraRam5-Feb-07 3:49 
GeneralRe: deleting many folders Pin
charchabil035-Feb-07 5:26
charchabil035-Feb-07 5:26 
AnswerRe: deleting many folders Pin
TwoFaced5-Feb-07 7:06
TwoFaced5-Feb-07 7:06 
GeneralRe: deleting many folders Pin
charchabil035-Feb-07 8:00
charchabil035-Feb-07 8:00 
QuestionWiFi Connection Pin
ChPortos4-Feb-07 22:00
ChPortos4-Feb-07 22:00 
AnswerRe: WiFi Connection Pin
ChPortos7-Feb-07 3:35
ChPortos7-Feb-07 3:35 
Questionhow to handle list boxes? Pin
Jennisa4-Feb-07 21:27
Jennisa4-Feb-07 21:27 
AnswerRe: how to handle list boxes? Pin
jack_claudine4-Feb-07 21:54
jack_claudine4-Feb-07 21:54 
AnswerRe: how to handle list boxes? Pin
Vikash Yadav4-Feb-07 21:59
Vikash Yadav4-Feb-07 21:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.