Re: Notes button does not appear
Butch
Are you referring to the "regular SL Notes icon" that appears at the bottom left of the grid in most SL screens with grids?
If so, to my knowledge, there are two requirements:-
- The table must have a column named NoteId. The column must be the right datatype (int from memory)
- There must be a Key field in the grid (ie the Level property ends in ,k - ie Level might be 0,k or 1,k etc.
For a "normal" (non-grid) field, the note icon automatically appears next to the key field (the one with the highest Tab number if there is more than one.)
In a grid, the icon just appears at the bottom left of the grid.
There are no properties to be set etc. As long as the table has that column, and a control in the grid has ,k the note icon appears automatically.
That's my understanding.
Barry