PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → TableSeek command in WebDev14
TableSeek command in WebDev14
Débuté par Shahine, 25 jan. 2010 13:08 - Aucune réponse
Posté le 25 janvier 2010 - 13:08
Hi All

I have a table to display the data from a query. The query is sorted in DESC (descending) order. As soon as I use the TableSeek command, the sort order of the data displayed changes to ASC (ascending) ??

I am using: TableSelectPlus(table1,TableSeek(column1,X)) to select the row in table1 where column1 = X.

This works fine, except that the sort order changes to ASC (Which means I cannot use it)

Is there something I am missing? or is this a bug?
Short of writting a For Each loop, is there any other way to go to a specific row in the table?


Many Thanks

Shahine
Mail@Shahine.co.uk