RE: [flexcoders] Interesting paradox with data service call

2010-06-18 Thread Scott
I was able to fix it by deleting the data service completely and
re-creating it.  That was a major hassle.  Anyone know how to force the
dataservice to update without going through this process?

 



From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Scott
Sent: Friday, June 18, 2010 5:53 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Interesting paradox with data service call

 

  

I modified the call for my data_paged function to allow for the userID.
I then refreshed the data service call and it picked up the new user.  I
did the same for the count() service call.

 

Now, if I put in the userID I get an error:

Description   Resource  Path Location   Type

1137: Incorrect number of arguments.  Expected no more than 0.
yourinfo.mxml   /PlaneScheduler/src   line 147 Flex Problem

 

However, if I remove it I get a CFC error that it's expecting it.
Something isn't picking up the change.  Again, the data service call
shows (nUserID : Number).  Any ideas on what is getting hung up?




-- 
This message has been scanned for viruses and 
dangerous content by MailScanner <http://www.mailscanner.info/> , and is

believed to be clean. 


[flexcoders] Interesting paradox with data service call

2010-06-18 Thread Scott
I modified the call for my data_paged function to allow for the userID.
I then refreshed the data service call and it picked up the new user.  I
did the same for the count() service call.

 

Now, if I put in the userID I get an error:

Description   Resource  Path Location   Type

1137: Incorrect number of arguments.  Expected no more than 0.
yourinfo.mxml   /PlaneScheduler/src   line 147 Flex Problem

 

However, if I remove it I get a CFC error that it's expecting it.
Something isn't picking up the change.  Again, the data service call
shows (nUserID : Number).  Any ideas on what is getting hung up?