Expand my Community achievements bar.

nmjfaulknerII
nmjfaulknerII
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi -You need to add .rawValue to the code to set a value:if (highcost_Yes.rawValue ==1){     charge1.rawValue == 10;}else{     charge1.rawValue == 8;}

    Type

    Questions

    Views

    563

    Like

    1

    Replies

    0
  • Thanks Rajesh - worked like a charm!  I put the .relevant code in the intialize event of the form and all is good!Jim

    Type

    Questions

    Views

    512

    Likes

    0

    Replies

    0
  • So, I want to set a text block to be visible screen only when a user checks a box.  I create the text object as "hidden", and when a check box is clicked I want the text box to show but only on the screen - not printed.  I can set that property when I create it, but the .presence code only allows me...

    Type

    Questions

    Views

    826

    Likes

    0

    Replies

    2
  • Hi Niall -Yeah, for some reason that was not working prior.  I had also tried the lineThroughPeriod and was not able to get it working.  I again tried it in a new PDF and it started working, then switched back to my main PDF and it worked.  Odd.  I noticed also I was using the CTRL + SHIFT method to...

    Type

    Questions

    Views

    562

    Likes

    0

    Replies

    0
  • "just wasn't mant to be"  LOL!!I use ES2 9 and Acrobat 9.  I know I had no luck with it when I was trying to open a non-PDF, but when it was a PDF it works everytime. I believe this should work in 8.2, although I have seen posts of users complaining that in Readr 9 and X openDoc is a little flaky.Do...

    Type

    Questions

    Views

    968

    Likes

    0

    Replies

    0
  • Anyone know if font.lineThrough and font.lineThroughPeriod is broken in LCD 9, Acrobat 9?I have a check box in a row, and if checked I'd like the data in the row to have a strikethrough.  Even in "simple testing" where I set up a simple textfield and checkbox this script is not working.  Even tried ...

    Type

    Questions

    Views

    837

    Likes

    0

    Replies

    2
  • Here is the syntax I use - it works as long as the file is in this path!app.openDoc("/win/cmrr/cmrr/public/Pretend Car AP.pdf");Instead of using a drive letter use the fully formed path for that network location, and try these / instead of \

    Type

    Questions

    Views

    975

    Likes

    0

    Replies

    0
  • Hi Catherine -Depends on the type of signature block you are looking to add.  If a secured digital signature, then those do not allow you to add in dynamically from what I see.  If the signature block is just a holding spot for an ink signature then you could put in code to duplicate a subform that ...

    Type

    Questions

    Views

    446

    Likes

    0

    Replies

    0
  • Hi Catherine -I don't know how to jump to a location or easily transfer data, but to open another form you need this code:app.openDoc("path/filename.pdf");You should be able to associate that to a "change" or "click" event.  I use it on an "enter" event on a form to auto open an instrcution form.

    Type

    Questions

    Views

    901

    Like

    1

    Replies

    0
  • That did it, thanks!  I had thought those "" were necessary, and had tried it but still had the Row1. in the code.  DOH!

    Type

    Questions

    Views

    404

    Likes

    0

    Replies

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