Opening edit mode page from Search page

Hi All,
I am developing one simple system for Expense Reports in ADF. The proposed system will have Expense Report entry, Search, copy, print and edit functionalities. I am able to Enter, Search and copy the expense reports but from the search page I am not able to redirect the page in edit mode. I have created one method in Application Module and dragged it as an edit button passing one parameter for the expenses id on Search form. My method looks like below :
public void editExpenseReport(String pExpensesId)
\\ Execute query for Expense Header
ViewObject vo = findViewObject("ExpRepHeader");
System.out.println("vo is " + vo);
vo.setWhereClause("expenses_id = :1");
vo.setWhereClauseParam(0,pExpensesId);
String query=vo.getQuery();
System.out.println("query is " + query);
vo.executeQuery();
System.out.println("pExpensesId -->"+pExpensesId);
\\ Execute query for Expense Details
ViewObject vo1 = findViewObject("ExpRepDetail");
System.out.println("vo is " + vo);
vo.setWhereClause("expenses_id = :1 ");
vo.setWhereClauseParam(0,pExpensesId);
String query1=vo1.getQuery();
System.out.println("query is " + query1);
vo1.executeQuery();
When I press the Edit button, it should open it in edit mode and user should be able to change the existing data or add to the detail part. But it opens in Entry mode with a fresh record where I can enter new records only. This is my show stopper issue. Any clue will be a great help.
Apart from this issue, I need to print the Expense Report once entered. I haven't started working on it. But I just wanted to know what all approaches we can follow for the same. Appreciate if anyone can share it.
Thanks,
CAH

Hi Gurus,
This is urgent. If any of you guys can suggest something, it will be a great help.
Thanks,
CAH

