PDA

View Full Version : how to search in the progect


aiman.h.kallaf
06-04-2009, 02:56 AM
:) 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 ,

MicroByte
06-04-2009, 04:20 AM
you can set keywords in the page properties dialog and use Page.PageSearch to quickly search the pages

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

holtgrewe
06-04-2009, 08:26 AM
This post may be helpful...

http://www.indigorose.com/forums/showthread.php?t=26694