Expand my Community achievements bar.

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

  • 5/1/07
    I wrote a Java API using the sample codes from Developer's Guide on page 13. When I run it, I'm getting a NameNotFoundException from the following codes:Object dmObject = namingContext.lookup("DataManagerService");Could anyone please help me?

    Views

    475

    Likes

    0

    Replies

    0
  • 5/1/07
    I'm new to Designer and I'm pulling out my hair.... I am trying to dynamically size text field heights on a form. I have the FieldHeight.pdf example and it works when I call it up. However, I can't duplicate the Textfield1 functionality of expanding to the necessary height. I've tried adding a dupli...

    Views

    1.2K

    Likes

    0

    Replies

    3
  • 5/1/07
    Hello,<br /><br />We have a J2EE application that processes XDP forms. These can be Dynamic XDP forms as well. <br /><br />Within the XDP file we place an http reference to the appropriate pdf file in the <pdf> tag. When the dynamic forms comes back to us, it has all the form data in the xfa:dataset...

    Views

    469

    Likes

    0

    Replies

    1
  • 5/1/07
    Is there any way to execute code upon failure of a validation pattern? Specifically, I'm trying to reset the field, and change the focus.

    Views

    449

    Likes

    0

    Replies

    1
  • 5/1/07
    Hi!I am making a template for a invoice and I am stuckat this moment.I have a object that shows the total cost of a row on the invoice.So far so good... BUT I want it to be invisible if there is nopart cost set.Now it looks like this:ArtID......Description..........Quantity...Cost......Row total----...

    Views

    517

    Likes

    0

    Replies

    2
  • 5/1/07
    I could use some help on this if statement:if (field1.rawValue == 0) { this.rawValue = 0 } else if (field2.rawValue == 0) { this.rawValue = 0 } else (field2/field1)*100;I know that the solution is most likely simple, but I'm not sure how to get this to work. The result I want is if field 1 is ...

    Views

    1.3K

    Likes

    0

    Replies

    2
  • 5/1/07
    I think I found the file HighlightingFields.pdf on the Adobe site somewhere but I am not sure.This .pdf demonstrates how to highlight the current field that a form filler is working with, highlight fields that a form filler is required to fill, and use message boxes to provide feedback to a form fil...

    Views

    462

    Likes

    0

    Replies

    0
  • 5/1/07
    Hi,I'm new to flex 2 and try to use java remote object. I usedthe simpleService given in the default flex app and have a app asfollowing:<?xml version="1.0" encoding="utf-8"?><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"layout="absolute" creationComplete="myRemoteObject.outMethod()"> <m...

    Views

    736

    Likes

    0

    Replies

    3
  • 5/1/07
    Is there anyway to turn off the borders for a table?

    Views

    607

    Likes

    0

    Replies

    1
  • 5/1/07
    Any recommendations on how to add a "serial number" or "record number" field to a form that would sequence automatically and be unique? I have not attempted to write and "script or code", (have been trying to avoid that).

    Views

    367

    Likes

    0

    Replies

    0