Search results for query: *

  1. R

    EditingDataGrids (Simple) question

    It seems that the compact framework version of the datagrid only allows programmatic editing of the data in a datagrid and not direct input from a user. Cheers, Ross_may
  2. R

    EditingDataGrids (Simple) question

    Hi all, I'm fairly new to the CF, so this might be really simple. Is it possible to edit data in a datagrid, bound to a database, simply by typing into a cell (as with a standard .NET datagrid) or do I need to do something else? Thanks, Ross May
  3. R

    Deleting from related tables VB.NET Compact Framework

    Hi all, I have a database with 3 related tables; job_sheet (PK job_number) material_lookup_table (PK material_lookup_id, FK job_number) labour_lookup_table (PK labour_lookup_id, FK job_number) For each job_sheet record, there can be multiple material and labour records.... In Vb.NET...
  4. R

    Drop Down List / Drop Up List?

    Hi all, Does anyone know if it is possible to make a drop down list control (when clicked) list its contents above the item, rather than below? Effectively, I need a drop up list rather than a drop down list... Cheers, Ross
  5. R

    Vb.net Detail List view control - Selecting Rows

    Thanks for the help guys......this works. Cheers, Ross
  6. R

    Vb.net Detail List view control - Selecting Rows

    Hi all, I have a detailed list view and I'm trying to run two pieces of code off it's rows' on click events. A) If the row the user clicks on is empty I want to run piece of code A. B) If the row the user clicks on has data I want to run piece of code B. I can't find the correct event to...
Back
Top