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

  • 1/16/13
    I have one TextField = COMPANY, and one TextField = DATE (customer can fill in)I want to make one Text field to write :        "The Z-Score, based on financial data as of " (DATE) "for" (COMPANY) "is"Thank you

    Views

    997

    Likes

    0

    Replies

    2
  • 1/15/13
              I have a maintenance form where each item that gets inspected needs to have a unique number. The Item # is a Numeric Field and I have tried many different ways to count the Subform1 instances but nothing works 100% of the time.  The issue is I can count the instances on initialize or I can...

    Views

    1.0K

    Likes

    0

    Replies

    4
  • 1/15/13
    I have this script on the change event of a text field:if ((this.rawValue != "null") || (this.rawValue != "")){ checkBoxThree.presence = "visible";}else{ checkboxThree.presence = "hidden";}It is correctly displaying the checkBoxThree subform when data is entered in the text field. However, if the us...

    Views

    9.4K

    Likes

    0

    Replies

    5
  • 1/14/13
    This code is flagging all legimate email addresses regardless of what I enter upon the "Exit" event of the field. I only wish the code to flag those email addresses that don't end in @metalworks.com. Does anyone spot the error or what I am missing? Thanks.var r = new RegExp("^[a-z0-9_\\-\\.] + \\@me...

    Views

    878

    Likes

    0

    Replies

    2
  • 1/14/13
    Is there a way to add a row in between rows?

    Views

    4.7K

    Likes

    0

    Replies

    13
  • 1/14/13
    Hi,Could anyone let me know how to use function from setValue acitivity (serialize, concate, count etc) in executeScript activity. What all liberaries that i need to import to executeScript. I want to perform the same task in executeScript that is performed in setValue activity.RegardsSunil Gupta

    Views

    4.2K

    Likes

    0

    Replies

    9
  • 1/10/13
    We will redeploying this software to several computers when the users get their old PCs replaced.  They had all been manually installed previously.I found a command to do a silent install, msiexec /i "<path>\Designer\Designer.msi" /quiet /norestart SERIALNUMBER=XXXXXXbut I assume there will be a bun...

    Views

    6.2K

    Likes

    0

    Replies

    5
  • 1/10/13
    I've been working on this for awhile and I can't seem to get it right. I'm using formcalc. I have a dynamic PDF form I've created with two dropdown lists. One dropdown list has items such as "New" or "Used" and the second dropdown list has a list of prices, like "99¢" or "$1.99", etc. At the bottom ...

    Views

    1.5K

    Likes

    0

    Replies

    2
  • 1/10/13
    Hello,I am not being able to create a pdf that allows file attachments with Adobe Reader. With Adobe Acrobat Pro I have no issues but in Reader the option is grayed out. After enabling reader extended options I get the same result.I've made some searches online and I cant figure out what im doing wr...

    Views

    2.3K

    Likes

    0

    Replies

    8
  • 1/10/13
    Hi,I am trying to add a clock field to a PDF.It needs to be a continous clock in the format of HH:MM:SS. I am having alot of trouble.It is probably quite simple.Can anyone help?Thanks,Damo.

    Views

    2.0K

    Likes

    0

    Replies

    3