PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WEBDEV 2024 → TableSeek command in WebDev14
TableSeek command in WebDev14
Iniciado por Shahine, jan., 25 2010 1:08 PM - Sem resposta
Publicado em janeiro, 25 2010 - 1:08 PM
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