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

  • 7/6/11
    Hi All,I am working on a form that has lots of drop down listbox, and when selected passing a value that are added. However, if a value of less than 3 is selected in any of the drop down then the overall total should be Not Met.  I wrote the following script, and the addition part works perfectly, b...

    Views

    657

    Likes

    0

    Replies

    3
  • 7/6/11
    Hi all..I can't calculate the difference between two times fields.For example: I have 3 dateTime fiels but in the Date Format I need only the time (hour)How can I calculate the difference between 2 times?time 1:  15:45:00time2:   16:30:00The result is: ....00:45:00Thanks a LotMaría

    Views

    2.9K

    Likes

    0

    Replies

    3
  • 7/6/11
    I am working on a form with an object that could have many options.  Instead of having a drop down list with all of the options, i would like to have an object that would give show the limited options based on the first few letters and numbers typed into the field.  Is this possible?  Can someone he...

    Views

    1.4K

    Likes

    0

    Replies

    2
  • 7/6/11
    I created two tables Person and Customer in datamodel in workbench. I want to access from datamodel customer to datamodel Person in Flex 3. Do you know to solve this problem? In Flex 3 automatic generatedDatamodel in workbench follow:process in workbench - variable: customer, datatyp: Customer from ...

    Views

    935

    Likes

    0

    Replies

    1
  • 7/6/11
    I have a table that automatically numbers each added row of data. Unfortunately, if a row is deleted, the numbering is skewed. Here is the script I use:  form1.MinutesTable.Row1.Index::initialize - (JavaScript, client)this.rawValue = this.parent.index + 1If anyone knows why this is happening and wha...

    Views

    844

    Likes

    0

    Replies

    2
  • 7/5/11
    Hi,I am trying to control the presence of a few iamges based on the value of a dropdown list. However, I can't seem to get it to work. i have the document saved as dynamic and have the following code in the dropdown list's intialize and exit events:if (this.rawValue == "A"){ topmostSubform.Page1.Ima...

    Views

    1.3K

    Likes

    0

    Replies

    6
  • 7/5/11
    I have installed LiveCycle ES2 Rights Management and Extesion for Micorsoft office.I can create a policy with user 'x' which gives rights to 'Document Publisher' .Once document is secured using Micorsoft word I can open same document by passing user credentials for user 'x'.However while creating po...

    Views

    920

    Likes

    0

    Replies

    1
  • 7/5/11
    Hello,I wonder if it is possible to get the event name of a field like:(form.pag1.mytextfield::enter - JavaScript, client)var eventname = this.MagicJSfunction();It is sure possible to get the current Event-Name with:(form.pag1.mytextfield::enter - JavaScript, client)var eventname = event.name; It is...

    Views

    2.1K

    Likes

    0

    Replies

    3
  • 7/5/11
    Hi I wanted to understand if it is possible to integrate Adobe Reader Extension Server (ARES) with a 3rd Party Solution which does not have the capability to generate a PDF document which can be Filled up and Saved locally and /or transmitted using eFax or email?Will this kind of an integration lend...

    Views

    1.8K

    Likes

    0

    Replies

    1
  • 7/4/11
    I would like to limit the filesize of pictures what users can add in my formular. Is there any possibility to do this?Problem is that the answers are very large sometimes ant take several minutes to download.

    Views

    859

    Likes

    0

    Replies

    2