I've made a couple of changes to my database. The first was simple and ASPRunner asked if I wanted to synchronise both copies, which I did. Then I made a couple more changes but no offer to synchronise. In fact it claimed my project was from a previous version and I needed to select a new folder for my output. Now, when I look at the project it doesn't show the new fields. Is there a way of making it re-scan the database for changes? Regards
Bob, it appears you have more than one project in the same folder.
In ASPRunnerPro 4.1 each project needs to reside in it's own folder. Next time when it offers to choose a project directory make sure you choose a brand new one.
G
grinningdog author1/3/2007
Ahaa... that is quite possible. What I wanted to do was to create just an add and a list page in mysite/ and a full set of pages at mysite/admin/
I've actually achieved that but I'm not altogether sure where the output files have gone! :¬) I did start a new project but I seemed to mess up the output location As an aside, is it possible to "inherit" details from an existing project? In my case I wanted exactly the same Add page and it seemed like a pain to redo all the labels etc. Bob
Sergey Kornilov admin1/3/2007
Bob, you can find old Add page template in folder visual inside project directory. Template will be named tablename_add.htm. You can try copy and paste HTML code from old template file to new one. Some adjustments may be required.