Thanks Bill, that does help some, I do see in the DAO where I am supposed to change the code.
However, I'm still confused as to how to pass the params out of flex. The DataService.fill method takes a ListCollectionView, followed by an array. FB2 won't let me write ds.fill(myCollection, arg1, arg2).
But then, even if I create an array with 1 element (a boolean:=true) - passing that to CF seems to have an issue because the assembler's fill method takes one param - a string. So here are my signatures:
(In Flex) DataService.fill(x:ListCollectionView, y:Array=null); which calls
(In CF) Assembler.fill(a:String=null); which calls
(In CF) DAO.read(b:Any, c:Any); - which I understand is flexable because I can change it to be whatever I want. Correct?
What would I change on these signatures to make Flex's fill function either work with an array, or N number of arguments?
Thank You,
Nik
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

