To lock textBox in particular page

i have text box in First three pages but i want to lock the third page textFrame How to do . could anyone tell me.

var myDocument = app.activeDocument;
var myPage = myDocument.pages[2];
var myTextFrame = myPage.textFrames[0]; // Assuming there is only one textframe
myTextFrame.locked = true;
Thomas B. Nielsen
http://www.nobrainer.dk

Similar Messages

  • Locking cell references in Pages 2 tables... "$" works...

    One thing I haven't found any documentation on (I'll admit, it might be there, I just haven't yet found it) is that you can lock cell references in Pages 2 using "$", so that when you auto fill a column or row, it won't automatically change a particular cells reference if it is marked accordingly. if cell C1 is "=$A$1+B1" and is autofilled down column C, the calculation will be
    C1=$A$1+B1,
    C2=$A$1+B2,
    C3=$A$1+B3
    etc.... A1 is locked, while the B cell references change as expected.
    As I said, maybe it's there and I'm just looking in the wrong spot.
    G4 dual 1ghz Desktop, MacBook, iPod   Mac OS X (10.4.8)  

    yes, i think all dedicated spreadsheet programs do. but with the limitations that are in the tables ability (such as very basic arguments, the ones available being documented), it is a handy way of avoiding a lot of necessary filling, and can allow more complex tables to be built. look forward to more incorporated in Pages 3 with Apple apparently releasing a dedicated spreadsheet program with iWork.
    G4 dual 1ghz Desktop, 12 Powerbook G4, iPod   Mac OS X (10.3.9)  

  • Showing a particular page in release 2

    Hi
    I have determined that the following syntax will take me to a particular page within a page group:
    http://myserver.bla.com/pls/portal/url/page/EIP_NL/NOTLOGGEDINMAIN
    Is it possible to use this same syntax to get to a specific tab in a page group?
    Regards
    Harry

    why don't you create a dynamic page & just call that custom procedure inside.
    as you know your dynamic page will give you url to call from HTML forms action.
    /pls/portal/.......
    vikas

  • How to open-up a pdf file to a particular page via java? (file and page number from another program)

    I have created an Access 2003 Form. Data is entered. The data can be viewed once entered in the same form format, with one addition. The addition is a link to another program where we store files. The files stored are pdf documents. Each document is a scanned file (500+ pages). The link can open-up the pdf file. I want the link to open-up the pdf file to a particular page. I will supply the page number from the database.
    I am aware of Adobe Acrobat 7.0 PDF Open Parameters using a URL that specifies the file to be opened plus actions to be performed once the file is openend (i.e. http://example.org/doc.pdf#page=3). However, the 3rd party program transfers a file from a server to the client via java. The file does not go via a web browser. The java code transfer the file directly from the file server to the the client.
    Any idea how to accomplish the task of viewing a particular page with the process flow described?
    I am using Adobe Acrobat 7.0 Professional.

    So you are reading this file in a standalone version of Acrobat? If so then use the PDF Open Parameters /a option via the command line.
    Sabian
    Example:
    C:\Program Files\Adobe\Acrobat 7.0\Acrobat>Acrobat.exe /A "zoom=1000=OpenActions" "C:\Program Files\Adobe\Acrobat 7.0\Acrobat\SimpleSubmit.pdf"
    Where:
    Path to Acrobat: C:\Program Files\Adobe\Acrobat 7.0\Acrobat>Acrobat.exe
    Note: The example starts in the Acrobat application directory
    Switch: /A
    Parameter Syntax: "zoom=1000=OpenActions"
    Path to file: "C:\Program Files\Adobe\Acrobat 7.0\Acrobat\SimpleSubmit.pdf"
    Note: The quotes are very important for the syntax to work appropriately.

  • How to Print Particular Page in Smartform

    Hi ,
         Anyone Give me steps to Print Particular Page when Printing Several Forms in One Print Request .
        Am Using smartform Within the Loop , So  i Used SSF_OPEN And SSF_CLOSE. When am printing the Smartform i gave particular    Page in Dialog Box , But all the pages are Printed.
        Please Help me to Solve this Problem.
    With Regrds
    Kesavaperumal

    Hi Kesav,
    You can do this in Print Control Dialog, when you give printer name as LP01 or LOCL , just below that, one input field 'Page Selection' is available,
    You can give like
    Pages selected for printing
    You can define which pages should be output in the page selection.
    All pages are printed if an entry is not made here.
    You can either specify individual pages or a range of pages. These entries are separated by a comma.
    Examples:
    4     only page 4
    2-5   pages 2 to 5
    -20   up to and including page 20
    3-    from and including page 3
    4,8-10,15-   pages 4, 8 to 10, and page 15 onwards.
    And If you need to control the rpinted copies from the program , you can try with the OUTPUT_OPTIONS-TDPAGESLCT parameter of Functionmodule (which is generated from Smartform).
    Hope this solves your issue
    Rgds,
    Sripal

  • HOW TO DISPLAY THE TEXT ON A PARTICULAR PAGE IN SAPSCRIPTS

    HI,
       HOW TO DISPLAY THE TEXT ON A PARTICULAR PAGE IN SAPSCRIPTS?

    in ur script main window
    /: IF &TTXSY-PAGE& = 15.              
    ur text or standard text           
    /: ENDIF.                             
    use this.
    hope it helps if any issues revert back

  • How can one print a particular page or pages from a Word Document using ActiveX or any other technique?

    I've been trying to print  a few pages from a Word document.
    Currently I am able to print the entire document using some ActiveX techniques.
    There seems to be facilities for selecting the particular pages, however so far I cannot get them to work.
    I have tried the From/To and the Pages in the PrintOut invoke node.
    And as you will see I have also tried the Range node.
    Anyone have some ideas on how to do this?
    Please see the attached vi.
    Thanks,
    Chris
    Attachments:
    ActiveX Print.vi ‏15 KB

    Please stick to your original post.
    Please have some patience.

  • How to create pageInstance for a Particular page using page lable?

    Hi,
    Please guide me on how to create a PageInstance Object for a Particular page , if we got the pagelabel.
    Thanks in advance.

    You need to write a logic, show header and footer when the particular is page is hit.
    <jsp:directive.page import="com.bea.netuix.servlets.controls.application.DesktopPresentationContext,
    com.bea.netuix.servlets.controls.page.PagePresentationContext"/>
    <jsp:scriptlet>
    DesktopPresentationContext desktopCtx = DesktopPresentationContext.getDesktopPresentationContext(request);
    BookPresentationContext mainBookCtx = desktopCtx.getBookPresentationContext();
    String activeBookDefLabel = mainBookCtx .getActivePage();
    BookPresentationContext activeBookCtx = mainBookCtx.getBookPresentationContextRecursive(activeBookDefLabel);
    String activeBookTitle = activeBookCtx.getTitle();
    String activePageDefLabel = activeBookCtx.getActivePage();
    PagePresentationContext activePageCtx = activeBookCtx.getPagePresentationContextRecursive(activePageDefLabel);
    String activePageTitle = activePageCtx.getTitle();
    if(!activePageTitle.equals("whatyouwant"){
    </jsp:scriptlet>
    HEADER
    <jsp:scriptlet>}</jsp:scriptlet>

  • How to go to particular page in this forum

    Hi all,
    can anybody know how to go to particular page in single step.
    this is not the right question in this forum, but sorry for asking
    please let me know
    thanx
    asp

    bookmark it?

  • Print Preview of particular page issue in SAP script

    Hi all,
    Kindly help me to resolve the following issue in SAPscript.
    I have a particular business requirement to preview a particular page in 'n' pages of a SAPscript.  After executing the sapscript calling program, the print window appears, in which i can choose particular page in the <b>Page Selection</b> Field.
    The problem is that the preview shows some other page rather than the appropriate page.  Please help me to resolve the issue.
    Awaiting for your replies,
    Thanks and Best Regards,
    Jana

    You need to call NEW-PAGE command in the sapscript when the user select a page in page selection.
    Try this:
    create the following text element in the sapscript in any window, preferibly MAIN window
    /E PBREAK
    /: NEW-PAGE &user_selected_page&
    In the Print program: OPEN_FORM returns a parameter called RESULT.
    case result-tdpageslct.
    when '2'.
    user_selected_page = <second page name in the sapscript>
    when '3'.
    user_selected_page = <third page name in the sapscript>
    when others.
    clear user_selected_page.
    endcase.
    if not user_selected_page is initial.
    call function WRITE_FORM and call above created text element
    endif.
    If the pages you are trying to display does not have main window, make sure next page in the page definition is not the same page in the sapscript.
    Regards
    Sridhar

  • Show the Textbox in all page print

    I need to show the Textbox in all page of report to print . Currently its showing in only one page last page only 
    I need to show the Textbox in
    all page  print
    Need Help!!
    Thanks

    Hi ,
    IF you are showing each page based on group or number of rows.
    If you don't have any group then you must create on group based on number of rows as
    Group expression =Ceiling((RowNumber(Nothing)) /5)
    this will create group of 5 Rows, you can increase it.
    After adding Group Remove Group Column not Group.
    Just add Group footer and merge all the columns in the group footer, add the Text in the group footer.
    you can follow how to create this type of group in below link.
    https://msbitips.wordpress.com/2012/10/18/solution-for-issue-max-65536-rows-limitation-while-exporting-ssrs-report-to-excel-2003/
    Thanks
    Prasad
    Mark this as Answer if it helps you to proceed on further.

  • One particular page is not uploading, all the rest is ok

    one particular page in dreamweaver is not uploading, all the other pages are OK

    Here is the code of the problem page I am posting on behalf of the original poster.
    <html>
    <!-- Mirrored from www.orfeo.be/02n/08bk/bk.html by HTTrack Website Copier/3.x [XR&CO'2010], Sat, 19 Jun 2010 10:14:15 GMT -->
    <head>
                            <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
    <title>Welkom</title>
                                                   <style media="screen" type="text/css">
    <!--
    .small  { font-size: 8px; font-family: Verdana, Arial, Helvetica }
    .txt  { color: #696969; font-size: 11px; font-family: Verdana, Arial, Helvetica }
    .txtb { color: #006400; font-size: 9px; font-family: Verdana, Arial, Helvetica }
    .big   { color: #000080; font-size: 14px; font-family: Verdana, Arial, Helvetica }
    .link  { font-size: 9px; font-family: Verdana, Arial, Helvetica; text-decoration: none } 
    .txt1 {color: #696969; font-size: 9px; font-family: Verdana, Arial, Helvetica }
    -->
                                                   </style>
                </head>
                <body bgcolor="#ffffff" leftmargin="20" marginwidth="20" topmargin="0" marginheight="0" alink="red" link="blue">
                            <table border="0" cellpadding="0" cellspacing="2">
                              <tr height="35">
                                <td colspan="9" width="790" height="35"><img src="../../00imag/orfeo1b.jpg" width="688" height="35" border="0"></td>
                      </tr>
                              <tr height="66">
                                <td width="86" height="66"><csobj w="86" h="66" t="Button" ht="../../00imag/icon/i2.jpg"><a href="../01product/prod.html" target="body" onMouseOver="return CSIShow(/*CMP*/'button',1)" onMouseOut="return CSIShow(/*CMP*/'button',0)" onClick="return CSButtonReturn()"><img src="../../00imag/icon/i1.jpg" width="86" height="66" name="button" border="0"></a></csobj></td>
                                <td width="86" height="66"><csobj w="86" h="66" t="Button" ht="../../00imag/icon/i4.jpg"><a href="../02theatre/theatre.html" target="body" onMouseOver="return CSIShow(/*CMP*/'button2',1)" onMouseOut="return CSIShow(/*CMP*/'button2',0)" onClick="return CSButtonReturn()"><img src="../../00imag/icon/i3.jpg" width="86" height="66" name="button2" border="0"></a></csobj></td>
                                <td width="86" height="66"><csobj w="86" h="66" t="Button" ht="../../00imag/icon/i6.jpg"><a href="../03project/09/09_04.html" target="body"><img src="../../00imag/icon/i5.jpg" width="86" height="66" name="button3" border="0"></a></csobj></td>
                                <td width="86" height="66"><csobj w="86" h="66" t="Button" ht="../../00imag/icon/i8.jpg"><a href="../04reserv/res.html" target="body" onMouseOver="return CSIShow(/*CMP*/'button4',1)" onMouseOut="return CSIShow(/*CMP*/'button4',0)" onClick="return CSButtonReturn()"><img src="../../00imag/icon/i7.jpg" width="86" height="66" name="button4" border="0"></a></csobj></td>
                                <td width="86" height="66"><csobj w="86" h="66" t="Button" ht="../../00imag/icon/i12.jpg"><a href="../05links/progr.html" target="body" onMouseOver="return CSIShow(/*CMP*/'button6',1)" onMouseOut="return CSIShow(/*CMP*/'button6',0)" onClick="return CSButtonReturn()"><img src="../../00imag/icon/i11.jpg" width="86" height="66" name="button6" border="0"></a></csobj></td>
                                <td width="86" height="66"><csobj w="86" h="66" t="Button" ht="../../00imag/icon/i14.jpg"><a href="../07nk/0910/nk0910.html" onMouseOver="return CSIShow(/*CMP*/'button7',1)" onMouseOut="return CSIShow(/*CMP*/'button7',0)" onClick="return CSButtonReturn()" target="body"><img src="../../00imag/icon/i13.jpg" width="86" height="66" name="button7" border="0"></a></csobj></td>
                                <td width="86" height="66"><csobj w="86" h="66" t="Button" ht="../../00imag/icon/i10.jpg"><a href="../08bk/bk.html" target="body" onMouseOver="return CSIShow(/*CMP*/'button8',1)" onMouseOut="return CSIShow(/*CMP*/'button8',0)" onClick="return CSButtonReturn()"><img src="../../00imag/icon/i9.jpg" width="86" height="66" name="button8" border="0"></a></csobj></td>
                                <td width="86" height="66"><csobj w="86" h="66" t="Button" ht="../../00imag/icon/i15.jpg"><a href="../08bk/noord.html" target="body" onMouseOver="return CSIShow(/*CMP*/'button10',1)" onMouseOut="return CSIShow(/*CMP*/'button10',0)" onClick="return CSButtonReturn()"><img src="../../00imag/icon/i16.jpg" width="86" height="66" name="button10" border="0"></a></csobj></td>
                                <td width="86" height="66"><csobj w="86" h="66" t="Button" ht="../../00imag/icon/i151.jpg"><a href="file:///C|/Documents and Settings/Eigenaar/Mijn documenten/Mijn documenten/orfeoproducties/website/www.orfeo.be/02n/09fortengordel/fortart.html"><img src="../../00imag/AFA01.jpg" width="66" height="66" alt="art fort art"></a></csobj></td>
                      </tr>
                              <tr height="25">
                                <td valign="top" width="86" align="center" height="25"><span class="txt1">Orfeo<br>
    Producties</span></td>
                                <td valign="top" width="86" align="center" height="25"><span class="txt1">De Zwarte<br>
    Sneeuw</span></td>
                                <td valign="top" width="86" align="center" height="25"><span class="txt1">Bach festival</span></td>
                                <td valign="top" width="86" align="center" height="25"><span class="txt1">Reservaties <br>
                                  &amp; contact</span></td>
                                <td valign="top" width="86" align="center" height="25"><span class="txt1">Programma's</span></td>
                                <td valign="top" width="86" align="center" height="25"><span class="txt1">Neerdorpen<br>
    klassiek</span></td>
                                <td valign="top" width="86" align="center" height="25"><span class="txt1">DVD/CD's</span></td>
                                <td valign="top" width="86" align="center" height="25"><span class="txt1">Noorderlicht!</span></td>
                                <td valign="top" width="86" align="center" height="25"><span class="txt1">ART FORT/FORT ARTl</span></td>
                      </tr>
    </table>
    <h1> </h1>
                            <table border="0" cellpadding="3" cellspacing="3" width="700">
                  <tr>
    <td>
                                                               <div class="big">
    <a id="anchorOBK" name="anchorOBK"></a>fietsroute art fort art</div>
    </td>
                                       </tr>
                                       <tr>
    <td>
                                                               <table border="0" cellpadding="0" cellspacing="2">
    <tr>
    <td width="20"><img src="../../00imag/1px.jpg" width="5" height="5" border="0"></td>
    <td valign="top" width="567">
    <p class="txt"><span class="txt"><img src="../../00imag/fietsroute 2014 LL.jpg" width="1281" height="918" alt="fietsroute"><br>
    </span><b></b></p>
    <div>
    </div>
    <p><a href="mailto:[email protected]"><b><br>
    </b></a></p>
    <h1 class="txt"> </h1>
    </td>
    </tr>
    <tr>
    <td width="20"></td>
    <td width="567"></td>
    </tr>
    <tr>
    <td width="20"></td>
    <td width="567"></td>
    </tr>
    </table>
    </td>
                                       </tr>
                            </table>
                            <br>
                </body>
    <!-- Mirrored from www.orfeo.be/02n/08bk/bk.html by HTTrack Website Copier/3.x [XR&CO'2010], Sat, 19 Jun 2010 10:14:15 GMT -->
    </html>

  • I have selected not to load images automatically in OPTION of firefox, and i want to keep this option as it is. now can i display images of particular page without changing DONT LOAD IMAGE AUTOMATICALLY?

    i have selected not to load images automatically in OPTION of firefox, and i want to keep this option as it is. now can i display images of particular page without changing DONT LOAD IMAGE AUTOMATICALLY? for example if i trust that image on particular page doesnot contain any adult material and safe to see that page from home, can i temparory view image on page?

    -> Tap '''ALT''' key or press '''F10''' to show the Menu Bar
    -> go to Tools Menu -> Options -> Content -> click '''Exceptions...''' button infront of '''Load images automatically''' -> type the address of the website on which you want to load images e.g. yahoo.com and click '''Allow''' button -> click Close
    -> Click OK on Options window -> Restart Firefox
    Check and tell if its working.

  • My Ipad is talking and it is lock on the unlock page i can not unlock it

    My ipad mini is locked on the unlock page and it is talking randomly I can not unlock it. How can I reset it so that it will work again?

    Or, press and hold the Home button and tell Siri to "Turn off Voice Over".

  • My gmail app closes automatically as soon as I open it. Now my iBooks is doing it too for some books on particular pages. Very frustrating. It seems to be only since upgrading to ios7. iPad 4th generation user

    My gmail app closes automatically as soon as I open it. Now my iBooks is doing it too for some books on particular pages. Very frustrating. It seems to be only since upgrading to ios7. iPad 4th generation user

    Have you tried restarting or resetting your iPad?
    Restart: Press On/Off button until the Slide to Power Off slider appears, select Slide to Power Off and, after the iPad shuts down, then press the On/Off button until the Apple logo appears.
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10 seconds).

Maybe you are looking for