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

I'm basically trying to either mimic the BindingNavigatorAddNewItem button or utilize it. Ideally I'd like to make my original code work. The code for my on "Add New Ticket Button" click simply clears the fields on my form and determines the next number to use for a TicketNum, and Places …

Member Avatar for tphuoc
0
552
Member Avatar for tphuoc

I have figured out how to populate the comboboxes for an app I'm making from a database this is not the actual code but is basically the way I'm populating them [code] for i = 0 to maxrows - 1 cbobox.items.add(dataset.tables("datatablename").Rows(i).Item(x)) next i [/code] I need either to be able …

Member Avatar for tphuoc
0
95