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 SkipVought 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. PercyNK

    Using Delegates in vb.net

    Thanks DaveInIowa, When I tried the code above I had a error on the Propoerty delacration: saying Pulic Property with a 'Read-Only' or 'Write-only' specifier must have Set and Get. Thanks
  2. PercyNK

    Using Delegates in vb.net

    Hi, I recently inherited an sdk written in C# which I managed to translate to vb.net because I'm building a vb.net windows CE app using System; using System.Collections.Generic; using System.Text; using System.Threading; namespace Ekemp { public class DecodeEventArgs : EventArgs {...
  3. PercyNK

    Data Adapter does not update all rows Edited

    Thanks jebenson. I solved it with a tip from another site. I set the CurrentCell of the dgv to Nothing to force the dgv to validate that row.
  4. PercyNK

    Data Adapter does not update all rows Edited

    So long story short I have a dgv that gets data from a mysql database and I can make changes to the data in the grid and save back to the table, no problem except this: Changes made by the user on the dgv are not done directly (or manually) on the dgv, rather the user clicks plus or minus...
  5. PercyNK

    Error linking mysql to ms access 2010 front-end

    Just some additional information. I have a data source with same parameters connecting to my server and it works great, so I'm sure its not the connection string.
  6. PercyNK

    Error linking mysql to ms access 2010 front-end

    Hi, I have researched extensively on this subject on a lot of platforms. There is a lot of content out there but none seems to work for me. I'm trying to programmatically link my database (MySQL) to my FE (access 2010) but each time I get the same error "Couldn't find an installable ISAM". I...
  7. PercyNK

    How to count rows in Excel before importing into Access?

    Hi All, With reference to thread705-1167156 How do I reference the particular excel file and sheet I wish to import from. Thanks for your help percy

Part and Inventory Search

Back
Top