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

ps2
ps2
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
2

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
8

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by ps2
Customize the badges you want to showcase on your profile
Merging data to rendered form
ps2
- Adobe LiveCycle 30-04-2013
We have a scenario where user opens the form(rendering is done) and clicks on a button which will run SQL query & fetch the repetitive data (XML) and that data has to be displayed it in subforms instance. Before clicking the button user might have filled some of the fields and we don't want to loose that data either.Any help in achieving this would be appreciated.

Views

424

Likes

0

Replies

0
Re: Unable to Get the Process that is Submitted
ps2
- Adobe LiveCycle 26-01-2013
Hi Jasmin,We are also facing the same issue .... is re-installing the server is the only solution?For us all the applications were running fine from past 2 yrs and now suddenly for long lived process - process IDs are not getting creating. Users/approvers are not getting any task in their todo list... nothing is seen in the tracking..Any help will be great.

Views

195

Likes

0

Replies

0
Re: Horizontal Scroll bar in a list Box?
ps2
- Adobe LiveCycle 16-09-2011
Thanks Debadas,But i need both (Horizontal & Vertical) the scroll bars and depending on the data length either or both should be visible, without changing the data visiblity or text rotation.Regards,

Views

133

Likes

0

Replies

0
Horizontal Scroll bar in a list Box?
ps2
- Adobe LiveCycle 16-09-2011
Hi,I have a requirement in Adobe Designer where my List Box should also show Horizontal Scroll bar in it.Is it possible?Thanks.

Views

1.2K

Likes

0

Replies

3
Re: Wht i am missing in this 'IF' condition logic?
ps2
- Adobe LiveCycle 11-08-2011
Hi,Please debug your code by putting alerts in between the lines coz for me code is working fine.app.alert(returnValue);app.alert(returnValueReq);Hope this helps.

Views

77

Likes

0

Replies

0
Re: How to check the check box in the form?
ps2
- Adobe LiveCycle 11-08-2011
Hi,You can write the following code:If (Scenario_1){checkbox1.rawValue=1;checkbox2.rawValue=0;}else if(Scenario_2){checkbox1.rawValue=0;checkbox2.rawValue=1;}And if you have much more checkBoxes then you can put them in different subform_scenario1checkBoxes, subform_scenario2checkBoxes and according to the scenarios pick all the nodes of each subform and change the values.Hope this helps.

Views

92

Likes

0

Replies

0
Re: How to figure it out the OBJECT type, say for drop-downs?
ps2
- Adobe LiveCycle 11-08-2011
Hi,In the exit event of the field you can write the following code and once you have the name then you could refine your code accordingly;app.alert(this.ui.oneOfChild.className);Hope this helps,

Views

75

Likes

0

Replies

0
Re: How to get to know that the given OBJECT is a drop-down or check box?
ps2
- Adobe LiveCycle 11-08-2011
Hi,You can write in the 'exit' event of the field and it will give the name of the field type, which you can use and refine your code further.app.alert(this.ui.oneOfChild.className);Hope this helps.

Views

96

Likes

0

Replies

0