Can change "place" programmatically?

I have a form that has multiple pages. During its use a modified copy of the form may be emailed. Before it is emailed all of the information (controls, text data) on page 1 is hidden and some on page 2.
If I set the "place" (from the pagination tab of the subform) to "following previous" I get a one page email attachment -- this is what I want. in essence all of page one stuff is hidden and since its all flowed, the stuff on page two flows up onto page one. BUT... before emailing the stuff starts on the bottom of page 1.
However, I also need the data on page 2 to start at the top of page 2 when it is being worked with before the email.... and to do this requires a different "place" setting. (if I set it any other way than above, the email becomes a blank page followed by a page with the data on it. I do not want the blank page and I do not want the stuff from page 2 to flow up on to the page one before the email.
If I could set place programmatically, I could change it before emailing... and this would be great.
but I can't find the javascript to do this... sounds like it would be a simple statement...

Just want to add something onto cor-el answer. If you don't see the "Reload" button in the "Customize" window, you'd have to drag the "Reload" button from the location bar into the window, from there, you can drag it to anywhere you like. I found this out because I didn't see the "Reload" button in the "Customize" window and thought I couldn't do anything about it.

Similar Messages

  • Why did in the right-click menu the "open in a new tab" and the "open in a new window" -buttons change places? And can you change it back?

    With the Firefox 4 RC, the "open in a new tab" and the "open in a new window" -buttons have changed places. It's quite annoying because I normally do it without even looking at it, but now it always opens in a new window instead of a new tab. Is it possible to change it back? Maybe in your own settings?

    You can use the menu editor extension to rearrange menu items - https://addons.mozilla.org/firefox/addon/menu-editor

  • How I can change ipad mini mobile number I initially requested and to place the wrong number

    how I can change ipad mini mobile number I initially requested and to place the wrong number

    If you're refering to your uphone number thats set up to be used with imessage on your ipad, then that is associated with your apple id and has to be changed there first.
    My Apple ID
    https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/
    Then on your ipad, sign out of messages. Go to settings/messages/tap on send and receive/tap on apple id/sign out
    Then sign out of messages on phone and then back in.
    Then sign into messages on ipad again, number should appear
    http://support.apple.com/kb/HT5538

  • I have a Windows Server 2008 R2 system. I am using Adobe Acrobat XI Pro. I am looking for the place where I can change the default font from Minion Pro to Calibri? Tools, Content Editing, Formatting

    I have a Windows Server 2008 R2 system. I am using Adobe Acrobat XI Pro. I am looking for the place where I can Change the Default font from Miinion Pro to Calibri?
    Tools, Content Editing, Formatting

    You can't change it.
    On Tue, Jan 13, 2015 at 11:22 AM, tonywaidmann <[email protected]>

  • Text caption - changing place when displayed in different browser

    Hi,
    I just finished my playbar and I discover problem with text caption (with action SlideCount - once again many thank for Lilybiri). During tests in different web browsers tc is changing place as you can see it below:
    Safari, Firefox and Opera are ok but Chrome and internet explorer are not. I was testing browsers on mac and pc - same result.
    Any ideas?
    Michal

    Hi Pozwin,
    Thank you for contacting Adobe Support.
    Please check your P.M. which we have send you.
    Thanks
    Loveesh Kuma

  • The new format on FF4 is confusing and difficult to use. Is there a setting where I can change it to show the FF3.6 format?

    Myself and several of my friends were discussing the new Firefox layout for Firefox 4.0, and we find it difficult to use. We would like to have the option of using the new Firefox with the old 3.8 layout. That would make it much easier to use. One of my friends is vision impaired and having become accustomed to the old layout, is finding it almost impossible to transition.
    I have uninstalled FF4.0 and re-installed FF3.8 so that I can have the familiar layout. Others are doing the same.

    If you do not like the new appearance of Firefox 4 then you can change some setting to restore the Firefox 3 appearance.
    You can right click the orange Firefox button to open the toolbar menu.
    * Click the Menu Bar entry to make the Menu Bar visible.
    * Click "Tabs on Top" to remove the check mark and place the Tab Bar at its original position just above the browser window.
    Firefox 4 uses a combined Stop/Reload/Go button that is positioned at the right end of the location bar.
    During the page load process it shows as a Stop button and after the loading has finished the button is changed to a Reload button.
    If you type in the location bar then that button becomes a Go button.
    You can middle-click that Reload button to duplicate the current tab to a new tab.
    In Firefox 4 you no longer have the Status bar that showed the padlock in previous Firefox versions.<br />
    The padlock only shows that there is a secure connection and doesn't guarantee that you are connected to the right server.<br />
    So you might still be connected to the wrong server if you make a typo in the URL and someone has claimed that mistyped URL.<br />
    The functionality of the padlock has been replaced by the [[Site Identity Button]] on the left end of the location bar.<br />
    See also:<br />
    * http://www.dria.org/wordpress/archives/2008/05/06/635/
    * http://www.mozilla.com/firefox/features.html

  • How can i place button on top right hand corner of the tabbed pane

    Hi all,
    i want to place button on top right hand corner of the tabbed pane, just run the code below, i have add button(it going to insert tab into tabbedpane), i want to place that tab into top right hand corner of the tabbedpane (not inside the tab itself). if i set tab policy setTabLayoutPolicy(JTabbedPane.SCROLL_TAB_LAYOUT), it will give two button at right hand corner along with those buttons i want to and one more add button.
    please suggest so that i can move forward.
    Thanks in advance
    import java.awt.Dimension;
    import java.util.HashMap;
    import javax.swing.JPanel;
    import javax.swing.JTabbedPane;
    * @author  Dayananda.BV
    public class TabpaneDemo extends javax.swing.JFrame {
        /** Creates new form TabpaneDemo */
        HashMap<Integer, tabpanel> panelMap = new HashMap<Integer, tabpanel>();
        public TabpaneDemo() {
            initComponents();
            createFloorPlan();
            getContentPane().setPreferredSize(new Dimension(400,400));
            jTabbedPane1.setTabLayoutPolicy(JTabbedPane.SCROLL_TAB_LAYOUT);
        /** This method is called from within the constructor to
         * initialize the form.
         * WARNING: Do NOT modify this code. The content of this method is
         * always regenerated by the Form Editor.
        // <editor-fold defaultstate="collapsed" desc=" Generated Code ">                         
        private void initComponents() {
            jTabbedPane1 = new javax.swing.JTabbedPane();
            add_tab_button = new javax.swing.JButton();
            setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
            add_tab_button.setText("+");
            add_tab_button.setMargin(new java.awt.Insets(0, 0, 0, 0));
            add_tab_button.addActionListener(new java.awt.event.ActionListener() {
                public void actionPerformed(java.awt.event.ActionEvent evt) {
                    add_tab_buttonActionPerformed(evt);
            javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
            getContentPane().setLayout(layout);
            layout.setHorizontalGroup(
                layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
                .addComponent(jTabbedPane1, javax.swing.GroupLayout.DEFAULT_SIZE, 400, Short.MAX_VALUE)
                .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
                    .addContainerGap(308, Short.MAX_VALUE)
                    .addComponent(add_tab_button, javax.swing.GroupLayout.PREFERRED_SIZE, 25, javax.swing.GroupLayout.PREFERRED_SIZE)
                    .addGap(67, 67, 67))
            layout.setVerticalGroup(
                layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
                .addGroup(layout.createSequentialGroup()
                    .addComponent(add_tab_button)
                    .addGap(8, 8, 8)
                    .addComponent(jTabbedPane1, javax.swing.GroupLayout.DEFAULT_SIZE, 292, Short.MAX_VALUE))
            pack();
        }// </editor-fold>                       
        private void createFloorPlan(){
            tabpanel floorplan_Panel = new tabpanel(panelMap.size()+1);
            panelMap.put(floorplan_Panel.getTabIndex(), floorplan_Panel);
            jTabbedPane1.add(floorplan_Panel, floorplan_Panel.getTabName());
            jTabbedPane1.setSelectedIndex(jTabbedPane1.getTabCount()-1);
        private void add_tab_buttonActionPerformed(java.awt.event.ActionEvent evt) {                                              
            createFloorPlan();
         * @param args the command line arguments
        public static void main(String args[]) {
            java.awt.EventQueue.invokeLater(new Runnable() {
                public void run() {
                    new TabpaneDemo().setVisible(true);
        // Variables declaration - do not modify                    
        private javax.swing.JButton add_tab_button;
        private javax.swing.JTabbedPane jTabbedPane1;
        // End of variables declaration                  
        class tabpanel extends JPanel{
            private int tabIndex = 0;
            private String tabName ;
            public tabpanel(int tabIndex) {
                this.tabIndex = tabIndex;
                if(tabIndex >= 10) {
                    tabName = "Floor Map"+tabIndex;
                } else{
                    tabName = "Floor Map"+tabIndex+"  ";
            public int getTabIndex(){
                return tabIndex;
            public String getTabName(){
                return tabName;
    }Thanks
    Dayananda B V

    This part of tabbed pane is not customizable as it lies in the ComponentUI(TabbedpaneUI) portion of the tabbedpane.
    But I can point out the place u can change to bring the desired feature into effect.
    U can find an Inner class called ScrollableTabSupport
    Look for the methods createButtons where u can create extra buttons and add to the tabbed pane.
    The Inner class also implements actionListener where u can implement the action for the button u added.
    By this method U have to use your own extended TabbedPaneUI which u cant escape from.
    Hope this will help u.

  • Can I place an clipped eps image into a PSD file?

    WINDOWS
    CS2 Photoshop
    I just started using CS2 - Can I place an eps image (saved with a clip path created in PSD) into a PSD file? I used to be able to do that in PSD 7.
    When I place the eps file into PSD, I don't get the clip I get the entire image.
    I made sure that I saved the file with the clip path.
    Any thoughts? Thanks for the help.

    Not that I'm aware of. The whole vector stuff has been changed for CS2, including completely revised file format loaders and later on the addition of smart objects of course, which of course is what you would do in CS3...
    Mylenium

  • OT: Did you know you can change your profile to show your real name, rather than just your Adobe ID?

    I realize this is off-topic for this particular forum, but I hope it may help some readers. Since this forum is "where I live" in the Adobe forums, I wanted top share it here first. Perhaps after some feedback to refine things, I may post it elsewhere (another forum perhaps, and/or my blog).
    As I was answering a question from someone, finding myself again able only to refer to them by their brief Adobe ID (which often seems to have no connection at all to their name), I wondered:
    Do people realize that they can change their forum identity so that their real name (or whatever other identifying info) shows up rather than just their brief Adobe ID? It's just that some folks would much prefer "talking" with someone by refer to them by their real name (or at least something more than just their Adobe ID).:-)
    I suppose some may choose intentionally to remain “relatively anonymous” with just that ID to identify them, but I think many more simply don't know that they *can* change what's shown. You can. But it seems we can't do it inside the forums software itself.
    Instead, we just need to modify our "Adobe account" to associate a name with our ID (which of course could have benefit in other places where our names might be used).
    You can do by going to https://www.adobe.com/account.html, then choose “My Information” (and login if prompted). Then, on the page shown, under the section “My Personal Profile” you can fill in the first and last name fields. (You can also your password here, and it seems even your username.)
    It may be possible that after making that change, you would need to sign out and back into the forums (forums.adobe.com) for the change to be picked up, but if it is, you should then see "Welcome [your name]" in the top right corner of the forums page, if it's worked.
    And now any forum messages you create should have that name at the top of the message when people read it, and it would also be in the FROM address if people receive it as email (note we're NOT talking about your email address. That is never shown. If people reply to forum messages received by email, the reply goes back to a generic forum email address.)
    Hope all that's helpful to someone.
    BTW, I had done the change myself a long time ago, so I'm retracing these steps now for others to do it. If you try it and can confirm that it works, please drop a note here. Thanks.

    It works, thanks!

  • Word document is changing place on desktop after save

    Hi!
    I have more word documents ( .doc ) on my desktop. If i open it, and do some changes, and after saving and closing it, the file changes place on the desktop. If my file was placed on the the right side at
    the desktop, after editing it, it will be moved to the left side. It will always move to the left side. I also noticed that this problem only occurs if my word file is saved as .doc. If i save my file as .docx, then it's fine. I have Windows 7 Professional
    32 bit installed.
    Can someone tell me, how to fix this?
    Thanks,
    kampi

    Hi Luke,
    Yes, i have a wide screen monitor ( Dell 2009W ) with a resoulotion of 1680x1050. However this happens also on a laptop ( Dell Latitude E6510 ) with a resulotion of 1600x900, so i don't think that the resulotion would be the problem. UAC is turned off.
    I tried the clean boot method what you said. I have turned off everything, but the problem was still persist, so i think this could be some problem with word, because if i edit and save a .doc file, then a .tmp file will be created on the place of my original
    file, and in the meantime the original file will moved to another location. It is interesting that on Windows XP this problem doesn't occured, not even a tmp file will be created and the .doc file stays on it position.
    Unfortunetly the second method what you mentioned is not a solution, because then every time a user opens a .doc file, then he/she has to restore his/her icons.
    kampi

  • Changing resolution programmatically

    Hello all,
    Does anybody know how to change resolution programmatically using java.
    Even in C or C++ so that i can use JNI.
    I can get the resolution by
    java.awt.Toolkit.getDefaultToolkit().getScreenSize();
    but i am not able to set the resolution. Please suggest the solution for java 1.3

    Not currently possible. Planned for a future release.
    Regards,
    Jerry

  • Can i place controls from the properties dialog of an express vi on the front panel?

    I'm using the spectral measurements express vi in my vi and I'd like to put the "window" and "number of averages" controls from the properties dialog on the front panel. However, there are not outputs on the express vi icon for these parameters. Can I place controls for these on the front panel somehow or do I always have to go into the block diagram and open the properties dialog to change the values?

    The way to do this is to right click on the express VI and select Open Front Panel. This will convert it to a standard subVI. then go into the subVI and replace the Spectrum Averaging and Spectrum Window constants to front panel controls by right click on them. Right click the icon and select Show Connector. Wire the new controls to a free terminal on the connector. You may have to add additional terminals if there aren't any available to wire to the new controls.

  • Can I place my preferred folders from my machine into Captivate project library?

    Hello everyone.
    I have created a SWF(it may be of 2.0 or 3.0 versions) file which loads images and audio files dynamically from a source folder using XML and JavaScript.
    I want that SWF file to play in my captivate project.
    Is that possible ?
    Or can we place the source folder in captivate project library and interact the SWF file to the source folder ?
    Please give me the possible solutions for my requirement....
    Thank you.

    Hi Larry,
    thank you for your reply.
    They were originally in "Computer - Users - (my user name) - Pictures - iPhoto library *show package contents* - Import
    (auto import folder is still in the iPhoto library if that makes a difference)
    when i originally removed the import folder to my desktop. i closed iPhoto, reopened it, and everything worked fine. Now that i've put it in my trash and reopen iPhoto, everything is still fine and intact. I was just afraid things might change once i hit 'empty trash'. Also, once i hit yes to emptying the trash, i get the message that "there are some locked items in the Trash. Do you want to remove all the items, including the locked ones, or just the unlocked items?"
    my gut feeling is that the import folder is just filled with junk that originated from my windows that my iPhoto won't recognize. but i'd rather be safe than sorry.
    thanks in advance for your response and help.

  • How to change Enumerator programmatically in LabVIEW called in Teststand

    How to change Enumerator programmatically in LabVIEW called in Teststand ?
    I know that Enumerator cannot be changed programmatically since the data type itself different from other controls like Ring and Combo box. 
    My application  involves in Property loader which will load the list of names to Enumerator during Initialization. And the same shall be used by operator to select in further steps for testing. I tried with Ring and combo box but it doesn't works because its not giving dropdown option in TestStand Steps to select the name.
    I need a drop down and also programmatically changing the value of the same variable. I had gone through all forum solutions regarding Enum, but I couldn't get any work around for this.
    Please suggest me a solution or best work around to do this.
    Thanks,
    Vijay
    L&T Limited
    Certified LabVIEW Developer
    India.

    Can you provide an example of how a ring control/combo box does not work?  This should be the way to do what you want unless I am misunderstanding exactly what you want to do.  In theory you could have a dynamic enumerator type, but there are lots of hoops to jump through using VI server and scripting and it is not worth the effort.  Aesthetically, you can make the ring control and enumerated data type look exactly the same.  I would be using a ring control.
    Please post an example of how it does not work.

  • I want to create a form that I can change at an instance that will store the information without replacing it

    I want to create a form that I can change at an instance that will store the information without replacing it: Here are examples of what i have:
    This is the form:  The True/False in column B are actually check boxes
    Date
    Job Name
    Start
    End
    Hours Worked
    Per Diem
    Wednesday, Mar 5, 2014
    Duke University
    7:30 PM
    2:30 AM
    7.00
    Arellano, Paul
    TRUE
    Wednesday, Mar 5, 2014
    Duke University
    7:30 PM
    2:30 AM
    7.00
    0.00
    Blackwell, Zach
    FALSE
    Christian, Charles
    TRUE
    Wednesday, Mar 5, 2014
    Duke University
    7:30 PM
    2:30 AM
    7.00
    0.00
    Christian, John
    FALSE
    Currence, John
    FALSE
    Curtis, Brandon
    FALSE
    Hawkins, Tyre
    FALSE
    King, Corey
    FALSE
    Nunez, Jose
    FALSE
    Rangel, Antonio
    FALSE
    Rice, Eric
    FALSE
    Salgado, Ricardo
    FALSE
    and the sheet that the index to looks like:
    Saturday, Mar 15, 2014
    Rice, Eric
    Providence College
    9:00 AM
    7:30 PM
    10.50
    1
    Saturday, Mar 15, 2014
    Rice, Eric
    Virginia Beach
    7:30 PM
    2:30 AM
    7.00
    Saturday, Mar 15, 2014
    Salgado, Ricardo
    0.00
    Sunday, Mar 16, 2014
    Arellano, Paul
    Providence College
    7:00 AM
    8:00 PM
    13.00
    1
    Sunday, Mar 16, 2014
    Blackwell, Zach
    0.00
    Sunday, Mar 16, 2014
    Christian, Charles
    0.00
    Sunday, Mar 16, 2014
    Christian, John
    0.00
    Sunday, Mar 16, 2014
    Currence, John
    Providence College
    7:00 AM
    8:00 PM
    13.00
    1
    Sunday, Mar 16, 2014
    Curtis, Brandon
    0.00
    I want to be able to fill out the form and it place itself into Sheet 1 without changing everytime.  I can index the array from the form, but it changes everytime.

    You think it would be the other way around.
    Just speculation, but forms probably came to iOS first because of likely use for data entry in the field that syncs back to the Mac.  On a small screen with a touch interface, forms make inputing values easier.
    On the Mac, with its bigger screen, typing directly into a data table often works well enough.
    SG

Maybe you are looking for

  • Bridge CS6 will not start in Windows 7

    Bridge CS6 (both 32 and 64) don't start in Windows 7.  Bridge starts in Task Manager for a few seconds, but goes away.  No errors, no logs. I have tried all the suggestions I've found within the forums, including checking settings,, temp environment

  • Nokia Suite Needs to be repaired continuous error

    Dear All, The Nokia Suite still not working since ver.3.89 update and giving the error "Nokia Suite needs to be repaired" .  Since that update and till this moment with all trials of uninstall & reinstall & New updates & New beta versions............

  • Exporting to JPG and keeping the bleed

    How do i export my indesign file with bleed into a jpg ?  I can do that if I export it to PDF.  But it don't have any option for me to do that if I export it to JPG

  • Control break statements in Scripts

    Hi All Please help me. What are the control break statements are possible in SAP Scripts for Main Window. Regards Praveen

  • After restoring iPhone 4S, Login password and Keychain password not working!!

    Hey! So last night my Girlfriend restored her iPhone 4S running iOS 7 as new to fix a battery issue she was experiencing. Before doing this she went through and backed up her photos using iPhoto. She then restored the iPhone as new and when it had co