PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD8] TableDisplay using taCurrentFirst
[WD8] TableDisplay using taCurrentFirst
Iniciado por Andy Bewick, 15,jun. 2004 13:06 - No hay respuesta
Publicado el 15,junio 2004 - 13:06
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