No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
Re: what connction are you using?? if adodc then just refresh the adodc then the grid itself would refresh.. if adodb then reload the database to the grid.. | |
can somebody tell me the codes for updating the datagridview records.. here's what i wanna do. for example there are 3 columns name , middle , last. i want to update last but the problem is my datagridview doesnt update and still remain the same record but no errors.. | |
hello does anyone know how to put codes on the treeview nodes itself.. I want every nodes in the treeview to do different things like opening a new window form if i click one of the nodes and the other nodes to do something else when clicked.. | |
Re: hello can u try putting 2 adodc.refresh to your form load and on your update button.. sometimes in vb6 one adodc.refresh is not enough that's why you got that error.. also before the addnew please put also 2 adodc.refresh.. try it and see if it works.. | |
can someone also tell me the codes for add, delete and searching the datagridview? adding for example is from a textbox when add button is clicked then it automatically shown in the datagrid.. when delete button is clicked the record in the grid is deleted which on where the cursor … | |
hello there. can someone know the code for this.. here is the output.. record 9 of 10 displaying the total number of records in the database and the current record to which the cursor is focus on.. | |
hello.. can someone tell me how to save a text from a multiline textbox to a .doc format then save it to a sql server database |
The End.