[flexcoders] Re: ameature question but am desperate

2009-08-16 Thread stinasius
am using access database?

[flexcoders] Re: ameature question but am desperate

2009-08-13 Thread stinasius
when i use the following code private function insertHandler( ):void{ if (cat.selected == true) { catManager.cats( cats); } } i get the following error Unable to invoke CFC - The CAT argument passed to the cats function is not of type boolean.

re: [flexcoders] Re: ameature question but am desperate

2009-08-13 Thread Wally Kolcz
or how you set up your tables. From: Wally Kolcz wko...@isavepets.com Sent: Tuesday, August 11, 2009 10:15 AM To: flexcoders@yahoogroups.com Subject: re: [flexcoders] Re: ameature question but am desperate Ohhh I am wrong, you want to pass in a Boolean. So

re: [flexcoders] Re: ameature question but am desperate

2009-08-11 Thread Wally Kolcz
: ameature question but am desperate thats exactly what i am doing. no difference at all. when i use a textinput, and combobox, data is inserted but a checkbox is complex. so am still where i was yesterday... no progress and still the same error.

[flexcoders] Re: ameature question but am desperate

2009-08-11 Thread stinasius
this is the code mxml file with Remote object call ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Script ![CDATA[ import mx.rpc.events.ResultEvent; import

re: [flexcoders] Re: ameature question but am desperate

2009-08-11 Thread Wally Kolcz
: stinasius stinas...@yahoo.com Sent: Tuesday, August 11, 2009 6:00 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: ameature question but am desperate this is the code mxml file with Remote object call ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml

re: [flexcoders] Re: ameature question but am desperate

2009-08-11 Thread Wally Kolcz
stinas...@yahoo.com Sent: Tuesday, August 11, 2009 6:00 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: ameature question but am desperate this is the code mxml file with Remote object call ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout

[flexcoders] Re: ameature question but am desperate

2009-08-10 Thread stinasius
still no progress. here is my code please help on what i shld do. chk.mxml ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Script ![CDATA[ import mx.rpc.events.ResultEvent;

RE: [flexcoders] Re: ameature question but am desperate

2009-08-10 Thread Tracy Spratt
10, 2009 6:23 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: ameature question but am desperate still no progress. here is my code please help on what i shld do. chk.mxml ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe. http://www.adobe.com/2006/mxml

RE: [flexcoders] Re: ameature question but am desperate

2009-08-10 Thread amanyire arthur
care to guide me?  --- On Mon, 8/10/09, Tracy Spratt tr...@nts3rd.com wrote: From: Tracy Spratt tr...@nts3rd.com Subject: RE: [flexcoders] Re: ameature question but am desperate To: flexcoders@yahoogroups.com Date: Monday, August 10, 2009, 6:58 AM   I

RE: [flexcoders] Re: ameature question but am desperate

2009-08-10 Thread Wally Kolcz
(function name inside the CFC) ... /mx:RemoteObject From: amanyire arthur stinas...@yahoo.com Sent: Monday, August 10, 2009 8:26 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: ameature question but am desperate

RE: [flexcoders] Re: ameature question but am desperate

2009-08-10 Thread Wally Kolcz
desperate care to guide me? --- On Mon, 8/10/09, Tracy Spratt tr...@nts3rd.com wrote: From: Tracy Spratt tr...@nts3rd.com Subject: RE: [flexcoders] Re: ameature question but am desperate To: flexcoders@yahoogroups.com Date: Monday, August 10, 2009, 6:58 AM I don't know CF or do much

[flexcoders] Re: ameature question but am desperate

2009-08-10 Thread stinasius
thats exactly what i am doing. no difference at all. when i use a textinput, and combobox, data is inserted but a checkbox is complex. so am still where i was yesterday... no progress and still the same error.

[flexcoders] Re: ameature question but am desperate

2009-08-07 Thread stinasius
this is the sample code am using to insert data from flex to db using a cfc.(listProperty is the function that has the insert query in cfc). do i use cat.selected or something else? listManager.listProperty(ctry_name.selectedItem, cat.selected);

RE: [flexcoders] Re: ameature question but am desperate

2009-08-07 Thread Tracy Spratt
@yahoogroups.com Subject: [flexcoders] Re: ameature question but am desperate this is the sample code am using to insert data from flex to db using a cfc.(listProperty is the function that has the insert query in cfc). do i use cat.selected or something else? listManager.listProperty