Thanks a lot ive just plugged it in and it works a treat

This WDDX system has now probably cut my DEV time by a factor of 10

Ive only been playing with WDDX a month or two but its so flexible



WDDX packet containing structure containing wddx packet containing structure
containing query

:-)

But flexible as you like

Thanks again

Alex

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Sean Renet
Sent: 29 April 2001 19:44
To: CF-Talk
Subject: Re: Sorting a query created manually


There is a nice tag in the Developer Gallery called cf_sortQuery  which
should solve all yer prollems.  You can also get it on the author's website
at http://tags.runar.net/

Sean Renet
----- Original Message -----
From: "Alex Skinner - Digital Dreams" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Sunday, April 29, 2001 11:23 AM
Subject: Sorting a query created manually


> Hi all,
>
> I'm currently creating a content management system using WDDX.
>
> I'm creating a query using the QueryNew,QueryAddRow and QuerySetCell
> functions
>
> This query is then being stored in a WDDX packet.
>
> When I output the query I obviously deserialse it and then use if with
> CFOUTPUT QUERY or CFLOOP
>
> What I need to do is process the query and return a newversion sorted by a
> specific column or columns.
>
> Yes I know you can do this really easily in CF5 but this jobs strictly
> 4.51sp2
>
> Has anyone done this could I copy the query into a temporary data
structure
> of some kind then sort on the specified column then rebuild the sorted
query
> for output or is there an easier way?
>
> Any help, general ideas appreciated
>
> Thanks
>
> Alex
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to