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

Tags: Adobe LiveCycle

Similar Questions

  • Printer HP B209a does not get the IP address of my router

    Computer is a HP G71 running under Windows 7 64-bit

    Router is a NETGEAR's WNR3500L with the latest firmware and a unique SSID

    Using the latest version of the software install HP B209a

    Towards the end of the installation for the wireless feature, the installation stops and tells me that my PC is on a network other than my printer.  All wireless devices connected to my router have 10.0.0 # IP addresses.  Through many installs the printers IP address is constantly as 192.168.0.109.  The summary on the printer wireless shows my unique routers SSID but when I open my router software and devices attached, the printer is not listed.  My router is attached to a simple DSL modem with no wireless features.  I tried the following hotfixes recommended in these forums.

    1. Connect the printer to the router through WPS with push button.  Connection is returned as a success, but identified printer router SSID as grabbled alphanumeric characters and not an IP address.  Router does not show the printer in the devices.  During the printing installation software PC and printer fail to communicate when the USB cable is connected.
    2. Connect the printer to the router through WPS with PIN.  Connection is returned as a success, but all the information in the router has been changed and all other wireless devices disconnected.  Connection to the router has shown the SSID THAT became grabbled of alphanumeric characters and the security key was changed.  No wireless device was attached to the router, but the wired connections remain intact.  Fixed key SSID and security.  All other wireless devices back in place, printer does not have.
    3. Ping network devices.  Ping 10.0.0.1 to 7 came back as successful.  192.168.1.109 ping failed.
    4. IP address of the printer has entered into a browser address bar.  Returns a Google search page, but not for access to the network printer.  Address of more than one entry address bar and couldn't connect to 10.0.0.1 (router) and 192.168.0.1 (DSL modem)
    5. Unplug the DSL modem router.  All wireless devices to connect to the router but do not have access to the internet.  During the installation of the printer software, when you are prompted to connect the USB to the PC, printer and PC fail to communicate.
    6. Turned off the Windows Firewall, both public and private without success
    7. Used the Hp network diagnostic utility and it does not can find printer.

    I have installed and uninstalled the software several times.  The printer has always identified my identifier SSID is correct and the network key.  But during the finalization of installation I get the message and cannot connect PC printer because they are on different networks.  I have no idea where the printer receives the IP address.  It should be an address from the router, but it is not.  IP address of the modem DSL IS in the format # 192.168.0, but given that the modem is the base model with the wireless or network capabilities, the printer cannot logically connect to it.  I tried to unplug the router and the printer several times without success.  The possibility of changing the IP of the printer through the browser is not possible for the reasons given in 4.  What are the other options to change the IP address of the printer?  If I can assign an address # 10.0.0, I think it will solve my problems.

    Is your DSL modem is a modem/router combo (most are)?  If so, it probably has a structure of 192.168.0.X and is probably a wired router (only).

    This DSL modem/router is attached to the WAN, or one of the LAN ports on the back of the Netgear?  Try to move to the other type of port, and then restart both routers.

    On the front of the printer, click the settings 'Restore defaults' and wireless the wireless radio.

    Finally, the Netgear settings, here are some tips:

    1 make sure that DHCP is active, the SSID is not hidden and that MAC filtering is not enabled.

    2. ensure that the 802.11 g mode (as well as other modes is very well).

    3. use WPA or WPA encryption, not WEP (it is not secure and may cause connection problems)

    4 change the channel of the Netgear to 11 (Yes, I know it makes no sense, but it works).

  • Driver for printer Samsung ML2165 does not load the States, it is not compatible on Windows 7

    Original title: program compatibility Application Applications Apps game games Legacy Crash accidents Application Hang hangs

    I am trying to download a driver for a Samsung ML2165 printer but it does not load, he always says they are incompatible, and the port does not recognize the printer, any ideas please.  I use widows 7, on a Lenova 3000 series desktop computer.

    You did that you downloaded the correct driver for the correct architecture (32 or 64-bit) Windows 7, you use?

    My PC running the 32-bit version or 64-bit Windows?

    http://Windows.Microsoft.com/en-us/Windows7/find-out-32-or-64-bit

    In addition, you should try to install the driver first before connecting the printer.

    1. install the driver

    2. restart the computer

    3. connect the printer

  • 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

  • Can I use the 564XL black cartridge in my PhotoSmart printer. It does not take the slot

    I have bought new ink for my printer PhotoSmart Premium C310. The store did not have the only 564 black cartridge, but the packaging on the combo pack that I bought said the 564XL would be compatible. But it does not fit into the slot in black ink. There is a larger slot, which currently holds a cartridge of this size, but is marked as black light. Can I put regular XL Black cartridge in the slot and do serve only in black, or what I need to find the only cartridge 564 elsewhere?

    Thank you.

    Pierce Tulley {deleted personal information}

    Hello

    There are two black ink on your printer cartridges

    and the 564XL should adapt and work on the black slot. Another picture called black black.

    Kind regards.

  • HP Deskjet D1660: Cannot install printer or Scanner, does not meet the min requirements

    I recently spent computers, from Windows 7 to Windows 7 Professional, and I seem to have install my HP Deskjet D1660 and my scanner, a HP Scanjet G4010 of questions. Both gave me the same problems.

    When I connected my Deskjet, my PC tried to install the drivers from the usb port. He reconizes as a device, it could not install the drivers. Then, I downloaded the program core facility for the Deskjet (DJ_SF_06_D1600_NonNet_Basic_Win_WW_140_175.exe) and follow the guests.

    The installer is never far away and from the beginning, I get a message screen for the system demand for results, indicating that my computer is missing, the USB drivers and a USB device. I had exactly the same result when I tried to install my Scanjet.

    The screen looks like this:

    And like this:

    I checked my registry and my USB is enabled, so I'm not entirely sure about the problem. Also, I went through the troubleshooting to the Deskjet printer page. I tried disconnecting / reconnecting the cable USB from the printer and the computer. I made sure automatic updates is turned on. I made sure that all updates are installed. I tried to run the installer with virus protection disabled. I tried to run the installer with the firewall disabled too. I even went through the devices Manager Wizard to add the printer this way goods instructions on the troubleshooting page, but no dice.

    I'm really just scratching my head on this one.

    In regards to recent software or driver changes, I mean the computer is new. I've been slowly installing programs, that I used on my old computer, but they never have interefered with the printer or a scanner working previously.

    I use a wireless internet connection.

    Hello
    Click the Start button and type folder in the search bar, then open the Temp folder indicated.

    Open the last HP installation folder that begins with 7z (e.g. 7zs1234)
    Open the installation folder.
    Find the file usbready.exe and rename it to usbready.old.exe
    Navigate to the main extraction folder (folders that begins with 7z) and run the Setup.exe file.

    Now follow the installation and check for the difference.

    Kind regards
    Shlomi

  • Want to 4500. All-in-one: my printer indicates it does not support the paper photo paper 4 x 6

    My printer says it doesn't support of paper smaller than 4.9 / 12.6. I am trying to print a photo on photo paper glossy 4 x 6.

    I'm trying to print from IPhoto. Thanks for responding.

  • HP 6500 709 has: will be printed computer, but does not copy the text to the glass screen.

    I tried hard reboot as an Advisor by the forum without success.

    The copy starts pulling on the blank paper and stops with flashing orange on Panel saying "on paper." Turning the power off, ejects a regular sheet.  I opened the back panel of the printer and alreafy. clean the roller feed tray with a damp, lint.

    Please indicate any other ideas to solve this problem in hp printer?

    I solved my problem and all facets of my printer are all works fine!

    This solution could help other members of the forum. I have connected a usb cable from the printer to the computer and opened the center of hp solutions and open 'Tools' and select 'Align cartridges' computer and this reset my operation of the printer and all resolved my problem reported. I have now deleted the usb cable and the printer is restored to normal wireless operation.

    A big thanks to the forum to allow me to think-out - of - the - box for a solution.

  • Java & Adobe Flash Player: don't seem to be able to install. They used to work, not for the moment.

    • . Receive no messages "error".
    • Only MS Security Essentials
    • Java & Secure game Windows player used to work ok
    • You want to play on Pogo. com & Worldwinner.com
    • Cannot add those "Trusted sites" because they are not "https"
    • Don't know how to see if I'm still administrator or not, after that guy fixit fixed PC laptop.
    • Have a cable modem, IE 8.
    • . Receive no messages "error".
    • Only MS Security Essentials
    • Java & Secure game Windows player used to work ok
    • You want to play on Pogo. com & Worldwinner.com
    • Cannot add those "Trusted sites" because they are not "https"
    • Don't know how to see if I'm still administrator or not, after that guy fixit fixed PC laptop.
    • Have a cable modem, IE 8.
    • P.S. I'm a WHITE bar at the top of the page say
      R IE is currently unning with disabled modules.  Click here to manage, disable or remove your add-ons.
    • I don't see 'Java' or 'Safe game player Windows' or 'Adobe Flash Player' on any list when I click on this bar to 'Manage Add-ons '.

    Oooops... found an answer!  If I click on the IE icon on my Start menu (where it's day IE with NO Add-ons), then things above do NOT work.  If, on the other hand, I click on the IE icon on my desk, things work.   "It's a strange world we live in Master Jack!"

  • PS CS5 "Print layout" dialogue does not open

    Hello: I feel through my Photoshop CS5.

    Accidentally, I created a 0 x 0 cm paper size and tried to print (up to this point Photoshop and Print worked).

    I now (always) get an error message: "there was an error in the opening of your printer... "

    Photoshop > file > print... does not open the Print Setup Page.

    Photoshop > file >print a copy (works, but always try to print 0 x 0 cm, spits it on a blank page printer).

    Using the application (Apple/Mac) 'Preview', I deleted the predefined paper size "0 x 0 cm".

    Apps; Preview, TextEdit, Mail, Word,... all print correctly (they can open the dialog box "print layout").

    I've set up two other printers (now three in total) and they work with all applications (except Photoshop).

    I've uninstalled and reinstalled Photoshop and my printers, including all their preference files.

    Also, I deleted again preference files in Photoshop by opening Photoshop while pressing "Shift-Opt-Cmd".

    In "System Preferences" > printers & Fax >Printers; I reset my computer "Printing System".

    I fixed "disk permissions', Start and also did several restarts.

    Since only Photoshop has a problem, I think that Photoshop has put (somewhere) a thought preference it is default paper size is 0 x 0 cm which is throwing an error and prevents the opening of 'Print Page layout.

    I've updated Photoshop Adobe Air, printers,... After you have reinstalled.

    I ran a software that erases caches of my computer.

    I reinstalled and updated my operating system (OS only, not my account and data).

    I would appreciate your help. Thank you, M_L_R

    Mac OS: 10.6.8 Apple/MacPro 2009, 2 x 2.93GHx 8-Core processors, 16 GB of Ram (DDR3 1066 MHz)

    Hello: I fixed my (Print: Page Setup... Panel of the dialog box does not open) problem.

    The fix was one of the many suggestions that I did research in the field "Adobe Help".

    Unfortunately, I rejected this solution (so far).

    Reference: http://helpx.adobe.com/photoshop/kb/error-install-printer-photoshop-cs4.html

    See > Solution 7: create another user account and run Photoshop under that user.

    Some of the procedures (below) will be may not be not necessary, but the main solution is there...

    Mac OS X 10.5 or later >System Preferences >accounts >guest account (share only) >Allow clients to connect to this computer >Automatic connection (for the administrator, always active - optional) > then log on (mainadministrator) account > then connect to the guest account > go to the applications folder (in the guest account) > open Photoshop > create a new simple document (example: create a text letter) >print... (in this case printing: Page Setup... the Panel of the dialog box is displayed [remember: that's the problem of the error in the main account]) > (do what you normally do) select your printer > set up a page of size options and printer >print. Save this project Photoshop > delete this Photoshop project > disconnection (of the guest account) > connect to your regular account (mainDirector) > the guest account can now be disabled (optionally) > open Photoshop (in your main account) > test print a simple document > the (print: Page Setup...) Panel now open dialog > (do what you normally do) select your printer > set up a page of size options and printer >print. Save this project Photoshop > delete this Photoshop project > the (Print: Page Setup... ) ( Panel of the dialog box does not open) problem is fixed. Bye for now, M_L_R

  • Cannot use my printer Officejet 4635 to the Mexico. Printer does not recognize the new cartridge.

    I moved my printer in Mexico City, HP Officejet 4635. It uses #61 cartridges. I was told that the 61 in the United States is the same as the #122 to the Mexico. However, the printer say it does not recognize the cartridge.

    Can someone give me some advice?

    Hi artist1234,

    Welcome to the HP Forums.

    Why the printer does not is because the unit is not regionalized for this part of the country.

    To get the printer to work, you will need to contact HP Total Care so that a representative from HP can regionalize the printer for you.

    If you call in North America, the number is 1-800-474-6836.  Seeing that you are in Mexico, please click here to access the information page you need.

    Thanks for your time.

    See you soon,.

  • Time Machine (on Mac) does not detect the airport Time Capsule

    Originally posted on the page of the airport, but seems to be the better question for this group. Sorry for the double post

    Looking for advice on how to get the Time Machine utility for access to my Time Capsule. I use an iMac in late 2012 with MAC OS 10.12 TimeCapsule is 2015 7.7.7 running latest firmware. Airport utility is the latest firmware 6.3.7.

    When I run the application Time Machine, Time Capsule is not detected. I tried the two WiFi and with cables connected Ethernet (not tried USB yet) and my Time Capsule doesn't have a lightning bolt or firewire ports.

    Open Airport utility & see the airport time capsule. I can see all connected devices, including the MAC, but no prompt activation Time Machine on the Time Capsule.

    I recently used TM on this iMac with a G-Technology drive. It auto detects the time machine and executes a back up. But airport Time Capsule will not.

    Any suggestions?

    Sierra has been problematic with the TC.

    1. make sure you don't have any charge virus protection software. In fact, I would say that disable all software 3rd part at the moment.

    2. make sure that you can actually write to disk of TC.

    Attach the TC disc in the finder and copy a file on disk, you can delete it later... It's just to ensure that you have full write permission. If it does not for the most part, you won't be able to use Time Machine... If you can then try TM immediately...

    Just to be clear, the TC is a network device. You have tested with ethernet and wireless... Ok.. They are only suitable methods. You cannot use USB. And clearly, TC has never had nor will never be ports Firewire or lightning.

    3. no chance that a reset complete TC. This will not delete the files on the hard drive, but you must make sure that the device is configured on the current computer.

    4. There are many positions in these days... read through them and do some research. Sierra is a bleeding edge new... So wait you to spend a lot of the precious liquid if you choose to be an early adopt.

  • Equium M40X: Cannot print - not done. Print Spooler service does not

    My notebook Equium M40X has suddenly decided to stop from allowing me to print, gives me the message "operation was not completed. "print spooler service does not. I get this message even when you try to install the original installed printer drivers.

    To resolve this problem, I went to the services.msc to attempt to start the print spooler, but the command is not here present and seems to be missing. I also tried to launch it by clicking Start and then run and typing "net start spooler", but even once, it does not. Can anyone help with this?

    My laptop is an Equium M40X and the operating system is Windows XP Service Pack 2.

    Hello

    This error occurs because the spooler service has not been started or has stopped working.
    It seems that this error is known to Microsoft and they decided to public an article in the knowledge base that could help solve this problem.

    http://support.Microsoft.com/kb/314876

    As you say that the spooler service must be restarted.
    To start the spooler service, follow these steps:
    1. click on start and then click Control Panel.
    2. double-click Administrative Tools and then click Services.
    3. double-click on the Printer Spooler service and then change the startup type to automatic. This option sets the spooler service starts automatically when you restart the computer.
    4. If you want to start the spooler service immediately, click the Start button under the Service status field

    If you will not be able to restart the spooler service, you can try to restore the Windows operating system to the point initially by using the Windows System Restore tool.

  • Is it possible to display the dynamic value in the ToolTip? I tried: this.assist.toolTip.value = this.rawValue; for a text field 'property MouseEnter', but it does not display the current raw value. It displays a previous raw value of the field... Guilty

    Is it possible to display the dynamic value in the ToolTip?

    I tried:

    this.assist.toolTip.value = this.rawValue; for a text field on 'ownership' MouseEnter

    but it does not display the current raw value. It displays a previous raw value of the field...

    I wrote 'YYYY', but is not displaying on the first mouseEnter event

    Capture_1.JPG

    When I show event mouseEnter for the 2nd time it gives good value.

    Capture_2.JPG

    Now, I changed the "BBBB" value but the first mouseEnter event it displays the value previous i.e. "YYYY."

    Capture_3.JPG

    I found the solution. I wrote the script ("this.assist.toolTip.value = this.rawValue ;") on 'property MouseEnter' but the need to write the script to the "Output" of the field event. ")

    Thank you.

  • See the value of zero instead of "the value entered does not match the format of the field [].

    I use the simplified notation filed to perform subtraction on a budget form.

    They all have an excellent work and have no problem display a value of zero when it's a simple subtraction (value1-value2).

    However, on my last field I want to take the total income and subtract what I spent (approximately 40 fields) and get a balance zero.

    When I try to do it I get this warning "the value entered does not match the format of the field [].

    The calculation works fine and displays the correct value for all the foregoing ".» 01 "and displays negative numbers. 01 "and underneath as well (if I go on the budget), she just may not show a zero, which is my goal for this equal to zero each month.

    I tried to watch if the forms and have not found an answer that works even for my situation.


    Happy to post the form here, just do not know how to do it.

    Thanks in advance,

    The custom calculation script may be something like the following:

    Get the value of field of income, as a number

    var v1 = + getField("Income").value;

    Set up an array of domain names

    var aFieldsToSubtract =]

    "ThithesB,"

    "TailleB,"

    "EFundB,"

    "MortgageB,"

    "HomeItemsB,"

    "HomeRepairsB,"

    "ElecticB,"

    "GasB.

    "WaterB."

    "SewerB,"

    "TrashB,"

    "PhoneB."

    "InternetB."

    "AutoInsB,"

    "UmbrellaB,"

    "IdentityB,"

    "CosmeticsB,"

    "ToiletriesB,"

    "PocketEBB,"

    "PocketCBB,"

    "GiftsB,"

    "HouseSuppliesB,"

    "PersonalOtherB,"

    "PersonalOther2B,"

    "GroceriesB,"

    "RestaurantsB,"

    "ClothingB,"

    "CarGasB,"

    "CarRepairsB,"

    "CarOtherB,"

    "MedicalBillsB,"

    "MedicalOtherB,"

    "EntertainmentB,"

    "VacationB,"

    "DebtCarB,"

    "DebtStudentLoan1B,"

    "DebtStudentLoan2B,"

    "DebtStudentLoan3B,"

    "DebtCreditB,"

    "DebtOther1B,"

    'DebtOther2B '.

    ];

    Subtract the values in field

    for (var i = 0; i)< afieldstosubtract.length,="" i="" +="1)">

    v1-= + getField(aFieldsToSubtract[i]).value;

    }

    Set this field value by rounding the result to the nearest

    Event.Value = util.printf ("%.2f", v1);

    Do not think of this as a band-aid, think the correct way to perform the calculation, because it is. Note that "Thithes" may be a spelling error.

Maybe you are looking for

  • 4 ultrabook beats envy audio driver

    I need means beats audio drivermy product: B8F41EA #ABV

  • Bug min &amp; Max?

    Hi all I noticed a strange behavior in the min & Max node in the snippet below. It is set to compare items. According to the size of array, as determined by 'Dimension' the resultant y table for the 'Signal' gives different results. It is supposed to

  • How do components look as a whole instead composed of several elements?

    Here's what I mean. For example, I select CMOS 4011 and I offer myself to place 4 elements separate nand. Is there a way to show the entire 'body '?

  • OfficeJet 7612: cart officejet 7612 'Jam '.

    I changed my ink cartridges and now it seems that one jumped back when the truck went all the way to the right and now is stuck. How can I fix? I'm about to remove this thing or not by the window. And I have a project for the work that must be done a

  • Volume mixer creates multiple instances of application

    I am running windows7 64 bit... Apllication for after effects cs4 32 bit creates a new instance every time I use the volume mixer to fight against it... and it delete or refresh after aftereffects is closed... How can I remove the additional instance