cfform flash onSubmit issue

2007-10-05 Thread Jaysheel Bhavsar
Hey guys, I have followed the RealEstate example to create my onClick handler for a flash form. (I need onClick because each action does something differen't and I can't have the look and feel of the page with out cfform, and can't have nested form's either.) So I have setup the actionScript

cfexecute and perl script CF8

2007-09-12 Thread Jaysheel Bhavsar
Hey guys, I am try to execute a perl scirpt within CF8 but I doesn't seem to work. I tired to execute it the same way before in the previous version of CF but even then I wasn't successful. Here is that my cf page looks like. (its a test page so has nothing else on it except for the cfexe

cfexecute and perl script CF8

2007-09-06 Thread Jaysheel Bhavsar
Hey guys, I am try to execute a perl scirpt within CF8 but I doesn't seem to work. I tired to execute it the same way before in the previous version of CF but even then I wasn't successful. Here is that my cf page looks like. (its a test page so has nothing else on it except for the cfexe

Re: cfgrid bind method with null values

2007-08-24 Thread Jaysheel Bhavsar
Yes, all my values were null, and for some reason one of the values passed showed more null values than what should have been there. So I changed all the variable names used in cfgrid tag. Now I don't get any error messages, but I don't get anything at all. Its just an empty grid. I ran the q

Re: cfgrid bind method with null values

2007-08-24 Thread Jaysheel Bhavsar
>i could not get that to work with named attributes myself... i wound up >doing it ordered. > >-jim > > > >> Hey Jim, I am not sure what you mean by this. ~| Get the answers you are looking for on the ColdFusion Labs Forum direc

cfgrid bind method with null values

2007-08-24 Thread Jaysheel Bhavsar
Hey guys, I am having huge difficulty figuring this out. I am trying to get cfgrid to work with bind attriute, along with format=html. I am trying to pass some values to the function (name: get2) along with the required cfgridpage, cfgridpagesize, cfgridsortcolumn, cfgridsortdirection (code

Re: cfgrid and bind attribute cf8

2007-08-23 Thread Jaysheel Bhavsar
Hey Raymond, I made the change as you suggested. I have attached the code at the end. I have also turned on debugging for ajax and here is what I get in that window. --- error:http: Error invoking CFC /evmCF2/search.cfc : The LIBRARY argument passed to the

cfgrid and bind attribute cf8

2007-08-23 Thread Jaysheel Bhavsar
hey guys I have being trying to use cfgrid to display my information and I have run into several problems I have attached my code. here my get2 function needs some arguments to query the data. The way I am calling my get function right now it does not work. I get an error that library or any of