Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 4/14/10
    This a two pronged question as shown below.1) How can I format a text field (such as a postal code) so that it will automaticall be formatted as all uppercase.2) How can I format Firstname Lastname so that the first letters are always capitalized. The same goes for an organisation name such as bank ...

    Views

    1.4K

    Likes

    0

    Replies

    7
  • 4/14/10
    I have written a script to populate the items in a drop-down list but only if there is no entry already existing.The problem I have is recognizing that the list is empty. I have tried to test for null (if dropdown.isNull = true) and testing therawValue = "" and a bunch of other things with no good r...

    Views

    658

    Likes

    0

    Replies

    3
  • 4/14/10
    I added an email utton to my form. Everytime I click it it opens up my email client & attaches the form like it should. The only problem is, how to I make it attach the form as a .pdf? At this time it is attaching it as an .xmlThanks

    Views

    3.3K

    Likes

    0

    Replies

    8
  • 4/14/10
    We just implemented a chat pod that we want to make available to all our rooms.Initially we got it into a room by logging in as owner.  Then we verified that the new CollectionNode was present and made that room into our template.Creating rooms based on that template from the Ruby api did not work -...

    Views

    537

    Likes

    0

    Replies

    1
  • 4/14/10
    I am creating a fillable Dynamic XML form that is a fourteen page survey.  It has a series of Yes/No Radio Buttons which hide/show additional questions.  The survey needs to perform several other functions as well.  Ten of the questions are mandatory, which I have set in the Object pallet.  If a use...

    Views

    1.2K

    Likes

    0

    Replies

    4
  • 4/14/10
    We have this prop in our ALCS session:private var _webcams:WebcamSubscriber;when the session ends we simply call close:_webcams.close();However, the little green light next to the inbuilt cam stays lit on our MBP's.Is there something else we need do too?

    Views

    844

    Likes

    0

    Replies

    5
  • 4/14/10
      Hi,   I'm new to Livecycle and I have a form that has a textfield that needs to grow (narrative section) and move to a new page. It needs to move the footer also that has the data entry persons info.

    Views

    2.1K

    Likes

    0

    Replies

    9
  • 4/14/10
    I have three radio buttons in a group, controlling the visibility of three subforms.I am using the below code to do this.. if(FixedArrangement.rawValue == 1){Sub1.presence= "visible";}else {Sub1.presence= "invisible";}All subforms are invisible by default, and when a user checks a radio button the s...

    Views

    1.7K

    Likes

    0

    Replies

    4
  • 4/14/10
    I am currently reading in an XML file with data in it to populate an xdp with dynamic data. The problem I am having is I am using html to create separate text effects for each line. Now this all works in the preview tab of the designer without any trouble but when I run my process in the workbench I...

    Views

    1.1K

    Likes

    0

    Replies

    3
  • 4/14/10
    I used to scale my SharedWhiteBoard by putting it in a canvas and adjusting scaleX & scaleY on said canvas, but a problem has come to light with that technique.1. Person A starts a sharedwhiteboard with bg image at 800 x 450px and a space available for the whiteboard the same sime.2. Size of whitebo...

    Views

    638

    Likes

    0

    Replies

    1