Similar Messages

  • Restrict error pages,admin pages from search

    Hi Im using default search api i.e com.day.cq.wcm.foundation.Search
    however, with this Im not able to restrict error pages, admin pages from search
    but there is one function addPredicate , we can add the templates for those pages that we want to restrict
    addPredicate(new Predicate("mytype", "type").set("group.4_group.1_property", "jcr:content/cq:template"));
    addPredicate(new Predicate("mytype", "type").set("group.4_group.1_property.1_value","/apps/myapp/templates/adminpageone");  
    addPredicate(new Predicate("mytype", "type").set("group.4_group.1_property.and","true");
    addPredicate(new Predicate("mytype", "type").set("group.4_group.1_property.operation","unequals");
    but I need to know in which api this addPredicate method is there, in cq5 docs, it is found that
    this method addPredicate is present in SimpleSearchImpl which is present in the package com.day.cq.search.impl.SimpleSearchImpl,however when Im trying to import that package Im getting error saying that package is not valid .If this approach is not proper, please let me know how to restrict specific pages from search using the default com.day.cq.wcm.foundation.Search api.
    Thanks,
    Balaji

    Balaji,
    HOST:PORT/system/console/depfinder?plugin.find=com.day.cq.search.impl.SimpleSearchImpl&plu gin.submit=Find is not exported that why you get that error.
    Check http://dev.day.com/docs/en/cq/current/javadoc/com/day/cq/search/package-summary.html
    You need to use http://dev.day.com/docs/en/cq/current/javadoc/com/day/cq/search/SimpleSearch.html as a service.
    HOST:PORT/system/console/depfinder?plugin.find=com.day.cq.search.SimpleSearch&plugin.submi t=Find
    Yogesh

  • How do I copy a page from one Pages document to another using Pages 5.0?

    I posted this question on another page, and haven't recieved an answer to it yet. However I have found a temporary solution, so I am posting this here in case anyone else has a similar problem.
    The issue here is that I have just upgraded from Snow Leopard to Maverick (10.9.1), and my Pages also upgraded (to 5.0.1), altering my Pages documents. This is the issue, as as far as I can see the new Pages does not offer some of the basic needs that the old Pages did! In other words it is worse than the previous version.
    Using the upgraded new Pages 5.0.1 seems to result in some major editing problems for me. If you upgrade, make sure you KEEP the old version of Pages 09 (v 4.3). That is what has saved me!  If you have the same problems I have had - explained below, you will still be able to close the new version and open your Pages document in the old version, provided it is not a new Pages document. If it is, it will be possible to export it as a Pages 09 document and edit properly.
    After upgrading to the new Pages 5.0.1, when I open documents in Pages and try and copy a section from one document to another (easy before using the thumbnails) many of the Menu items previously available are visible but appear faded and are not possible, including Insert>Section Break/Page Break/Page Number and Edit>Cut/Copy/Delete/Undo/Redo
    This even happens if I duplicate the Pages document and try and do any of these from the Duplicate (which should be an easily editable copy).
    My solution has been to simply open all Pages documents that Iwant to edit (or may want to edit in future) in the old Pages app (v 4.3), which I never got rid of. That has meant I can continue editing and copying a section (of 1 or more pages) from one Pages document to another.
    If anyone reading this has figured out a way to edit Pages documents using the new version 5.0.1 please post an explanation, and I will try it!

    And there are those who don't like me repeating the same message over and over again in this forum!
    Apple has removed over 90 features from Pages 5.
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    Pages '09 should still be in your Applications/iWork folder.
    Archive/trash Pages 5, after Exporting your files to Pages '09, and rate/review it in the App Store, then get back to work.
    Peter

  • How to get the form reference in .js page from .jsp page

    hi
    i have written one form in jsp page omething like:-
    <html:form action="/shopping" onsubmit="return false;">
    can anybody tell me,how to get the form reference in .js page from .jsp page ,
    i have tried:-
    var formRef = document.forms[0];
    butits not working.
    Thanks.

    Its very simple......y cant u prefer google...Bad
    c this example...
    function submit()
    alert("textbox"+ document.forms[0].name.value);//to get textbox value in js
    document.forms[0].submit();//to submit jsp page using js
    <html:html>
    <html:form action="/shopping" onsubmit="submit()">
    <html:text property=name>
    learn to search in google..
    </html:form>
    </html:html>

  • Giving Error while forwarding a page from another page

    Hi I am getting below error while forwarding a page from another page.
    Please reply as i am new to OA frame work.
    oracle.apps.fnd.framework.OAException: No data found for region (/mhe/oracle/apps/ak/susanta/webui/EmployeeUpdatePG).
         at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:519)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3782)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3459)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:988)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
         at com.evermind.server.http.GetParametersRequestDispatcher.forward(GetParametersRequestDispatcher.java:189)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:199)
         at OA.jspService(OA.jsp:45)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    Exception:
    oracle.adf.mds.MetadataDefException: Unable to find component with absolute reference = /mhe/oracle/apps/ak/susanta/webui/EmployeeUpdatePG, XML Path = C:\Soumya\JDeveloper9\jdevhome\jdev\myclasses\JRADXML;C:\Soumya\JDeveloper9\jdevhome\jdev\myprojects;C:\Soumya\JDeveloper9\jdevbin\jdev\oamdsxml\fwk. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.
         at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1343)
         at oracle.adf.mds.MElement.findElement(MElement.java:97)
         at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:493)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3782)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3459)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:988)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
         at com.evermind.server.http.GetParametersRequestDispatcher.forward(GetParametersRequestDispatcher.java:189)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:199)
         at OA.jspService(OA.jsp:45)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    Exception:
    oracle.adf.mds.MetadataDefException: Unable to find component with absolute reference = /mhe/oracle/apps/ak/susanta/webui/EmployeeUpdatePG, XML Path = C:\Soumya\JDeveloper9\jdevhome\jdev\myclasses\JRADXML;C:\Soumya\JDeveloper9\jdevhome\jdev\myprojects;C:\Soumya\JDeveloper9\jdevbin\jdev\oamdsxml\fwk. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.
         at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1343)
         at oracle.adf.mds.MElement.findElement(MElement.java:97)
         at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:493)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3782)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3459)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:988)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
         at com.evermind.server.http.GetParametersRequestDispatcher.forward(GetParametersRequestDispatcher.java:189)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:199)
         at OA.jspService(OA.jsp:45)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)

    refer http://prasanna-adf.blogspot.com/2008/02/deploying-oafwk.html
    to know about how to import the PG into the instance..
    --Prasanna                                                                                                                                                                                                                                                                                       

  • Copy a page from one page group to another

    Hi
    Is it possible to copy a page from one page group to another?
    Regards,
    Lene

    Hi ,
    Through Portal it is not possible to copy a page from one page group to another .
    There is a feature in Portal WebDav .
    Through a DAV client you can copy page to your local system as a folder and then drag the page to the pagegroup you want to copy .
    Regards
    Medini

  • How to call & pass values to custom page from seeded page table region

    Hi All,
    can anyone tell me how to call & pass values to custom page from seeded page table region(Attribute is not available in seeded page VO)
    it is urgent. plssss
    Regards,
    purna

    Hi,
    Yes, we do this by extending controller, but you can also try this without extending controller.
    1. Create Submit Button on TableRN using personalization.
    2. Set "Destination URI" property to like below
    OA.jsp?page=/<yourname>/oracle/apps/ak/employee/webui/EmpDetailsPG&employeeNumber={@EmployeeId}&employeeName={@EmployeeName}&retainAM=Y&addBreadCrumb=Y
    Give your custom page path instead of EmpDetailsPG.
    EmployeeId and EmployeeName are VO attributes(Table Region)
    If you dont have desired attribute in VO, then write logic in your custom page controller to get required value using parameters passed from URL path.
    In this case, only personalization will do our job. Hope it helps.
    Thanks,
    Venkat Y.

  • Opening a word file from oaf page

    Hello all,
    we have a word file which we need to open from OAF page. Is it possible to achieve this using personalization? If yes, please give me the steps. If not, we we need to go for customization to achieve this, whichis the approach on that?
    Thank You in advance. Your suggestion is very valuable for me.
    Regards
    KK

    Hi there,
    Yes you can do this using personalization. Simply go to the page where you want it and add a new item type LINK. The text property is the text the user will see for the link and the URI is the hyperlink to the file. Say for instance you had a word document named test.doc and you want to put it into the OA_MEDIA directory.
    The URI would be /OA_MEDIA/test.doc. Non local based files would be of the form http:// etc.
    If you set the destination frame to blank (literally enter the word blank), then it will open in a new window.
    Hope this helps.
    Kristofer Cruz
    Edited by: Kristofer Cruz on Nov 7, 2011 2:06 PM

  • When i try to open a tab a Yahoo search page comes-up, i just want a blank page.

    When I do a Ctrl-t to get a new tab it brings up a Yahoo search page. I want a Blank page, like I used to get with a new tab. I must have downloaded the Yahoo stuff, but need to know how to reset my tabs in Firefox to get a Blank page again.
    == This happened ==
    Every time Firefox opened
    == I downloaded, accedently, a Yahoo toolbar I have deleted the toolbar, but the tab problem still exists.

    ''This is a hidden add on!'' Here’s the easy, ''get rid of it for good solution'': It’s done within Firefox. Enter [about:config] in the url address box. Click “I’ll be careful. I promise”. In the <filter> field, type “extensions.netassistant” (no quotes). Right click on the field: “extensions.netassistant.tabsearch.url”, click on [modify] , either delete its string or enter your own. I’ve entered “https://encrypted.google.com” (this is a beta encrypted search by Google) just as a personal satisfaction against Yahoo. Do the same for:”extensions.netassistant.url” field.
    '''NOTE''': If you haven’t modified your Firefox configuration before and you don’t feel comfortable in what you are about to do, '''BACKUP!''' The backup procedure can be found at: http://support.mozilla.com/en-US/kb/backing%20up%20your%20information . Or just do a Google search for “backup Firefox pref.js”.

  • Problems opening edit mode from Main Menu in Elements 8

    Photoshop Elements won't open in edit mode after the main menu comes up fine. The other choice, and I forget what that is because I never use it, DOES open up. I use Lightroom for 98 percenr of PP of photo files. I DO use Elements once in a while for a couple of tweaks. Anyway, I clicked debug and I read the following message:
    error signature: appname:photoshopelements.exeAppver8.0.0.0 modname
    Another time I tried to open the main window into edit mode, and it would not open into edit mode, so I clicked on debug and read this message:
    c:\document~1\gregmc~1\locals~1\temp\2499_appcompat.txt
    And yet another time I tried to open the main window into edit mode, and it would not open into edit mode, so I clicked on debug and read this message:
    c:\document~1\gregmc~1\locals~1\temp\f717_appcompat.txt
    Not sure what to do. I can always uninstall the entire program, and then reinstall.
    One thing I did do, tonight, was uninstall the Adobe inspiration browser and then installed the update, as per the window prompted me to do when the program first loads onscreen. I thought maybe this was the issue, being lapse on updating something, But, I closed out the program post install, and then opened the program again, and was once again unable to open the edit portion of the program. Again, the other choice (window) works fine, though I don't use it. Only the edit portion of the program won't open up to use.
    Thanks.

    Christine,
    Let's try to avoid the welcome screen and open the editor from a desktop shortcut:
    For Windows (I have WIN-7), the path is:
    C>Program Files (x86)>Adobe>Photoshop Elements 8>Right click on that>Send to>Desktop shortcut

  • How to Filter list/library view pages from Search Results?

    Hi All,
    Currently my search configuration is searching everything on a site collection. I have created custom scope for that.
    But I would like to remove the search results for list/library views. The search should only show the documents, pages (but not list/library view pages).
    Please guide me on this.
    Appreciate your help.
    Thanks,
    Rahul Babar
    ASP.NET, C# 4.0, Sharepoint 2007/2010, Infopath 2007/2010 Developer http://sharepoint247.wordpress.com/

    Navigate to the site that contains the list or library that you want to change.
    Locate and click the list or library you want to customize.
    Click Site Actions, and then click Site Settings.
    Under Site Administration, click Site Libraries and lists.
    Click an item from the list, for example, Customize “Shared Documents.”
    On the List Settings page, under General Settings, click
    Advanced settings.
    In the Search section, under Allow items from this document library to appear in search results, select
    Yes to include all of the items in the list or library in search result or
    No to exclude all items from search results.
    http://office.microsoft.com/en-in/office365-sharepoint-online-enterprise-help/enable-content-to-be-searchable-HA010379092.aspx

  • C# - How to show SPListItems in edit mode on Application (ASPX) page? Is it so difficult?

    Hi there,
    In my code-behind page - I have a collection of SPListItems. I need to display them in the application page (aspx page) in edit mode. How can I do that please?
    Thank you so much.

    Hello,
    Usually grid is the good option to update list item in bulk. You can use simple asp.net gridview as telerik is commercial product. Here is some good ref for you:
    http://sharepointparthiban.blogspot.sg/2013/04/sharepoint-list-item-update-using.html
    http://sharepoint.kerenapura.com/2013/10/update-sharepoint-list-data-gridview-part-1/
    You also need to clarify whether you want to update SPField or SPListItems because in thread title you have mentioned SPField.
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Went in to update schedule on a page in my site. Looks fine on my end in editing. Go to move to server, once posted from the browser side there is now a Gray box going across the page. Tried a test page from another page and made a change and posted and s

    Here is link to what the page looks like after being uploaded to server. Gray box appears, and its not in code. Even when I create a new page, this Gray box appears. Where is this coming from? How do I get rid of this from this page and any new pages I create, why is it doing this? Schedule

    Morning Ken...
    I went home and replaced the Music page image with the one you said worked (previous background image), but I am still getting the same issue, now this file is showing up as having errors? [If I use your previous background image
    http://lynnsorensen.com/images/Music_bckgrnd.jpg]
    Could it be Dreamweaver itself? I noticed there has been an update lately with Dreamweaver to my computer...some new Live option has been added. I use the online subscription to Dreamweaver. This is happening on all my pages with the images on all my sites, only shows up with the gray box if I make a change to a page. If I don't make a change to a page the page appear fine and in working order. I'm confused and frustrated. Any other options you may know of or suggest? Thank you so much for your time. I've provided screen shots from Goggle and Firefox below.
    Here is screen shot in Google:
    Here is screen shot in Firefox:

  • [IDCS2-JS] Excluding Master Pages from Search

    Hi,
    Is there a way to exclude text in the master page in search?
    I'm running a script that will search a list of words that will search a book then insert page references for an index. But using app.search includes the master page, how can I limit the search?
    Thanks,
    Jeff

    Hi Jeff,
    ah, I should have read this in your title.
    I am afraid this property isn't available in CS2.
    So you will have the check every found item, whether one of it's parents is a masterPage.
    Martin

  • Emailing individual Pages from a Pages doc?

    I am mebership secretary of an organisation. Next month I have to send individual invoices to over 100 members. to create personalised invoces, I set up the invoice in Pages and then used Numbers to merge individual members' names, addresses, etc into this document.
    Last year I was working on a PC and with Word and Excel and there was an option to email individual pages from the Word doc. It was easy and quick to send out all the invoices.
    However, in Pages, it only offers merge to a new document or to the printer. Even if there was a was a way of being able to quickly separate each page (ie individual invoice) from the one Pages doc, I could individually send the emails, but it looks as if separating the pages will be long and laborious.
    It has to be easy and straightforward - ie not using Apple script (if at all possible), as whoever takes over this role from me - and who may not be so computer savvy, will need to be able to do this job easily.
    Grateful for any suggestions.

    s,
    Go ahead and Print the Pages document to PDF > Open in Preview.
    Make sure that you are viewing the thumbnails in the Sidebar.
    1. Click on a page thumbnail in the Sidebar of the PDF document, visually confirm the content, Command-C to Copy.
    2. File > New From Clipboard
    3. File > Mail Document.
    Repeat steps 1-3 for each page you wish to mail.
    Jerry

Maybe you are looking for

  • Recovering data from a show_view

    Hi all! First of all, i am using Forms 9.0 and i need to show a view ( or window, it doesn't mind), were the used should write some data, the problem is that the view appears, but after that it closes, and i want to stop the program execution at this

  • How to call a remote stored proc from a local stored proc using DB Link

    Hi All, I am trying to call a stored procedure residing in another data base from the local procedure of my local data base using DB link,I am using the following syntax to call the procedure CREATE OR REPLACE PROCEDURE MYLOCALPROCEDURE(Input1 IN var

  • Firefox is taking about 12-15mins to open then it opens several times and usually get the notice programme ending

    I thought i had too much saved on the computer so i decided to delete what i don't use on my computer but it didn't make any difference my computer is still taking far too long to open up the internet. This mainly happened after I decided to tick the

  • Changing a domain on windows 8

    Hi can anyone tell me how to change a domain for a system administrator? I bought a laptop and can not do any upgrades to it do to the system administrator blocking it. according to instructions to go to control panel and performance and maintenance

  • Downloading Abobe Reader X

    Having trouble getting Adobe Reader X to load on my desktop computer. When installing I get an Error Message.  Error1311 Source File not found.  C:\Programdata\adobe\setup\{AC76BA86-7AD7-1033-7B44-AA10000000001}\Data1.cab I have check my files using