PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → [WD8] TableDisplay using taCurrentFirst
[WD8] TableDisplay using taCurrentFirst
Started by Andy Bewick, Jun., 15 2004 1:06 PM - No answer
Posted on June, 15 2004 - 1:06 PM
The "taCurrentFirst" option of "TableDisplay" seems like the best way to re-display
a table after making changes to the sort field, but it isn't working for
me!
The situation:
- "table window" displays a query consisting of all records of a file, but
only 2 fields, the 'automatic id' and 'name'
- new records and changes are made in a "form window"
- if the 'name' has changed, on return to the "table window" the query is
executed, the changed record is read using 'automatic id' (to ensure that
it really is the changed record) and the table redisplayed using "taCurrentFirst"
option

The changed record is displayed at the top of the table, but no other records
are displayed, clicking on the scroll bar fills the table with the changed
record.

Am I doing something wrong, or is there a bug?
All suggestions gratefully received.
Andy