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

savyasachi
savyasachi
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
12

Discussions

Discussions
9

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by savyasachi
Customize the badges you want to showcase on your profile
Data Service Update not sending the updated data back to the client - Adobe LiveCycle 10-04-2009
I am using a dataservice to fill a datagrid on the client. The data fill part and also the update part (up to some extent) is working fine. Whenever a data field is changed in the Grid it is showing as updated in the database and also in the datagrids with other clients. However, I ran into a strange issue with one update scenario where changing one particular field (status field) on the client changes another field (effort hours remaining) in the backend. For ex: If the status is changed as 'Co...

Views

418

Likes

0

Replies

0
How to bind data returned from fill() method with another Collection - Adobe LiveCycle 04-12-2008
I have a need to convert the ArrayCollection returned by thefill() method of my dataservice into an XMLListCollection. TheXMLListCollection is used by a DataGrid control that hasitemEditors for each column. I have an action script function thatconverts ArrayCollection to XMLListCollection. I am trying to finda way to throw an event that calls the action script functionwhenever fill() method refreshes the ArrayCollection (basicallywhenever data in the data gets changed).Thanks in advance.

Views

448

Likes

0

Replies

1
Returning data from JAVA in XML format - Adobe LiveCycle 19-11-2008
I need to bring records in a table to Flex application todisplay in a dataGrid. I am using data services and a Java adapterto query the data from the database and return as a Collection ofValue Objects. This part is working fine. However I have a need tosend the records in XML format to the UI. If I send each record asorg.w3c.dom.Element instead as a ValueObject?Appreciate any help in this regard.

Views

357

Likes

0

Replies

1
Re: FDS upgrade to 2.0.1 - Adobe LiveCycle 24-06-2007
I completely uninstalled the 2.0 and did a clean install to2.0.1 and specified my 2.0 license key.

Views

133

Likes

0

Replies

0
FDS upgrade to 2.0.1 - Adobe LiveCycle 05-06-2007
I have upgraded the Flexbuilder and SDK to 2.0.1 and however,my application is referring the ver 2 libraries. I already haveFlex 2 (Builder, SDK, Data Services and Charting componentsinstalled on my PC). And then I have downloaded the upgradeexecutable from Adobe site and then successfully executed theinstall. I am using FDS with JRun option. The upgrade documentationstates that I need to install the FDS again into a differentfolder? However it doesn't clearly say, If I need to download the2.0.1...

Views

348

Likes

0

Replies

1
Re: Populating ComboBox from a DataService - Adobe LiveCycle 14-09-2006
Never mind. It was a silly mistake. The identity attributevalue did not match the column name of the object that is beingreturn by the dataservice

Views

148

Likes

0

Replies

0
Re: Integrated JRun Environment and compiling Java code - Adobe LiveCycle 14-09-2006
Thank you matamel. That did the magic. Appreciate thehelp

Views

259

Likes

0

Replies

0
Populating ComboBox from a DataService - Adobe LiveCycle 14-09-2006
I have a ComboBox on my page and trying to populate with thedatabase values. I am seeing empty cells in the combobox and thedropdown control is showing as if I have the data, but nothingshowing for labels. Looks like the database query is working OK onthe java side, but the debug log on the flex side shows that thelast element is repeating:Debug log on the JAVA side:SELECT BOUNDRY_C, BOUNDRY_X FROMENG_OWN.ENG_BOUNDRY_DESCRIPTION Where BOUNDRY_TYPE_C = 'DIV' Orderby BOUNDRY_XBoundary Name = Code...

Views

328

Likes

0

Replies

1
Re: Integrated JRun Environment and compiling Java code - Adobe LiveCycle 02-09-2006
The following is the Debug Log and looks like I am getting anSQLException - Don't know why???java.sql.SQLException: General error:java.lang.ClassCircularityError: org/hsqldb/MemoryNode at org.hsqldb.jdbc.Util.sqlException(Unknown Source) at org.hsqldb.jdbc.jdbcConnection.(UnknownSource) at org.hsqldb.jdbcDriver.getConnection(Unknown Source) at org.hsqldb.jdbcDriver.connect(Unknown Source) atjava.sql.DriverManager.getConnection(DriverManager.java:539) atjava.sql.DriverManager.getConnection(Driver...

Views

259

Likes

0

Replies

2
Re: FDS with SQLServer 2005 - Adobe LiveCycle 02-09-2006
Thank you both. Appreciate your feedback.

Views

264

Likes

0

Replies

0