how to create a manual

  • Thread starter Thread starter Edward
  • Start date Start date
E

Edward

Hi everybody,
I want to write a program to keep a 400 page book( manual) in a database , I
need to have the following functionality 1) search for a word, show where
that word is ( in which chapter, subchapter , possibily even hyperlink type
of thing that when I clcik take me to that text.
2 ) when list chapter/subchapters/section (200+) and when I clcik on any of
then show me the text.

I have the text in word but I don't know which format of the file is the
best for wrting these kind of application, binary,Random access , text??
Any suggestions?
 
Edward said:
Hi everybody,
I want to write a program to keep a 400 page book( manual) in a database ,
I
need to have the following functionality 1) search for a word, show where
that word is ( in which chapter, subchapter , possibily even hyperlink
type
of thing that when I clcik take me to that text.
2 ) when list chapter/subchapters/section (200+) and when I clcik on any
of
then show me the text.

I have the text in word but I don't know which format of the file is the
best for wrting these kind of application, binary,Random access , text??
Any suggestions?

Did you try putting it into a pdf file?
 
Edward said:
Hi everybody,
I want to write a program to keep a 400 page book( manual) in a database ,
I
need to have the following functionality 1) search for a word, show where
that word is ( in which chapter, subchapter , possibily even hyperlink
type
of thing that when I clcik take me to that text.
2 ) when list chapter/subchapters/section (200+) and when I clcik on any
of
then show me the text.

I have the text in word but I don't know which format of the file is the
best for wrting these kind of application, binary,Random access , text??
Any suggestions?

Did you try putting it into a pdf file?
 
Back
Top