Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~12.7K People Reached
Favorite Forums
Favorite Tags
Member Avatar for potatochips

Hi, My Crystal Report is using VB.NET and Sql server 2005. The report can be displayed but everytime it will prompt me to key in the Username n Password.. is there anyway to automatically pass the login information to reports? thanks =)

Member Avatar for lauryfriese
0
12K
Member Avatar for humbleade

hello every1, I am a college student and a new user on this forum just like I'm new to VB, please take it as if I know NOTHING about VB, I have VB 6.0 on my system, and I av a mini project to submit b4 February 20, 2009. I …

Member Avatar for potatochips
0
90
Member Avatar for potatochips

hi.. can anybody help me in passing date parameters into crystal report? i wanna do something like the user types in the date and clicks on OK button to view the crystal report according to the date typed by the user.. below is my codings.. but there's this error "Invalid …

0
79
Member Avatar for potatochips

hi, i have a Windows Application using visual studio.net 2005.. is there any way to close only the report in the report viewer n not the rest of the windows that r running? =/ thanks so much! :)

Member Avatar for potatochips
0
131
Member Avatar for potatochips

hi.. i need help in displaying the search result onto the textboxes when i search for eg.a Disc. like when i type the description to search for a disc, the details of the discs which match the description will appear. how do i go about doing that? :?:

Member Avatar for iamthwee
0
94
Member Avatar for kahaj

I can't figure out how to clear the text boxes in this program when the Enter button is clicked. Here is what I have... [CODE]Public Class AccountInformationForm Private Sub enterButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles enterButton.Click balanceLabel.Text = Val(balanceLabel.Text) - Val(withdrawalTextBox.Text) _ + Val(depositTextBox.Text) End Sub End …

Member Avatar for potatochips
0
103
Member Avatar for marco_27

Hi i need to make a Search program that seek into a data base and retrive data from the database .. i need two forms one for search into the database and another that diplay the results into textbox s the database is from SQL . example --------------Search Form-------------- name: …

Member Avatar for potatochips
0
81