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

adnan_m
adnan_m
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
11

Discussions

Discussions
0

Questions

Questions
9

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by adnan_m
Customize the badges you want to showcase on your profile
showBusyCursor in LiveCycle Data Services - Adobe LiveCycle 22-09-2010
Hi,When calling RemoteObjects I can specify showBusyCursor="true" so that the user has a visual confirmation that loading is in progress like: Is there such a thing for LCDS calls? The async is nice but what would be the best way to let know the user know that the data is loading.Regards,Adnan

Views

805

Likes

0

Replies

1
Handle Exception from LCDS - Adobe LiveCycle 20-08-2010
Hello,I am using Flex 4 with LCDS 3. I am having problems with properly handlingexceptions.I have a simple commit service like;var commitToken:AsyncToken =_serviceName.serviceControl.commit(); // Commit the change.commitToken.addResponder(new AsyncResponder(function (event:ResultEvent,token:Object=null):void{Alert.show("DATA DELETED");},function (event:FaultEvent,token:Object=null):void{Alert.show("Save failed: " +event.fault.faultString, "Error");_serviceName.serviceControl.revertChanges();}));...

Views

616

Likes

0

Replies

0
Re: Data modeling with multiple Flex modules not working - Adobe LiveCycle 21-07-2010
@Alex excellent workaround. Just one question, when using SWFLoader, how can you get an object/method from the parent (main) application. In module I can use parentApplication.methodName, but it does not work if SWFLoader. Any ideas?

Views

140

Likes

0

Replies

0
ORA-00904 error - Adobe LiveCycle 13-07-2010
Hello,I am getting the following error, when I try to show data in a datagrid using getAll() method on the service over my table STUDENT, I am using services generated from LCDS 3.1. This is my error log;faultString = "Unable to invoke a fill operation on destination 'DB.Student' due to the following error: class java.lang.RuntimeException:Hibernate jdbc exception on operation=fill error=could not execute query : sqlError = from SQLException: java.sql.SQLException: ORA-00904: "STUDENT0_"."CODE_A...

Views

714

Likes

0

Replies

0
simple insert row without the generated forms - Adobe LiveCycle 22-06-2010
Hello,Is there a way to simply insert a row in a table without using the auto generated form from LCDS.I am already inserting data in one table thru the generated form, but I would like to add a row in my LOG table as well.If you can point me to a tutorial/example.Regards,Adnan

Views

817

Likes

0

Replies

2
Populate ID from sequence - Adobe LiveCycle 21-06-2010
Hello,I want to populate my table's ID with a sequence. I have made a table and sequence in Oraclemy table is as follow;and the sequence;Now my model looks like; /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan;...

Views

852

Likes

0

Replies

2
recursive associations in LiveCycle Data Services - Adobe LiveCycle 21-06-2010
I have a recursive associations in my table CREATE TABLE TMPADNAN ( ID NUMBER(10) NOT NULL, NAME VARCHAR2(255 CHAR), MID NUMBER(10) ) ALTER TABLE TMPADNAN ADD ( CONSTRAINT TMPADNAN_R01 FOREIGN KEY (MID) REFERENCES TMPADNAN (ID));I include it in my model and deploy it, next I add a datagrid and and generate a model driven form backed up by LCDS.When ever I try to add a record I get this error as a popup in Flex: Error occurred completing a transaction nulland the following error in tomcat; [testA...

Views

979

Likes

0

Replies

1
Re: development of enterprise applications - Adobe LiveCycle 18-06-2010
Thank you very much Anil for those information. Regards,Adnan

Views

92

Likes

0

Replies

0
development of enterprise applications - Adobe LiveCycle 18-06-2010
HelloWhat are your advises on using model driven development in developing enterprise applications. LiveCycle Data Services looks very promising, I have found numerous tutorials/videos that shows how fast an application can be build by having methods/functions auto-generated.What are the best-practices, is it good/bad to use those auto-generated methods, they can really save a lot of time.All suggestions are welcome, also if you know some existing blog/discussion please let me know.Thanx

Views

689

Likes

0

Replies

2
Re: How to join table in LCDS - Adobe LiveCycle 15-06-2010
Thank you very much Amil for this information.In my example, how can I show data from two tables joined implicitly in one datagrid? I can create 2 datagrids, but that is now what I need.Thank you for time.

Views

126

Likes

0

Replies

0