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

Raj6Adobe
Raj6Adobe
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
7

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Raj6Adobe
Customize the badges you want to showcase on your profile
Need help modifying the form with download/upload functionality - Adobe LiveCycle 18-12-2013
Hi, There is a standard form in SAP to handle offline scenarios. This form has all the floating fields to handle huge text. There is one table which is an input for the subform n number of time. now our requrement is to modify the layout of the form because of one subform the outpput becomes very basic and symmetric. I am thinking if we create multiple subforms and pass 5 rows of the table in subform 1 and 3 rows in subform 2 and rest of the table rows in 3rd subform. Is this possible? Any other...

Views

326

Likes

0

Replies

0
Re: Subform is getting hidden on click of check & Send HCM Processes SAP - Adobe LiveCycle 27-02-2013
Mandy, How do I post the PDF. Sorry, very new to this forum.

Views

526

Likes

0

Replies

0
Re: Subform is getting hidden on click of check & Send HCM Processes SAP - Adobe LiveCycle 27-02-2013
Yes Mandy, I was trying to work one subform first which is PRI_DES2. -Raj

Views

524

Likes

0

Replies

0
Re: Subform is getting hidden on click of check & Send HCM Processes SAP - Adobe LiveCycle 27-02-2013
Hi Mandy,Thanks for your time. Can you please test mail me at gvsrajesh.sap@gmail.com, so that I can email you the PDF. I cannot post it for various reasons. Thanks,Rajesh

Views

522

Likes

0

Replies

0
Re: Subform is getting hidden on click of check & Send HCM Processes SAP - Adobe LiveCycle 27-02-2013
Can anyone check if this syntax is correct. I am using this on ADD button to make subforms visible: First subform is always visible and from 2 to 6 it has to be visible when the user clicks ADD button.if (this.resolveNode("PRI_DES2").presence == "hidden"){this.resolveNode("PRI_DES2").presence = "visible";this.resolveNode("PRI_DES2.PRI_FLAG2").rawValue = "X";} else if (this.resolveNode("Pri_Des3").presence == "hidden"){this.resolveNode("Pri_Des3").presence = "visible";this.resolveNode("PRI_DES3.P...

Views

524

Likes

0

Replies

0
Re: Subform is getting hidden on click of check & Send HCM Processes SAP - Adobe LiveCycle 27-02-2013
Thanks so much for your reply Mandy.I tried to set the object property of the subform as Hidden. But on check, the subform goes back to HIDDEN status even theough the user wants to use it(clicking ADD button) and there is data filled in.The last script I would not write in the form ready Event. Why you use this event? Which last script are you talking about. If not ready event, where should we write.I am resetting the subform fields when the user clicks on the REMOVE. I forgot to mention, there ...

Views

524

Likes

0

Replies

0
Subform is getting hidden on click of check & Send HCM Processes SAP - Adobe LiveCycle 27-02-2013
Hi,I am posting this here because it is more of the Adobe form issue.Here is my requirement, I have been struggling with.I have 3 subforms of the same type(contains 8 fields each) to add family members. Subform 1 is mandatory and always visible. Subform 2 and 3 are hidden when the form loads. I have a javascript on the initialize event to hide them.this.resolveNode("subform name").presence = "hidden";When the user decides to add more details, clicks on the ADD button which makes the subform 2 an...

Views

3.7K

Likes

0

Replies

10