CFGrid Enhancements/Replacement?

2002-03-25 Thread Shawn Grover
the above processing needs to take place client side. Unfortunately, CFGrid isn't quite up to the task, and the Customized version previous contractors came up with isn't either. So, I was hoping someone here could point me to a suitable applet/control, before we look at re-coding the current

Re: CFGRID problem driving me nuts

2002-03-15 Thread David Green
form variable is here --- #idplist.idp# !--- Test variable from cfgrid --- /cfoutput /body /html Thanks for the help.If i can't get this working I have to find something to replace cfgrid :( Thanks David - Original Message - From: JamesEdmunds [EMAIL PROTECTED] To: CF-Talk [EMAIL

CFGRID problem driving me nuts

2002-03-13 Thread David Green
enablecab=Yes name=form1 input type=text name=test value=hello size=10 cfgrid name=idplist height=500 width=640 vspace=5 align=LEFT query=IDPPICK insert=No delete=No sort=Yes font=Arial fontsize=12 bold=No italic=No autowidth=true appendkey=No highlighthref=No griddataalign=LEFT gridlines

Re: CFGRID problem driving me nuts

2002-03-13 Thread JamesEdmunds
:( Thanks for the help David cfform action=test.cfm method=POST enablecab=Yes name=form1 input type=text name=test value=hello size=10 cfgrid name=idplist height=500 width=640 vspace=5 align=LEFT query=IDPPICK insert=No delete=No sort=Yes font=Arial fontsize=12 bold=No italic

Example of CFGRID

2002-03-11 Thread Julia Green
Could someone give me a generic example of CFGRID with both the originating form and the resulting form? All I can find is the originating form, I just need the simplest code possible to get it to work. Thanks -- Julia Green Julia Computer Consulting --- Dylan Bromby [EMAIL PROTECTED] wrote

CFGRID and CF5 question

2002-03-11 Thread David Green
Hello List thanks for the help It's been a while since I have used CF. I was wondering if something changed with CFGRID in version 5. I believe since our upgrade all the places where we used cfgrid are now dieing because the receiving page can not see the value that was selected from

Fwd: Example of CFGRID

2002-03-11 Thread Julia Green
Just sending this again in hopes someone will answer... Julia Green --- Julia Green [EMAIL PROTECTED] wrote: Date: Mon, 11 Mar 2002 08:33:28 -0800 (PST) From: Julia Green [EMAIL PROTECTED] Subject: Example of CFGRID Reply-to: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Could someone

Re: Fwd: Example of CFGRID

2002-03-11 Thread Matt Robertson
cm_subfilter.ID, cm_subfilter.SubFilter, FROM cm_subfilter WHERE 0=0 ORDER BY cm_subfilter.SubFilter ASC /CFQUERY CFFORM ACTION=#cgi.script_name#?Action=2 name=FilterGrid method=POST ENABLECAB=Yes cfgrid

cfgrid and CF5

2002-03-07 Thread Stephenie Hamilton
has anyone gotten CFGrid to work in CF5 (win2k server) I keep getting an error load: class allaire.controls2.CFGridApplet.class not found. now I searched on the server and can't even find that class... I also have the CFIDE dir as a virtual dir under the site that needs to use CFGrid and gave

RE: cfgrid and CF5

2002-03-07 Thread Matthew R. Small
Subject: cfgrid and CF5 has anyone gotten CFGrid to work in CF5 (win2k server) I keep getting an error load: class allaire.controls2.CFGridApplet.class not found. now I searched on the server and can't even find that class... I also have the CFIDE dir as a virtual dir under the site that needs to use

Re: cfgrid and CF5

2002-03-07 Thread JamesEdmunds
I use CFGrid constantly, however, I am on a shared server hosting situation (at CrystalTech), and for any domain I am going to use it, I must first get them to make me a virtual directory to the class files so that they can be called by my tags. Hope this is of some help. -James Edmunds

Re: cfgrid and CF5

2002-03-07 Thread Valerie L. Criswell
and install the JVM manually most times. This is okay because we're only using it in a few places. Most of our problems came from the JVM not loading, when we upgraded. I can tell you this, however ... I won't ever be using the CFGrid function again. What a mess. http://webforums.macromedia.com

RE: cfgrid and CF5

2002-03-07 Thread Stephenie Hamilton
Message- From: JamesEdmunds [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 2:12 PM To: CF-Talk Subject: Re: cfgrid and CF5 I use CFGrid constantly, however, I am on a shared server hosting situation (at CrystalTech), and for any domain I am going to use it, I must first get them to make

RE: cfgrid and CF5

2002-03-07 Thread Stephenie Hamilton
.CFGridApplet.class not found I am wondering, if anyone else can find the CFGridApplet.class on their server. because I sure can't find it anywhere... I can find all kinds of other CFGrid applets...just not that one.. ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional -Original

CFGrid Applet Help?

2002-03-05 Thread Shawn Grover
We have a case where previous contractors have created a customized version of the CFGrid form element, then implemented it through Applets I'm looking for information on how to work with this applet in this manner A snippet of code follows: applet name=MyGrid code

CFGRID with clickable URLs - Can't get this working

2002-03-04 Thread Paul Sinclair
I'm setting up a CFGRID for relatively quick editing of records in a db For some records, I would like to be able to have the user click on the record and have it open up in a window with a more user-friendly form for editing of that record I believe the HREF attribute of the cfgrid tag

CFGRID - Broswer problem - CFAS problem?

2002-02-20 Thread Matthew R. Small
Hi everybody - With all of this browser talk, I am having a problem with my boss's computer right now. I have a CFGRID setup that he uses to input data. It refuses to come up on his machine using IE6, Opera, or anything else. It comes up fine on my machine. The kicker: I

RE: CFGRID - Broswer problem - CFAS problem?

2002-02-20 Thread Craig Dudley
Re-install the java plugin on his machine. http://java.sun.com/getjava/download.html Should fix it. -Original Message- From: Matthew R. Small [mailto:[EMAIL PROTECTED]] Sent: 20 February 2002 15:57 To: CF-Talk Subject: CFGRID - Broswer problem - CFAS problem? Hi everybody

RE: CFGRID - Broswer problem - CFAS problem?

2002-02-20 Thread Matthew R. Small
and CF4.5.1 service pack 2 -Thank you Matt Small -Original Message- From: Craig Dudley [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 10:45 AM To: CF-Talk Subject: RE: CFGRID - Broswer problem - CFAS problem? Re-install the java plugin on his machine. http://java.sun.com

RE: CFGRID - Broswer problem - CFAS problem?

2002-02-20 Thread Matthew R. Small
- From: Matthew R. Small [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 11:10 AM To: CF-Talk Subject: RE: CFGRID - Broswer problem - CFAS problem? Thanks for that link, but it still did not work. I think that the CFAS server is not sending the applet somehow... I'm not sure

RE: CFGRID - Broswer problem - CFAS problem?

2002-02-20 Thread Craig Dudley
:[EMAIL PROTECTED]] Sent: 20 February 2002 16:10 To: CF-Talk Subject: RE: CFGRID - Broswer problem - CFAS problem? Thanks for that link, but it still did not work. I think that the CFAS server is not sending the applet somehow... I'm not sure of how this works, but the message that I get in the java

CFGRID on CF5

2002-02-13 Thread Stephenie Hamilton
HELP! Has anyone gotten this to work? I get an error saying Custom control could not be displayed because this browser does not suppport Java2. when I try to view the customers page in a browser. This is IE 5.5, WIN2K server and CF5. Now, I looked through the MM knowledge base and the only fix

CFGrid with newquery()?/List?

2002-02-06 Thread Janine Jakim
I asked this on the forums but still don't have an answer and wonder if someone can help. I want to use CFGRID to display information as a list/loop from a table that will have many entries. I have it working 1/2 way but can't get the one field to output the way I want it. I'd like

RE: CFGrid with newquery()?/List? RESOLVED

2002-02-06 Thread Janine Jakim
, February 06, 2002 1:07 PM To: CF-Talk Subject: CFGrid with newquery()?/List? I asked this on the forums but still don't have an answer and wonder if someone can help. I want to use CFGRID to display information as a list/loop from a table that will have many entries. I have it working 1/2 way

cfgrid

2002-02-01 Thread Jones, Becky
is there a way to force a browser to download the java2 controls inorder for an enduse to see cfgrid pages? bec. * This e-mail, including any attachments, is intended for the receipt and use by the intended addressee(s), and may contain

CFGRID

2002-02-01 Thread Jones, Becky
I sent this in early, but i am not sure it made it so i am re-submitting. anyways, is there a way to automatically download the java2 controls if t he user doesnt already have it on their pc? because without it...u cant see the grid. thanks for your help, bec.

RE: Help with CFGRID

2002-01-27 Thread Dave Watts
does anyone has any aditional ideas for me on this problem? I´m really having problems making cfgrid run here... I don't have any additional ideas, but some questions: 1. Did you try using the Microsoft VM, as suggested earlier? 2. Does it work from another machine? Dave Watts, CTO, Fig Leaf

Fw: Help with CFGRID

2002-01-25 Thread Waldemiro Junior
Please, does anyone has any aditional ideas for me on this problem? I´m really having problems making cfgrid run here... Thanks Waldemiro Junior - Original Message - From: Waldemiro Junior [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, January 24, 2002 3:39 PM Subject

Re: Help with CFGRID

2002-01-25 Thread Christine Kelley
I couldn't get CFGRID working properly until the CFIDE folder was in the right place and mapped correctly. There's some great archives on this subject at http://www.mail-archive.com/cf-talk@houseoffusion.com/ :) Christine - Original Message - From: Waldemiro Junior [EMAIL

Help with CFGRID

2002-01-24 Thread Waldemiro Junior
I´m using IE6, CF5, W2K and I have already installed the J2RE 1.30 on my server and CFGRID still not working. After loading my page that contains CFGRID, on the browser´s status bar there´s this message: Start: applet not initialized and the text inside the Java Console

RE: Help with CFGRID

2002-01-24 Thread Dave Watts
I´m using IE6, CF5, W2K and I have already installed the J2RE 1.30 on my server and CFGRID still not working. I've had much better luck with the Microsoft VM which comes with IE6. You can switch between the two in the IE settings dialog. Dave Watts, CTO, Fig Leaf Software http

RE: Help with CFGRID

2002-01-24 Thread Chris Wigginton
or the newer CF 5 java ui elements, whichever you choose. Regards, Chris -Original Message- From: Waldemiro Junior [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 11:40 AM To: CF-Talk Subject: Help with CFGRID I´m using IE6, CF5, W2K and I have already installed the J2RE

Re: Help with CFGRID

2002-01-24 Thread Billy Cravens
CFGrid has nothing to do with what Java run-time you have installed on the server. It is a Java applet, rendered in the browser, not the server, so the problem lies in the Java environment on the end-user's machine. - Original Message - From: Waldemiro Junior [EMAIL PROTECTED] To: CF

Re: Help with CFGRID

2002-01-24 Thread Billy Cravens
with CFGRID The JRE version does come in to play on the user's browser using the NetScape Browser when version 5 of CF is used. To be more precise, I've included the various outputs of CF 4.5 and CF 5 for both IE and Netscape. As you can see, there are some differences 1) different

RE: Help with CFGRID

2002-01-24 Thread Chris Wigginton
ARCHIVE=/CFIDE/classes/CFJava2.jar -Original Message- From: Billy Cravens [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 12:00 PM To: CF-Talk Subject: Re: Help with CFGRID CFGrid has nothing to do with what Java run-time you have installed on the server. It is a Java

CFGrid error

2001-12-26 Thread Jeff Beer
Hello all, Weird error with CFGRid on cold fusion 5. I have a simple grid in a cfform that posts to the same page (code below). The grid displays perfectly. I'm getting an error that states the grid can not be found in the posted form: Debug output clearly shows the grid being submitted

Setting default value in CFGRID

2001-12-21 Thread gel
Hey, Do you know how to set a default value in the CFGRID? Is it possible? Say one of the fields MUST be an employee ID that is stored in a client variable, how do I do that? __ Get Your Own Dedicated Windows 2000 Server

RE: PLEASE HELP - I keep getting CFGrid Error Now

2001-12-20 Thread Larry Juncker
50 and Server 2000 Thanks -Original Message- From: Costas Piliotis [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 6:49 PM To: CF-Talk Subject: RE: PLEASE HELP - CFGrid does not show up in CF50 even after the HotFix is applied Make sure you're running Sun's version of JRE

RE: PLEASE HELP - I keep getting CFGrid Error Now

2001-12-20 Thread Benjamin S. Rogers
HELP - I keep getting CFGrid Error Now Now I get in the status bar: load: class allaire.controls2.CFGridApplet.class not found I spent all day yesterday on Allaires site and went dizzy trying to get t his figured out. It would be nice if someone could give an EXPLICIT description of what people

RE: PLEASE HELP - I keep getting CFGrid Error Now

2001-12-20 Thread Larry Juncker
getting CFGrid Error Now I believe I received this error when first trying to view the Allaire Java applets with the Microsoft JVM installed. The Allaire Java applets were written for a newer version of Java than the Microsoft JVM supports. Since Microsoft has discontinued development on the JVM

RE: PLEASE HELP - I keep getting CFGrid Error Now

2001-12-20 Thread Dave Watts
Now I get in the status bar: load: class allaire.controls2.CFGridApplet.class not found I spent all day yesterday on Allaires site and went dizzy trying to get this figured out. Are you able to get to the URL http://www.yoursite.com/CFIDE/classes/;? If not, you need to make sure that

RE: PLEASE HELP - I keep getting CFGrid Error Now

2001-12-20 Thread Larry Juncker
Thank You Dave I was placing my CFIDE under the root of the wrong website. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 9:29 AM To: CF-Talk Subject: RE: PLEASE HELP - I keep getting CFGrid Error Now Now I get in the status bar

RE: PLEASE HELP - I keep getting CFGrid Error Now

2001-12-20 Thread Benjamin S. Rogers
=ykeyword1=javasoftkeyword2=jre Benjamin S. Rogers http://www.c4.net/ v.508.240.0051 f.508.240.0057 -Original Message- From: Larry Juncker [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 10:20 AM To: CF-Talk Subject: RE: PLEASE HELP - I keep getting CFGrid Error Now Ben the code

RE: RESOLVED - I keep getting CFGrid Error Now

2001-12-20 Thread Larry Juncker
getting CFGrid Error Now I don't know what to tell you. Even after installing the most recent Sun JRE on my system, Internet Explorer was still using the Microsoft JVM. Based on a suggestion in the Allaire forums, I took the steps mentioned below. They solved my problem. By the way

CFGrid does not show up in CF50 even after the HotFix is applied

2001-12-19 Thread Larry Juncker
I have CF50 set up on a Win2000 server and can not see any of my templates that use CFGrid. I have downloaded and replaced the new jar file from Allaire and still cn not get these to load. Any insight would be greatly appreciated. Larry Juncker Senior Cold Fusion Developer Heartland

RE: PLEASE HELP - CFGrid does not show up in CF50 even after the HotFix is applied

2001-12-19 Thread Larry Juncker
I still need to find an answer for this problem, ANY help would br greatl y appreciated. -Original Message- From: Larry Juncker [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 11:31 AM To: CF-Talk Subject: CFGrid does not show up in CF50 even after the HotFix is applied I

RE: PLEASE HELP - CFGrid does not show up in CF50 even after the HotFix is applied

2001-12-19 Thread Angel Stewart
OH! Try removing the colheaders line. I had this problem as well and it cost me over 200US in Single Incident calls to fix. Make sure you have the updated Tags for CFSTUDIO 4.5.2 for CF Server 5.0. It is messing up with some attribute that is included in your CFGRID statement. As long as you

RE: PLEASE HELP - CFGrid does not show up in CF50 even after the HotFix is applied

2001-12-19 Thread Costas Piliotis
To: CF-Talk Subject: RE: PLEASE HELP - CFGrid does not show up in CF50 even after the HotFix is applied OH! Try removing the colheaders line. I had this problem as well and it cost me over 200US in Single Incident calls to fix. Make sure you have the updated Tags for CFSTUDIO 4.5.2 for CF Server

CFGRID

2001-12-18 Thread Christine Kelley
Hi! Well, sorry to bring up the same subject that has been talked about before, but I'm having some problems with CFGRID. It works on some people's computers and not on others. Even in the same office, one computer will bring up everything just fine and the next computer brings up a gray box

RE: Stupid a** CFGRID!

2001-12-13 Thread S C
without looking into this or any of your other replies, do you have the latest hotfix for cfgrid on CF 5.0? http://www.allaire.com/Handlers/index.cfm?ID=20371Method=Full And the knowledge base article on allaire's online support site: Article 21782 --- Angel Stewart [EMAIL PROTECTED] wrote

CFGRID Not updating

2001-12-13 Thread Angel Stewart
And on with my CFGRID Saga. *sigh* Now I have the grids displaying, I have them formatted and lloking all pretty.. But now they are not updating any tables. Would you believe this utter rubbish!!?? I can't update or insert data into several tables. When I go to the action page, the values I

RE: CFGRID Not updating

2001-12-13 Thread Bryan Love
] +---+ ...'If there must be trouble, let it be in my day, that my child may have peace'... - Thomas Paine, The American Crisis -Original Message- From: Angel Stewart [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 1:30 PM To: CF-Talk Subject: CFGRID

RE: CFGRID Not updating

2001-12-13 Thread Angel Stewart
No..that's not it. I made that change and It still does not update the database. Does this need to go hand in hand with the AppendKey in the CFGRID definition? Can I only change one field? For example on the Hlidays table there are two fields. Holiday Date and holiday description. If I change

RE: CFGRID Not updating

2001-12-13 Thread Bryan Love
, The American Crisis -Original Message- From: Angel Stewart [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 2:38 PM To: CF-Talk Subject: RE: CFGRID Not updating No..that's not it. I made that change and It still does not update the database. Does this need to go hand in hand

RE: CFGRID Not updating

2001-12-13 Thread Angel Stewart
Uhh...Well.. What if you want them to be able to update the primary key? Like in the case of the Holidays table, for some reason the Primary Key is the Date of the Holiday, which must be unique. But you also want the user to be able to edit the Date of the holidays, or add new holidays with

Stupid a** CFGRID!

2001-12-12 Thread Angel Stewart
owner, as in 'customers.dbo.orders'). I get that error everytime I try to do a CFGRIDUPDATE ona table in an Oracle database. Now, simply giving the table name works with ALL other controls! I haven't even added CFGRID Columns yet, and when I DID specify the columns it did not make a difference

RE: Stupid a** CFGRID!

2001-12-12 Thread Angel Stewart
*extremely worried look* So...does no one really use this CFGRID control in Coldfusion 5? I thought there would be like 10 replies telling me of some really simple fix that I totally overlooked :-\ Any info or help at all with my problem? -Gel Error Diagnostic Information The table

RESOLVED: Stupid a** CFGRID!

2001-12-12 Thread Angel Stewart
worried look* So...does no one really use this CFGRID control in Coldfusion 5? I thought there would be like 10 replies telling me of some really simple fix that I totally overlooked :-\ Any info or help at all with my problem? -Gel Error Diagnostic Information The table 'activity_code_tbl

CFGrid 5 problems.

2001-12-09 Thread Angel Stewart
Hey all, I'm getting lots of problems trying to use the CF5 JAVA Grid control. The applet refuses to initialise for some reason: java.lang.NullPointerException at allaire.controls2.CFGridApplet.adjustColumnWidths(CFGridApplet.java:295) at

RE: CFGrid 5 problems.

2001-12-09 Thread Angel Stewart
the version of the JRE installed on the client's machine. As a result, cfform will not force a download of the 1.3 JRE if an earlier version is installed. This causes a variety of failures to occur when using thecfform tag. In particular, the applet, cfgrid will not display with a JRE prior to 1.3.0_01

RE: CFGrid 5 problems.

2001-12-09 Thread Angel Stewart
if an earlier version is installed. This causes a variety of failures to occur when using thecfform tag. In particular, the applet, cfgrid will not display with a JRE prior to 1.3.0_01. Other applet controls will work with JRE versions prior to 1.3.0_01

RE: CFGrid 5 problems.

2001-12-09 Thread Max Paperno
Your problem might be that the applet itself isn't being loaded. By default the applet is called from /CFIDE/classes/ folder (check out the Source view on the page that is trying to show the applet). If this path is not accessible to the browser then the applet won't load. You need to

RE: CFGRID

2001-11-30 Thread Phil Costa
Did you update the JRE on your machine? CFGRID requires a more recent version of the Java runtime. There are a few KB articles about this. This one might be appropriate. http://www.allaire.com/Handlers/index.cfm?ID=21372Method=Full Phil -Original Message- From: JAIME HOI [mailto

RE: CFGRID

2001-11-30 Thread Janine Jakim
application- one person was furious because she doesn't know how to type- it didn't matter that that her work time was cut by over 60%) And we can't have our sa's running around to hundreds of machines just so a user can see one page...it's a shame that something as great as cfgrid can't be used

CFGRID

2001-11-29 Thread JAIME HOI
hi did anyone check out the link Example Applications under Documentation Tab in ColdFusion Server? I was trying to view this example Using CFGRID I tried to view this page for 2 days but in vain. It took so long to load the applet. Its almost like its never gonna load even. Till now i

Question about CFGRID??

2001-11-20 Thread Troy Montour
Co-Worker is trying to use CFGrid and it works fine on his computer viewing it but on anyone elses it just gives the grey box. what do we need to get this to work?? went to sun and downloaded the Java plugin thought it might be that but still got the Grey box. Thank you Troy Montour Vampires

RE: Question about CFGRID??

2001-11-20 Thread Costas Piliotis
Message- From: Troy Montour [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 20, 2001 2:00 PM To: CF-Talk Subject: Question about CFGRID?? Co-Worker is trying to use CFGrid and it works fine on his computer viewing it but on anyone elses it just gives the grey box. what do we need to get

Re: Question about CFGRID??

2001-11-20 Thread Max Paperno
Troy, Make sure the CFGrid applet is on a path that is accessible via browser from the page it is being used on. What I've seen happen is that the developer already has the grid applet downloaded, so it works for them, but when a new person tries to hit it, the applet can't be downloaded

RE: Question about CFGRID??

2001-11-20 Thread Bryan Love
;' and this single reflection, well applied, is sufficient to awaken every man to duty - Thomas Paine, The American Crisis -Original Message- From: Max Paperno [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 20, 2001 5:19 PM To: CF-Talk Subject: Re: Question about CFGRID?? Troy, Make sure

CF4.5 and JRE: CFGRID won't run

2001-10-25 Thread andrew kopelman
I am trying to run an app with a CFGRID applet; CF4.5 is running, and I have JRE 1.2 ('classic') running. I believe the JVMP and Class Path are set correctly in the CFAdministrator, but .cfms with the CFGRID won't even load! Help! Thanks in advance, Andrew

RE: cfgrid

2001-10-21 Thread Dave Watts
i created a grid on my test server. i am running cf server 4.0. i moved it over to the main webserver (running cf server 5.0) and now i get the error messege below. it looks like it is an error with my browser..i run ie 5.0. but i viewed the grid in the same browser just pointing to the

RE: cfgrid

2001-10-21 Thread John Anderson
problem. John -Original Message- From: Jones, Becky [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 17, 2001 8:48 AM To: CF-Talk Subject: cfgrid i created a grid on my test server. i am running cf server 4.0. i moved it over to the main webserver (running cf server 5.0) and now i get

RE: cfgrid

2001-10-21 Thread Costas Piliotis
There's been a couple of threads regarding this. A macromedia tech claimed that you should move to Flash instead of Java. Go figure. Try installing JRE 1.3 http://java.sun.com/products/plugin/ Me thinks that macromedia wrote the new cfgrid control to conform with Sun's Java and forgot

cfgrid

2001-10-18 Thread Jones, Becky
i created a grid on my test server. i am running cf server 4.0. i moved it over to the main webserver (running cf server 5.0) and now i get the error messege below. it looks like it is an error with my browser..i run ie 5.0. but i viewed the grid in the same browser just pointing to the other

RE: cfgrid

2001-10-18 Thread Mark Stewart
to check the archives as well. Mark -Original Message- From: Jones, Becky [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 17, 2001 11:48 AM To: CF-Talk Subject: cfgrid i created a grid on my test server. i am running cf server 4.0. i moved it over to the main webserver (running cf

Re: Another CFGrid Problem

2001-10-01 Thread Mr. Dasher Egger
I have the same problem. IE6 is just killing me here. I have installed the Sun JRE, but to no avail. My CFGRID shows up as a blank grey box and it says it can't find the code. I tried Netscape, too - 4.75 and 6 but they don't work either. I have re-installed my OS about a week ago - htat's

Re: CFGRID problems in CF5 (need workaround)

2001-09-27 Thread Paul Hastings
There's no reason to go to all this trouble. I'm sure that there are already plenty of Java grids with the features that you want - I know there are many Java grids available from component companies, and many have almost the same feature sets that the COM/ActiveX grids do. for instance?

Re: CFGRID problems in CF5 (need workaround)

2001-09-26 Thread Tony Hicks
Gonna share? :-) -- Search the Holy Bible: http://www.bibleclicks.com - Original Message - From: Kwang Suh [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 25, 2001 10:27 PM Subject: RE: CFGRID problems in CF5 (need workaround) That's it. I'm writing

RE: CFGRID problems in CF5 (need workaround)

2001-09-26 Thread Dave Watts
I'm writing a new grid. A super grid. A grid with every function I've wanted but Allaire has never put in. I now possess enough Java knowledge to do this. It shall be mine. Oh yes, it shall be mine. There's no reason to go to all this trouble. I'm sure that there are already plenty of

RE: CFGRID problems in CF5 (need workaround)

2001-09-26 Thread Kwang Suh
I have taken a look at some of those grids. I'd just extend one of those :) Ahh, OO programming. --- Dave Watts [EMAIL PROTECTED] wrote: I'm writing a new grid. A super grid. A grid with every function I've wanted but Allaire has never put in. I now possess enough Java knowledge

CFGRID problems in CF5 (need workaround)

2001-09-25 Thread Snyder, Jason
I have noticed that CFGRID in CF5 is very buggy. Many of the problems seemed to be fixed in a 'hotfix' on Alliar's site, but it doesn't list all of the major problems that I was having with it. One problem is that when modifying a field one has to select another field in order for those

RE: CFGRID problems in CF5 (need workaround)

2001-09-25 Thread Kwang Suh
, Jason [mailto:[EMAIL PROTECTED]] Sent: September 25, 2001 7:37 PM To: CF-Talk Subject: CFGRID problems in CF5 (need workaround) I have noticed that CFGRID in CF5 is very buggy. Many of the problems seemed to be fixed in a 'hotfix' on Alliar's site, but it doesn't list all of the major problems

Strange problem with CFGrid

2001-09-10 Thread Harper, Laura
Hello Everyone, I have a strange situation with CFGrid that neither my ColdFusion admin nor the network admin can solve. I'm hoping someone here may have encountered something similar. My apologies for the length of my question. Before: Using cfgrid did not cause any problems, all users could

RE: Strange problem with CFGrid

2001-09-10 Thread Costas Piliotis
I know when I turned on NT Challenge/response security in the /cfide/administrator part of my site that cfgrid did not work. Do you think perhaps that security was turned on on that directory and not all users have access? By the way, there is no IE 4.72. I recon you mean Netscape

RE: Strange problem with CFGrid

2001-09-10 Thread Brunt, Michael
:42 AM To: CF-Talk Subject: Strange problem with CFGrid Hello Everyone, I have a strange situation with CFGrid that neither my ColdFusion admin nor the network admin can solve. I'm hoping someone here may have encountered something similar. My apologies for the length of my question. Before

RE: Strange problem with CFGrid

2001-09-10 Thread Dan Phillips
:[EMAIL PROTECTED]] Sent: Monday, September 10, 2001 10:42 AM To: CF-Talk Subject: Strange problem with CFGrid Hello Everyone, I have a strange situation with CFGrid that neither my ColdFusion admin nor the network admin can solve. I'm hoping someone here may have encountered something similar. My

date format in CFgrid

2001-08-22 Thread Terry Troxel
How do you format for a date field in CFgrid? Terry Troxel ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http

RE: date format in CFgrid

2001-08-22 Thread Mark Smyth
hmmm i'm fairly sure that you can't, cfgrid presents data more or less how it is stored in the database. You'll have to format it when you are inserting the data so it is pre-formatted for output Mark Mark Smyth Macromedia Certified ColdFusion Developer Systems Union eBusiness Solutions

Re: date format in CFgrid

2001-08-22 Thread Terry Troxel
I figured it out finally. I have not used CFgrid very much and was unaware of the method using CFgrid with no call to a query and then using CFgridcolumn for the header call and finally using CFloop qith a call to CFgridrow with a comma delimited list of the variables you want to throw

CFGrid and Mac??

2001-07-25 Thread Jeff Green
My CFGrid isnt showing up on the mac. Before I start getting nuts finding out why, I was wondering if anyone has dealt with with before. Does CFGrid just not work on Macs? Do macs have some issue with loading the applet? Thanks all, Jeff

Re: CFGrid and Mac??

2001-07-25 Thread Dick Applebaum
What Browser? IE 4.5 Has somany problems it isn't worth bothering with IE 5.x Should work - uses Sun'd standard Java NN 4.x May be problems - Uses own nonstandard Java HTH Dick At 5:10 PM -0700 7/25/01, Jeff Green wrote: My CFGrid isnt showing up on the mac. Before I start getting

CFFORM vs. CFGRID

2001-07-24 Thread John Paitel
them to be able to edit up to 10 records at a time. Is this suited more to CFGRID, or CFFORM? (As you can tell, I am on the newer side of the CF fence.) And, does CFGRID handle entering in 10 new records at a time? Or should I stick with the single page entry? (Users sometimes will be entering

RE: CFFORM vs. CFGRID

2001-07-24 Thread Mark Warrick
Why not enter the products directly into the Access database? I wouldn't recommend CFGRID or CFFORM. Those are limited functions. You can loop through 10 record entries at a time the same way you would loop through a shopping cart to update quantities. There's just a bunch more fields

RE: CFFORM vs. CFGRID

2001-07-24 Thread Bryan Love
Actually CFFORM is no different than a HTML form except that it writes its own Javascript. CFGRID definitely has its uses and it may work very well for what you are planning. Sometimes there are issues getting the grid applet to load, but you can solve them by making sure that the CFIDE folder

RE: CFFORM vs. CFGRID

2001-07-24 Thread John Paitel
Why not enter the products directly into the Access database? This is not my inventory, it is their inventory. There may be multiple locations entering in their own inventory. (Think more along the lines of an office inventory rather than a store inventory). I wouldn't recommend CFGRID

RE: CFFORM vs. CFGRID

2001-07-24 Thread Mark Warrick
-Original Message- From: John Paitel [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 24, 2001 11:33 AM To: CF-Talk Subject: RE: CFFORM vs. CFGRID Why not enter the products directly into the Access database? This is not my inventory, it is their inventory. There may be multiple

CFGrid Problem

2001-07-19 Thread Melly Masram
hie all, could you guys help me in solving this problem: 1. From the parent window, user will click button and pop-up window will appear..displaying the purpose record. 2.The pop-up window is created using CFGrid... 3.The problem here,..when user select one of the record on the grid

RE: cfgrid problem - urgent

2001-07-19 Thread Dominic J. Doucet-Lorang
The only java use is in the cfgrid that is being used and it was working fin until the upgrade of CFServer to 5 from 4.5.2. I am currently reworking the pages that use cfgrid to not use it at all until I can find what is wrong. I have the most current jre package on the client system

RE: cfgrid problem - urgent

2001-07-19 Thread Thomas Chiverton
The only java use is in the cfgrid At 06:29 18.07.2001 -0700, you wrote: Have you tried the example for CFGRID ? Can you confirm the other java powered bits work OK ? Can you get the example pages pages from \cfdocs\ to work ? Check the paths in the cfide

RE: cfgrid problem - urgent ** Solved **

2001-07-19 Thread Dominic J. Doucet-Lorang
Thomas, I re-downloaded the JRE from sun and reinstalled it again and got it to work. Dominic At 02:48 19.07.2001 -0700, you wrote: The only java use is in the cfgrid At 06:29 18.07.2001 -0700, you wrote: Have you tried the example for CFGRID ? Can you confirm the other java powered

<    4   5   6   7   8   9   10   11   >