PDA

Click to See Complete Forum and Search --> : possible or impossible ??????


johnnyboy23
Jan 8th, 2001, 07:11 PM
im creating an online asp application system
can i do a function or something that
when the user enters there login details
it takes them to a page with all there personal details!!
i know that can be done but this is where it gets tricky
the problem is this:
we have about 10000 .doc files stored in a folder all with
peoples personal details in them !!!
they are saved as the persons name
ie
BartSimpson.doc
is there anyway i can get this .doc to open up and display onto the page after my login all the personal details that i need ???????
help me please im stuck

signed
STUMPED!!!

G.Kumaraguru
Jan 8th, 2001, 09:27 PM
http://www.asptoday.com/articles/19990825.htm

this article, Speaks about Writing A Word Document..
May be helpful...

pactalon
Jan 8th, 2001, 09:31 PM
You should put them in a database, it'd be much easier than accessing Word files.

johnnyboy23
Jan 8th, 2001, 09:34 PM
but there are about 10000 of them already!!!
and to manually enter them will take forever
coz we get an xtra 500-1000 a month !!!!!!

pactalon
Jan 8th, 2001, 09:36 PM
Get them to convert to a database system immediatly, and begin the conversion process.

johnnyboy23
Jan 8th, 2001, 09:41 PM
Me that will have to do it and i thought that there must be an easier Way
what if i saved the .doc file as an .htm file instead
then got it to open that htm file online for editing???

recon that would work????

pactalon
Jan 8th, 2001, 09:43 PM
Pal, you gotta hire a few clerks to convert your data. How many fields are there per record?

johnnyboy23
Jan 8th, 2001, 09:48 PM
ill find an Easier way of doing it then that!!!!

Clunietp
Jan 8th, 2001, 10:25 PM
If you have a consistent structure to your Word document then you can probably create an app that can import the documents into a database using the MS Word object model. In that case you can probably import all of your documents in about an hour