Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #3K
~4K People Reached
Favorite Forums

10 Posted Topics

Member Avatar for gamaliel
Member Avatar for matcooper
0
126
Member Avatar for Marc.Gauthier9

Let me see if I can help you. have you tried using a select [CODE] Select dt.rows.count case 1 Messagebox.Show("You allowed to Access") case 0 Messagebox.show("Id not found") case >1 Messagebox.show("More than 2 found") end select [/CODE]

Member Avatar for rajasekar646
0
132
Member Avatar for markdean.expres

You can probably use a filter on the table you have on your report. Have you tried using filters on your report before?

Member Avatar for markdean.expres
0
100
Member Avatar for giovetti
Member Avatar for Naveed_786

You should change this line in your code [CODE] Dim conn As SqlConnection = New SqlConnection(strCon) [/CODE] to [CODE] Dim con As SqlConnection = New SqlConnection(strCon) [/CODE] The rest of your code reffers to the variable con vs conn

Member Avatar for pabloh007
0
143
Member Avatar for pabloh007

I'm running into a problem when trying to render images in a RDLC, I added the code in the report code section, however all i get is a red "X" for my image. When I run the code in windows form the image generates fully but doesn't generate when trying …

0
74
Member Avatar for roachae

I do this with my applications. I use yahoo small business hosting where I can use their smtp server to send e-mails. It's not free but it's worth a try.

Member Avatar for pabloh007
0
741
Member Avatar for judithSampathwa

You may need to play around with the events of Value changed for each of the datetimepicker. This will trigger as soon as you make the change.. [CODE] private void dateTimePicker1_ValueChanged(object sender, EventArgs e) { if (dateTimePicker1.Value > dateTimePicker2.Value) { MessageBox.Show("You Can not select a larger start date"); } } …

Member Avatar for pabloh007
0
748
Member Avatar for Ragoune

If you are using a MYSQL from your hosting like yahoo.smallbusiness. It wont be possible or at least it wont be easy. You will need to build some web interface to interact with your application i.e. xml.

Member Avatar for Ragoune
0
1K
Member Avatar for onlinessp
Member Avatar for pabloh007
1
225

The End.