ISPrincess
Programmer
I have a need to show the contents of (what could be) large text (audit) files in my asp pages (intranet).
I have tested most of the following code with regard to the usage of the filesystemobject - but am having issues trying to limit the display to say 100 - 500 lines per page then allowing some sort of user navigation.
I am pretty inexperienced with both asp and the filesystemobject, so if someone could find the 'problems' in my code and add the navigation to it - that would be great!
I need to be careful not to:
1. 'lock' the file as another system may be writing to it
2. 'lock' the user's pc![[wink] [wink] [wink]](/data/assets/smilies/wink.gif)
3. leave any files open
4. etc...
With regard to navigation thru the file - I am open to your suggestions, be it...
1. Pages ie: [1][2][3][end]
2. Prev / Next buttons
3. Treeview
4. anything - help!
Thank you ahead-of-time for all your help (as usual)
I have tested most of the following code with regard to the usage of the filesystemobject - but am having issues trying to limit the display to say 100 - 500 lines per page then allowing some sort of user navigation.
I am pretty inexperienced with both asp and the filesystemobject, so if someone could find the 'problems' in my code and add the navigation to it - that would be great!
I need to be careful not to:
1. 'lock' the file as another system may be writing to it
2. 'lock' the user's pc
![[wink] [wink] [wink]](/data/assets/smilies/wink.gif)
3. leave any files open
4. etc...
With regard to navigation thru the file - I am open to your suggestions, be it...
1. Pages ie: [1][2][3][end]
2. Prev / Next buttons
3. Treeview
4. anything - help!
Thank you ahead-of-time for all your help (as usual)