Expand my Community achievements bar.

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

  • 11/15/06
    Hello everyone,I'm having some trouble in adding different images to a column of a table. I'm using SAP Netweaver to create an interactive form that will show a table with 3 columns: two of them are text fields, and i have no problem with them. The big issue is when i want to show an image, that wil...

    Views

    435

    Likes

    0

    Replies

    0
  • 11/15/06
    I am making a call to a dataservice assembler and getting afault on the call with the reason of:Missing Identity Properties: userMasterIdI am calling the dataservice with the following call: var ids:Object = new Object(); ids["login"] = this.login; var call:AsyncToken = service.getItem(ids); call.ad...

    Views

    604

    Likes

    0

    Replies

    1
  • 11/15/06
    Hi,I compiled a little Java-package (.jar), which contains a class that uses com.adobe.workflow.datatype.form.FormDataTypeInstanceImpl.I put my library in the lib folder of JBoss (...\server\all\lib).Then I'm was trying to invoke my custom class in the scripting QPAC. But I'm constantly getting the ...

    Views

    861

    Likes

    0

    Replies

    4
  • 11/15/06
    Greetings,<br /><br />I have the following JavaScript in Fill Text fields (partial paste below):<br /><br />var stext = "We have received your request <for/to> <Enter transaction name>. Unfortunately, we were unable to";<br /><br />Now I can put a \n at the end of this statement (...unable to\n";) a...

    Views

    343

    Likes

    0

    Replies

    0
  • 11/15/06
    The deal is that when the coldfusion extensiongenerates the code, the code that it generates ignores the primarykey table and thus doesn't insert the new record into the database.If I go back and adjust the wizard manually, I can make it work bymanually making the insert statement address the prima...

    Views

    419

    Likes

    0

    Replies

    1
  • 11/15/06
    hi,i have a pdf form with several subforms on it. I made the hide/show form option with the click event of some buttons.It worked fine.I then tried to do the same using the initialize method for the form. form1.page1.Subform1.presence = "hidden";It works ok. However i´m getting two warnings on desig...

    Views

    291

    Likes

    0

    Replies

    0
  • 11/15/06
    I have a problem getting seedValue from a signature field using method signatureGetSeedValue() - it allways returns null value.Here is the code from Adobe designer form:var f = event.target.getField("form1[0].subform1[0].SignatureField[0]"); // get signature fieldvar status = f.signatureValidate();v...

    Views

    370

    Likes

    0

    Replies

    0
  • 11/14/06
    We are trying to deploy a FDS application on SAP J2EEengine(SP 06) & we get the below error on startup forMessageBrokerServlet Initialization of servlet [MessageBrokerServlet] failed.Check the init() method of the servlet. Error is:[java.lang.NoClassDefFoundError: javax/management/MBeanRegistration ...

    Views

    702

    Likes

    0

    Replies

    2
  • 11/14/06
    I started with Designer auto creating a form based on an existing PDF file and then added additional fields that the auto recognize did not catch. I went through the View Tab Order process and assigned the tabbing order. When viewing the order they are in the correct sequence. When I save the form a...

    Views

    4.1K

    Likes

    0

    Replies

    15
  • 11/14/06
    I created a xdp file in Form desinger. When I use "http submit button" to send xml data to form server, I am getting an xml file with root element of <FSdataroot_> which does not exist in the xml file sent by "email submit button". Why I am getting extra element? Thanks.<br /><br /><?xml version="1....

    Views

    874

    Likes

    0

    Replies

    1