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

avargs
avargs
Offline

Badges

Badges
9

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
33

Discussions

Discussions
0

Questions

Questions
13

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by avargs
Customize the badges you want to showcase on your profile
Re: Check Box Problem-Making fields re-appear in different pages - Adobe LiveCycle 09-06-2011
Hello Srini,I am still having a little problem trying to your suggestion to the code working.I put the complete routing to the specific cell in page3: ( form1.Row.hidepr2) When I try to preview the form,I receive an error that stating that "script failed (language is in formalcalc;context is xfa[0]firn(10)o..."I have tried putting the code in both in JavaScript and in formCalc.If I could get your e-mail that would be very helpful since that would allow me to send you the form which would better ...

Views

112

Likes

0

Replies

0
Check Box Problem-Making fields re-appear in different pages - Adobe LiveCycle 07-06-2011
Hello,To summarize the problem I have, I have 3 "pages"(blocks of information) in my form and I can't find a way to make a field in "page" 3 re-appear when a check box in "page" 1 is checked.The first "page" includes a check box that will make some hidden fields re-appear on the page when it's checked.the code for that check box isif (this.rawValue == "1"){hide1.presence = "visible";}else{hide1.presence = "hidden";}At the moment, I haveI have 3 blocks of text(pages).I have these three pages with...

Views

529

Likes

0

Replies

3
Re: Calculate Total Cost for Regenerating Numeric Field - Adobe LiveCycle 31-03-2011
Thanks so much Paul,I applied the code and it worked perfectly.Your answers are always clear and concise and I appreciate your help.-vargs

Views

112

Likes

0

Replies

0
Calculate Total Cost for Regenerating Numeric Field - Adobe LiveCycle 31-03-2011
Hello,I had a question about calculating a total cost for this form I have.The only difficulty is that the field "cost" that I am trying to sum up is part of a subform that is regenerated at the click of the button.The other part of the form includes "total cost" field is part of another subform that is fixed.Ideally, this subform is replicated about 4 times which would mean that the grand total cost would have to sum up the 4 cost fields(3 of them were generated).I have an example form that I c...

Views

468

Likes

0

Replies

2
Form Not Savable until Required Field is Populated - Adobe LiveCycle 10-09-2010
Hello,I was wondering if there was a way to make a required filled so that when the user opens the form, they are not able to save the form unless the required cell(s) have been populated.Thanks,-vargs

Views

656

Likes

0

Replies

1
Re: Generate Random Number in a Numberic Field - Adobe LiveCycle 23-07-2010
Hello,Thank you so much for being patient with me.I found out this morning that the main reason I was having trouble was becauseOnce I changed the code from FormCalc to JavaScript, the problem was fixed.I am so sorry for all the trouble the confusion may have caused you.I really appreciate all you have done to try and help me.Luckily the problem has been fixed and this question has been put to rest.thanks again,-vargs

Views

1.0K

Likes

0

Replies

0
"Save" Button that saves file as value inside # Field - Adobe LiveCycle 23-07-2010
Hello,I have had some trouble creating this button and I was wondering if I could get some help solving it.I currently have a form that when opened has an 8 digit number automatically assigned to a fixed number field. This number is a way to help identify the form.What I wanted to find out is if there was a way to implement a "save" button that when pressed, would save the file the same name as this 8 digit id number.And if there was any way to attatch the phrase "Form No." before the 8 digit id...

Views

376

Likes

0

Replies

0
Re: Generate Random Number in a Numberic Field - Adobe LiveCycle 22-07-2010
Thanks for your patience,I tried it once more and recieved the same error.The following code is under my variable "HelperFunctions"and this is the code under my text field:I am still troubled as to what I am doing wrong.thanks for your help,-vargs

Views

993

Likes

0

Replies

0
Re: Generate Random Number in a Numberic Field - Adobe LiveCycle 22-07-2010
Hello,The following is the Helper Function variable that you told me to create under File>Form Properties>VariablesI ran the code in the numeric fieldand it still gave me the same error message as before.Is there a step that I am missing?thanks for the help,-vargs

Views

994

Likes

0

Replies

0
Re: Generate Random Number in a Numberic Field - Adobe LiveCycle 22-07-2010
I found out through the author of that code that it is indeed what I am looking for but I really need you help trying to get it working.The updated code is:This is what the author told me about the code:Here is the difficulty I am having trying to implement it...I used a Text Field but it would not let me access the Initialize state to insert in the code.I then reverted back to using a numeric field and added in the code right below "form1.#pages[0|.Page2.button1:: initialize - FormCalc, client)...

Views

993

Likes

0

Replies

0