Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo box and arrays ASORT()
Message
De
15/02/1999 16:57:33
Nancy Folsom
Pixel Dust Industries
Washington, États-Unis
 
 
À
15/02/1999 16:50:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00187807
Message ID:
00187836
Vues:
16
Er...did that solve it? Or do you also need to sort by the time (seems reasonable to me < s >). If so, then I was going to suggest a change:
=adir(thisform.x )
FOR ni = 1 to alen(thisform.x,1)
	thisform.x[ni,4] = dtos(thisform.x[ni,3]) + thisform.x[ni,4] 
NEXT
asort(thisform.x,4,-1,1)
this.rowsourcetype = 5
this.rowsource = "thisform.x"
this.requery()
>Yeahh
>..
>Thanksss..
>
>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform