|
-
Mar 20th, 2003, 05:31 AM
#1
Thread Starter
Lively Member
Search facility
can anyone help me with an example of a search facility
which allows the user to enter a name in a text box,
then press a command button,
and details related to that name (which will be stored in an array & text file) will be returned.
Please help!!
-
Apr 7th, 2003, 03:12 AM
#2
Addicted Member
what kind of a file is it? does it have text or binary data (ie, did you write it with an object output stream or data output steam)
if it's an object output stream then read in the object and compare names...if it's data then read in line by line and get just the name from the line and compare that.
if it matches in either case display your info..
--770
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|