Dynamically prepopulate 18 drop downs based on the cfgrid

2008-12-03 Thread erik tom
I have i grid where after changing the row the 18 drop downs should get populated. I ahve writen a piece of code but it populate the value to all the drop down. for example i have 2 classes each of them has day assigned to it. so when i click on the grid item i only want to see 1 of the drop

IE 'Invalid Procedure Call' using CFGRID

2008-11-26 Thread Mark Pitts
This seems to be an IE only issue. The problem occurs after loading multiple cfgrids inside of cflayout. I am not sure if the cflayout have anything to do with the problem. In my case, I have 3 cfgrids defined inside of cflayout type=vbox. The vbox cflayout is defined inside of the center

Re: cfgrid is slow

2008-11-25 Thread Cari Davies
I am experimenting with binding a cfc to a HTML cfgrid tag in CF8. It is only returning 13 records and it takes like 10seconds for the grid to display. The CFC is not complicated so I don't think it is the CFC that is slow. I think it is the CFGrid tag that is slow. Anyway to speed

Re: cfgrid is slow

2008-11-25 Thread Cari Davies
I am experimenting with binding a cfc to a HTML cfgrid tag in CF8. It is only returning 13 records and it takes like 10seconds for the grid to display. The CFC is not complicated so I don't think it is the CFC that is slow. I think it is the CFGrid tag that is slow. Anyway to speed

Question on cfgrid and xml format

2008-11-19 Thread Tom Jones
Hello, I wanted to see what the xml format looks like on cfgrid. The problem is nothing shows on the page. If I use flash or java it works. What am I doing wrong? I'm using CFMX 7, I have also tried the developer edition of 8 as well. Here is my code... cfform format=xml skin=basiccss

Using a cfselect to filter cfgrid results

2008-11-16 Thread Pete Ruckelshaus
I'm using an HTML cfgrid to present a large number of results. I've got a couple of cfselects that I'd like to use to filter down those results. Is it possible to do this? Here's my code: search.cfm: cfform action=#CGI.script_name# method=get name=search preservedata=true format=html Category

CFGrid|CFGridColumn usage.

2008-11-07 Thread Ian Skinner
I am attempting to use the new CF8 version of the Grid an GridColumn tags for the first time. I have not made use of these tags since 4.5. I have very specific usage in mind, but I am not quickly figuring out how to archive my goal from the documentation. I'm hoping a couple of you all could

Re: Prototype problems with cfgrid

2008-10-29 Thread Charles Lewis
on the page your cfgrid is in. Charles Lewis wrote: Hello everyone, this is my first post here on the Cf-Talk mailing list. Hoping you guys can help me work through a problem I'm having. Basically I have a page that contains a cfwindow. On a certain event, I show the cfwindow

Prototype problems with cfgrid

2008-10-28 Thread Charles Lewis
of the cfwindow, I've got a cfgrid inside of a cfform. When it loads the grid, it throws a this.refresh is not a function javascript error in the grid.js file of the EXT library included with ColdFusion. Then when I try to edit an item in a row, it throws a this.selModel is undefined error in edit-grid.js I

Re: Prototype problems with cfgrid

2008-10-28 Thread Phillip M. Vector
I've had the same issue. All I can offer is not to use prototype on the page your cfgrid is in. Charles Lewis wrote: Hello everyone, this is my first post here on the Cf-Talk mailing list. Hoping you guys can help me work through a problem I'm having. Basically I have a page that contains

Re: Prototype problems with cfgrid

2008-10-28 Thread Charles Lewis
I wonder if I used the Ext Prototype Adapter if that would do anything? Thoughts on that? On Tue, Oct 28, 2008 at 2:32 PM, Phillip M. Vector [EMAIL PROTECTED] wrote: I've had the same issue. All I can offer is not to use prototype on the page your cfgrid is in. Charles Lewis wrote: Hello

Re: CF8 HTML CFGRID with checkbox possible with binding?

2008-10-28 Thread John Bliss
So are the docs wrong? Because that's not what happens. If your cfgrid is marked as selectMode='edit', and your cfgridcolumn has a type='boolean' (and the cell is editable, which should be the default), then the docs say: boolean: column displays as check box; if cell is editable, user can

