MaintenanceEditTable.cfm?table=tlkpStatus&tableCols=Statno,

Status&ColOptions=name:Statno;width:100,
name:Status;width:300

Jason,

If the above was the URL you sent to the script, then
it should barf on array element 2. There's a space
between "," and "name" that will cause problems

--- "Snyder, Jason" <[EMAIL PROTECTED]> wrote:
> I am working on parsing a URL string and storing it
> in an array of structures.  I am to the point where
> it works to a certain extent, but not to the point
> where I need it.  To be more specific I am passing a
> string that should be parsed into two structure
> elements in the array.  The data seems to be
> inserted, but but when I try to access the structure
> key 'name' in array element 1 it comes up while
> array element 2 does not.  Here is the Query string
> that I am passing:
> 
>
MaintenanceEditTable.cfm?table=tlkpStatus&tableCols=Statno,
> Status&ColOptions=name:Statno;width:100,
> name:Status;width:300
> 
> In this URL string I pass the database table name. 
> Then I pass table columns.  The I pass column
> options in the following format:
> 1. Comma delimits columns.
> 2. Semicolon delimits options for a column.
> 3. Colon delimits option / value pair.
> 4. Name option is required.  (Specifies name of
> column.)
> 

=====
I-Lin Kuo
Macromedia CF5 Advanced Developer
Sun Certified Java 2 Programmer


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to