[cfaussie] Re: Syntax for StructSort()

2007-06-15 Thread Dale Fraser
Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Scott Sent: Friday, 15 June 2007 2:05 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Syntax for StructSort() Ok first of all.. To sort a structure you pass the base of the structure. StructSort

[cfaussie] Re: Syntax for StructSort()

2007-06-15 Thread Peter Tilbrook
Seems to me you have no idea exactly what you want from said - response. Please explain. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups cfaussie group. To post to this group, send email to cfaussie@googlegroups.com

[cfaussie] Re: Syntax for StructSort()

2007-06-14 Thread Andrew Scott
Ok first of all.. To sort a structure you pass the base of the structure. StructSort( GetUserDetails, numeric, ASC, qUsers.ID ) The reason you are getting the error, is because you are passing an element of a structure to the StructSort which appears to actually be a query. Which means the