Expand my Community achievements bar.

NateAtREIS1
NateAtREIS1
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I just answered my own question. Apparently I just have to base64 decode the FSAPPLICATIONDATA_ post data parameter.Thanks!

    Type

    Questions

    Views

    273

    Likes

    0

    Replies

    0
  • I have a PDF form rendered from LC Forms that I have been using for a while. It has a submit button on it that has been set to submit the form field data as XML Data. This has been working fine. I now have saved the form as an XDP and am rendering it with LC Forms as HTML (instead of a PDF). The sub...

    Type

    Questions

    Views

    583

    Likes

    0

    Replies

    1
  • Thanks for the suggestion. That didn't work, unfortunately. I tried those two events, plus several others, and while they all worked on the client, none worked on the server. Events I tried include: initialize, calculate, form:ready, layout:ready and docReady. I made sure they were all set to run at...

    Type

    Questions

    Views

    301

    Likes

    0

    Replies

    0
  • I've been having trouble getting JavaScript to run when set to run at "Client and Server". So to try to narrow down the problem, I created a simple new dynamic PDF with a test field on it called "msg". In the docReady event, I placed the following JavaScript code:this.xfa.form.Ultra_Form.Page1.msg.r...

    Type

    Questions

    Views

    821

    Likes

    0

    Replies

    3
  • Thanks for the response. I had considered that, but the problem with that solution is that the field is rather long and doesn't use a fixed-length font, so it's very difficult to predict what I should use as the value of the "fullTxt" variable in your example.- Nathan

    Type

    Questions

    Views

    282

    Likes

    0

    Replies

    0
  • I have some code that runs on the "full" event of a text field. When I'm typing in that field and it gets full, the code fires properly. The problem I'm having is that if I set the rawValue of the text box using some javascript and the rawValue text is tool long for the text box, the "full" event do...

    Type

    Questions

    Views

    858

    Likes

    0

    Replies

    2
  • I renamed the function. Looks like that solved the problem. Thanks!

    Type

    Questions

    Views

    438

    Likes

    0

    Replies

    0
  • OK, putting this around the actual call to the function gave the following error when the function is called a second time:TypeError: footnotes_count.count() is not a functionWhich is bizarre, because the first call to the same function worked fine.Any ideas?- Nathan

    Type

    Questions

    Views

    439

    Likes

    0

    Replies

    0
  • I have created a JavaScript script object that can be called from several places in my code. The weird behavior is that the JS in my ScriptObject only runs the first time I call it. Any other times and it won't be called. It also doesn't matter where it gets called first. It is always called the fir...

    Type

    Questions

    Views

    988

    Likes

    0

    Replies

    4
  • When I setFocus to a field, it highlights all of the text in that field. Is there any way around that? I would ideally like the cursor to just fall at the end of the text in that field so the user could just keep typing.- Nathan

    Type

    Questions

    Views

    672

    Likes

    0

    Replies

    2
Top badges earned by NateAtREIS1
Customize the badges you want to showcase on your profile