PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Re: Simple Tables - Dont work - Sorting
Re: Simple Tables - Dont work - Sorting
Débuté par Owen, 02 juil. 2005 10:05 - Aucune réponse
Posté le 02 juillet 2005 - 10:05
They are all set (HExecuteQuery - Filling from Query, Table Linked to File and HReadSeekFirst...Filling with Table Add - Memory Table), to Input Mask MM/DD/YYYY and Returned Value MMDDYYYY...
Still not sorting correctly...Can so one try this example as it must be a bug!
Owen
Check the description>General: input mask: returned value
Bert
Try a composite key id+date for the linked table.
Regards,
Piet
Piet,

This wouldn't work first off as I am not compairing a clients date to a note date.
It doesnt matter how you fill the table (linked, query, hread, or memory).
There is an issue with sorting dates.
Try it.
In random order enter these dates into a table.
12/31/1998
12/30/1998
01/01/2003
01/01/2001
01/01/1999
02/02/2005
Then try sorting the column. It doesn't sort properly.