Move TextFrame From One Page to Another (Indesign CS3 & VB )

Hello Friends!!!
I have create 5 pages catalog in indesign CS3 & i need to shift one Group From One page to another...can anybody help me to do this issue.
what i have tried is.......
Set MyPge = MyDoc.Pages.Item(3)
MyDsgn.Select MyPge.Groups.ItemByID(100)
MyDsgn.Cut
Set MyPge = MyDoc.Pages.Item(4)
MyDsgn.Paste
using this code group is pasting on page 3 again again. coz my screen is displaying page 3 it's not scrolling to page 4.......when i scroll to page 4 manually then it works. so the issue is how to scroll or how to activate perticular page on screen......plzz help me to do this......or is there any other way to solve this...
Thanks
Dhiraj

to change active page:
myInDesign.ActiveWindow.ActivePage = myPage4
call myInDesign.Paste
or you can move Group:
call myGroup.Move(myDoc.Pages.Item(4))
robin
www.adobescripts.com

Similar Messages

  • How do I move apps from one page to another?

    How do I move apps from one page to another?

    From a previous thread:
    Touch and hold any icon for a couple of seconds. They'll all start to wobble. Touch and drag the one you want to move to the side of the screen and the next screen will appear; drop the icon on whatever screen you want it on.
    You can also do it quicker in iTunes - connect the phone and click the Apps tab in the main window. You'll see a picture of your phone with the apps laid out. Just click and drag

  • How do you move icons from one page to another?

    How do you move icons from one page to another?

    hold down on an app till everything start shaking then move it to one side of the ipad and it'll change "pages" after a second or two.

  • In iWeb, how do I move pictures from one page to another??

    In iWeb, how do I move photos from one album/page to another?

    If there are a bunch of then, either drag the mouse over them to select them, or select them one by one while holding down the Command key.
    Then copy - Command C
    Now paste them onto the new page - Command V

  • Move items from one page to another

    this is the URL i am using to send parmeters from page one to page two.
    http://lpar106:7779/pls/apex/f?p=111:2:463000813039856:::::P1_ACCOUNT_NO,P1_COMPANY_INFORMATION1:&P1_ACCOUNT_NO.,&P1_COMPANY_INFORMATION1.
    this is the SQL i am using to receive the parmeters from the URL.
    select
    'f?p='
    ||:ACCOUNT_NO|| :COMPANY_INFORMATION1||'::::P1_ACCOUNT_NO,P1_COMPANY_INFROMATION1:'
    FROM
    select
    "LOAD_ID",
    "ACCOUNT_NO",
    "PERMIT_NO",
    "PERMIT_YEAR",
    "PAYMENT_TYPE",
    "PERMIT_VOIDED",
    "NO_OF_AXLES",
    "AXLE_1_FEET",
    "AXLE_1_INCHES",
    "AXLE_2_FEET",
    "AXLE_2_INCHES",
    "AXLE_3_FEET",
    "AXLE_3_INCHES",
    "AXLE_4_FEET",
    "AXLE_4_INCHES",
    "AXLE_5_FEET",
    "AXLE_5_INCHES",
    "AXLE_6_FEET",
    "AXLE_6_INCHES",
    "AXLE_7_FEET",
    "AXLE_7_INCHES",
    "AXLE_8_FEET",
    "AXLE_8_INCHES",
    "PERMIT_COST",
    "PERMIT_TYPE",
    "LOAD_TYPE",
    "TRUCK_TOTAL_WEIGHT",
    "TRUCK_TOTAL_WEIGHT_DESC",
    "TRUCK_WIDTH_FEET",
    "TRUCK_WIDTH_INCHES",
    "TRUCK_WIDTH_DESC",
    "TRUCK_LENGTH_FEET",
    "TRUCK_LENGTH_INCHES",
    "TRUCK_LENGTH_DESC",
    "TRUCK_HEIGHT_FEET",
    "TRUCK_HEIGHT_INCHES",
    "TRUCK_HEIGHT_DESC",
    "TRAILER_LOAD_FEET",
    "TRAILER_LOAD_INCHES",
    "TRAILER_LOAD_DESC",
    "COMPANY_INFORMATION1",
    "COMPANY_INFORMATION2",
    "TRUCK_MAKE",
    "TRUCK_LICENSE_NO",
    "TRUCK_LICENSE_ST",
    "TRAILER_MAKE",
    "TRAILER_LICENSE_NO",
    "TRAILER_LICENSE_ST",
    "ORIGIN",
    "DESTINATION",
    "ROUTING1",
    "ROUTING2",
    "CMNT1",
    "CMNT2",
    "CMNT3",
    "CMNT4",
    "CMNT5",
    "CMNT6",
    "CMNT7",
    "CMNT8",
    "CMNT9",
    "CMNT10",
    "CMNT11",
    "COMMODITY_DESC1",
    "COMMODITY_DESC2",
    "PERMIT_BEGIN_DATE",
    "PERMIT_END_DATE",
    "PERMIT_ISSUE_DATE",
    "PERMIT_VOID_DATE",
    "OVERRIDE_SINGLE_AXEL_WEIGHT",
    "OVERRIDE_DOUBLE_AXEL_WEIGHT",
    "OVERRIDE_TRIPLE_AXEL_WEIGHT",
    "DELETE_AXLE",
    "CHECK_NO",
    "FRONT_AXLE_WEIGHT",
    "MIDDLE_AXLE_WEIGHT",
    "REAR_AXLE_WEIGHT",
    "TRUCK_TOTAL_FEET",
    "TRUCK_TOTAL_INCHES",
    "AXLE_SPACING",
    "PERMIT_FEES",
    "HOLIDAY_MSG",
    "GOVERNMENT_PERMIT",
    "OVERRIDE_AXEL_ALL",
    "MULTI_ST_TAG",
    "PERMIT_AGENT_ID",
    "PERMIT_SPECIFICATIONS1",
    "PERMIT_SPECIFICATIONS2",
    "SUPER_LOAD_AXEL_NO",
    "AXEL_BOOSTER_WEIGHT",
    "MULTISTATE_PERMIT",
    "MODIFICATION_COUNT",
    "USDOT_NO"
    from "LEGACY_ODOW_PERMITS"
    where
    (upper(nvl(:P1_SELECT_PERMIT,"ACCOUNT_NO")) is null)
    or((upper(ACCOUNT_NO)) = (upper(nvl(:P1_SELECT_PERMIT,"ACCOUNT_NO"))))
    running the above SQL gives me this on page 2 instead of the report.
    'F?P='||:ACCOUNT_NO||:COMPANY_INFORMATION1||'::::P1_ACCOUNT_NO,P1_COMPANY_INFROMATION1:'
    f?p=::::P1_ACCOUNT_NO,P1_COMPANY_INFROMATION1:
    f?p=::::P1_ACCOUNT_NO,P1_COMPANY_INFROMATION1:
    f?p=::::P1_ACCOUNT_NO,P1_COMPANY_INFROMATION1:
    f?p=::::P1_ACCOUNT_NO,P1_COMPANY_INFROMATION1:
    f?p=::::P1_ACCOUNT_NO,P1_COMPANY_INFROMATION1:
    f?p=::::P1_ACCOUNT_NO,P1_COMPANY_INFROMATION1:
    f?p=::::P1_ACCOUNT_NO,P1_COMPANY_INFROMATION1:
    f?p=::::P1_ACCOUNT_NO,P1_COMPANY_INFROMATION1:
    f?p=::::P1_ACCOUNT_NO,P1_COMPANY_INFROMATION1:
    f?p=::::P1_ACCOUNT_NO,P1_COMPANY_INFROMATION1:
    f?p=::::P1_ACCOUNT_NO,P1_COMPANY_INFROMATION1:
    f?p=::::P1_ACCOUNT_NO,P1_COMPANY_INFROMATION1:
    f?p=::::P1_ACCOUNT_NO,P1_COMPANY_INFROMATION1:
    f?p=::::P1_ACCOUNT_NO,P1_COMPANY_INFROMATION1:
    f?p=::::P1_ACCOUNT_NO,P1_COMPANY_INFROMATION1:
    If i leave off the first selet statement i get the right parmeters in the address at the top of oage two
    http://lpar106:7779/pls/apex/f?p=111:2:463000813039856:::::P1_ACCOUNT_NO,P1_COMPANY_INFORMATION1:000215,fuchs
    Does anyone have any ideas? thank you

    First of all, your link looks strange:
    http://lpar106:7779/pls/apex/f?p=111:2:463000813039856:::::P1_ACCOUNT_NO,P1_COMPANY_INFORMATION1:&P1_ACCOUNT_NO.,&P1_COMPANY_INFORMATION1.
    would mean, you want to go to page 2 but you are populating items on page 1
    (P1_ACCOUNT_NO) with the values of itself...?!!!
    I have couple of examples on how to create links. I suppose, your links are generated
    in a report:
    http://htmldb.oracle.com/pls/otn/f?p=31517:23
    Denes Kubicek

  • I have three "pages" of apps, not all of which are full.  How do I move an app from one page to another to consolidate?

    I have three pages of apps, not all of which are full.  How do I move apps from one page to another to have full pages?

    Hook your iPad up to your computer and iTunes and move them from within iTunes.
    Or
    Hold down on one of  your apps until they all start to wiggle. Then hold down on the ones you want to move and drag them on the screen. Drag them to the middle left to move them left,(such as from page 2 to page one) middle right ot move them right,(from page 2 to page 3) rearrange as you want.
    When you're done, tap the home key and everything should stop wiggling.

  • I would love to be able to drag and drop items from one page to another from the plan window. Is that possible?

    In desiging my website, I would like to be able to move items from one page to another by dragging and dropping from the plan architecture screen. It might also help if the window could have a zoom in and out feature to facilitate that.

    I just tried zooming in the plan window and discovered it works.

  • How do i move an app from one page to another

    how do i move an app from one page to another? When I upgraded to the latest software on my 4s, the camera went to the last page rather than remaining on the home page

    What Rudegar says is true, but it's a lot easier to rearrange icons in iTunes:
    Connect your phone and open iTunes. 
    Click on the Apps tab. 
    You will see your home screen in the main window, with the other screens in a scrollable column on the right. Scroll down and click on the last page to put it in main window. 
    Now scroll the column so the home page is visible on the right.
    Click on the Camera and drag it onto the home page at the right. 
    Be careful not to accidentally insert it into another app, thereby creating a group.

  • How do I move an app icon from one page to another?

    I would like to organize my Ipad2 but can figure out how to move the app icon from one page to another.

    Tap and hold down on an app icon until it wiggles. Then hold down on the icon and drag it about halfway over to the next screen and just hold it there for a second or two and the app will jump to the next page. Do it slowly and just hold the app on the edge of the screen. Don't try to drag it over quickly. It takes a little practice.
    Tap the home button when you are done and the apps will stop wiggling.

  • Why the menu to move from one page to another is not seen when the page is online?

    On my web, I have different pages like 'Homepage' or 'Contact' but when I publish my web I can not see the menu.
    why the menu to move from one page to another is not seen when the page is online?
    Thank you,
    Roger.

    Where are you publishing and how are you uploading the files?

  • TS3274 How do I move icons from one screen to another?

    How do I move icons from one screen to another. 

    Hold down on one icon until they start shaking, then drag the icon to the edge of the screen, and the screen should slide to the next one, you can then drop it on that screen or drag it again to the edge to move to the next screen.
    Page 21 of the user guide explains this under Arranging Apps:
    http://manuals.info.apple.com/en/ipad_user_guide.pdf

  • Taking a REGION from one page to another

    Hi,
    is it possible to take a REGION from one page to another page ? If yes how ?
    Many thanks.

    You can copy it to the new page and delete it from the first one.
    To copy it:
    1. Open your page that contain the region.
    2. In the Regions division is icons for 'Edit All','Copy' and 'Create'. Click on copy.
    3. A list of your regions will show. Choose the one that you want to copy / move.
    4. The next screen asks you to which page you want to copy it. You can also specify if you want to take the items and buttons with.
    5. Click Next.
    6. Click Copy Region.
    Just remove it now from the first page.
    Elsie

  • Moving objects from one page to another

    Hi All,
    I need to move an image from one page to another...
    For example, on page 1, I have one image that needs to shifted to 5th page of the document. Is that possible?
    Vandy

    I will suggest the duplicate() method instead of the move() here.
    Advantage: the position of the object on  page 5 will be same as the original one:
    var doc = app.activeDocument;
    // "r" is the graphic frame containing the image
    var r = app.selection[0];
    //The duplicate() method will maintain position of the object as long it is NOT an anchored object.
    r.duplicate(doc.pages[4]);
    //Get rid of the original
    r.remove();
    Uwe

  • Having Trouble Moving Apps From One Page to Another

    I can easily move apps around on the same page. But I can't seem to move an app from one page to another. They stop at the side of the screen and won't move to the next page. Is there a secret to this or does it take fancy dexterity?

    It takes a little dexterity but if you have 9 pAges of apps then it takes pure magic to move any to the
    Tenth page. I still haven't been able to do it. I've discovered how to delete those pesky defAult apps though. You put them on the ninth page then drag another app onto page nine and push the other one right off. Disappears forever
    .y

  • Can I move applications from one user to another on the same computer?

    If I have two users on one mac, can I move applications from one user to another on the same computer?
    Thanks

    By default, apps are installed for all the users in /Applications

Maybe you are looking for

  • Case expression error with a select query in the condition

    Consider the two query below: 1. The first one use a case expression : select case when 3 > (select 1 from dual)*2 then 1 else 0 end from dual 2. The equivalent with a decode expression: select decode(sign(3-(select 1 from dual)*2),1,1,0) from dual T

  • New mac mini 2009 from box problems

    Hi, i am from Ukraine, my English is not good. It's bad. Smile But, i have problems whith my Mac Mini. My friend bought me a mac in USA and post it to me. When i unpack it and try to connect to my monitor i had a problem. Mini tunr on and LED turn on

  • What is the different between payment methods Wire and EFT

    Hi All can anybody tell me What is the different between payment methods Wire and EFT ? Regards ;

  • Setting the name of a Workstation

    Hello, I am currently playing around with Java and Bluetooth, is it possible to set the name of the computer workstation so when the dongle is connecting to a device it does not show the actual name of the workstation. Cheers Mark

  • InDesign Unable to See Image in Preview

    I'm very new to InDesign (day 1) and am working on a template for a flyer.  I am unable to see one image when I do a preview.  It does not appear when I export the file.  The forum is not allowing me to attach the file.  I have checked the attributes