I apologize in advance if I don't explain this well, I include a  
screenshot of a cfdump to give you a visualization of the problem  
http://tracker.iofficecorp.com/uploads/cfdumpscreenshot.jpg

Basically I have a structure which  each key describes a form element  
with a few properties. However it is possible to have additional  
elements with properties inside
this structure.

So for example I have

         element1.name
         element1.htmlString
         element1.order
             element1.element1-1.name
             element1.element1-1.string
             element1.element1-1.order
             element1.element1-2.name
             element1.element1-2.string
             element1.element1-2.order

It seems like the order is impossible to set. Even though I am  
inserting them into the struct in the order I desire, I am stuck with  
the wrong order. It wouldn't be the end of the world except on this  
occasion it absolutely has to be in my desired order -  http:// 
tracker.iofficecorp.com/uploads/cfdumpscreenshot.jpg   - I need the  
beginning date to show up before the ending date. I don't think  
structsort can do it. If I run it with pathToSubElement I get an  
error because not all the fields have the sub element, if I run it  
without it tells me that my nested structures can not be converted to  
a simple value.

Is there any hope?

Kenton

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:208897
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to