Want to omit printing field borders

I did it before with success on a text field. Now, I would like to do on a Date/time field, but I don't know how Ref

erence of the field. For the text field, I used textField.

And how can I find these names of objects for other types of fields.

Thank you

MDawn

Hello

A solution would be to have the following in the case of pre-press:

var vName = this.name.toString();
xfa.resolveNode(vName + ".ui.dateTimeEdit.border.edge").presence = "invisible";

/* Check the type of object and change the .ui reference:

     Date field =      #dateTimeEdit
     Dropdown =      #choiceList
     Checkbox =      #checkButton
     Text field =      #textEdit
     Numeric field =     #numericEdit
*/ 

and then a corresponding script in the postPrint defining presence in "visible."

The properties of the user interface for other types of objects are commented in the script below.

One might think that this.border.edge.presence = "invisible"; work, but it would not.

Example here: https://acrobat.com/#d=AwBYYQTNK9WXjSAhp385zQ

Good luck

Niall

Tags: Adobe LiveCycle

Similar Questions

  • Script to omit printing field borders does not for the moment.

    I have several forms where I used the scripts that I got from Niall to stop the printing field borders which work perfectly. Now, I have a form where I think I had entered the same scripts, but the impression of field borders is not deleted. The difference between this form and forms previous, is the current form has several subforms in the subform page 1. Not sure if this could be the problem.

    I enclose the form where the field borders are printing, but I want them deleted. This is the date, the name and the names of supervisor at the top of the form where the border should not display. Underscore in the signature lines should print.

    Thank you

    mdawn

    HI Margaret,.

    I don't know if you've seen the example that I downloaded on the thread, but in any case, here is an updated version.

    Basically there are examples of textfields with borders / highlights / filling of colors that change visually according to user actions or printing. I hope that you can subsequently the differences between access to properties of border and padding properties. Once you are happy with that, it depends on the event that you put the script in.

    On your form that you have posted, I could see the green on the screen while the pre-printing event fired.

    In the example that I am downloading, I have an example of a textfield with an underline. LC realized an underline in applying a solid box and hiding three sides (sides and top). It is why when you go to the other side (the bottom of the box) you do not need to go through a loop, you can access just one side.

    I'm probably not clear on that. I think by looking at the examples can help you.

    Solutions are probably not the only way to achieve this effect, but it's the way I developed based on solutions of other people on the forum and blogs.

    I hope that there is a help to you,

    Niall

  • Photo printing without borders on an Officejet 7612, since a Win 8.1 desktop

    Just bought a new 7612 Officejet, was wanting to a printer with the ability to scan and print 11 x 17, which is what attracted me to this (as well as how much the prices sank on the printers large format in recent years).  This printer replaces an Officejet 7310, which eventually gave the soul.

    I was setting the printer to the test this weekend to try to ensure that everything works and I found a problem.  I can't select borderless photo paper 4 x 6 when I try to print photos.  I'm running Windows 8.1 on my desk and always uses the same printing software photo that I used for the 7310, who is the Manager of Office 2010 photos.  When the 7310 worked, I could select 4 x 6 borderless paper from the menu of choices different paper drop-down.  Now with the 7612, I choose paper 4 x 6, but without the border is not an option.  This means that when I print pictures, I have a 1/8 "to 1/4" white border all about photography.  7612 driver isn't set up for printing without margins?  Yes, the selection of the type of paper is HP premium photo paper, since it's what I use, but I tried other selections of photo paper and still no selection for printing without margins.

    DRM for your help,

    Paul

    Fixed.  I used the chat on this site feature to speak with a HP technician.  He took control remotely from my computer and re-installed the driver and went through the Setup and now its photo printer, at least for 4 x 6 borderless.

    I think I have what he did differently from me is to change the Fax printer to printer in the 'print options', while in the printer and devices window.  I think that's maybe where I made my mistake, in even if he printed paper copies, he used the fax settings that apparently do not allow printing without margins.  So anyone who finds this problem with their 7612, I would try this first.

    Paul

  • Why my printer will automatically send a fax when I want to just print?

    Why my printer will automatically send a fax when I want to just print?

    Hi pa_tom

    In your printers folder on your computer, is the default printer defined on your printer or your fax printer?

  • But I want to only print part of my email?

    Just bought the HP Photosmart 7520 and downloaded Printer Control & HPePrint apps on my iPad.

    Everything is plugged in and running, but the print settings options in these two applications HP seems to be quite limited.

    For example, if I want to only print say a single page (or a selected section) of one of my emails, can I do? Because it seems my only option at the time of these apps, is to print at all .

    ALSO;  I noticed there is size of paper, paper type and levels of gray/color options in these applications HP I can change, but no option quality & dpi printing etc.. Or when it comes to printing documents word & photos etc, etc print quality settings - can only be changed/modified via the software itself - and not via these applications HP or HP printer touchscreen?

    Grateful for any advice & information.

    Hey HM33,

    The options that you MENTION are not integrated in the applications for printing from mobile devices (phones, tablets, android, iPads, etc.).  The phone software was not designed with these features and is a limitation of the application.

    Remember when phones/tablets could not print before ePrint and other similar services?

    Hope this helps,

    Jason

  • I want to update the field of choice of option on the selection of another field of choice of option

    Hello...

    I want to update the field of choice of option on the selection of the value of the choice field another option.

    Thanks in advance

    Welcome on the support forums.

    use

    http://www.BlackBerry.com/developers/docs/6.0.0api/NET/rim/device/API/UI/component/ObjectChoiceField...

    to set the new choices in the field. It should update automatically, otherwise you could try to call invalidate.

  • I wanted to by printer Desk - must be balck & White

    I wanted to by printer Desk - must be balck & white - am not able to find it.

    Hello

    There are many B & W laser printers (or monochrome) autour. You can find many good stores. For example:

    http://www.Amazon.com/HP-LaserJet-M401n-monochrome-printer/DP/B007ED7V7G

    http://www.Amazon.com/HP-LaserJet-monochrome-CE658A-BGJ/DP/B00847UWUE

    and more:

    http://www.Amazon.com/best-sellers-electronics-laser-computer-printers/ZGBs/electronics/172648

    Kind regards.

  • I want to restrict a field to a positive number (dollars and cents) with decimal.

    I want to restrict a field to a positive number (dollars and cents) with decimal.  The maximum length of the field should be 15 characters, including decimals as 999999999999.99

    I need a script?

    Thank you

    Gaul.steve59

    Lol the Format of the field value number and you will be able to specify the interval of values (0 - 999999999999.99) in the validation tab.

  • Create a form in Indesign: text endangered field borders

    I hope someone can help! I create many forms in Indesign. I have a problem with the field borders when it is exported to PDF format.

    I set up the form fields in the Indesign Document as a graphic frames with a keyline in black 0.5pt, these are integrated in the main text of the page. These are then converted to text fields through the palette of "buttons and forms. Export pdf as an interactive pdf file.

    When first I look at the pdf file in Acrobat (or drive), it's fine.

    Screen Shot 2016-02-09 at 16.04.03.png

    However, after typing in some examples of data some of the border disappears. I tried the form of compensation, but they are not always visible.

    Screen Shot 2016-02-09 at 16.04.26.png

    Zoom in and out does not work. I tried to align the rule with the inside/outside/Center of the frame, it makes no difference. I tried setting the fields as floating on the page, does not work. The only solution I found is to set the border to 1pt - but it makes the very heavy form. Is there a way around this, or is 1 pt line width minimum that will work in this type of document?

    If anyone has any bright ideas that would be wonderful! Thank you.

    Unfortunately, there's really nothing you can do to control the display of the border of the form fields with borders .5pt, I see the same results as you.

  • I use Windows 8. I can't print to the printer. Adobe wants to send print jobs to a .prn file. Any suggestions?

    I use Windows 8. I can't print to my printer. Adobe wants to send print jobs to a .prn file. Any suggestions?

    @

    Uncheck "Print to a file" (Advanced button on printing Panel).

  • WANT 4500 general printing problem

    My desire to 4500 guard folding paper while printing, almost every page comes out with two brands creased on the top edge of the document.  It corresponds to two small white rollers inside the printer.  More or less, a person on ten pages comes out OK. Very often, the paper hangs completely and I have to open the printer to get out. In addition, it seems that the printer takes paper only when the tray is fully or nearly fully charged. I don't see what I'm doing wrong. I am quite satisfied with his printer!

    Hi Kipepeo,

    Welcome to the HP Support forums.  I see that when you print using your printer 4500 want that paper when you print the creases.

    "I have included the document that a Message appears on the control panel and the all-in-one ' Out of paper ' captures no paperproblems.  Please follow the steps described in this document.  It has a section that will guide you through how to check and clean the paper feed rollers.

  • 5660 want: Fast/Economical printing want 5660

    We wanted the 5660 only about three months and were broadcast through extremely fast ink while printing very little.  We tried to change the print preference settings, but the preference for economy printing is locked and unavailable.  I tried to create a new shortcut to preference impression with the draft definition, however he continued to print with the same resolution as the normal setting.  Is there a way to change this?

    Hello!
    Welcome to the HP community @dentistom,

    I saw your post on trying to change the print settings for book on ink and wanted to tender hand. My best advice would be to check the image/link below and select the steps to "change the default for all printing print settings', allowing that each work is printed in draft mode without returning to print in 'normal' after each use. If you have already tried to do as a result, of course the printer is directly connected to socket, avoiding bars power and surge protectors. If you think there may be a hardware defect, contact HP to inquire about a replacement unit.

    Changing the settings to print in Windows 7



    If you have trouble, let me know and I'll do my best to help.

    Click on the "accept as Solution" If the issue has reached a resolution! Hit thumbs up below like my post or show thanks to me to lend a hand!

    We wish you a wonderful day

    Contact HP:

    Step 1. Open the link: www.hp.com/contacthp/
    Step 2. Enter the product number or select Auto detection
    Step 3. Scroll up to "still need help? Fill out the form to select your contact options.
    Step 4. Scroll down and click on: contact HP options - click Get phone number
    File number and phone number appear

  • want to 5643: printing borderless photos

    When I try to print from my android phone, the photo comes with a border.  When I print from a memory card, it has no borders.  How can I set up the printer for photos of my phone are without borders?  I can't find any settings to specify borderless 4 x 6.  Thanks for any help

    PERFECT!. Thank you very much

  • DeskJet 2050 all-in-One - J510: how to print without borders?

    I try to print my project on paper to A4 borderless, but it seems that no matter how to change settings, the results still had a border. Can someone give me some advice on how I could solve this problem?

    I print on Word, and my printer is HP Deskjet 2050 all-in-One - J510a.

    Hello.

    The deskjet 2050 printer does not support printing without margins, as you will find by notebook loads below:

    Without borders: No.

    http://h20195.www2.HP.com/v2/GetPDF.aspx/4AA1-1465EEE.PDF

    This material allows to print only to a certain margin.

    The lower border is 0.57 ", the top border is 0.06 'and the left and right borders are 0.125. any impression beyond these margins is cut off due to the limitations of harware.

  • want to 4500: printer

    Hello

    My printer is the type of China, hov can I change, because I can't read what the screen show me, hov can return to revive again in my launges?

    Welcome to the HP Forums @lukas10,

    I understand that you are trying to change the language on your desire to 4500, and I wanted to respond to help out you. See the link below I found a post from another Member of the community here with the same number, which shares the instructions to resolve this situation.

    HP Envy 4500 cannot change language from Chinese to English

    If you have trouble, let me know and I'll do my best to help.

    Hit the "Accept as Solution" If the issue reached a resolution! Click on the thumb below to love my post or show thanks to me to lend a hand up!

    Best wishes

Maybe you are looking for