Tablefield CurRow giving wrong value.
Hi,
I'm working on a paging solution for tablefields for the company I work for and I'm getting a weird issue with teh currow. When I press a key to select a row it jumps to that row but gives me the previous row as the currently selected value. I tried running it in debug by breaking on the next statement and it gives me the correct value.
The code for the childkeypress event is:
entryfield = field(centre_tf).curRow
Not very complex and I'd think it would give the correct results.
|