Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Mark_Forsberg
Mark_Forsberg
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
3

Discussions

Discussions
1

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Mark_Forsberg
Customize the badges you want to showcase on your profile
Using results from multiple cfc functions - Adobe LiveCycle 16-07-2007
I'm using the following code to teach myself flash/flex. Myquestion is, how do I differentiate how to handle the variousresults from a CFC?This function sees both calls as the same result. How can Ihandle each separately?private function remotingCFCHandler(e:ResultEvent):void { returnedText.text = ObjectUtil.toString(e.result); }CODE: import mx.rpc.events.ResultEvent; import mx.utils.ObjectUtil; private function remotingCFCHandler(e:ResultEvent):void { returnedText.text = ObjectUtil.toString(e.result); } private function callRemotingCFC():void { // invoke sayHelloString method on User.cfc myCfc.sayHelloString(); } private function myCFCTest():void{ myCfc.myCFCTest(); } private function clearText():void{ returnedText.text = ''; } Thanks for the assist. This is pretty awesome stuff.Mark F

Views

282

Likes

0

Replies

1
Re: Data Services "Express" ? - Adobe LiveCycle 30-06-2006
Sam, I found this on Ben Forta's site. I understand what he'ssaying. I'm beginning to get what he's saying, but I'm stillpuzzled. What does FDS Express, or the Enterprise version, for thatmatter, offer to me. Based on his article I have no need for FDS,as the only thing that it appears to have extra is the "push"technology. In the end, without all the new bells and whistles, it is adifferent way to do RIA's than with the CF and Flash combo. I havesome hard thinking to do on if it's worth the mon...

Views

436

Likes

0

Replies

0
Re: Data Services "Express" ? - Adobe LiveCycle 30-06-2006
Sam, In an online Adobe Seminar yesterday the cost of theEnterprise was listed at $20,000. There was no cost availability onthe "Departmental" version. I'm guessing that the whiz-bang stuffyou see in most sales demos, i.e. realtime help desk, etc, can onlybe done with the enterprise. When they say that the departmentalversion will be "priced proportionately lower than the Enterpriseedition", I'd guess that it will cost about the same as the flex1.5 license. I understand that Adobe needs to make ...

Views

439

Likes

0

Replies

0