Re: 'Spreadsheet' Woes...

2003-08-03 Thread Sarah
Gary, I think you will have to trap keys and call your various cell handlers yourself. If you store the last known cell coordinates and then check them after each rawKeyDown, you can then perform actions if they change. This may not be exactly what you want but hopefully there is enough of an

Re: 'Spreadsheet' Woes...

2003-08-01 Thread HyperChris
The most interesting thing I have found of late regarding tables is that when you edit a cell, a closeField message is sent to the stack script. Note that it is NOT sent to ... the card script to the field script or even to the the frontscrip (although there is a closeField

'Spreadsheet' Woes...

2003-07-31 Thread Gary Rathbone
I've got my field looking (well nearly) pretty much how I want. It's a field/table with Cell Formatting and Cell Editing. Looks like a spreadsheet... I'm looking for commands such as On EnterCell, On CloseCell, On ExitCell to initiate calculations on other cells And specific cell commands... Eg

Re: 'Spreadsheet' Woes...

2003-07-31 Thread Graham
On Thu, 31 Jul 2003 17:15:25 +0100, Gary Rathbone [EMAIL PROTECTED] wrote: I've got my field looking (well nearly) pretty much how I want. It's a field/table with Cell Formatting and Cell Editing. Looks like a spreadsheet... I'm looking for commands such as On EnterCell, On CloseCell, On

Re: 'Spreadsheet' Woes...

2003-07-31 Thread HyperChris
I'm looking for commands such as On EnterCell, On CloseCell, On ExitCell to initiate calculations on other cells Tables are a mysterious beast in Rev. There is a lot of power there but you are on your own to figure out how to engage it. Fortunately, this list is a salvation ! I suggest you