| | | StrataFrame User
       
Group: Forum Members Last Login: 02/04/2008 8:43:02 AM Posts: 176, Visits: 1,519 |
| | I noticed that there is a OrderBy property on the Browsedialog but was unable to find anything about it in the help file. When I set its value the order of the results do not change. How is the property used. Thanks Scott |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Yesterday @ 3:20:54 PM Posts: 4,769, Visits: 4,731 |
| | Scott, The OrderBy property only applies to OLE DB databases. For example, if you have a business object that is browsing a Visual FoxPro database, it requires an ORDER BY clause for a TOP x statement. Without this statement FoxPro does not know how to gather the records. The reason your results did not change is because the initial sort is determined by the SearchColumns by setting one of the fields sort direction. Hope this helps. |
| | | | StrataFrame User
       
Group: Forum Members Last Login: 02/04/2008 8:43:02 AM Posts: 176, Visits: 1,519 |
| | Thanks for the info. Scott |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Yesterday @ 3:20:54 PM Posts: 4,769, Visits: 4,731 |
| | |
|
|