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
~261 People Reached
Favorite Forums
Favorite Tags
Member Avatar for jalandoonk

I'm trying to set the selected value from a combo box that is populated from my database, i cant seem to find a way to do that. I'm using this to populate my combo box: [I]Private Sub PopulateCountry() Dim country As New Client Dim contryList As OdbcDataReader = country.mpopulateCountry() Dim …

Member Avatar for venu_dw
0
136
Member Avatar for jalandoonk

How can I mass deploy our windows application (that adds information to our database) if there is no ODBC Driver on our clients PC? any suggestion on this? our database server is FileMaker(sucks!) P.S. we have several clients all over the globe and we cannot just have them install an …

0
56
Member Avatar for jalandoonk

i have a form that allows the user to add 0 to 4 contact numbers. [I] Dim ccontact As New Contact Dim contactId As String = ccontact.getContactid(hcode) phone1 = cbxPhone1.SelectedItem phone2 = cbxPhone2.SelectedItem phone3 = cbxPhone3.SelectedItem phone4 = cbxPhone4.SelectedItem tphone1 = txtPhone1.Text tphone2 = txtPhone2.Text tphone3 = txtPhone3.Text tphone4 = …

Member Avatar for jalandoonk
0
69