Click here to Skip to main content
15,884,050 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
im facing a problem, im creating a project in vb.net. i have created a crystal report who is fetching fields from xml database.. and that xml database is provided information from text fields on my form.
means in short from text box i want to pass values to crystal report on button click.. so i have used xml in between front end and crystal report.
its working fine on windows 8.1, but when i install the setup on windows 7, its asking for login id and password and server name is the name of root element from xml document..
what should i do please help me.... tired of googling :(
Posted
Comments
Richard MacCutchan 27-Sep-15 7:57am    
Give it the information it asks for.

Have a look at similar question: My crystal report asking me password many times[^]
 
Share this answer
 
Comments
[no name] 27-Sep-15 11:32am    
A 5...a lazy 5 :)
Maciej Los 27-Sep-15 11:36am    
Thank you, Bruno the 0x01AA.

:D
[no name] 27-Sep-15 11:57am    
You are welcome, the hidden(?) :D
Bruno
Maciej Los 27-Sep-15 12:05pm    
:laugh:
First, XML is NOT a database. It is a formatting applied to data for transmission as text.

The XML document is loaded into some kind of data structure in your code, which you then bind your report to. Since you don't show any of this code, it's pretty much impossible to tell you what you're doing wrong.
 
Share this answer
 
Comments
[no name] 27-Sep-15 11:33am    
A 5, especally for "XML is NOT ...."
Maciej Los 27-Sep-15 11:37am    
Short and to the point, a 5!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900