Basically, I have a 2 tabbed Flash form.  The first tab lists all
company assets in the possession of a particular employee, department,
etc. listed in a CFGRID.  If you then click on a line item of that
grid it populates all the information of that asset in a form on the
next page.  The CFSELECT is populated from a query that's pulling all
employees out of a DB that's updated nightly from active directory to
have the most current list.  So if they want to change an owner of a
certain asset the click on the select option and it is bound to the
grid in the other tab.  So the query is for populating the select list
and the bind is to bind it to the other tab that contains the grid.


On Nov 8, 2007 5:15 PM, John Mason <[EMAIL PROTECTED]> wrote:
> Jeff,
>
> I took a second look at your code and error.
>
> You may have hit an exception here. I pulled the cfdocs for cfselect for 7
> and 8 and clearly they have a lot more bind attributes and error catches
> there. So the coding for all of this may have changed enough to mess things
> up on your side.
>
> In looking at this again, why are you using the query and bind together?
> Would not the bind itself be all that's needed here?
>
> John Mason
> [EMAIL PROTECTED]
> 770.337.8363
>
> www.FusionLink.com - ColdFusion and Flex hosting
> Now offering ColdFusion 8 Enterprise hosting
> FREE Subversion hosting
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Howard
>
> Sent: Thursday, November 08, 2007 4:54 PM
> To: discussion@acfug.org
> Subject: Re: [ACFUG Discuss] coding in CF8 dev for CFMX production
>
> If that was the case would I be getting that error message?
>
> "Only one of the bind or query attributes can be used on a CFSELECT"
>
> The error message seems to be a conflict of attributes for the CFSELECT tag.
>
> On Nov 8, 2007 4:42 PM, John Mason <[EMAIL PROTECTED]> wrote:
> > Right that surprised me. I would check to make certain your CFIDE
> > virtual directory is properly in place, etc. There might be something
> > wrong with the installation.
> >
> > John Mason
> > [EMAIL PROTECTED]
> > 770.337.8363
> >
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff
> > Howard
> >
> > Sent: Thursday, November 08, 2007 4:32 PM
> > To: discussion@acfug.org
> > Subject: Re: [ACFUG Discuss] coding in CF8 dev for CFMX production
> >
> > I think you misunderstood what I was saying and I mispoke about the
> > Flash form, it is actually a Flash grid in a Flash form.
> >
> > As for the AJAX not running, I hadn't even reached that part yet.
> > What I was saying is I installed CF8 on my new machine, copied files
> > over from CF7 machine and then tried to run those files written in CF7
> > on the CF8 machine and got that error message.  The very first thing I
> > tried to do (which was just use an app I had written in CF7) errored
> > out on me.  I hadn't written one line of new code and I was running it on
> the CF8 machine.
> >
> >
> > On Nov 8, 2007 4:24 PM, John Mason <[EMAIL PROTECTED]> wrote:
> > > Yea, all the new AJAX stuff in CF8 naturally isn't going to run with
> > > 7. I'm surprised by the flash form issue though. I don't use the
> > > flash forms myself, but that may be a bug that needs to be reported to
> Adobe.
> > >
> > > John Mason
> > > [EMAIL PROTECTED]
> > > 770.337.8363
> > >
> > > www.FusionLink.com - ColdFusion and Flex hosting Now offering
> > > ColdFusion 8 Enterprise hosting FREE Subversion hosting
> > >
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff
> > > Howard
> > >
> > > Sent: Thursday, November 08, 2007 3:46 PM
> > > To: discussion@acfug.org
> > > Subject: Re: [ACFUG Discuss] coding in CF8 dev for CFMX production
> > >
> > > Charlie,
> > >
> > > It was a completely new machine which I was having to install CF on
> > > and figured if I was doing a new install that I'd like to install 8
> > > and take some time to get acquainted with the new features.  I'm
> > > discouraged by the fact that the first app that I tried to run on
> > > using 8 threw an error message though and am now apprehensive about
> > > trying to develop in 8 for a box that runs 7.
> > >
> > > I was really wanting to check out the new CFGRID format="html"
> > > though as opposed to the Flash version that I've been using.
> > >
> > > Thanks for the input though.  Looks like I'm going to have to
> > > install
> > > 7 on the new machine just so I can do maintenance on existing apps
> > > if there are discrepancies like this.  I was really hoping that 8
> > > would be backwards compatible with all of my 7 applications.
> > >
> > > On Nov 8, 2007 3:19 PM, Charlie Arehart <[EMAIL PROTECTED]> wrote:
> > > > Jeff, if that doesn't work for you (or you're not on Enterprise),
> > > > note that when you install, if it has CF7 on it already, CF8 will
> > > > offer to migrate the old settings into CF8 (and yes, this is even
> > > > if you choose to install 7 side-by-side, keeping the 7 install on
> > > > the machine, which might be particularly useful in your scenario.)
> > > >
> > > > /charlie
> > > >
> > > > -----Original Message-----
> > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John
> > > > Mason
> > > > Sent: Wednesday, November 07, 2007 5:07 PM
> > > > To: discussion@acfug.org
> > > >
> > > > Subject: RE: [ACFUG Discuss] coding in CF8 dev for CFMX production
> > > >
> > > > Is it CF Ent? There's a .car feature that lets you import/export
> > features.
> > > >
> > > >
> > > > John Mason
> > > > [EMAIL PROTECTED]
> > > > 770.337.8363
> > > >
> > > > www.FusionLink.com - ColdFusion and Flex hosting Now offering
> > > > ColdFusion 8 Enterprise hosting FREE Subversion hosting
> > > >
> > > > -----Original Message-----
> > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff
> > > > Howard
> > > > Sent: Wednesday, November 07, 2007 5:02 PM
> > > > To: discussion@acfug.org
> > > > Subject: Re: [ACFUG Discuss] coding in CF8 dev for CFMX production
> > > >
> > > > question one already.  can i import/copy my datasource mappings
> > > > from
> > > > 7 to 8 and if so where/how?
> > > >
> > > > thanks.
> > > >
> > > >
> > > > On Nov 7, 2007 4:57 PM, Jeff Howard <[EMAIL PROTECTED]> wrote:
> > > > > well i think i'm going to give it a shot then.  thanks.  you'll
> > > > > probably see me on here a lot over the next few weeks then
> > > > > trying to resolve issues that are new to cf8.
> > > > >
> > > > > thanks for the input.
> > > >
> > > >
> > > > -------------------------------------------------------------
> > > > Annual Sponsor FigLeaf Software - http://www.figleaf.com
> > > >
> > > > To unsubscribe from this list, manage your profile @
> > > > http://www.acfug.org?fa=login.edituserform
> > > >
> > > > For more info, see http://www.acfug.org/mailinglists Archive @
> > > > http://www.mail-archive.com/discussion%40acfug.org/
> > > > List hosted by http://www.fusionlink.com
> > > > -------------------------------------------------------------
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > -------------------------------------------------------------
> > > > Annual Sponsor FigLeaf Software - http://www.figleaf.com
> > > >
> > > > To unsubscribe from this list, manage your profile @
> > > > http://www.acfug.org?fa=login.edituserform
> > > >
> > > > For more info, see http://www.acfug.org/mailinglists Archive @
> > > > http://www.mail-archive.com/discussion%40acfug.org/
> > > > List hosted by http://www.fusionlink.com
> > > > -------------------------------------------------------------
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > -------------------------------------------------------------
> > > > Annual Sponsor FigLeaf Software - http://www.figleaf.com
> > > >
> > > > To unsubscribe from this list, manage your profile @
> > > > http://www.acfug.org?fa=login.edituserform
> > > >
> > > > For more info, see http://www.acfug.org/mailinglists Archive @
> > > > http://www.mail-archive.com/discussion%40acfug.org/
> > > > List hosted by http://www.fusionlink.com
> > > > -------------------------------------------------------------
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> > > -------------------------------------------------------------
> > > Annual Sponsor FigLeaf Software - http://www.figleaf.com
> > >
> > > To unsubscribe from this list, manage your profile @
> > > http://www.acfug.org?fa=login.edituserform
> > >
> > > For more info, see http://www.acfug.org/mailinglists Archive @
> > > http://www.mail-archive.com/discussion%40acfug.org/
> > > List hosted by http://www.fusionlink.com
> > > -------------------------------------------------------------
> > >
> > >
> > >
> > >
> > >
> > > -------------------------------------------------------------
> > > Annual Sponsor FigLeaf Software - http://www.figleaf.com
> > >
> > > To unsubscribe from this list, manage your profile @
> > > http://www.acfug.org?fa=login.edituserform
> > >
> > > For more info, see http://www.acfug.org/mailinglists Archive @
> > > http://www.mail-archive.com/discussion%40acfug.org/
> > > List hosted by http://www.fusionlink.com
> > > -------------------------------------------------------------
> > >
> > >
> > >
> > >
> >
> >
> > -------------------------------------------------------------
> > Annual Sponsor FigLeaf Software - http://www.figleaf.com
> >
> > To unsubscribe from this list, manage your profile @
> > http://www.acfug.org?fa=login.edituserform
> >
> > For more info, see http://www.acfug.org/mailinglists Archive @
> > http://www.mail-archive.com/discussion%40acfug.org/
> > List hosted by http://www.fusionlink.com
> > -------------------------------------------------------------
> >
> >
> >
> >
> >
> > -------------------------------------------------------------
> > Annual Sponsor FigLeaf Software - http://www.figleaf.com
> >
> > To unsubscribe from this list, manage your profile @
> > http://www.acfug.org?fa=login.edituserform
> >
> > For more info, see http://www.acfug.org/mailinglists Archive @
> > http://www.mail-archive.com/discussion%40acfug.org/
> > List hosted by http://www.fusionlink.com
> > -------------------------------------------------------------
> >
> >
> >
> >
>
>
> -------------------------------------------------------------
> Annual Sponsor FigLeaf Software - http://www.figleaf.com
>
> To unsubscribe from this list, manage your profile @
> http://www.acfug.org?fa=login.edituserform
>
> For more info, see http://www.acfug.org/mailinglists Archive @
> http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by http://www.fusionlink.com
> -------------------------------------------------------------
>
>
>
>
>
> -------------------------------------------------------------
> Annual Sponsor FigLeaf Software - http://www.figleaf.com
>
> To unsubscribe from this list, manage your profile @
> http://www.acfug.org?fa=login.edituserform
>
> For more info, see http://www.acfug.org/mailinglists
> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by http://www.fusionlink.com
> -------------------------------------------------------------
>
>
>
>


-------------------------------------------------------------
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------



Reply via email to