Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2009
    Location
    saudi arabia " K.S.A "
    Posts
    30

    how to search in the progect

    welcom all ,

    i have made a project , and it contain more then 130 page and after finish it it well probably conatin more then 600 pages

    , about 400 pages from them , well contain a rich text opjects ,

    can i make aspecial page , to search in these pages ,

    or each page from the 400 pages well has it's own lable , can i make a specill page to search for a page ,


    when the user open the search page, he well fine a input opject , and when he typ what he is looking for and click search , he well get directly to the page he was lokking for ,

    or a list come out for what he had chose to search for,



    also if i can make a search button in all of these pages and when the user click on it , a dilog books show up and ask the user for what do search in the project


    i know my english is bad, i'm still learning english arabic is my nativ language ,
    so excuse my spelling mistaks and i hope to get helf from these ,
    and if some have a better way to search please go ahead and share with us ,

  2. #2
    Join Date
    Apr 2009
    Posts
    277
    you can set keywords in the page properties dialog and use Page.PageSearch to quickly search the pages

    Code:
    tbSearchProps = {DialogTitle="Search Catalog", SearchForLabel="Search catalog for:"};
    Dialog.PageSearch(tbSearchProps);

  3. #3
    Join Date
    Jul 2002
    Location
    Just South of Reality
    Posts
    778

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts