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

tommykack
tommykack
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
5

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by tommykack
Customize the badges you want to showcase on your profile
Retrieve baseURL - Adobe LiveCycle 12-12-2013
Hi,we are in the process of moving into a new infratructure and that means that we have users in two networks and they are using two different adresses to reach the same server i.e www.forms.se and www.forms2.se. We are calling forms from inside a base form by using gotoURL (...gotoURL("http://www.forms.se/staticforms/123.pdf")My challenge is that I need to be able to retrieve the baseURL and concat that with adress to the form so both this adresses can be used.I have tried to use the doc.baseUR...

Views

338

Likes

0

Replies

0
setInstances(n) with forms for LC Output - Adobe LiveCycle 21-11-2012
Hi,I have a form that have an expandable field that is populated on the server. I need to figure out the height of that field so I can populate the rest of the page with the correct number of subforms. I have a script that does the calculation in the layout:ready event but I can´t find out where to put the script that sets the correct number of instances. If I put it in the layout:ready event, nothing happens. This is for LC Output (non-interactive form). Any ideas?

Views

534

Likes

0

Replies

0
Need advice for form deployment - Adobe LiveCycle 15-10-2012
We are using approx. 500 forms in an LC Update1 environment. This forms have been deployed under the resource tab in workbench and used by a formportal, built by the customer. We are going to move to ES3 and my question is where should we put the forms (+fragments and schemas)?Should we stay with resources (and have to import them with adminui) or create an application and put them there (is it ok to have this amount of files in an application?) or could we use the filesystem? Any pros and cons ...

Views

707

Likes

0

Replies

1
Re: Extract info from a WS call - Adobe LiveCycle 17-08-2012
Solved - result = response["invokeResponse"][http://adobe.com/idp/services:utReg]did the trickHave a nice weekendTommy

Views

72

Likes

0

Replies

0
Extract info from a WS call - Adobe LiveCycle 17-08-2012
Hi,I have some problem extracting the response from a WS call. In my form, I have a function to call a WS using "Net.SOAP.request...." This is working ok but I have some trouble to extract the response.If I do a app.alert(response), I get [objekt Aggregated] back.If I try app.alert(response.toSource()), I get a string back - ({invokeResponse:{'http://adobe.com/idp/services:utReg':"SPR291"}})What do I have to do, to get only the variable utReg? regardsTommy

Views

539

Likes

0

Replies

1