This topic is locked

Lost project file

3/27/2009 6:58:48 AM
ASPRunnerPro General questions
T
telemark author

I built a reasonable project and everything has been working well. However, I would now like to tweak the project and change some items. I have lost the original asprunner project file, so have stated to rebuild a new project using the same database.
I am a beginner and struggle with some of the code, with the help of this forum I added my own code to enhance some of the pages.
Now I can't remember how I added some of those features, but I still have all the original asp files. On one of the edit pages I had one field automatically being updated with the the current time if another filed had the entry CLOSED selected from a drop down box.
I have tried searching all the old pages to copy the old code into the new project, but can't find it.
Thanks
Andy

J
Jane 3/27/2009

Andy,
I suppose you've used event for this purpose.

All events are stored in the include/..._events.asp files.

T
telemark author 3/27/2009

Andy,

I suppose you've used event for this purpose.

All events are stored in the include/..._events.asp files.


Yep you're right Thanks a bunch, I have found all my old code. I was sure I looked there, but there you go.
Thanks again for all your help.
Andy