I've searched for an answer to how to sort using the GetListEntryWithFields 
method using the 7.1 .NET API.   I've not found any good examples in VB.
Here is a C# example that I was able to get, but am having trouble with 
translating the "sortinfo" piece of the command.  Can someone help?   Does the 
"SortInfo" not translate into VB?   If not, how can I sort using GLEWF in VB?


1)    
ArrayList
sortList = new ArrayList();

                                   
sortList.Add(new SortInfo(8, Constants.AR_SORT_ASCENDING)); // 8 is the field ID

                                   
sortList.Add(new SortInfo(1, Constants.AR_SORT_DESCENDING)); // 1 is the field 
ID
entryListFieldValues = server.GetListEntryWithFields(formname, qual, 
entryListFieldList, 0, 0, 0, sortlist, "default", False)

Thanks.                                           
_________________________________________________________________
The New Busy is not the too busy. Combine all your e-mail accounts with Hotmail.
http://www.windowslive.com/campaign/thenewbusy?tile=multiaccount&ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_4
_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are"

Reply via email to