But now... Telle me why.. This part of code .
Code: Select all
{========= Boucle PRINCIPALE ===============================================
; Initialise pour triage...
PureLVSORT_SelectGadgetToSort(#Liste, #True)
If PureLVSORT_SelectGadgetToSort(#Liste, #True) = #PureLVSORT_Ok
For j=1 To Nb_Colonne ; Première ligne et première colonne... ENTETE
NomChamp$=TableFichier(1,j) ; Prise du nom d'entête
If FindString(NomChamp$,"Date",1)<>0 ; C'EST une date... Alors
PureLVSORT_SetColumnType(#Liste, j-1, #PureLVSORT_DateDDMMYYHHMM) ; On fixe un format date pour le trie de cette colonne.
Else ; #PureLVSORT_DateDDMMYYYY
PureLVSORT_SetColumnType(#Liste, j-1, #PureLVSORT_String) ; default, not necessary
EndIf
Next j
EndIf
;=============================================================================
Repeat
Event = WaitWindowEvent()
If EventType() = #PB_EventType_LeftDoubleClick
PureLVSORT_ClearGadget(#Liste)
Else
...................
And aloso at this day I, dont now a relation of this error whith something... The linker ! Ok but wat ?
Please sorry for my english... I thing wthis some year, perhaps, one day...

If you can, you can answers in french... :roll:
Thanks,