Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 1/6/06
    I created a simple pdf with XFA form in Adobe Designer 7.0. After I filled the form with some .net API(such as ActivePdf), I found that the output pdf's field value only could display in Acrobat Reader 6.0. In Acrobat Reader 7.0, the field value can't be shown. What should i do?I know that there is ...

    Views

    614

    Likes

    0

    Replies

    1
  • 1/6/06
    Hello I am working on a form but am getting hung up on my data source. I am connecting to SQL DB and have tried creating the souce through ODBC and SQL with the successful results however when I run the form I get " Connection for Souce dataconnection failed because the enviroment is not trusted" I ...

    Views

    534

    Likes

    0

    Replies

    3
  • 1/6/06
    I want to check if the data entered by the user is numeric or not. Below is my code:if (this.rawValue != null) { if(!(IsNumeric(this.rawValue)){ xfa.host.messageBox("Please enter Numeric ID"); xfa.host.setFocus(this.somExpression); } }function IsNumeric(sText){ var ValidChars = "0123456789"; var IsN...

    Views

    1.9K

    Likes

    0

    Replies

    2
  • 1/6/06
    Is there a way to calculate the number of characters allow in a Text Field? If a uer type over this number of characters a popup window will appear telling the user that he/she has too much texts. Of course I could use the Limit Length, but I have to manually put texts into this text field and count...

    Views

    527

    Likes

    0

    Replies

    2
  • 1/6/06
    In my GPA numeric type field, I have the following script associated with the GPA field:----- F.P2.HighSchool_GPA::validate - (JavaScript, client) ----------0 <= this.rawValue && this.rawValue => 4.00I then checked the Validation Script Message error check box. However, when I typed in 5.5 and use t...

    Views

    813

    Likes

    0

    Replies

    4
  • 1/6/06
    I have a form that has 4 subForms called;Details[0]Details[1]Details[2]Details[3]In each of those subForms there are a row of 3 text fields. A Title field and a Goals field and a Results field. The value for the Title field in each of these subForms unique in each one.I'm trying to figure out how a ...

    Views

    344

    Likes

    0

    Replies

    1
  • 1/6/06
    Does anyone know of a method to iterate tiff images inside an ImageField?If I load a Tiff image which constitute of multiple pages/images only the first image available on the imageField.

    Views

    296

    Likes

    0

    Replies

    0
  • 1/6/06
    Here is what I have for display a grade point average (GPA) in the Numeric Field type.Field tabe:Display Pattern: 99.99Edit Pattern: 9|99|999|9.9|9.99Value tabe:Validation Pattern: 9.99I kept getting errors when I typed in these: 99 or 999If I type in this, 9 or 9.9 or 9.99, then it's fine.How do I ...

    Views

    781

    Likes

    0

    Replies

    4
  • 1/6/06
    Using the Phone Bill example for building a dynamic form, I have created a form that will span multiple pages once I load in an XML data source. I am able to calculate a grand total for a particular field, but how can I create subtotals per page. I cannot seem to find any way to reference what page ...

    Views

    581

    Likes

    0

    Replies

    3
  • 1/6/06
    For example, the social security number field. I want to be able to do numeric{999-99-9999}|numeric{999999999} in the Numberi Field type. Is this possible? Or do I have to change the type to Field Text?

    Views

    910

    Likes

    0

    Replies

    9