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

  • 3/23/12
    I am trying to use an if/then statement using Fromcalc:if (EFC < "1") then "2775"; elseif (EFC >= "1" and EFC <= "100") then "2750" endifThe first part will work fine, when I added the elseif I get error code 7008 that says "syntax error near token "2775" on line 1, column 25.Can anyone tell me what...

    Views

    858

    Likes

    0

    Replies

    2
  • 3/23/12
    Is it possible when exporting the form data to a spreadsheet, to control what information becomes the column header? I would like only the name of the object that data came from "Email[0]" rather than the entire string:  "Form1[0].AlertType[0].Email[0]". Is there a way to do this? Mainly trying to p...

    Views

    807

    Likes

    0

    Replies

    2
  • 3/22/12
    Hello Everyone,I'm brandnew with LCD ES and this is my first form design.I'm trying to create the form that has user to input the email.  I also had a email button that already coded with predefine email.I would like when user click on the email button, it will automatically get the email from "user...

    Views

    1.7K

    Likes

    0

    Replies

    5
  • 3/22/12
    Hello,I created  a checkbox where I want the user to check that they have read and acknowledged a privacy statement. I am curious how I make the checkbox mandatory, as I dont see an option in the Object Pallete.Thanks in advance!Nik

    Views

    2.4K

    Likes

    0

    Replies

    1
  • 3/22/12
    I'm working on a quote request form.  In a DropdDown List I have the following mail classes as values:     First Class     Periodical Non-Profit     Periodical Regular     Standard Non-Profit     Standard PeriodicalI also have a CheckBox with the caption:Mailing List Provided. I want to make it so t...

    Views

    4.6K

    Likes

    0

    Replies

    12
  • 3/22/12
      Client requested following:Each click of button creates a new instance of subform ( just 10 text fields), not the table.They want another button, that will create a new instance of the subform and copy the data from the first instance, every time they click on the button. Does anyone have a code i...

    Views

    2.5K

    Likes

    0

    Replies

    3
  • 3/22/12
    Hello,I have created a subform that I would like to be hidden and when the add button is clicked the form will appear, then the user can click the add button as many times for the subform to appear as many times as necessary.currently the add button works if i have the subform visible. however, as s...

    Views

    3.1K

    Likes

    0

    Replies

    6
  • 3/22/12
    Okay so this is quite annoying as I have no idea why this is happening.  On my form I have 5 text fields that users are required to enter personal data into (i.e. Name, address, city, state and zip).  These 5 fields are on master page 1.  I also have a master page 2 that is designed strickly for flo...

    Views

    697

    Likes

    0

    Replies

    2
  • 3/21/12
    I am using the following code to add user instructions in gray italics. I want to use this on a date object but i am unable to get the date to display as full (Wednesday, March 21, 2012). Is there a way to add this to the script?Form1.Subform1.CurrentMeetingDate::initialize - (JavaScript, client)thi...

    Views

    1.0K

    Likes

    0

    Replies

    2
  • 3/21/12
    I have a subform with a table in it. I have a two buttons in the table. The addTable button adds another instance of the subform (i.e. a new table). The delTable button is supposed to delete the table I am in. The code for remove is _subform.removeinstance(this.parent.index). The problem is that the...

    Views

    1.2K

    Likes

    0

    Replies

    2