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

yoyo112673
yoyo112673
Offline

Badges

Badges
13

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
1

Posts & Comments

Posts & Comments
49

Discussions

Discussions
0

Questions

Questions
23

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by yoyo112673
Customize the badges you want to showcase on your profile
Re: How to set a conditional date field value - Adobe LiveCycle 03-02-2014
Thanks again... I guess I failed to mention that I have two date fields and they are actually calculated (the difference between one another)... So, the date as it displays with your code "DateTimeField1.rawValue = Num2Date(Date2Num("2014-01-25", "YYYY-MM-DD"))" loses its numerical value. Hence, the numerical value of Aug 19, 2014 (41869) is not "behind the scenes" to be calculated as oposed to when a date is picked using the picker. Also, I already have some JavaScript code on the change event ...

Views

460

Likes

0

Replies

0
Re: How to set a conditional date field value - Adobe LiveCycle 03-02-2014
Thank you for your suggestion. I have already tried that but the issue with doing it that way is that the date field does not "like" the way the data is assigned to it. It gives me an error when I select "yes" that says "The value I entered is invalid". I can choose to ignore it and it does place the text as I put it in the code (format does not apply). However, it seems that replacing "plain text" into a date field is not 100% compatible...

Views

455

Likes

0

Replies

0
How to set a conditional date field value - Adobe LiveCycle 03-02-2014
Hello,I've been trying to figure out how to set a date field to a specific value based on a conditional field.I have a radio button with two options (yes & no). So, I want the date field to take on the value of "Aug 19, 2014" if the option "yes" is selected. Otherwise just allow the user to pick the date....Thank you!!!

Views

1.7K

Likes

0

Replies

4
Mandatory Fields on an expandable Table - Adobe LiveCycle 17-04-2013
Hi,I've created an expandable table which contains one mandatory field that is triggered by a button click. MealCard.CardInfo.CardRange.PCS_ID.mandatory = "error"; By default the field is not mandatory but the click makes the field mandatory. So, when the button is clicked it triggers the red border around the field and if the field is NOT empty, it works fine, and if the field is empty, then it triggers the message saying that "At least one required field is empty..........). So far so good. Ho...

Views

450

Likes

0

Replies

0
Acrobat XI Pro and LiveCycle Designer - Adobe LiveCycle 29-01-2013
Hi,I currently have Acrobat X Pro (LiveCycle Designer ES2) installed in my machine and I wanted to install Acrobat XI Pro. However, I read that LiveCycle Designer is not part of the Acrobat XI Pro, and I was advised to uninstall Acrobat X before attempting to install XI Pro. My predicament is that I don't want to lose LiveCycle by uninstalling the Pro X version since the Pro XI does not have it. I also read that there is a new version of Adobe LiveCycle Designer (ES3), and I'm not sure if this i...

Views

2.6K

Likes

0

Replies

1
Re: Adding Numbering to Text Box - Adobe LiveCycle 25-01-2013
Hi,Just the number. I already have a default text there as it never changes so the user of the form would always have to start at "3". So, with every time the user hits the return key, the following number gets added, and it'd be awesome if deleting a number would make the rest of the number to adjust accordantly. Just like you would see in MS Word.1. Some text2. Some text3.4.5.THANK YOU!!!!

Views

357

Likes

0

Replies

0
Adding Numbering to Text Box - Adobe LiveCycle 25-01-2013
Hi!I have a text box that shows a default text as follows:1. Some Text 2. Some TextHowever, I want be able to write a scrip that will increment the number by one each time the user hits enter. Just like it works on a Text editor such as MS Word.Thank you!!!

Views

1.1K

Likes

0

Replies

3
Re: How to expand rows in a table by calculated value of a field - Adobe LiveCycle 12-03-2012
Awesome!!! Thank you very much!!

Views

390

Likes

0

Replies

0
Re: How to expand rows in a table by calculated value of a field - Adobe LiveCycle 12-03-2012
Hi Niall,Thank you for your help. The field (TotalDays) I'm having problems with is located on the first page and I'd like it to trigger the number of rows to be displayed on the table located on subform called Admin_Use. Table3, row1. So, in order words, if the number of night on the TotalDays field is 4, I want the table to show 4 instances (rows).I have uploaded the form here (see below). THANK YOU SO MUCH!!!!https://acrobat.com/#d=Eqbhf-wjPi7Q-6bot9VsLQ

Views

375

Likes

0

Replies

0
Re: How to expand rows in a table by calculated value of a field - Adobe LiveCycle 12-03-2012
Hi Niall,Thank you for your reply. I'm still a bit puzzled as right now I have this code in my calculate field (see below) under the calculated event and I'm not sure how to insert the code you sent me as I keep getting syntax errors. Any help will be greatly appreciated!!!if (HasValue(Nights.FirstNight) & HasValue(Nights.LastNight) ) then if (Date2Num(Nights.LastNight, "YYYY-MM-DD", "en_IE") >= Date2Num(Nights.FirstNight, "YYYY-MM-DD", "en_IE")) then $ = Date2Num(Nights.LastNight, "YYYY-MM-DD",...

Views

372

Likes

0

Replies

0
Likes given to
Likes from