Re: CF8 HTML CFGRID with checkbox possible with binding?

2008-10-20 Thread Stephane Vantroyen
Hi guys and gals, has anybody already had the following question (and its answer of course) : is there a solution (soft, CF, ... whatever) to convert a pdf into html content? Thanks in advance ~| Adobe® ColdFusion® 8 software

Coldfusion cfc execution in cfgrid

2008-10-15 Thread erik tom
I have a cfc that executes just fine. And i am trying to populate cfgrid from the cfc. It works just fine on the localhost but it does not show the data when i execute it on my computer. Below is my form cfset menu =CreateObject(component,Erik.maintenace).LoadMenu() cfdump var=#menu# cfform

RE: Coldfusion cfc execution in cfgrid

2008-10-15 Thread William Seiter
::Subject: Coldfusion cfc execution in cfgrid :: ::I have a cfc that executes just fine. And i am trying to populate cfgrid ::from the cfc. It works just fine on the localhost but it does not show the ::data when i execute it on my computer. Below is my form :: ::cfset menu =CreateObject(component

RE: Coldfusion cfc execution in cfgrid

2008-10-15 Thread Adrian Lynch
Could it be you don't have CFIDE available as a virtual dir/vhost? Adrian Building a database of ColdFusion errors at http://cferror.org/ -Original Message- From: erik tom Sent: 15 October 2008 17:16 To: cf-talk Subject: Coldfusion cfc execution in cfgrid I have a cfc that executes

Re: Coldfusion cfc execution in cfgrid

2008-10-15 Thread erik tom
: Coldfusion cfc execution in cfgrid :: ::I have a cfc that executes just fine. And i am trying to populate cfgrid ::from the cfc. It works just fine on the localhost but it does not show the ::data when i execute it on my computer. Below is my form :: ::cfset menu =CreateObject(component

Re: Coldfusion cfc execution in cfgrid

2008-10-15 Thread erik tom
cfgrid from the cfc. It works just fine on the localhost but it does not show the data when i execute it on my computer. Below is my form cfset menu =CreateObject(component,Erik.maintenace).LoadMenu() cfdump var=#menu# cfform name=myForm timeout=1 format=flash cfformgroup type

Re: Coldfusion cfc execution in cfgrid

2008-10-15 Thread erik tom
Also if I change the form and cfgrid format to html then it works but I want to use flaash format and it only works on the localhost. Could it be you don't have CFIDE available as a virtual dir/vhost? Adrian Building a database of ColdFusion errors at http://cferror.org/ I have a cfc

RE: Coldfusion cfc execution in cfgrid

2008-10-15 Thread William Seiter
PROTECTED] ::Sent: Wednesday, October 15, 2008 9:27 AM ::To: cf-talk ::Subject: Re: Coldfusion cfc execution in cfgrid :: ::No i do not get any erorrs :: ::Can you tell us what the output is to the browser when you run it on your ::computer? Is there an error message, or just not any data? :: ::William

RE: Coldfusion cfc execution in cfgrid

2008-10-15 Thread Adrian Lynch
On the domain you're browsing to, can you go to www.domain.com/cfide/? Adrian Building a database of ColdFusion errors at http://cferror.org/ -Original Message- From: erik tom Sent: 15 October 2008 17:34 To: cf-talk Subject: Re: Coldfusion cfc execution in cfgrid No . I do have cfide

Re: Coldfusion cfc execution in cfgrid

2008-10-15 Thread erik tom
::-Original Message- :: ::Sent: Wednesday, October 15, 2008 9:27 AM ::To: cf-talk ::Subject: Re: Coldfusion cfc execution in cfgrid :: ::No i do not get any erorrs :: ::Can you tell us what the output is to the browser when you run it on your ::computer? Is there an error message, or just not any

RE: Coldfusion cfc execution in cfgrid

2008-10-15 Thread William Seiter
AM ::To: cf-talk ::Subject: Re: Coldfusion cfc execution in cfgrid :: ::LocalHost meaNS THAT i AM WORKING DIRECTLY ON THE SERVER :: ::When you mention 'localhost' and 'your computer', does this mean that you ::are on 2 different computer's browsers, or does this mean that the files ::are ::being

Re: Coldfusion cfc execution in cfgrid

2008-10-15 Thread erik tom
YEs i can do that. I think i got it but it strange. I use IE and it works , on the Google chrome it does not On the domain you're browsing to, can you go to www.domain.com/cfide/? Adrian Building a database of ColdFusion errors at http://cferror.org/ No . I do have cfide in the virtual

Re: Coldfusion cfc execution in cfgrid

2008-10-15 Thread Phillip M. Vector
Just a side note.. Chrome is still in beta.. I wouldn't sweat if it doesn't work in Chrome until it is out of Beta. Even then, from what I am seeing, you shouldn't have to worry about it after beta either. :) How does Firefox handle it? erik tom wrote: YEs i can do that. I think i got it but

Re: CFGRID (html) column a href issue (CF8)

2008-09-25 Thread vishnu prasad
did find fix for this? Hello All, I am using the new cf8 html cfgrid. My Grid column is as follows: cfgrid name = NewReports format=html height=170 width=780 pageSize=5 sort=true cfgridcolumn width=160 name = VIEWREPORT header=Report href=ViewReport.cfm?status=new hrefkey=REP_REPORT_ID

CFGRID - How to use url within onChange

2008-09-13 Thread anuvenk
Can someone tell me how to use url in cgfrid onChange attribute? For eg: cfgrid format=html name=campaignGrid bind=url:http://mysite/cfc/cfcname?method=etc;; onChange=url:http://mysite/cfc/cfcname?method=editDatagrid...={cfgridaction}gridrow={cfgridrow}gridchanged={cfgridchanged}; Although

Cfgrid cgridcolumn textColor not working

2008-09-10 Thread dev losh
hi, I need to change the color of text in a particular column to blue. I tried textcolor option in cfgridcolumn . no joy :( can anyone help... Regards, Loshy ~| Adobe® ColdFusion® 8 software 8 is the most important and

cfgrid bind component path not working

2008-09-06 Thread Brad Wood
I experimenting with binding an HTML cfgrid to a CFC and I'm having troubles. cfgrid format=html name=grd_list_users bind=cfc:com.myapp.www.DAOs.userDAO.getAllUsers({cfgridpage},{cfgridpagesize},{cfgridsortcolumn},{cfgridsortdirection}) The cfc is web-accessible in the following path

Re: cfgrid bind component path not working

2008-09-06 Thread Brad Wood
that one to me. ~Brad - Original Message - From: Brad Wood [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Saturday, September 06, 2008 12:42 PM Subject: cfgrid bind component path not working I experimenting with binding an HTML cfgrid to a CFC and I'm having troubles

Re: cfgrid bind component path not working

2008-09-06 Thread Azadi Saryev
someone to explain that one to me. ~Brad - Original Message - From: Brad Wood [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Saturday, September 06, 2008 12:42 PM Subject: cfgrid bind component path not working I experimenting with binding an HTML cfgrid to a CFC

Re: cfgrid bind component path not working

2008-09-06 Thread Brad Wood
They are not virtual directories. They are bona fide, honest-to-goodness directories. ~Brad - Original Message - From: Azadi Saryev [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Saturday, September 06, 2008 11:49 PM Subject: Re: cfgrid bind component path not working

Re: cfgrid bind component path not working

2008-09-06 Thread Azadi Saryev
Message - From: Azadi Saryev [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Saturday, September 06, 2008 11:49 PM Subject: Re: cfgrid bind component path not working ~| Adobe® ColdFusion® 8 software 8

Re: cfgrid bind component path not working

2008-09-06 Thread Brad Wood
JavaScript that attempts to find the CFC in the web root like so: /userDAO.cfc ~Brad - Original Message - From: Azadi Saryev [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Saturday, September 06, 2008 11:57 PM Subject: Re: cfgrid bind component path not working hmm

Re: cfgrid bind component path not working

2008-09-06 Thread Azadi Saryev
strange indeed... where is you calling page located in relation to the path you specify to your cfc? Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Brad Wood wrote: Yeah, you do. It throws an error if you don't. Here's the thing though-- the whole access of the function/CFC doesn't

Re: cfgrid bind component path not working

2008-09-06 Thread Brad Wood
the component. Yet, as soon as CF begins generating the cfgrid stuff, it seems to forget. Nowhere in any of the docs have I found a statement saying Your CFC must be in the same directory as the calling page. ~Brad - Original Message - From: Azadi Saryev [EMAIL PROTECTED] To: CF-Talk cf-talk

Re: cfgrid bind component path not working

2008-09-06 Thread Azadi Saryev
Brad Wood wrote: Nowhere in any of the docs have I found a statement saying Your CFC must be in the same directory as the calling page. ~Brad it does not have to be in the same dir, that's for sure. i just ran some quick tests and was able to bind a grid to a cfc no matter where i put

CFGrid Question

2008-08-29 Thread Duane Boudreau
I've been tasked with fixing some really old code that contains a CFGrid and it's been a long time since I've looked at CFGrid. I have the following: cfif isDefined(Form.FieldNames) cfgridupdate datasource=#request.dsn# tablename=myTable grid=lookup1 keyonly=yes cfelse cfquery

Re: Repost: cfgrid and cfform enctype=multipart/form-data

2008-08-22 Thread gary gilbert
at 6:41 PM, David Byers [EMAIL PROTECTED] wrote: (Sorry for the repost... didn't get any responses yesterday and I'm really stuck here.) Greetings! I'm having a problem with cfgrid and I need some assistance. Whenever I try to submit an HTML format grid with the enctype=multipart/form-data

Re: Repost: cfgrid and cfform enctype=multipart/form-data

2008-08-22 Thread Dave Byers
Yes... for the purposes of the test files I created, I'm not doing any binary file posting. However, in the actual application, the intention is for the user to select and item from the grid and post a binary file. The test files are the most basic, reproduceable example of the problem I was

Repost: cfgrid and cfform enctype=multipart/form-data

2008-08-21 Thread David Byers
(Sorry for the repost... didn't get any responses yesterday and I'm really stuck here.) Greetings! I'm having a problem with cfgrid and I need some assistance. Whenever I try to submit an HTML format grid with the enctype=multipart/form-data attribute applied to the cfform tag, I receive

Cfgrid Javascript function not working if not put inside head/head tags

2008-08-21 Thread dev losh
I having an issue with ajaxOnLoad function to use with gfgrid. if i call a function say 'myfun' using cfset ajaxOnLoad(myfun) for a cfgrid, the function will work ONLY IF PUT INSIDE HEAD/HEAD tags. i need to make that js dynamic.. please some one can help me with any tweaks that will allow JS

RE: Cfgrid Javascript function not working if not put inside hea d/head tags

2008-08-21 Thread Dave Watts
if i call a function say 'myfun' using cfset ajaxOnLoad(myfun) for a cfgrid, the function will work ONLY IF PUT INSIDE HEAD/HEAD tags. i need to make that js dynamic.. please some one can help me with any tweaks that will allow JS to be placed anywhere in the code ? I'm not sure what you

Re: Cfgrid Javascript function not working if not put inside head/head tags

2008-08-21 Thread Charlie Griefer
(myfun) for a cfgrid, the function will work ONLY IF PUT INSIDE HEAD/HEAD tags. i need to make that js dynamic.. please some one can help me with any tweaks that will allow JS to be placed anywhere in the code ? Thanks, Dev

Re: Cfgrid Javascript function not working if not put inside head/head tags

2008-08-21 Thread dev losh
Hey Great Joy it worked !! Thanks Charilie :) cfsavecontent variable=headText your javascript stuff here /cfsavecontent cfhtmlhead text=#headText# / On Thu, Aug 21, 2008 at 1:53 PM, dev losh [EMAIL PROTECTED] wrote: ~|

cfgrid and cfform enctype=multipart/form-data

2008-08-20 Thread David Byers
Greetings! I'm having a problem with cfgrid and I need some assistance. Whenever I try to submit an HTML format grid with the enctype=multipart/form-data attribute applied to the cfform tag, I receive The submitted cfgrid form field is corrupt (name: __CFGRID__MYTEST__MYGRID value

cfgrid with flash form type...

2008-08-14 Thread Tom Jones
Hello, I've been hammering away at this and now I'm nt sure if it's possible. I have a cfgrid in a flash based form and I would like to select a row and have it populate the cfinput fields with in the form. Can this be done using the flash based form type? Thanks, tom

cfgrid with flash form type...

2008-08-10 Thread Tom Jones
Hello, I've been hammering away at this and now I'm nt sure if it's possible. I have a cfgrid in a flash based form and I would like to select a row and have it populate the cfinput fields with in the form. Can this be done using the flash based form type? Thanks, tom

CFGrid not refreshing

2008-08-08 Thread Dave Hatz
Not sure if I am barking up the wrong tree here, but what I have is a cfgrid and a couple of form fields on a page. I am trying to get the cfgrid to refresh after the user enters the form values. The data gets inserted into the DB just fine, but the grid won't refresh unless I use the browser

SOLVED: CF8 and cfgrid

2008-08-05 Thread Ian Skinner
For anybody who stumbles across this thread searching for a similar problem. Two separate problems combined to make a very confusing issue. One -- The client of the first person who reported the problem had an outdated Java browser plug-in. Once they updated their JRE they got the grid applets

CF8 and cfgrid

2008-08-04 Thread Ian Skinner
Are there any known issues with the cfgrid... tag and ColdFusion 8? What would be the first steps to debugging why code using cfgrid... functionality is not working on our new 8 application servers? Could using Windows Integrated Security have any affect on this functionality? Thank You Ian

Re: CF8 and cfgrid

2008-08-04 Thread Ian Skinner
? Something about Java Versions? I created a simple cfgrid test file and those grids are working correctly, but the grid code that was migrated from an older ColdFusion server is still failing. ~| Adobe® ColdFusion® 8 software 8

cfgrid with Ajax question...

2008-08-02 Thread Tom Jones
the first column be a link to the full client record and also not editable. Is it possible to make the first column a link and non-editable? thanks, tom cfform name=form02 cfgrid format=html name=grid02 pagesize=10 sort=true bind=cfc:places.getClients({cfgridpage},{cfgridpagesize

Re: cfgrid with Ajax question...

2008-08-02 Thread Tom Jones
, tom cfform name=form02 cfgrid format=html name=grid02 pagesize=10 sort=true bind=cfc:places.getClients({cfgridpage},{cfgridpagesize}, {cfgridsortcolumn},{cfgridsortdirection}) delete=yes selectmode=edit onchange=cfc:places.editData({cfgridaction},{cfgridrow

cfgrid ... misbehavior.

2008-07-16 Thread Ian Skinner
I have a cfgrid type=flash... that is behaving in an inconsistent manner. On the development server the grid tag works correctly and produces the desired grid control from the specified query. On the production server, using, the same code and database, the grid tag produces a control

CFGrid problem.

2008-07-08 Thread Ian Skinner
Can anybody suggest a reason or three why a cfgrid... tag on one server would work just fine, but on a second one not? The grid control shows up on both servers, they both show all the specified columns, but on the second there is no data. I have confirmed that the specified query record set

cfgrid retrieved via ajax issue

2008-07-05 Thread Doug Boude (rhymes with 'loud')
Hi all. I am retrieving a template via an ajax call. That template contains a cfgrid. I have already overcome the issue of having to import the 'grid' tags via cfajaxproxy in the parent page, but am not getting a JS error when the grid loads after the call. Here is the error (from Firebug

CF8 / CFGRID / HREFKEY /CFLAYOUT newbie question

2008-07-04 Thread Lawrence Mak
achieve the same result using cfgrid? in cfgridcolumn, can I use the same .navigate function, but reference the id column in the hrefkey attribute? can I just use 'targetpage.cfm?id=' as URL and expect the value of hrefkey to be attached at the end? Thanks in advance for any suggestions. Lawrence

Re: CFGRID CFGRIDUPDATE - updating an array value before using CFGRIDUPDATE

2008-06-30 Thread Marty Rock
Did you ever get an answer to this? I need to do this also. Marty I'm using Flash forms to write an email front and. The Address Book portion of the app uses an updateable CFGRID element to add, edit, or delete contacts. The table is pretty straightforward: recordid(int, pk) ownerid(int, fk

Selecting a row in a CFGRID

2008-06-22 Thread Dave Hatz
How can I get the CFGrid to select a row when the grid is first displayed? We are using CF7. I see in CF8 they add the param selectOnLoad. Can this be accomplished in CF7? ~| Adobe® ColdFusion® 8 software 8 is the most

CFGRID Stylesheet

2008-06-19 Thread Asim .
anyway to force the grid to take the default style sheet or override the current style sheet or use force to some built in styles? thanks ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date

Re: CFGRID Stylesheet

2008-06-19 Thread Asim .
its html grid.. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive:

Re: CFGRID Stylesheet

2008-06-19 Thread Cutter (CFRelated)
Yes, you write a custom stylesheet to override the class declarations used in the ext-all.css. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com Asim . wrote: its html grid..

Re: Stupid cfgrid... Can some one help me out ?

2008-06-09 Thread Phill B
I would be happy with a cf8 html grid if it didn't require you to click 2 - 3 times just to set a check box. Come to think of it I had to click twice on all the cells just to start editing them. That is why I went with the flash grid. On Fri, Jun 6, 2008 at 2:50 PM, Dan Vega [EMAIL PROTECTED]

Stupid cfgrid... Can some one help me out ?

2008-06-06 Thread Phill B
All I want to do is have a flash grid display a name and a check box. When the user clicks the check box, an onchange event is fired off and runs the appropriate cfc on the server. I found some pages in Google that, I thought, should me how to do this but now I can't find them. Little help here?

Re: Stupid cfgrid... Can some one help me out ?

2008-06-06 Thread Dan Vega
Just curious why you want this to be a flash grid? You should be able to do this with cf8 html grid. Dan On Fri, Jun 6, 2008 at 12:11 PM, Phill B [EMAIL PROTECTED] wrote: All I want to do is have a flash grid display a name and a check box. When the user clicks the check box, an onchange

CFGRID with bind

2008-05-16 Thread Larry Schaberg
I am having a problem with binding and am not able to figure out the problem. I am running CF 8.0.1 and I am attempting to bind a cfgfid to a cfc. I am constantly getting the following error, but I am not able to locate what the cause is in the logs or anything: error:http: Error invoking CFC

CFGRID / SQL - am I dreaming?

2008-05-15 Thread Developer MediaDoc
Hi Everyone, I have a great ajax/cfgrid mockup working. Sorting, filtering etc.. all working very well. Client has just asked if I can extend it a little more. Gridrow 1 = Title they would like the words NEW to be prefixed to the title (and stand out in a bold, coloured font) if the item has

Re: CFGRID / SQL - am I dreaming?

2008-05-15 Thread Developer MediaDoc
rs_resource.title cfset temp = QuerySetCell(rs_resource,title,#new_title#,rs_resource.CURRENTROW) /cfif /cfif /cfloop This will work in cfgrid, you will get your results displayed in cfgrid with the HTML code to support a bolded, coloured NEW. Hi Everyone, I have a great ajax/cfgrid

Re: CFGRID / SQL - am I dreaming?

2008-05-15 Thread Claude Schneegans
I'd need someting like IF create_d between 3 months ago and now Then INSERT(title,0,0,'span style=font-style:bold;color:#00;NEW/span') AS new_title Check if you can use the IIf function in your database, ie: SELECT IIF (create_d 3 months ago, 'span

CFGrid 508

2008-05-14 Thread Phi Dinh
Anyone know if CFGrid in CF8 is 508 compliant or not? -Phi ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive

RE: CFGrid 508

2008-05-14 Thread Sandra Clark
] Sent: Wednesday, May 14, 2008 8:52 AM To: CF-Talk Subject: CFGrid 508 Anyone know if CFGrid in CF8 is 508 compliant or not? -Phi ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get

cfgrid, bind and more than 1 table

2008-05-03 Thread Richard White
Hi, we are using a cfgrid and want to bind more than 1 table to one grid but cannot find any examples. for example we have table1, table2, and table3 in our database. tables 2 and tables 3 both have foreign keys from table1 so i expect we will have to do some form of join. we want to use

cfgrid, bind and more than 1 table

2008-05-03 Thread Richard White
Hi, we are using a cfgrid and want to bind more than 1 table to one grid but cannot find any examples. for example we have table1, table2, and table3 in our database. tables 2 and tables 3 both have foreign keys from table1 so i expect we will have to do some form of join. we want to use

Re: CF8 HTML CFGRID with checkbox possible with binding?

2008-04-30 Thread Asim .
bump anyone solved this yet??? In the cfc that i return the query, i just added a column cfset array = [true,false] cfset queryAddcolumn(qry, 'checkbox', 'bit', array and in the cfgrid, i bind to the cfc, and i use the following cfgridcolumn cfgridcolumn name='checkbox' header='test

Re: CF8 HTML CFGRID with checkbox possible with binding?

2008-04-30 Thread Asim .
bump anyone solved this yet??? In the cfc that i return the query, i just added a column cfset array = [true,false] cfset queryAddcolumn(qry, 'checkbox', 'bit', array and in the cfgrid, i bind to the cfc, and i use the following cfgridcolumn cfgridcolumn name='checkbox' header='test

Re: CF8 HTML CFGRID with checkbox possible with binding?

2008-04-30 Thread Cutter (CFRelated)
If your cfgrid is marked as selectMode='edit', and your cfgridcolumn has a type='boolean' (and the cell is editable, which should be the default), then the docs say: boolean: column displays as check box; if cell is editable, user can change the check mark. Steve Cutter Blades Adobe Certified

cf8 cfgrid quirk...

2008-04-29 Thread Jose Diaz
Hello All, Really hope someone can help with this one. I have a cfgrid using the html format which displays paging - the grid all works as expected apart from one issue: -- If I enter say the following into the 'Paged input field' : 8 - it goes to page 8 as expected

Binding a checkbox to the selected CFGRID item

2008-04-28 Thread Philip Millard
I am trying to bind a cfinput checkbox to CFGRID column with no luck. cfgridcolumn name=IS_RESTRICTED display=false The value column in the grid contains 1 or 0. I have tried the cfinput checkbox by hardcoding 1 and 0 through the attribute checked and this works. I have tried binding

Re: Binding a checkbox to the selected CFGRID item

2008-04-28 Thread Philip Millard
I managed to kludge it after searching google with various permutations: cfajaxproxy bind=javascript:noteChange({documentGrid.is_restricted}) script type=text/javascript function noteChange(restricted) { var restrictBoolean; if (restricted == 1) { restrictBoolean

Re: Binding a checkbox to the selected CFGRID item

2008-04-28 Thread Philip Millard
I managed to kludge it after searching google with various permutations: cfajaxproxy bind=javascript:noteChange({documentGrid.is_restricted}) script type=text/javascript function noteChange(restricted) { var restrictBoolean; if (restricted == 1) { restrictBoolean

Re: Binding a checkbox to the selected CFGRID item

2008-04-28 Thread Philip Millard
I managed to kludge it after searching google with various permutations: Bind to the individual grid column: cfajaxproxy bind=javascript:noteChange({documentGrid.is_restricted}) React to the bind change: script type=text/javascript function noteChange(restricted) { var restrictBoolean;

Re: Binding a checkbox to the selected CFGRID item

2008-04-28 Thread Philip Millard
I managed to kludge it after searching google with various permutations: Bind to the individual grid column: cfajaxproxy bind=javascript:noteChange({documentGrid.is_restricted}) React to the bind change: script type=text/javascript function noteChange(restricted) { var restrictBoolean;

Re: Binding a checkbox to the selected CFGRID item

2008-04-28 Thread Philip Millard
I managed to kludge it after searching google with various permutations: Bind to the individual grid column: cfajaxproxy bind=javascript:noteChange({documentGrid.is_restricted}) React to the bind change in JS: function noteChange(restricted) { var restrictBoolean; if (restricted

Re: Binding a checkbox to the selected CFGRID item

2008-04-28 Thread Philip Millard
The reason I have replied 3 times is that the post form appeared to fail. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

cfgrid search facility

2008-04-24 Thread Richard White
Hi Can anyone tell me if it is possible the add a search facility within a cfgrid thanks richard ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http

RE: cfgrid search facility

2008-04-24 Thread Jason Durham
I have used this within a flash form... http://www.asfusion.com/blog/entry/filtering-a-grid-as-you-type---using -Original Message- From: Richard White [mailto:[EMAIL PROTECTED] Sent: Thursday, April 24, 2008 1:40 PM To: CF-Talk Subject: cfgrid search facility Hi Can anyone tell me

Re: cfgrid / cfgirdcolumn selectmode=edit checkbox

2008-04-23 Thread shakti misra
i'm dealing with the same problem mate, ive got a cfgrid type java applet and select mode single, coz i use href attribute for some columns, but i can't then edit the checkboxes, they r not clickable. if i change the select mode to edit, the checkboxes work but the hrefkey then becomes

Re: cfgrid / cfgirdcolumn selectmode=edit checkbox

2008-04-23 Thread Rob Parkhill
Good Evening, This is a problem that I had some time ago. I wanted to have a check all box to for the check boxes in the cfgrid, and I had to create a cfsavecontent to do that. IF you want that info, let me know. As for updating only the selected rows in a grid based on the check box, I use

Re: Binding to a CFGrid from tabs

2008-04-22 Thread gary gilbert
Michael, Are you using cfajaimport in your tab cfm pages? If you have ajax code in your tab source pages you have to use the cfajaximport on those pages too. since you are binding stuff in those souce pages to your form you probably need to do an cfajaximport tags=cfform,cflayout/ Give that a

Re: Binding to a CFGrid from tabs

2008-04-22 Thread Michael Brennan-White
Gary, Thanks for the reply. I wasn't before because I had already used them in the main index page. I tried running the grid/tabs page by itself after adding cfajaximport tags for cfform and cfgrid. The page ran in Firefox (2.0.0.14) without a problem but failed in IE7. If I get rid

cfgrid flash formating questions

2008-04-21 Thread Paul Ihrig
ok, have googled, but no luck. Q1. how do i align the submit button, to the insert button within the cfgrid? or remove the insertButton and make a button that does the same thing... Q2. how do i remove the column that is thrown in for id.. i have my own id column i am using, but cfgrid inserts

Re: cfgrid flash formating questions

2008-04-21 Thread Paul Ihrig
Q2: remove column, rowheaders=no colheaders=yes ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive:

Binding to a CFGrid from tabs

2008-04-21 Thread Michael Brennan-White
I have a generic html cfgrid which is bound to a CFC that returns a large amount of data. The test page is at http://67.199.57.74/jobsearchlog/, select the Jobs tab in the side menu and select saved jobs. The number of returned fields are large enough that I want to break the content

cfgrid and grid.refresh on Safari

2008-04-10 Thread Chad Gray
Safari 2.0.4 on my Mac does not like this on CFGrid: cfinput type=button name=searchBtn value=Insert onclick=ColdFusion.Grid.refresh('FirstGrid', false); / It does not submit my form data to the bound cfc and it does not refresh the cfgrid. All other browsers the form data is submitted

Re: cfgrid / cfgirdcolumn selectmode=edit checkbox

2008-04-09 Thread LSD 4Me
I want to reiterate that Im not looking for a free snipet of code...I am merely looking for how to work with the data that is selected via checkbox in a cfgrid. How would i pass the selected information (probably based on the uniquie ID in the table) to another page or directly into the DB

cfgrid and text

2008-04-09 Thread Chad Gray
I am about ready to give up on CFGrid and switch back to a standard html table. I just can't get it to do what I want. I love the features it automatically provides like sorting, paging data and column re-arranging but it is a little too limiting. Right now I have a long paragraph of text

Re: cfgrid / cfgirdcolumn selectmode=edit checkbox

2008-04-09 Thread Cutter (CFRelated)
Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com LSD 4Me wrote: I want to reiterate that Im not looking for a free snipet of code...I am merely looking for how to work with the data that is selected via checkbox in a cfgrid. How

Re: cfgrid / cfgirdcolumn selectmode=edit checkbox

2008-04-09 Thread LSD 4Me
Im not using ExtJSim using flash cfgrids that automatically create the JS. Are there coldfusion methods to deal with my issue or is advanced JS the only way? I find it diffuclt to believe the CF doesnt offer any method of manipulating data from cfgrids. (Dont take that the wrong way...i do

Re: cfgrid / cfgirdcolumn selectmode=edit checkbox

2008-04-09 Thread LSD 4Me
Ok. so ive made some headway. Apparently, the functionality I was looking for was CFGRIDUPDATE. Now Im able to manipulate the values for the checked box to true or false in the table for each specific ID selected. My question now is there functionality to update session variables as opposed to

<    1   2   3   4   5   6   7   8   9   10   >