Changing "x" location in adobe forms

Hi, I am trying to move a textfield based on an event in adobe forms. I coded it as
TextField1.x = TextField1.x + 20
I guess "TextField1.x" returns a String and hence it pretty much concatenates the string and makes it like "92.5mm20". Need some help in understanding how to change the "x" property.
Also, is it possible to include some graphics/animation using external javascript graphics libraries. It would be great if you guys could point me towards a page/tutorial that gives some infor in it? Thanks.

It appears you have the text string "92.5mm" as the contents, value, of "testField1.x" and this value is a character string because there are characters that are not numeric, a sign, or deli meter. JavaScript is then assuming you are concatenating the contents with the value of "20". You need to either only enter a valid number into "TextField1.x" or strip out the non-numeric values. You may also need to use the 'Number()' constrictor.

Similar Messages

  • Can I change the location of adobe organizer file folders in Elements 11 from my c to d drive ?

    Can I change the location of adobe organizer file folders in Elements 11 from my c to d drive ?
    My laptop, which uses Windows 7, came with the hard drive divided between a C and D drive.  the C drive, where all the programs load, is nearly full, and I would like all the photos and videos that adobe elements organizer finds and that I download into load on my nearly empmty and spacious D drive.
    In other programs I can change this is file prefernces, but I cant find that feature in elements.
    Is it possible? and how can I do it?

    Team Ben Hur
    SG will probably have more to say about his reply, but in the meanwhile you might want to check out Premiere Elements 11/Elements Organizer 11/File Menu/Catalog Manager... and the Custom Location option. I suspect that is what both of you have in mind?
    When Photoshop Elements 11 and Premiere Elements 11 are installed on the same computer, they share a common Elements Organizer (catalog) although they can be purchased as standalone products each with its own Elements Organizer (catalog).
    ATR

  • Change default location for adobe downloader  files

    I can see how in organiser/ file/// to change the location that adobe downloader will place files but it does not stay as the 'new' default location. How do I do this?
    Mike

    http://www.elementsvillage.com/forums/showpost.php?p=440491&postcount=2
    Juergen

  • Get Current File Location in ADOBE form

    Hi All
    I need to get the location and file name of current file upon http submit in the form.
    How can we get current file location in abobe form.
    I am trying to use JavaScript var path = window.location.pathname;
    Also tried app.activeDocument.path property. But this does not work either.
    Any inputs will be really helpful
    Thanks
    Kaushal

    Hi Suhail,
    You can query the runtime on this, and these are some examples on how to get this:
    You will need to find the correct location:
    select location_name
    from all_rt_locations
    where location_type = 'File System'
    You will also need the path:
    select PARAMETER_VALUE from ALL_RT_LOCATION_PARAMETERS
    where location_name = 'SRC_FILES_LOC'
    and PARAMETER_NAME = 'RootPath'
    Do NOTE that the location type and RootPath things are case sensitive.
    For the file name..., I think you will have to dig around in the mapping. I don't have an exact example but this is in the direction you will need to be looking if you want to select this from the repository:
    -- This script selects all mappings, its operators and the binding to the repository objects
    -- You can use this to assess the impact of a change to a repository object to your mappings
    -- The script will ask for a parameter specifying the project name. Note that this is case sensitive
    set pages 999
    col PROJECT format a20
    col MODULE format a20
    col MAPPING format a25
    col OPERATOR format a20
    col OP_TYPE format a15
    col REP_OBJECT format a30
    select mod.project_name PROJECT
    , map.information_system_name MODULE
    , map.map_name MAPPING
    , cmp.map_component_name OPERATOR
    , cmp.operator_type OP_TYPE
    , nvl(cmp.data_entity_name
    , '-- No Value --'
    ) REP_OBJECT
    from all_iv_xform_maps map
    , all_iv_modules mod
    , all_iv_xform_map_components cmp
    where mod.information_system_id = map.information_system_id
    and map.map_id = cmp.map_id
    and mod.project_name = '&Project'
    order by 1,2,3,4
    Hope that this is something that you can take and solve your problem with...
    JP

  • Change default location for adobe pdf 7 printer

    Hi,
    Can i change the default location for my Adobe PDF printer?
    i'm using QXP 7 and when printing i select Adobe PDF 7 and the same ppd. Now when clicked on print, it does not give the option to select the location. Is there any setting to change the location or tell the printer to prompt for the location?
    thanks.

    http://www.elementsvillage.com/forums/showpost.php?p=440491&postcount=2
    Juergen

  • How to change Dunning Text in Adobe form

    Hi All,
    In Dunning Adobe form I need to replace standard dunning text with my custom text.
    I found the node for that, but in that text node I am not able to fond where from that text is coming.
    Please Help me out in this.
    Form Name :f150_Dunn_SF(Adobe form)

    And you checked the context of your form if there is a text node there with some properties and didn´t find anything? Start there and tell us what you have found there.
    Otto

  • Changing Page size in Adobe forms

    Hi Experts,
    I am new to Adobe forms.I am creating a form whose size is very small with 11.6929In height and 8.2677In width.But i viewed some of the SAP standard reports for example FITP_PLAN_FORM ,the page size is 29.7cm and 21cm width the page type is A4.
    I am also using the same page type as A4.Why is this difference? I am struggling to get the page size.
    Can any one guide me plz..
    Thanks&Regards,
    Karthik.

    Hi Karthik,
    Keep in mind the Units you are comparing. By default, my adobe LiveCycle designer shows the units in inches:
    so:
    29.7cm = 11.7in  , and
    21cm  = 8.3in
    just a thought
    regards,
    harman

  • Change table header in adobe form

    Hi experts,
    I have to print a table in a printable form.
    for that i have defined the table structure in the element on both, the interface and the form context. the thing is that the form shows the field value in the HEADING property of the data type definition.
    is there any way to change it to any other string without modifying the HEADING property?
    In advance, thanks a lot.

    solved

  • Change font in Adobe Form in the interface

    Hi all,
    I have one issue changing the font in adobe forms.
    In the interface I have as import one string. With this string I have to generate the PDF and I need to change the font.
    Here is an example:
    Import string: "this is an [[FONT=CURIEL]]example of [[N]] adobe [[SIZE=15]] forms"
    the characters [[ ]] indicate an scape sequence.
    [[FONT=CURIEL]] means that all the following text should be in curiel font.
    [[N]] means new line
    [[SIZE=15]] menas that all the following text should be in size 15.
    All this text I has to be added to a string variable and paste in the PDF.
    I know that I can add a new line with "cl_abap_char_utilities=>newline"
    I know that with Javascrit I can change the font and the size, but for that I have to change all the text.
    Is there any way to change some text inside the variable and not all of it?
    Thanks!
    Regards,
    Andres

    Hi UmaS,
    Thanks for your answer.
    I can't use floating text because I don't know how many different fonts I will have and I can't create floating text dynamically.
    Any other idea?
    Thanks,
    Regards,
    Andres.

  • Adobe Form Hanging in WDA

    Hi All,
    I have a requirement in my current development to display the list of HR forms(Payroll) to the end client. I am successfully able to carry out the scenario for a single Record Type but when I use the multiple scenario the Adobe Form keeps hanging. To clarify let me give an example
    on my Selction Screen I have 2 inputs which give me some records in WDA ALV and at the click of ALV I generate the ADobe Form. The data follows perfectly for a single record(ie. When I select single record but when I select the second record after selecting the first one) but when I select the second entry on the WDA ALV then I dont get the changed data infact the Adobe form keeps on hanging midway (with circles going on). I cannot debug the scenario as well. Any help on this will be appreciated. Points will be rewarded for the correct answer.
    Samar.

    Hi Deepti,
    Please check this blog,
    /people/vani.krishnamoorthy/blog/2006/05/17/fillable-adobe-forms-using-abap
    Thanks.

  • Adobe forms using Workflow with normal SAP

    Hi All,
    Can any one help me, how to assign Adobe forms to Workflow with normal SAP.
    Thanks,
    Archana.

    Hi,
    The std. PCR (Process Change Request) workflow use  Adobe forms.
    BO is BUS7051,The std. workflows are
       WS50000041
       WS50000042
       WS03100019
       WS21300032
    Check this [link|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50d1cb99-46cf-2b10-8880-85004a301283]
    Regards,
    Surjith

  • Adobe Form used within Fiori MY Paystubs

    Hi all
    Im trying to locate the Adobe form that is used within the My Paystubs application of Fiori
    Ive looked in HRFORMS and can't seem to locate the form its using at runtime?
    any help on this would be much appreciated
    Thanks in advance
    Tom

    If your question is still relevant, you might want to request (Alert Moderator) moving your Discussion to SAP for Mobile community.  That is where most Fiori app questions are posted in SCN.
    Regards, Mike
    SAP Customer Experience Group - CEG

  • Adobe Forms central stores templates in the profile space.... How can I change this location?

    For some strange reason Adobe forms Central fills up your profile space with loads of templates... I need to change this loaction. The only other options are to edit group policy or edit the registry. This seems a bit silly as this is the standard way for companies to control profile space of employees

    Here's a better place to ask (email): [email protected]
    hth,
    Ben

  • Change the image in the statice adobe forms dynamically based on condition.

    Hi Experts,
    Could you please explain how to change the image dynamically in the static adobe forms based on certain condition/calculation.
    Thanks in Advance.

    One of the very few options you have is loading them all into the form as embedded images, and then dynamically making the visible and hidden depending on your conditions.
    Dynamic loading of images (from a URL or remote location) was completely removed from Interactive Forms a while ago as it was deemed insecure. (and it is)
    The second option is loading them all into your SAP system and then making a webservice which you call with a trigger to return you the binary form of the image, which you can read by creating the correct type in the Context.
    Kind regards,
    Frederik-Jan.

  • Change content in adobe forms of Print Preview in Appointment screen

    Hi ,
    I have a requirement in which I have to change content of adobe forms which comes after clicking on Print Preview in Appointment screen,
    I am new to Smart forms and Adobe forms , request expert suggestion onto this.
    Thanks.

    Try opening in Chrome or Firefox and inspecting the elements. You can turn easily locate the CSS that's driving the background and experiment with settings. You get there by right clicking on an element and select Inspect Element from the options. It's much easier than trying to go through all of that HTML code without a style sheet to go along with it.

Maybe you are looking for

  • Albums in PSE 12

    How do I delete Local Albums in Elements 12 - and how do I rename them ?

  • Water and Imacs, ATA vs SATA, enclosures

    I have a flat panel G4 into which water has leaked from the apartment above me, and now it won't start up. It was turned off at the time, and I've left it a few days to dry out but no luck so I guess that major damage has been done internally. I real

  • Updating Final Cut Pro X

    I have Final Cut Pro X version 10.0.7 and plans to update to version 10.0.8, but whenever i click update it says, "Final Cut is already installed on this computer. Choose Software Update from the Apple menu to check for available updates." I have no

  • Can't search anything in App Store!! Help!!

    Hi, I am using an iPad 2 and every time I try to search something it comes up with an error message (cannot connect to App Store) featured is fine and top rated is fine and I can download stuff but if I try to type anything in and search it.. It just

  • Alternative statement

    Hi experts, can any one give me any alternative of the statement select case when empno is null and salary is null then '0' else empno||'/'||salary end empsal from emp; Regards Rajat