|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Loading CrystalReports.rpt, I Am Asked To Enter Login ID And PasswordHow do I stop VB from asking me this? I want to view the Crystal Report
immediately without the prompt. Thank you, Christopher Lusardi Christopher Lusardi wrote:
> How do I stop VB from asking me this? I want to view the Crystal Report Also, with a simplier version of my application, I was never asked for> immediately without the prompt. > > Thank you, > Christopher Lusardi a password to this Access database. The old version would display the report immediately without beging asked for a password. Thanks, Christopher Lusardi Hi,
Crystal reports did a bad job on database login. It's better than you pass a ADO dataset to crystal report instead of using crystal report to login to database.. Thanks keanhee Christopher Lusardi wrote: Show quoteHide quote > Christopher Lusardi wrote: >> How do I stop VB from asking me this? I want to view the Crystal Report >> immediately without the prompt. >> >> Thank you, >> Christopher Lusardi > > Also, with a simplier version of my application, I was never asked for > a password to this Access database. The old version would display the > report immediately without beging asked for a password. > > Thanks, > Christopher Lusardi > keanhee wrote:
> Hi, What will happen if I do this? Will I always be prompted for a> Crystal reports did a bad job on database login. It's better than you > pass a ADO dataset to crystal report instead of using crystal report to > login to database.. > password? Do have to do anything else besides the below? Will the below even compile? Old Code CrystalReport1.Load("C:\Documents and Settings\chrislusardi\Desktop\EMPLOYEE DATABASE\Employee_Database_Program\Employee_Database_Program\CrystalReport1.rpt") New Code CrystalReport1.Load (Employee_DatabseDataSet) Thank you, Christopher Lusardi Show quoteHide quote > > Christopher Lusardi wrote: > > Christopher Lusardi wrote: > >> How do I stop VB from asking me this? I want to view the Crystal Report > >> immediately without the prompt. > >> > >> Thank you, > >> Christopher Lusardi > > > > Also, with a simplier version of my application, I was never asked for > > a password to this Access database. The old version would display the > > report immediately without beging asked for a password. > > Christopher Lusardi wrote:
Show quoteHide quote > keanhee wrote: When I do that "New Code" above, it tells me, cannot be converted to> > Hi, > > Crystal reports did a bad job on database login. It's better than you > > pass a ADO dataset to crystal report instead of using crystal report to > > login to database.. > > > > What will happen if I do this? Will I always be prompted for a > password? Do have to do anything else besides the below? Will the below > even compile? > > Old Code > CrystalReport1.Load("C:\Documents and > Settings\chrislusardi\Desktop\EMPLOYEE > DATABASE\Employee_Database_Program\Employee_Database_Program\CrystalReport1.rpt") > > New Code > CrystalReport1.Load (Employee_DatabseDataSet) > String. Show quoteHide quote > Thank you, > Christopher Lusardi > > > > > Christopher Lusardi wrote: > > > Christopher Lusardi wrote: > > >> How do I stop VB from asking me this? I want to view the Crystal Report > > >> immediately without the prompt. > > >> > > >> Thank you, > > >> Christopher Lusardi > > > > > > Also, with a simplier version of my application, I was never asked for > > > a password to this Access database. The old version would display the > > > report immediately without beging asked for a password. > > > Hello,
I have discovered why I am now being prompted for a user ID and password. I modified my connection string to use DataDirectory so that I can get the benefit of using a relative path to my database! How can I prevent being prompted for user ID and password while I use keyword DataDirectory? Thank you, Christopher Lusardi Christopher Lusardi wrote: Show quoteHide quote > Christopher Lusardi wrote: > > keanhee wrote: > > > Hi, > > > Crystal reports did a bad job on database login. It's better than you > > > pass a ADO dataset to crystal report instead of using crystal report to > > > login to database.. > > > > > > > What will happen if I do this? Will I always be prompted for a > > password? Do have to do anything else besides the below? Will the below > > even compile? > > > > Old Code > > CrystalReport1.Load("C:\Documents and > > Settings\chrislusardi\Desktop\EMPLOYEE > > DATABASE\Employee_Database_Program\Employee_Database_Program\CrystalReport1.rpt") > > > > New Code > > CrystalReport1.Load (Employee_DatabseDataSet) > > > > When I do that "New Code" above, it tells me, cannot be converted to > String. > > > Thank you, > > Christopher Lusardi > > > > > > > > Christopher Lusardi wrote: > > > > Christopher Lusardi wrote: > > > >> How do I stop VB from asking me this? I want to view the Crystal Report > > > >> immediately without the prompt. > > > >> > > > >> Thank you, > > > >> Christopher Lusardi > > > > > > > > Also, with a simplier version of my application, I was never asked for > > > > a password to this Access database. The old version would display the > > > > report immediately without beging asked for a password. > > > > Hi,
have a look at http://www.vb-tips.com/default.aspx?ID=68888abf-f137-45d1-8a81-e779bfb411c5 Greetz, Peter -- Show quoteHide quoteProgramming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. (Rich Cook) "Christopher Lusardi" <clusard***@aol.com> schreef in bericht DATABASE\Employee_Database_Program\Employee_Database_Program\CrystalReport1.news:1149616435.967964.143370@i39g2000cwa.googlegroups.com... > Hello, > > I have discovered why I am now being prompted for a user ID and > password. I modified my connection string to use DataDirectory so that > I can get the benefit of using a relative path to my database! How can > I prevent being prompted for user ID and password while I use keyword > DataDirectory? > > Thank you, > Christopher Lusardi > > Christopher Lusardi wrote: > > Christopher Lusardi wrote: > > > keanhee wrote: > > > > Hi, > > > > Crystal reports did a bad job on database login. It's better than you > > > > pass a ADO dataset to crystal report instead of using crystal report to > > > > login to database.. > > > > > > > > > > What will happen if I do this? Will I always be prompted for a > > > password? Do have to do anything else besides the below? Will the below > > > even compile? > > > > > > Old Code > > > CrystalReport1.Load("C:\Documents and > > > Settings\chrislusardi\Desktop\EMPLOYEE > > > rpt") Show quoteHide quote > > > > > > New Code > > > CrystalReport1.Load (Employee_DatabseDataSet) > > > > > > > When I do that "New Code" above, it tells me, cannot be converted to > > String. > > > > > Thank you, > > > Christopher Lusardi > > > > > > > > > > > Christopher Lusardi wrote: > > > > > Christopher Lusardi wrote: > > > > >> How do I stop VB from asking me this? I want to view the Crystal Report > > > > >> immediately without the prompt. > > > > >> > > > > >> Thank you, > > > > >> Christopher Lusardi > > > > > > > > > > Also, with a simplier version of my application, I was never asked for > > > > > a password to this Access database. The old version would display the > > > > > report immediately without beging asked for a password. > > > > > >
bring an already running app to the front
How do you get to this newsgroup quickly, AND STAY HERE? How can you convert an integer into a VB.NET color? DAAB problem most natural behavior on mouse wheel Upload a file in a web server with a WinForm Lost focus ChartFX Slowness how do I get date and time of compilation How can I create an IE button to do something? |
|||||||||||||||||||||||