08-31-2006 08:47 AM
08-31-2006 10:15 AM
Brian,
I use table controls and thy by defaults update while typing. Are you seeing something different? The cells are a bit funky because you click one on a cell then it enters edit mode. Seems you would want this to be a double click action.
08-31-2006 10:47 AM
08-31-2006 10:59 AM
09-01-2006 04:25 AM
Brian
This is a bit of a guess which I hope will give you an idea. It sounds like you want to work in the data entered into a table cell as its happening. So, could you use the Key Down filter event?
I have attached an example in LV8 that restricts the data entered into a cell to digits only (0 to 9). I have added some scancode support for other keys like Del, Delete, Enter and so on. Also specific cells could have different processing using the Edit Position property.
Hope this helps
David
09-01-2006 10:33 AM
09-01-2006 11:25 AM
David-
For some reason, I can't open the attachment. I just get a bunch of text and control characters.
09-01-2006 11:28 AM
09-01-2006 11:43 AM
09-01-2006 12:08 PM