I have created a simple form with a single column grid to accept numbers typed in.
It's controlling table is a single field table with a n (10) to which I have appended 100 empty records.
This table with added numbers is used in a SQL JOIN to extract the required number's records from a much larger table.
At the moment the grid on the form displays but is not 'active' ie I cannot make any entries in a cell and the cell is not shown as active ( I presume an active cell will show as 'black').
An [Exit] button on the form operates correctly.
I have removed the 'deleted' column also but I may include it to allow the user to reuse the table and make deletions as well as additions.
A second small detail is that whilst the vertical scroll bar is useful at present the horizontal one is not required as the grid is the width of the single field.
I presume any added records ( with a numeric entry) will be 'saved' when I exit the form.
When this is working I intend to base the grid on a single record table and add an APPEND BLANK when the focus is moved to another cell.
Has anyone any suggestions as to what I am missing? I have not created a form with a grid before - all of my grids in my other applications are created programmatically.
Thanks
Coldan
It's controlling table is a single field table with a n (10) to which I have appended 100 empty records.
This table with added numbers is used in a SQL JOIN to extract the required number's records from a much larger table.
At the moment the grid on the form displays but is not 'active' ie I cannot make any entries in a cell and the cell is not shown as active ( I presume an active cell will show as 'black').
An [Exit] button on the form operates correctly.
I have removed the 'deleted' column also but I may include it to allow the user to reuse the table and make deletions as well as additions.
A second small detail is that whilst the vertical scroll bar is useful at present the horizontal one is not required as the grid is the width of the single field.
I presume any added records ( with a numeric entry) will be 'saved' when I exit the form.
When this is working I intend to base the grid on a single record table and add an APPEND BLANK when the focus is moved to another cell.
Has anyone any suggestions as to what I am missing? I have not created a form with a grid before - all of my grids in my other applications are created programmatically.
Thanks
Coldan