Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Index on Ascending/Descending field wise
Message
From
06/04/2000 09:40:29
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
06/04/2000 01:04:44
Amit Abhangrao
Charmi Software Exports
Mumbai, India
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00354206
Message ID:
00356218
Views:
20
Okay, bear in mind that this is mostly conceptual. You can choose to implement this in your classes.

1 - Open view in form's data environment and set NoDataOnLoad to .T.

or

in Form.Load
use yourview nodata

2 - in Form.Load

select yourview
index on tag
index on tag

3 - in grid.column1.header1

set order to tag
THIS.PARENT.PARENT.REFRESH()

in grid.column2.header2

set order to tag
THIS.PARENT.PARENT.REFRESH()

HTH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform