Quantcast
Channel: Adobe Community : All Content - LiveCycle Designer
Viewing all 5571 articles
Browse latest View live

Default locale and Accessibility Checker

$
0
0

I have a PDF form which was made fillable using Livecycle Designer ES2.  I have specified the Form Locale as English (USA) in the Form Properties.  After completion, I must run the form thru Accessibility Checker but it throw an error and indicates the pages lack a language specification. 

 

I look under the Document Properties in Acrobat and under the Advanced tab for the language it is blank and is greyed out and I cannot select a language.  I have verified there is a Form Locale set in Designer and did a search on the XML and found there is a localeSet that shows English US.

 

I went back into Designer and resaved again into a new file, still no language specification when viewed in full Acrobat and still won't pass the checker.

 

Any ideas on what to try next? 


FormCalc Formula to tell the difference between two time fields if they are populated - Help please

$
0
0


Hi,

 

I have a cell (TotalTime1) that references two other time formatted cells (Start1 and Finish 1).

The below formula is intended to tell the difference between the Start and Finish time if they are populated.

 

I had it working without the HasValue condition but the formula was calculating when there was no value in Start1 and Finish1 (due to time format).

 

This is the code I do have, it says there is an error near the last line; I am sorry if I post this in the wrong manner, I have not posted on this forum before but here goes:

 

 

if (HasValue (Finish1)  and HasValue (Start1)) then if (Time2Num(Start1.formattedValue, "HH:MM") < Time2Num (Finish1.formattedValue, "HH:MM")) then Abs (Time2Num(Start1.formattedValue, "HH:MM") - Time2Num(Finish1.formattedValue, "HH:MM")) / (60 * 60 * 1000) else 24 - Abs (Time2Num(Finish1.formattedValue, "HH:MM") - Time2Num(Start1.formattedValue, "HH:MM")) / (60 * 60 * 1000) endif

 

Any help would be appreciated.

 

Regards Fetachini

OT Calculation

$
0
0

I've got a Form where I have a table with 8 fields and 1 field that calculates total hours worked. Each field the user needs to enter a valid time 8:00 AM or 1700, which will be converted to 5:00 PM. I'm trying to come up with a FormCalc formula that will give me the total hours worked.

 

This is what I have so far;

 

(Row5.Cell2-Row4.Cell2+Row7.Cell2-Row6.Cell2+Row9.Cell2-Row8.Cell2+Row11.Cell2-Row10.Cell2)*1440/60

 

The fields are as follows:

 

Start <Row4.Cell2>

Stop <Row5.Cell2>

Start <Row6.Cell2>

Lunch Start <Row7.Cell2>
Lunch End <Row8.Cell2>

Stop <Row9.Cell2>

Start <Row10.Cell2>

End <Row11.Cell2>

Total Hours



All it does is keep giving me weird totals and it's never consistant.

Run Code once on form load

$
0
0

Hi Guys,

 

I have a text field (TextField1)  that populates with a value (1-100)

 

On initial load of the form this value will be the highest.

 

As the user navigates around the form this number will change (lower than the initial load)

 

I have another text field (TextField2) on the form which I want to hold the initial value at load of the form.

 

something like: TextField2.rawValue = TextField1.rawValue

 

But whichever event I put it in it always updates TextField2 with the value in TextField1 (it does not only run the code once on form load)

 

Can anyone advise how I can achieve this?

 

 

If the form loads with the number 70 as a value in TextField1 - TextField2 has 70 as a value and keeps that value regardless of what TextField1 changes to..

 

Many thanks for any help

 

Seeking to hire a LiveCycle Designer/Programmer

$
0
0

Hi,

I am a new user of Livecycle. I have a couple of forms that I created for my inspection business that are working ok,

However, there are are a quite a few changes I think I would like to see to them now that I've had a chance to expirement with the forms.

I am looking for someone that would be available to make the changes I need to the forms or recreate the forms?

I would, of course, pay for your time if we can agree upon a fixed fee for the work.

Thank you for your response.

LiveCycle

$
0
0

If creating a form and using LiveCycle Designer to extend the text field will the users need LiveCycle reader to use the form?

UPC-A barcode without the human readable numbers underneath

$
0
0

Hello ,

 

I have a lifecycle designer 8.1 on windows 7 machine, my requirement is to place the UPC-A barcode without the human readable number underneath the bars and with the interspacing between the bars as 0.020.

 

Is the above requirement feasible and possible, please provide your inputs .

 

Thanks in advance.

 

Pooja

Duplicate page

$
0
0

I have a form with 7 pages but I would like to be able to duplicate page 3 & 4. be added if necessary. The principle is if form detail has only 1 person, I complete page 3 & 4, but if I need to add another person, by clicking a button, 2 new pages (copied from page 3 & 4) will be populated.

Any help is welcome.

Thanks


Acess context data in masterpage

$
0
0

Hi,

I have an table os workers data i want to show. I created a "Main" page with the table binding and multiple occurence and its working great but (there's always a but ) in my master page i want to know the value of a field in the "Main" body page.

 

in the masterpage calculate event i've used the $form.data.MAIN.fd_number.rawValue but the value is always the first occurence.

            using $record.data.GV_NUMBER.value returns nothing.

            xfa.resolveNodes( data.MAIN.fd_number).rawvalue also returns nothing

 

 

Any ideas?

Thanks

Miguel

Help with Pseudo code to hide a subform

$
0
0

Hi

 

I need to hide a subform when there is no data in it. I have this pseudo code but I need someone to write it a bit better so I can use it in my program - I am a real beginner.

 

The pseudo code is

for each (subforms as subform) if (AllFieldsOfSubformAreEmpty(subform)) subform.presence = "hidden";

 

How would I insert it in this part of my program - there are zillions of lines of code to this subform but it starts of like this-

<subform layout="lr-tb" name="rowRemarkRow" w="176.0001mm">

                     <sapa1s xmlns="http://www.sap.com/a1s/cd/om/forms/config"><TableRemarkRow configurable="true"><Description xmlns:xft-xliff="http://www.xfa.org/schema/xfa-xliff/1.0/" xft-xliff:id="N7936">Ligne de commentaire</Description></TableRemarkRow></sapa1s>

                     <bind match="dataRef" ref="$.FormQuote.Item[*]"/>

                     <subform layout="tb" name="frmItem" presence="hidden">

                        <sapa1s xmlns="http://www.sap.com/a1s/cd/om/forms/config"><TableRemarkFieldCollection configurable="false"><Description/></TableRemarkFieldCollection></sap a1s>

                        <bind match="none"/>

                        <field access="readOnly" h="9mm" name="txtLine" presence="hidden" w="37mm">

                           <ui>

                              <textEdit multiLine="1">

                                 <border presence="hidden">

                                    <?templateDesigner StyleID aped0?></border>

                                 <margin/>

                              </textEdit>

 

Thanks a lot!

BY

Why is Preview PDF greyed out only HTML available?

$
0
0

I can't seem to find how to change settings so I can change the preview option to PDF, can anyone help please?

Pagination - Top of page - Repeat Subform

$
0
0

I got a problem.

 

I would like to have a repeating subform on the first bodypage("Sida1" the marked one), that should repeat on the first masterpage(Page1). I want it to start at the top of the first master page all the time. But if I set it that why I think it might work, it gives me a white blank page at start and then work as intended(it start repeating subforms in the top of the masterpage (Page1)).

 

Seems like it will create one extra masterpage of the one you set it to, if you set it to be Top of page "Page1". It will create on master page to much. Atleast if you have those setting of the body page that is the first bodypage.

Hierarchy.PNG

 

This is the result I want to get, but I get this´, but with a "Page1" as first page without any data from "Sida1".

 

Picture.png

Header transfer

$
0
0

Can I get the top porting of a created document to transer to a new page if the text field extends past the first page? I know I have to have LiveCycle Designer to create the extendable text field but I want the header information to transfer like a word document. Also Can I put a picture into a header to have that transfer also? Can I add a text box that prints as a box in a header?

Script changes to make the form work in ES4 (HTML5)

$
0
0

Hi All,

 

I have a huge form with lot of scripting designed in designer ES3. Now , I have a requirement to make that form mbile compatible. So I imported the form in Designer ES4 but the preview HTML  tab shows blank. After trail and error, I realized that after deleting some pages I am able to view the form in preview HTML tab. My question is

 

What are the scriptring changes I need to make in order make the form work in mobile (HTML 5)?\

 

Thanks

Abhiram

size of a mobile form

$
0
0

Hi All,

 

I have a pdf form which is working in desktop and designd in ES3. Now I have a requirement to convert that form to a mobile form. So I upgraded to ES4 and using Forms Manager module I previewed the xdp as a HTML. When I see size of the source code, Its 5 times larger than the pdf version in desktop.

 

How can you expect a much larger size file to render it in mobile HTML 5 enabled browser?

 

Thanks

Abhiram


Traversal (Tab) when Maximimum Number of Characters Supplied

$
0
0

The XFA 3.3 specification (pp. 503) states that it is possible to have a form that automatically tabs from field to field when the maximimum number of characters (maxChars) for the focused field is reached. However, I cannot seem to get this to work. Is this implemented in Adobe products?

Slow tabbing between fields

$
0
0

Hello,

 

We have a very complex interactive form with repeating_subforms. We open it binding a large xml file. Tabbing between fields is very slow when we are editing the form.

 

We have designed a simple form with one repeating_subform and without scripting. Bindig the same xml file, tabbing between fields is very slow too.

 

How can we solve this problem?

 

Here are the links to pdf file and to xdp file with the data.

 

Thanking you in advance,

Printing order of pages

$
0
0

Afternoon

 

I have an interactive PDF created in Livecycle designer.  As it stands users complete the form on screen and prints it out to give to the customer.  The PDF is presented on screen in a way that is easier for the user to complete but when they print it they have to switch the pages round as it's the last page which the customer needs first, if that makes sense.

 

What I'm wanting to do is set up a command so when print is clicked page 1 of the document, which is in its own subform, moves to the back of the document, so the form prints in the correct order for the customer and when it's done printing it moves back, is that possible?

 

Advice would be appreciated

 

Many thanks

 

Ben

Hiding subform and make filed required

$
0
0

Based on a dropdownfield somewhere on the form aText Field must become required and visible and vice versa.

That Text Field is within a Flowed Subform.

If is use a calculation script to make it happen, then i get an error message that the field cannot be empty.

If i use a layout:ready script to make it happen, then it works without an error, but the fields below doesn't flow up (the field isn't excluded from the form)

 

Can anyone help me please??

How can I calculate the sum of the first two rows in a table?

$
0
0

I have a table with a repeating row that, when data is merged, always has three rows:

 

 

Support type 11,234,456
Support type 2221,556
Interest11.222

 

 

I have a field where I want to show the sum of Support types 1 and 2.

I do not want to add the interest to this.

 

I'm using FormCalc with the following script on the calculate event of the Total field, which is in the same subform but not in the table:

 

data.JP_Page1.subform_Hidden.sub_SupportTotals.NumericField1::calculat e - (FormCalc, client)

 

$.rawValue = Sum(subform_Hidden.sub_SupportTotals.tbl_SupportSubtotals.DataRow[0]. SUBTOTAL,  subform_Hidden.sub_SupportTotals.tbl_SupportSubtotals.DataRow[1].SUBT OTAL)

 

 

I've tried this using both decimal and numeric field types, neither work.

 

I feel like I must be hitting a syntax issue, but the code checker isn't exposing it.

 

Can anyone help me figure out what is wrong with my script?

 

Thanks!

 

Janet

Viewing all 5571 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>