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 #4K
~10.3K People Reached
Favorite Forums

5 Posted Topics

Member Avatar for geetajlo

There's a much easier way to do that. Save the last id number in a textfile. When you click the btnAdd the code should read the textfile and add one to the value in the textfile then show it in the textbox. When you click btnSave the last id is …

Member Avatar for Ravi_79
-1
9K
Member Avatar for Shaggy19

This is my way. It works perfectly for me. The only difference is that you have to use indexes instead of strings to access the fields. Make sure the indexes I have put in red match the ones in your database table. Goodluck. [CODE]Private Sub Confirm_Click(ByVal sender As System.Object, ByVal …

Member Avatar for Shaggy19
0
108
Member Avatar for Hisham-Usif

I'm wondering whether it is possible to declare a global variable in a click event. I need to declare an array of a specific size. The specific size is generated using a series of IF statements. I only need to know how to declare it. Thanks in advance I'm using …

Member Avatar for peter_budo
0
167
Member Avatar for Naveed_786

You need to fill the AutoCompleteSource of the textbox with the names of the customers. This can be done by a for loop. Follow this: Set the AutoCompleteSource property of the textbox to CustomSource and the AutoCompleteMode property to Suggest. Then write this in the Load Event of the form. …

Member Avatar for Naveed_786
0
139
Member Avatar for Hisham-Usif

I'm wondering whether it is possible to declare a global variable in a click event. I need to declare an array of a specific size. The specific size is generated using a series of IF statements. I only need to know how to declare it. Thanks in advance I'm using …

Member Avatar for Luc001
0
432

The End.