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

dlusignan
dlusignan
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
9

Discussions

Discussions
0

Questions

Questions
0

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by dlusignan
Customize the badges you want to showcase on your profile
HELP!!!!!! Question on DataManagement - Adobe LiveCycle 14-01-2008
Hi! I have an application that work with LCDS and java. In myapplication I'm using Data Management.When I update a table, a trigger is updating a second tablebase on first table modification. From there, I expect to have thedata adapter of the second table, sending over the network, to allopen instance, the updated information, but it's not happening. Iadd a line, who refill my adapter, after the update of the firsttable, but that just refresh the data on my own instance, the otherone are not re...

Views

241

Likes

0

Replies

0
Re: Data binding, Flex Data Service, and polymorphism - Adobe LiveCycle 29-11-2007
Hi! Could you please post your code to help us understand?

Views

87

Likes

0

Replies

0
Re: cant use java files with lifecycle, keep getting error. - Adobe LiveCycle 29-11-2007
Hi! I need more details. Wich java server you use?

Views

97

Likes

0

Replies

0
Re: Flex and Java - Adobe LiveCycle 06-11-2007
No I don't get anything on the client side over theFaultEvent

Views

128

Likes

0

Replies

0
Flex and Java - Adobe LiveCycle 02-11-2007
When java throw a DB exception, I can see the message on thelcds terminal, but how can I get this message in my flex app toshow user a friendly message of what hapenning.By ex:When my user try to delete data that resulting in aForeignKey constraint, I want to tell him that he can't do thatwithout first deleting associated data to this one. But, lcds justdelete the item in my arraycollection, let's the user think it'sdeleted but in the database, nothing get deleted, normal, and inthe lcds termina...

Views

449

Likes

0

Replies

2
Diff b/w RPC and DataServices when calling Java - Adobe LiveCycle 02-11-2007
Hi! I will try my best to answer you correctly. RemoteObject permit you to instanciate object and call methodto perform action on the database. From here it's very easy tounderstand the mechanism.DataService permit you to set up a proxy, with Java orColdFusion, to manage the transaction with the Database and pushall changes to database on each instance of the application runningin real time.You follow me?By example: In a CRM application if your manager update a client profilebehind you're in the...

Views

174

Likes

0

Replies

0
Re: Uploading a file using a php script while running application with LCDS - Adobe LiveCycle 13-09-2007
Do I need a .htaccess in my folder. If yes with whatinside?

Views

125

Likes

0

Replies

0
Re: Uploading a file using a php script while running application with LCDS - Adobe LiveCycle 13-09-2007
well! It's not working.Is there a way to trace action in the apache log from php? Totrace the step perform in the code when invoking the uploadscript.

Views

128

Likes

0

Replies

0
Uploading a file using a php script while running application with LCDS - Adobe LiveCycle 12-09-2007
Hi! I developping an application under Flex 2 / Java -running on LCDS / JRun server.I'm trying to add uploading capabilities. I'm using a phpscript for the upload part.First, I just try to put script on the app directory. Doesn'twork.After that I set up an apache server from where I put a smallweb site with my script. It's telling me that my file issuccesfully uploaded, but I can't find the file. The apache loggive me no error.Someone can help me?

Views

401

Likes

0

Replies

3