Instantly commit editing in TkTable?



Hi,

I have a tktable with a "buffer" row at the bottom. The buffer row
is filled with a '*' in each column.

The buffer row is a gateway to inserting and updating a database.
ie the user fills the buffer row with data and then chooses
update/insert.
and the buffer row contents are then suitably utilized.

The problem is that editing a cell is not "finalized" under the cursor
is moved from the cell.

I keep forgetting this on the last cell in the buffer row. On an insert
the "last" field is still a '*' in this case, possibly leading to
improper
data being inserted into the database (or an error if the field is
numeric).

Is there anyway I can set tktable so that whatever is entered into
a cell is "instantly" available?

Jerry

.



Relevant Pages

  • Halting the Worksheet_Change event
    ... I am inserting the contents of a worksheet from a database but every time I change the contents of a cell the Worksheet_Change event is fired. ...
    (microsoft.public.excel.programming)
  • update data in a table
    ... Does anyone know why when you insert a database in a cell of a table and then ... try to update data it does not. ...
    (microsoft.public.word.docmanagement)