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

fcrussell
fcrussell
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
9

Discussions

Discussions
0

Questions

Questions
5

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by fcrussell
Customize the badges you want to showcase on your profile
Certified dynamic form with 3 signatures - Adobe LiveCycle 28-01-2015
I've never made a certified form before and I'm having trouble understanding the process. Does anyone have a generic certified form that I can use as a guide or an indepth article explaining this type of form?What I want to happen is for the features bar (Help and Radio buttons, and Clear button) at the top of the form to become invisible after the first signature is applied. The features bar isn't a legal portion of the form. It becomes a distraction for one wanting to archive a .jpg copy and i...

Views

246

Likes

0

Replies

0
Re: Stepping thru a list of variables - Adobe LiveCycle 26-01-2015
HI Magus069,That's exactly what I did and it works great!Fred

Views

456

Likes

0

Replies

0
Stepping thru a list of variables - Adobe LiveCycle 20-01-2015
Hi,How can one step thru a list of variables without a long list of "If" statements? Each var gets a string consisting of one or more paragraphs used to fill a text box. The var is selected from a hierarchical list box. EXample:if (selectedValue == 1) {var TTHCov = dialogObject.TTHCov1; } else if (selectedValue == 2) {var TTHCov = dialogObject.TTHCov2; } else if (selectedValue == 3) {var TTHCov = dialogObject.TTHCov3; } else if (selectedValue == 4) {var TTHCov = dialogObject.TTHCov4; } else if (...

Views

586

Likes

0

Replies

2
Re: Referencing "Form Variables" in Formcalc - Adobe LiveCycle 11-01-2015
At this point, I've concluded that you can't have global variables available to both JS and FormCalc other than File>Form Properties>Variables. I converted my scripts to JS and implemented your suggestion to use Function loadValue. It works great!Thanks,Fred

Views

625

Likes

0

Replies

0
Re: Referencing "Form Variables" in Formcalc - Adobe LiveCycle 07-01-2015
Thanks, I understand how that would load variables and make them available to a JavaScript event in the form. What I'm after, however, is a global variable that one could use in either a JS or FormCalc event without using File>Form Properties>Variables. Maybe this can't be done.Thanks for your response,FredSent from my iPad

Views

627

Likes

0

Replies

0
Referencing "Form Variables" in Formcalc - Adobe LiveCycle 06-01-2015
WIth LiveCycle Designer ES4 I'm trying to place a group of string variables used throughout my form so as not to have to edit the same variables in several places.I don't want to use Form Properties>Variables because one can't see the entire group at once. In other words, there are variables that need to be located next to subordinate variables for a clearer picture and to prevent errors, i.e. var propertyOwner, var propertyTract, var propertyTelephone.Under variables in the form hierarchy, I in...

Views

1.6K

Likes

0

Replies

4
Variable in form properties changed by script - Adobe LiveCycle 23-12-2014
How can one change the value of a variable in File>Form Properties>Variables by using script?

Views

355

Likes

0

Replies

0
Re: Display a Help message - Adobe LiveCycle 21-12-2014
Much better than messageBox. Got rid of the beep too. Radzmar, the Dialog file that you recommended sure made it easy to code this as my JS ability is limited. Thanks!My only regret is the color factor. The gradient is interesting but the color is limited to Dialog, Windows or Tooltip background colors. I was hoping for something with an RGB input or did I miss something?Thanks again

Views

226

Likes

0

Replies

0
Display a Help message - Adobe LiveCycle 20-12-2014
I'm using LiveCycle Designer ES4 and would like to show a help message for a one page form without adding another page. Presently, I'm using FormCalc's messageBox to show a 4 paragraph help message.The message looks boring with "warning JavaScript" in the title and a beep when activated with a click Button on the form. In addition there isn't a way to change the fillColor of the messageBox. Is there a better way to display a message with more options for formatting/showing the message?THanks

Views

542

Likes

0

Replies

2