Expand my Community achievements bar.

01371406
01371406
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I used Script Object's to run functions for me and enter data into my XML string based on information entered in another field. Here are couple of examples if this helps.//Script for entering the text for the subjectvar subjectText =<body xmlns="http://www.w3.org/1999/xhtml" xmlns:xfa="http://www.xf...

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    0
  • Radzmar,I have messed with your code above to try and make the script validate a field with:Last, First MIas of yet I haven't been able to figure out what is missing. I have tried changing the script to:(/\D{2}?\s*,+\s\D{2}?/g+\s\D{1}?/g)to account for the Middle Intial. A name having hyphens or any...

    Type

    Questions

    Views

    643

    Likes

    0

    Replies

    0
  • I was unable to get Mandy's script (proceeding entry) to format the email text on a MS Windows Outlook email.  File attached. All the email did was populate in Plain Text.https://workspaces.acrobat.com/?d=2uxMuZSRHwDGRLzZPoSbXw

    Type

    Questions

    Views

    4.9K

    Likes

    0

    Replies

    0
  • Is it possible to tailor the vBody variable to inlcuded styling? I have heard you can style using XML in an email (which doesn't make sense to me since my understanding of XML is it is for data transfer). Or style using Javascript?Otherwise the email body come out in Plain Text.

    Type

    Questions

    Views

    443

    Likes

    0

    Replies

    0
  • Fixed! Trick is to use pageSpan to get the one variable needed for the remaining calculation on the other subform or subform(s).Fixed Form:https://workspaces.acrobat.com/?d=TLu0AaZhVCfik3-8FIk80AAlso see Thread:http://forums.adobe.com/thread/788404

    Type

    Questions

    Views

    428

    Likes

    0

    Replies

    0
  • I have two dynamic pages on the same form :<Cover Page><Form Data Page>I want to have the page numbering seperate for both. E.g. If the Cover Page is 4 pages then when Form Data starts it sould start with Page 1/ Total Number of Form Data Pages. Not Page 1 out of all total pages.I can't seem to get ...

    Type

    Questions

    Views

    832

    Likes

    0

    Replies

    1
  • Thanks for the article Bruce.SCRIPT:var numOcc = resolveNodes("form1.RCCAP.Document.OnethruFourteen.FiveThruTen.Fourteen.Action[*]"); var numCount = numOcc.length; console.println("numOcc = " + numOcc);console.println("numCount = " + numCount);for this script I get:CONSOLE:numOcc = [object XFAObject...

    Type

    Questions

    Views

    656

    Likes

    0

    Replies

    0
  • Correct code for the button is://Count rowsvar rows = resolveNodes("form1.Page1.Document.OnethruTen.OneThruFour.Four[*]"); //count the rowsvar nRows = rows.length-1; //assign row count to variable// Create new array to hold sorted array data[][][]...var nameArray = new Array ();//Loop through the nu...

    Type

    Questions

    Views

    655

    Likes

    0

    Replies

    0
  • Bruce,Thank you for getting me back on the correct path. The file linked above works solid now. I have some questions if you have a moment.1. What does [" + i + "] mean or do?2. I have added an "addInstance" script that has some strange behavior. Adjusting the number subtracted from "nRows" influenc...

    Type

    Questions

    Views

    654

    Likes

    0

    Replies

    0
  • It wasn't published properly. Should be available now. Thanks Bruce.

    Type

    Questions

    Views

    655

    Likes

    0

    Replies

    0