Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 9/25/10
    I am not sure if this is the right section to report this issue.I got report from SAP Staff. Following are the detials.Error is thrown when trying to display PDF From in SAP R/3.The error is:Call contained error(s). ADS (2Invalid HTTP Connection: ADS)Message no. FPRUNX003.Any idea what is the proble...

    Views

    10.4K

    Likes

    0

    Replies

    2
  • 9/25/10
    Hi,I have a client who wants to use the on/off/neutral checkbox.I am have written some javascript to change the style of the checkbox and what initally shows on first click. (se function)var f = event.target.getField(sPath);var txt7 = (xfa.resolveNode("Requests.UsersAndServices.userDetail.TextField7...

    Views

    3.2K

    Likes

    0

    Replies

    7
  • 9/24/10
    I have a messageBox ask if the user wants to reset the form before having to start over as follows: (Javascript on Client)Even when I i click NO it still resets the form. What am i doing wrong here?I have tried the msgbox thing to see what its returning as there is nothing showing.form1.#subform[0]....

    Views

    1.4K

    Likes

    0

    Replies

    3
  • 9/24/10
    Hello,I have this code on Exit button for pdf form:app.execMenuItem("Close");Orto give warning before Exit: Have a second RealExit Button hidden to execute the codevar answer = xfa.host.messageBox("Are you sure you want to Exit?","Warning Message",2,1);if(answer==1){RealExit.execEvent('click');}I tr...

    Views

    1.0K

    Likes

    0

    Replies

    1
  • 9/24/10
    Is there a way to restrict a number field to a positive value?For example; a-b=c where both a and b have to be positive numbers and c cannot be less than 0.K

    Views

    819

    Likes

    0

    Replies

    4
  • 9/24/10
    Hello,I am creating a process in workbench which will take a logged in users id, call a web service to get account information, and then prefill and render a form based on the resultant data. The webservice is an external SOAP webservice, and I am unsure of how to specify a variable as an input to t...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 9/24/10
    I have a text field that requries a five digit number, the number will always have an I in front of the number.  How can I script the field to automatically display the I and give an error if five digits are not typed.Thanks

    Views

    727

    Likes

    0

    Replies

    1
  • 9/24/10
    Hi,I have a prospect in Peru and we are running a POC using an AIR APP and LC DS ES3 integrated with Hibernate.We're facing an strong objection regarding the way LC DS manages the commit to the DB and the update of the version for concurrency management (one record at time). Tohave this working we h...

    Views

    223

    Likes

    0

    Replies

    0
  • 9/24/10
    Can anyone provide me with javascript to turn on a series of checkboxes called "NotApplicable" by clicking a button?

    Views

    1.0K

    Likes

    0

    Replies

    5
  • 9/24/10
    In Invoice tag there is list of invc_term and each invc_term contains list of line_item.Need script to navigate through all above list.Below is the script to navigate through one list, now need to navigate list of listvar objR_INVC_TERM = xfa.data.resolveNode("Invoice.INVC_TERM.TYPE_INVC_TERM");for(...

    Views

    588

    Likes

    0

    Replies

    1