Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. groganBall

    Added/Deleteing or Editing Events in DataGrids

    Cheers Obislavu, Does anyone understand how RowChanged works? When I add a new Row, it does not send me the updated DataTable back from the DataGrid, (Its missing the added Row). Although it sends back the added row in the Args.
  2. groganBall

    Added/Deleteing or Editing Events in DataGrids

    Hi All, Is there any way you can tell when a row has been added/deleted or edited in a Datagrid’s DataSource in C#? I need to know when a row is added/deleted or edited I can update a structure I have created, Joshco
  3. groganBall

    Treeview grabbing focus

    Cheers Koarch., I was sure the control was exhibiting unusual behavior… I have narrowed it down to this piece of code: Tree.SelectedNode = tNode; This is very frustrating. Ill keep working on the problem, grogan
  4. groganBall

    Treeview grabbing focus

    Hi all, I’m having a spot of bother with the TreeView Control, I have an application with many TabPages. The first page has a TreeView attached, and the other pages change which node is to be select on the TreeView. Now the problem I am having is whenever I go to change the node on a...
  5. groganBall

    "SELECT DISTINCT RECORDS " GREYED OUT??

    I am using ADO.NET datasets to populate a Crystal report (2 Typed Datasets, linked by Key)... it seems that "Select Distinct Records" is disabled, I appear to be getting a lot of duplicates, Is there any way of getting rid of duplicates other than suppressing the detail section? groganBall
  6. groganBall

    Faxing a Word Document

    Hi all, Just want some advice on creating a fax program (using a fax modem) to send a word document. What is the easiest way of doing this using VB or VBA? I am also prepared to buy some 3rd party software if necessary. Any suggestions would be helpful :D, Grogan

Part and Inventory Search

Back
Top