Try this.

<cfform name="frmtest">
   <cfgrid name="gridtest"
     selectMode="row" 
     format="flash"
     rowHeaders="no"
     onChange = "getURL('/retrace/editProjectForm.cfm?cfgridkey='
+gridtest.selectedItem.projCode)">
       <cfgridcolumn name="projID" display="no">
       <cfgridcolumn name="projCode" header="Proj. Code">
       <cfgridcolumn name="projTitle" header="Title">
       <cfgridcolumn name="projStartDate" header="Start Date">
           <cfgridrow data="1,a123,hello1,12/12/2002">
           <cfgridrow data="2,a124,hello2,12/22/2002">
           <cfgridrow data="3,a125,hello3,12/24/2002">
    </cfgrid>
</cfform>

Hth,
---nimer 

-----Original Message-----
From: Doug Kronenberger [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 18, 2005 7:22 AM
To: CF-Talk
Subject: CF7: cfgrid - flash

I can't figure out how to get the flash grid to operate in a similar manner
as the applet does. How do I access and pass the selected projID in the url.
I'm try'n to use the the actionscript getURL(), but how do I access the id I
want?

<cfform name="frmtest">
   <cfgrid name="gridtest"
     query="getProjList"
     selectMode="row" 
     format="flash"
     rowHeaders="no"
     onChange = "getURL('/retrace/editProjectForm.cfm?cfgridkey=')">
       <cfgridcolumn name="projID" display="no">
       <cfgridcolumn name="projCode" header="Proj. Code">
       <cfgridcolumn name="projTitle" header="Title">
       <cfgridcolumn name="projStartDate" header="Start Date">
    </cfgrid>
</cfform>

Any help would be great

Thanks in advance

Doug Kronenberger



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:195420
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=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to