Does anyone know how I can create a text field in a pdf document that will multiply a total in another box?

does anyone know how I can create a text field in a pdf document that will multiply a total in another box? I’m making an interactive pdf for an order form (attached), and I need to find a way for the “total quantity” number to multiply by 9 and total in the “Amount Due” box.

Hey Gary,
Have a look at this post: Re: horizontal scrolling similar to excel
Andy's reply will show you how to make a table scroll horizontally, but it will be tough to accomplish it in some sort of easily replicable way. I am working on a JQuery extension that will help accomplish this, but I have had my time invested in another project at the moment.
Good Luck,
Tyson

Similar Messages

  • Does anyone know how I can create "facing pages" in new Pages? I could do it in Pages 09, but can't find the option in new Pages.

    Does anyone know how I can create "facing pages" in new Pages? I could do it in Pages 09 but can't find the option in new Pages. I have documents created in Pages 09 and want to do some further work on them, but am now using new pages.

    There were 100+ features that didn't make it into the "new & improved, rewritten from the ground up” Pages 5. Some have returned with the updates & there are some new features that are worthwhile, but there are still 90+ features missing. Leave feedback for the Pages team using the link in the Pages menu and review & rate the new versions in the Mac App Store.
    If you previously had iWork '09, those apps are still in your Applications folder in a folder named iWork '09. You can continue to use them to get things done.

  • Does anyone know how I can create a password for my java netbeans applicati

    Hi, Iv made a small program but I would like to password it to gain extra marks. I'd like a message to show on opening the application inviting them to log in using their user details. Ideally a correct password should be required but it dosent really matter. At the moment I have come up with this code, but im not sure how to get it to work when the application is openend. If anyone can edit or tell me how to get it to pop up a password required message I'd be really greatful.
    public class TestApp implements ActionListener {
    JTextField textField;
    public void actionPerformed(ActionEvent e) {
    JButton button = (JButton)e.getSource();
    String ac = button.getActionCommand();
    if(ac.equals("log in"))
    System.out.println("logging in..." + textField.getText());
    // Verify name and password. If okay, you can
    // show the next panel in a CardLayout. This
    // next panel can have your display animation
    // and controls on it.
    private JPanel getContent() {
    textField = new JTextField(12);
    JButton logIn = new JButton("log in");
    logIn.setActionCommand("log in");
    logIn.addActionListener(this);
    JPanel p = new JPanel();
    p.add(new JLabel("name:"));
    p.add(textField);
    JPanel panel = new JPanel(new BorderLayout());
    panel.add(new JLabel("sign in", JLabel.CENTER), "North");
    panel.add(p, "Center");
    p = new JPanel();
    p.add(logIn);
    panel.add(p, "South");
    return panel;
    }

    You might be more interested in inputting and validating a password before your GUI application starts. If so (and you're using at least Java 6) then use the Console class. Here's an example:
    http://www.javadb.com/masking-a-password-with-the-console-class
    Additionally, here is Sun's tutorial on a GUI password input panel:
    http://java.sun.com/docs/books/tutorial/uiswing/components/passwordfield.html

  • Hello - Does anyone know how I can color the middle of a two circle Venn Diagram in InDesign CS6?

    Hello - Does anyone know how I can color the middle of a two circle Venn Diagram in InDesign CS6?

    I essentially do what Ellis recommends, although I usually use a somewhat different method:
    Draw two circles
    Copy and paste in place
    Select the topmost circles
    Use Object -> Pathfinder -> Intersect, which creates the green object in Ellis' screenshot
    Then grab the bottom-most circles and use Object -> Pathfinder -> Exclude Overlap
    Lastly, with your Exclude Overlap circles still selected, use Release Compound Paths.
    This has the same effect, but I don't love the anchor-points-and-scissors method myself. Many years ago I taught myself Illustrator with a flaky mouse on an irregular surface; it left me with a pathological hatred of tasks that require fiddly mouse-work. So I have keyboard shortcuts for all of the above, and can select all of the objects without having to very carefully mouse over a path. If you're fast with fiddly mouse-work, Ellis' method will probably work better for you than mine.

  • When I try to print a 4X6 photo using Elements 12 it prints out 2X3.  Does anyone know how you can get hold a live person at Adobe?

    When attempting to print a 4X6 photo using Elements 12 it prints out 2X3.  Does anyone know how you can get hold of a live person at Adobe?

    I've never done a forum and am not exactly sure what to do from here.   I
    know how to do a screen shot on my phone, but not on my computer. 
    I'm about ready to throw every adobe product I have out the window!   If
    you purchase a product you should be able to get support from the  company.
    In a message dated 4/6/2015 3:04:02 P.M. US Mountain Standard Time, 
    [email protected] writes:
    When  I try to print a 4X6 photo using Elements 12 it prints out 2X3.  
    Does anyone know how you can get hold a live person at Adobe?
    created by Peru Bob (https://forums.adobe.com/people/Peru+Bob)  in 
    Photoshop Elements - View the full  discussion
    (https://forums.adobe.com/message/7412463#7412463)

  • I downloaded an upgrade to my adobe reader today, and ever since my search engine has switched to yahoo and wont change back to google. I have a macbook pro, help please? Does anyone know how I can change this back? I have tried through my settings but it

    I downloaded an upgrade to my adobe reader today, and ever since my search engine has switched to yahoo and wont change back to google. I have a macbook pro, help please? Does anyone know how I can change this back? I have tried through my settings but it doesnt work

    Hi Timia,
    If you are using Safari as a web browser :-
    Open Safari, go to Safari menu > Preferences > General, and put Google as the homepage. Then, choose Google as your default search engine.
    If you are using Google Chrome as the web browser :-
      Open Google Chrome.
      In the top right corner of the page, click the Chrome menu Chrome menu > Settings.
      In the "Search" section, select Google from the drop-down menu.
    Let me know if you still experience any issue.
    Regards,
    Aadesh

  • Does anyone know how i can view PDF files using Galaxy Note 2?

    Does anyone know how i can view PDF files using Galaxy Note 2?
    This is what i have been doing;
    I click on the file i wish to view (via a portal)
    this file goes to notification widget (i drag down screen)
    notification/message says download complete
    i click on notification/message
    nows it says complete action using (here i only have 2 icon options 1= DB Text Editor 2 = HTML Viewer)
    I have installed Adobe Reader.

    Can you confirm if the downloaded file is a pdf file, that is it ends with .pdf?

  • Does anyone know how i can embed a browser in my JFrame?

    In microsoft technologies they have OLE, where I can embed Internet Explorer into any application written in VB or C++ (or C Sharp).
    Does anyone know how I can do this with Java? Is there a way to make a java applet that has a browser in it?
    And then if there is, can I also put an invisible layer on top of that, and paste JLabels and stuff into that, over the browser window?

    Have a look at JEditorPane.
    From the API Guide:
    A text component to edit various kinds of content. This component uses implementations of the EditorKit to accomplish its behavior. It effectively morphs into the proper kind of text editor for the kind of content it is given. The content type that editor is bound to at any given time is determined by the EditorKit currently installed. If the content is set to a new URL, its type is used to determine the EditorKit that should be used to load the content.
    By default, the following types of content are known:
    text/plain
    Plain text, which is the default the type given isn't recognized. The kit used in this case is an extension of DefaultEditorKit that produces a wrapped plain text view.
    text/html
    HTML text. The kit used in this case is the class javax.swing.text.html.HTMLEditorKit which provides html 3.2 support.
    text/rtf
    RTF text. The kit used in this case is the class javax.swing.text.rtf.RTFEditorKit which provides a limited support of the Rich Text Format.

  • I just got my new iPhone4 set up today and it has pulled in every email that is in my desk top as being unread.  Yet I have read all the emails.  Still the iPhone thinks they are unread.  Does anyone know how I can delete all of these at one time?

    I just got my new iPhone4 set up today and it has pulled in every email that is in my desk top as being unread.  Yet I have read all the emails.  Still the iPhone thinks they are unread.  Does anyone know how I can delete all of these emails at one time from the phone?

    I have taken it back to the Apple store genius bar, but they say they don't see anything wrong. Well unless you use it all day and experience the problems when they happen, you wont see anything wrong. But there are lots wrong with it. But this would be the same store as I purchased the phone. And they backed up my old Iphone 4, but were not able to get anything to load back onto my new phone. So, I lost pretty much everything. But over time, some of my contacts have started showing up, although i am still missing over 800 of them.

  • HT5621 When I got my new iPhone and was trying to switch everything over I accidentally set up a new icloud account with one email and had one on my old iphone with another account. Does anyone know how I can merge the two accounts?

    When I got my new iPhone and was trying to switch everything over I accidentally set up a new icloud account with one email and had one on my old iphone with another account. Does anyone know how I can merge the two accounts?

    You cannot merge Apple IDs but you can go to Settings > iCloud and 'Delete Account'.  When prompted to turn off documents and data, choose the only option which is Delete from my iPhone, but on the other prompt for Contacts, Calendars, etc you can choose 'Keep on my iPhone'  Then once the Account is Deleted form the iPhone, log back in with the correct Apple ID and choose Merge when prompted.  This will merge your data from this iPhone with that iCloud account effectively putting your devices on the same account.

  • I know my Game Center username and password, but I don't know the email (or maybe apple id) that is for my account. It is not my normal one. I can't log in with just my username, so does anyone know how I can get my email?

    I know my Game Center username and password, but I don't know the email (or maybe apple id) that is for my account. It is not my normal one. I can't log in with just my username, so does anyone know how I can get my email?
    Can you help me please

    Dear
    I have worked renovation of the device and have an account, but I forgot my email
    I do not know E-mail has been linked in game center
    I have a name defined in game center
    Do I have the possibility of knowing E-mail has been linked in game center

  • My MacBook has been "moving to trash" 4 items for a LONG time now.  I can't force quit this or stop it in any way. Does anyone know how I can get this to stop, I'm pretty sure its slowing my whole system down because it is constantly working on this.

    "Moving Items to Trash" has been up on my desktop for days now. I don't know who to get rid of this and believe its slowing my WHOLE system down.  Does anyone know how I can get rid of this, cancel it, forece quit, or anything? HELP!

    Try force quitting
    Press Command + Option + Esc

  • I authorized my home sharing on my itunes for mac to share to my itunes on windows PC, but for some reason my music isn't fully sharing/syncing. Does anyone know how I can solve this problem?

    I authorized my home sharing on my itunes for mac to share to my itunes on windows PC, but for some reason my music isn't fully sharing/syncing. Does anyone know how I can solve this problem?

    Hi, Dave.
    If you're using the BlackBerry browser, you can't configure anything to bypass the RIM servers.  I believe you may do so by using the Opera browser, but I haven't tried it myself so cannot comment with authority.
    I hope that clears up the issue for you. 
    - If my response has helped you, please click "Options" beside my post and mark it as solved. Clicking the "thumbs up" icon near the bottom of my response would also be appreciated.

  • I'm having problems upgrading from 10.6.8 to Yosemite.  My computer locks up after the download and installation process.  Does anyone know how I can overcome this problem?

    I'm having problems upgrading from 10.6.8 to Yosemite. My computer locks up after the download and installation process. Does anyone know how I can overcome this problem?

    Repair the Hard Drive and Permissions
    Boot from your Snow Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.

  • I got new iphone and when i connect it to my pc, it lost all my current data and replaced it with the backup on my computer, which is from april. so i have lost all my calendar information and schedule. does anyone know how i can reverse this?

    i got new iphone and when i connect it to my pc, it lost all my current data and replaced it with the backup on my computer, which is from april. so i have lost all my calendar information and schedule. does anyone know how i can reverse this and get my information back?

    Every backup replaces the old one, so, unless you included the backup folder in your computer backup routine, you can't get back your calendar info.
    The only time iTunes will not replace a backup is, when you use it to restore from, this one will stay in the backup list in iTunes.
    More info on backups here: http://support.apple.com/kb/HT1766

Maybe you are looking for

  • Library too Large for Vault?

    I just bought an iMac 27" with Mavericks.  I was on an iMac running Snow Leopard and Aperture 3.2.4.  I used Migration Assistant to move everything over and updated to Aperture 3.5.1.  My Aperture Library is 550 GB (40,000 images).  Now I can't use V

  • N97 - BUGS BUGS BUGS !

    Hi, I am an Indian IT Professional from Saudi Arabia. I recently bought an N97 and upgraded the firmware to v12. BUGS BUGS BUGS... I seriously dont know when Nokia will grow and create bulletproof OS! Following are the most annoying bugs/problems I h

  • Use Members on Data Form is unvalid if the Run on Save setting is not on

    Hi, I found a problem of the setting Use Members on Data Form is unvalid if the Run on Save setting is not on. It will just get the default value of the variables but not the form members, I don't know whether it is a bug or a normal behavior. Does a

  • Finder Keeps Crashing From Last Update

    Is anyone still having that problem when the finder resets itself every 90-120 sec? If anyone has found a for-sure 100%-proof solution to this, please share! Thanks!

  • Premiere Pro CC - error on export through media encoder.

    Hi, I recently upgraded to Premiere pro CC.  Everytime I try to export through media encoder the exports errors right at the end of the render. It keeps prompting . Error - Disk Full.  Thng is that I have 339 gig Available on the destination drive. -