Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo box and arrays ASORT()
Message
From
15/02/1999 16:57:33
 
 
To
15/02/1999 16:50:58
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00187807
Message ID:
00187836
Views:
15
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..
>
>
Previous
Reply
Map
View

Click here to load this message in the networking platform