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

fcbg1234
fcbg1234
Offline

Badges

Badges
10

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts & Comments

Posts & Comments
35

Discussions

Discussions
0

Questions

Questions
14

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by fcbg1234
Customize the badges you want to showcase on your profile
Re: How to mask a string with asterisks (*) when printing? - Adobe LiveCycle 17-10-2019
I need to mask out an Account Number field when printing but can't seem to make ithings work.Where does your suggestion go under form calc? Is radzmar's suggestion needed with yours??

Views

1.5K

Likes

0

Replies

0
Time Field Format Conversion - Adobe LiveCycle 20-10-2017
I have a time field that works fine if you enter Military time format, 1336 is converted to 1:36 PM or 0245 is converted to 2:45 AM. I might be reaching for the stars but Is there a way to somehow enter standard time and have it converted to the actual format? Something like, 136p is converted to 1:36PM or 245a is 2:45 AM?Thanks!

Views

596

Likes

0

Replies

1
Copy Calculated Fields and Script Object from one form to another form. - Adobe LiveCycle 14-12-2016
I did this once and for the life of me i can't figure it out now.I created a weekly note pad with calculated date fields and holiday fields which get populated with the holiday that falls on that date. I incorporated my person holidays so i won't for get birthdays, anniversary's and so forth.I create the form in Word using the Event Planner template which i redesigned for my use the print to .pdf. When the Word document is opened it asks for a month to start so i can select the month prior to th...

Views

370

Likes

0

Replies

0
Re: Please Help with Code Triggering Two Things! - Adobe LiveCycle 07-07-2015
One other question which I can't seem to find an answer for.How do you create a pop up message when the form opens?I have a form that does that but I can't find what triggers it. I've looked at all the events and scripts but I see nothing. I thought maybe it was on the docReady but there is nothing there.I created a new document and put this, app.alert("Please Complete All Required Fields Highlighted Red", 3); on docReady which works but the other document doesn't have that yet there is a pop up...

Views

527

Likes

0

Replies

0
Re: Please Help with Code Triggering Two Things! - Adobe LiveCycle 07-07-2015
No offense taken. I have no clue to what I'm doing other then copy, pasting and tweaking. I'll take a look at the JS-Lint tool. I figured out the print issue and got things working and then the form needed to be expanded. I expanded the form and put the buttons on the second page but nothing happens, if I move them to the first page it works as it should. I'll do a search to see if I can find the answer it's just that you've been so helpful I thought I'd ask.

Views

526

Likes

0

Replies

0
Re: Please Help with Code Triggering Two Things! - Adobe LiveCycle 30-06-2015
I'm trying to create a fillable form for new accounts which will check for required fields before printing and prompt the user if there are required fields missing and determine if it's a joint account. I've almost got it and maybe what I want isn't possible. For the test I have two text fields and 4 check boxes.I got the required fields working by using the following javascript on the “Click” function;if ((TextField1.rawValue == null) || (TextField2.rawValue == null) || (CheckBox1.rawValue == "...

Views

529

Likes

0

Replies

0
Re: Please Help with Code Triggering Two Things! - Adobe LiveCycle 29-06-2015
No problem, and I was able to get the script to work by removing, PrintButton1.execEvent("click") after "Please Complete Customer B Information!", however, I had to keep this in order for it to work,{ ; } } After looking at your second code it looks like I needed to remove the first curly bracket { .Any idea why the following code doesn't work? I created a checkbox, and one text field and a submit by email button. I made the textfield required and put the code on the click of the check box, and ...

Views

532

Likes

0

Replies

0
Re: Please Help with Code Triggering Two Things! - Adobe LiveCycle 29-06-2015
Thanks for the reply. What you suggested almost worked, however once you select OK to the prompt "Please Complete Customer B Information", it prompts you to print where I just want it to cancel if you select OK.I removed, PrintButton1.execEvent("click") fromif (xfa.host.messageBox("Please Complete Customer B Information!", "" , 1, 0) === 1) { PrintButton1.execEvent("click"); and it worked as I intended. However, messing around I removed the{ ; } } and it didn't work so I added them again an it w...

Views

529

Likes

0

Replies

0
Please Help with Code Triggering Two Things! - Adobe LiveCycle 26-06-2015
Is there a way to make the code below NOT bring up the prompt "Please Complete Customer B Information” if you select“No” to the first question? If “No” is selected I would like the form to print, which it will but it also brings up the prompt "Please Complete Customer B Information”. Thanks for any help!!var answer=xfa.host.messageBox("Is this a Joint Account?","Confirmation Required !!!",2,2)if(answer == 3){PrintButton1.execEvent("click");}if(answer == 4){ var answer=xfa.host.messageBox("Have Y...

Views

1.3K

Likes

0

Replies

9
Required Information - Adobe LiveCycle 04-06-2015
I have a form to gather new customer account information which has required fields and will prompt the user before printing if there are fields missing information. My dilemma is that if it’s not a joint account, Additional Customer information is not required, however, if it’s is a joint account then the Additional Customer information would be required. Is there a way to have two check boxes one for an Individual and one for a Joint account maybe at the top of the form and if Individual is sel...

Views

495

Likes

0

Replies

0
Likes from