Expand my Community achievements bar.

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

  • 7/19/10
    I am working on creating a customizable PDF that will be around 50 pages long. I will be sending out these PDFs to representatives for my company to use with their own clients.I want them to be able to customize the PDF by being able to input their institution's name once and for it to replace anywh...

    Views

    476

    Likes

    0

    Replies

    1
  • 7/19/10
    I am transforming an existing PDF form into one that can be filled in and printed.  I have added check boxes and also text field.  When I save the form as a PDF, there are the words "Text field" just to the left of the text field.  How do I get rid of this?  The form already had text describing each...

    Views

    766

    Likes

    0

    Replies

    0
  • 7/19/10
    Hi Everyone!I have a strange problem in Livecycle Designer and I appreciate any help or suggestion to help me to get the solution I have a subform A that is suppose to be a header, and a subform B that represent the lines. If I set in subform B that subform A is to be the header (overflow leader whe...

    Views

    639

    Likes

    0

    Replies

    1
  • 7/19/10
    I'm trying to set a numeric field to have a % sign added at the end of the number. example: 10% 20% or 100%. Everytime the entry is entered it always adds two zeros to the end of the entry making it 1000% 2000% or 10,000%.My current pattern is num{zzzz9%} .

    Views

    639

    Likes

    0

    Replies

    2
  • 7/19/10
    The SharedCollection as shipped is somewhat lacking in functionality. (It doesn't work with classes that implement IUID as described in the documentation.)The changes are pretty significant, so I'll just post the entire file. FlashBuilder should have no trouble fixing the indentation.OverviewOfChang...

    Views

    793

    Likes

    0

    Replies

    0
  • 7/19/10
    Is there a way to bind two text fieldsso that the information in the first imput field can be pushed forward to the second field and then the second field can be modified without modifiying the original field?Ex:F.1 P.1 Patient Range of Motion =  Input 50 Degrees then F.1.P.2 Patient Range of Motion...

    Views

    916

    Likes

    0

    Replies

    3
  • 7/19/10
    I have a form with 2 drop downs and a fill in. All get data from a web service I created. The drop downs get their data from this xml that is populated in a couple of text fields:Dropdown1txtfield:<?xml version="1.0" encoding="utf-8" ?>   <string xmlns="pardata"><clsStaffInfo xmlns:xsi="http://www.w...

    Views

    532

    Likes

    0

    Replies

    0
  • 7/19/10
    I Am using a drop down list: with clients names that upon specific choice from list I want to make a image field visible.Drop Down has:Client AClient BImage 1 is above the drop down list, Image 2, Image 3 are below the Drop down list and all images are set to visibileI would like to have CLient A ch...

    Views

    3.2K

    Likes

    0

    Replies

    3
  • 7/19/10
    Hi:I have a requirement to do the following...1. Dynamically create multiple tables on the fly.2. Be able to cycle through the newly created tables and determine how many rows are in each table.This is the code that I came up with, but once it goes through the first table and loops back through it g...

    Views

    607

    Likes

    0

    Replies

    1
  • 7/19/10
    I need to convert a string to a byte array.for example ,if var str="string I need to convert";var bytArray= new ByteArray(str.length);The above code , doesn't work . Please note , that it doesn't throw any scripting errors but still doesn't work.Please help me how do I proceed..........

    Views

    1.3K

    Likes

    0

    Replies

    1