Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges


AEM as a Cloud Service 2022.7.0 - Release update: https://adobe.ly/3paYDAo

Sort
  • Most Recent
  • Most Views
  • Most Likes
  • Most Replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved

  • 28-08-2009
    I'd like to initilaize a date field to current date and time feield to current time, in the special case of a form being rendered in the reader new and blank.I find that I can do this in dynamically created subforms using the initialize event. But the initialize event won't work for me to set values...

    Views

    567

    Likes

    0

    Replies

    0
  • 28-08-2009
    Using LCD 8Want to populate one dropdown list - with up to 24 items - based on a radio button selection.If RBG== 1, then display dropdown list with values pertaining to value "1".I have the dropdown list working.(rinse and repeat)However, I have coded each 'addItem' with a value.So, if I have 3 radi...

    Views

    570

    Likes

    0

    Replies

    0
  • 28-08-2009
    I have a Total field that is supposed to count down all the fields in a single column in a table that spreads 2 pages (b_CASH_Row_1 to about 20 are on the first page, and the rest on the second page).This is what I have typed in:"this.rawValue = b_CASH_Row_1.rawValue + b_CASH_Row_2.rawValue + b_CASH...

    Views

    1.4K

    Likes

    0

    Replies

    5
  • 28-08-2009
    Hi.Have you ever seen this, when an XML file is picked up in the watched folder?? 2009-08-27 17:52:16,660 ERROR [STDERR] Aug 27, 2009 5:52:16 PM com.adobe.idp.jobmanager.util.JobManagerUtil getQueueConnectionFactory SEVERE: JobManager:getQueueConnectionFactory():Error:Could not dereference object200...

    Views

    1.4K

    Likes

    0

    Replies

    2
  • 28-08-2009
    Hi,I am trying to write a javascript to populate a "Textfield" based on what I select on a "Dropdownlist" this has a one on one relationship with each other. I tried to embed the script on "Change" category and the script was as follows but it did not work. I'd appreciate if someone can help me with...

    Views

    3.8K

    Likes

    0

    Replies

    8
  • 28-08-2009
    Hi all,I don't know if this has been brought up before, and believe me I have looked, but here goes... I have a table with many tens of rows. Cell 1 of those rows is a checkbox with the exit event scripted as (formcalc)if(this.rawValue == "1") thenform1.Main_Subform.GeneralTable.Row1.presence= "visi...

    Views

    617

    Likes

    0

    Replies

    1
  • 28-08-2009
    I've been attempting to use the ComplexObject demo to store/retrieve/update a hierarchical object.While the complex object part of the demo is working fine, any attempt to store a hierarchical object fail. They appear to get published, but casting the event.item.body back to the original class fails...

    Views

    1.6K

    Likes

    0

    Replies

    5
  • 28-08-2009
    I have a button scripted to submit to email and auto-close the document upon the click* event.The problem we've ran into is that some people are saving the document and manually attaching it to an email and sending it to us.This creates a problem in that we need the emails to be searchable based on ...

    Views

    1.1K

    Likes

    0

    Replies

    3
  • 28-08-2009
    I am trying to create a short process that converts a decimal value into a hex value. I could not find a lot of resources on it, so I decided to do it via a mathematical operation. However it seems that there is no way for me to increase an integer to a specific power like 2^3. Does anyone know any ...

    Views

    721

    Likes

    0

    Replies

    1
  • 28-08-2009
    I've distributed a handful of forms, mostly for interoffice use where mailto works just fine as a collection device. However, I'm starting to develop more extensive forms for our customer base and, from what I've read, mailto is an awful option. What are my best options for collecting the forms. Whe...

    Views

    1.6K

    Likes

    0

    Replies

    2