edit table display problem (OpenInsight Specific)
At 04 NOV 1998 06:37:08PM Paxton Scott wrote:
I have a 2 column edit table. Col 1 holds a key to a row, and col 2
holds XLATEd information.
If I enter a valid key and press enter, the XLATEd data appears.
If I process a click event and do an index lookup and enter the
key with the ACCESSDATA property, the key is entered, but the XLATEd data does not appear. I have to save the row and then read it again
and all is normal.
How do I get the data to show as if I entered the key from the keyboard followed by an ?
Thanks for your help!arcs@wws.net
[url=http://www.wws.net/arcs/]ARCS, Inc.
At 04 NOV 1998 07:15PM Carl Pates Sprezzatura Ltd wrote:
Paxton,
I assume the second column is a symbolic? You probably need to send a CALCULATE event to the edit table so it knows you have entered data.
Carl Pates
Sprezzatura Ltd
At 05 NOV 1998 01:04PM Paxton Scott wrote:
I'm sure that is right.