This topic is locked

Calulation

1/1/2007 6:26:20 PM
PHPRunner General questions
D
dalimi author

Hello,
I'm a new user. Please excuse me, i'm a novice at all this. I created some calculations in edit SQL of phprunner. My computer crashed leaving my no choice but to re-install phprunner. How can i import my forms and sql scripts back into phprunner? I see that we can upload using ftp and front-page, but no import/download back into phprunner. I really don't want to redo the sql calculations I created for adding fields in the edit sql section of phprunner. Any help will be much appreciated.

<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=4283&image=1&table=forumtopics' class='bbc_emoticon' alt=':)' /> :(David

L
larsonsc 1/1/2007

If you still have your "project" folder from your computer (not sure how bad your crash was, you can just copy that back into the program folder and then point PHPRunner to your projectname.phpr on the "Open Existing Project" screen and you should be good to go. If the .phpr file is not available though, I'm not sure how to advise you.

T
thesofa 1/1/2007

assuming you saved the project, just open the project again.

If you did not, all you can do is open the 'include/xxxx_functions.php' file in notepad, you will see the calculations for each field in the first part of the file labelled global $fieldlist;

cut and paste back into phpr, and MAKE SURE YOU SAVE THE PROJECT on a regular basis <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=14189&image=1&table=forumreplies' class='bbc_emoticon' alt=':D' />

L
larsonsc 1/1/2007

MAKE SURE YOU SAVE THE PROJECT on a regular basis <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=14190&image=1&table=forumreplies' class='bbc_emoticon' alt=':D' />


This is sure something I have learned the hard way. I would get into a tunnel vision mode and just work on everything I could think of at once. Next thing I know, Windows would pull one of it's wonderful lockups on me and there goes all my work. Now I click save after just about every change! <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=14190&image=2&table=forumreplies' class='bbc_emoticon' alt=':)' />
I also tend to move my project folder to another method of storage at least once a week.