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

Vyshak
Vyshak
Offline

Badges

Badges
2

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 Vyshak
Customize the badges you want to showcase on your profile
Re: FDS fill method problem - Adobe LiveCycle 29-05-2007
hello... anybody out ter to help me? my code segment goes likthis...// ds is the id for DataService and rpc is the id forRemoteObject.rpc.delete(deleteSE); //deleteSE is an ArrayCollectionds.fill(AC,VO); // AC is the DP for Datagrid. VO is theparameter passed to bring AC according to some conditionsthis brings the contents back but an action script error isthrown and the datagrid is not getting updated.please help me...TIA

Views

116

Likes

0

Replies

0
Showing server side error in Flex - Adobe LiveCycle 29-05-2007
Hi all..I have a RPC call which consists of a staging process whichthrows custom error messages at different stages. I want to showthese error messages at the flex side. How this is possible? itried using event.fault.faultString... but it doesn't gave my errormessage which i gave out at the server. Please help me out in thisissue. am kinda stuck.Thanks In Advance

Views

457

Likes

0

Replies

2
FDS fill method problem - Adobe LiveCycle 23-05-2007
Hi,I have a requirement in which i can able to search for data,display on a grid check some rows, press delete button, it will getdeleted from DB and the remaining items are shown on screen. Sinceits a soft delete function that happens in another DB schema, watam doing is to call ds.fill() on search, and to call an RPC likero.deleteItems(ArrayCollection). and then again ds.fill(). But itsthrowing some error saying null object reference. But it works fineif i click the search button again, which ...

Views

300

Likes

0

Replies

1