Expand my Community achievements bar.

Salster123
Salster123
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Wonderful! That makes me so happy - my work around was using FormCalc, then sending the time to hidden fields to use in JavaScript - not ideal as I prefer to use JavaScript. The only issue I have is that this gives me the positive difference, not a negative one. Thinking that might be the Maths.abs ...

    Type

    Questions

    Views

    680

    Likes

    0

    Replies

    0
  • Hello,I have been using getTime() to work out the number of days between 2 dates.//set the variablesvar oneDay = 24*60*60*1000;var firstDate = new Date(from_date.rawValue); var secondDate = new Date(to_date.rawValue);//only if the 2 date fields aren't nullif ((from_date.rawValue!=null)&&(to_date.raw...

    Type

    Questions

    Views

    858

    Likes

    0

    Replies

    2
  • Hi,I found this diagram on a website somewhere. It shows you what can and can't be done, depending on user and creator versions. I have had this so long that I have no idea where it originated, so apologies to the person I borrowed it from!.This was for ES2 - you basically have to have the Reader Ex...

    Type

    Questions

    Views

    411

    Likes

    0

    Replies

    0
  • Obviously I don't know what you have called your rows and fields, so replace relevant bits.it will be something like this...//get a reference for each of the rows//repeating fields have the same name so have to use this to reference themvar allHours = xfa.resolveNodes("total_hours[*]");//find out ho...

    Type

    Questions

    Views

    319

    Likes

    0

    Replies

    0
  • Hi,We had a similar problem. As it is no longer shipped with Acrobat, if you meet certain criteria you can get a free upgrade.https://helpx.adobe.com/x-productkb/policy-pricing/upgrade-livecycle-designer-acrobat-xi.html  I read this page and assumed that we could just get it back again. At the momen...

    Type

    Questions

    Views

    583

    Like

    1

    Replies

    0
  • If the form is opened in Reader but has not been Reader Enabled, then it can only be submitted as XML.

    Type

    Questions

    Views

    423

    Likes

    0

    Replies

    0
  • Did you set the text field to be invisible when the form is initialised?i.e. in form1::initialize - (JavaScript, client)Whenever you open the PDF, it will then revert to being invisible, because it is initialising again.Another thing to try is giving your subforms and radio button lists proper names...

    Type

    Questions

    Views

    337

    Likes

    0

    Replies

    0
  • Livecycle ES2.Hello, I have found the code to fill in a rectangle and that works, but I seem to be struggling with filling in circles.centre_rectangle.value.rectangle.fill.color.value = "255,255,0"; I have created a circle and named it "centre_circle", but it would appear that replacing the "..recta...

    Type

    Questions

    Views

    389

    Likes

    0

    Replies

    0
Top badges earned by Salster123
Customize the badges you want to showcase on your profile