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

Dallas_Kuhn
Dallas_Kuhn
Offline
  • Hi Aditya,In addition to warning the user that the date is in the wrong format, you could clear the field (e.g. this.rawValue = ""). Then on your submit button you could do a check to see if the date fields are empty. If they are, alert the user else submit the form. Example:if (dateField.rawValue =...

    Type

    Questions

    Views

    244

    Likes

    0

    Replies

    0
  • There is no limit on the length of the scripts. What does the compiler say?By glancing over your example, you should get an error at thefirst occurrence where the word 'work' is used (this.rawValue = "On atypical day I leave home for at " + work .....)

    Type

    Questions

    Views

    358

    Likes

    0

    Replies

    0
  • If you mean the version number of the SVN commit, then yes it is possible. Iuse script objects for all my functions and right at the top of the file icreate a variable (e.g. var version = "$Id:$";). Then on the XDP file rightclick and go to TortoiseSVN > Properties and create a new property(svn:keyw...

    Type

    Questions

    Views

    237

    Likes

    0

    Replies

    0
  • Have you tried setting the data binding on the fields and buttons you don'twant to export to 'None' ?

    Type

    Questions

    Views

    398

    Likes

    0

    Replies

    0
  • Those 3 steps normally work form me. May be worth another try - go through everything again to make sure you didn't miss something. Pay close attention to the alignment of the fields. I'm not sure if you use the snap to grid option in designer. That ensures the fields have the same x coordinates.

    Type

    Questions

    Views

    333

    Likes

    0

    Replies

    0
  • Hi Dyr,To the best of my knowledge the XML attachment's filename will always match name of the PDF. My only other suggestion would be for you to change the name of the PDF or XML before you email it.

    Type

    Questions

    Views

    269

    Likes

    0

    Replies

    0
  • In the XML Source tab, do a search for <traversal>. You should see something like this:<traversal>        <traverse operation="first" ref="textField[0]"/></traversal>Remove all 3 of those lines (there should be numerous duplications of these 3 lines if you set the tab order manually - 1 for each fie...

    Type

    Questions

    Views

    336

    Like

    1

    Replies

    0
  • First, make sure that your fields in the hierarchy are in the correct order(they should flow in the same order as the tab order). Secondly, make surethat all the fields are lined up correctly. If a field on the right is afraction higher than a field on the left, it will take priority over thefield o...

    Type

    Questions

    Views

    328

    Likes

    0

    Replies

    0
  • When you preview a PDF from inside designer, it uses a temp filename for the doc and therefore when you test xml submit etc you will get the 'e.g. _e8hfydsh55hsksdf.xml' as a filename. However if the form is saved locally (e.g. MyForm.pdf) and you use Reader / Acrobat to open the PDF, then the email...

    Type

    Questions

    Views

    266

    Likes

    0

    Replies

    0
  • You can create an XML Schema and map it to the fields on the form by creating a data connection (see help file). That way you can structure the XML in any format you wish.

    Type

    Questions

    Views

    265

    Likes

    0

    Replies

    0