SES Tech Posted March 12, 2005 Author Posted March 12, 2005 [Over a weekend, I created a High School Progress Report program. It simply takes a record of student-class(teacher) and adds a comment field. It navigates to the record by teacher, then class and the teacher can scroll thru class, student by student adding comments. Comments are then printed by student.] The principal loved it, and disregarding advice, demanded it be implemented in 4 days. No testing. UI was in one file - data in another - in Server 7. Teachers accessed it thru RDC. Day one - comments started disappearing. Gone. Not all of them. Day two - I did the following - all at once: 1) Changed script that navigates student to Flush Cache at every change 2) Turned off Disconnect from Server time out 3) Redid the File Reference to the data file. Before and after: File:SHS-Data.fp7 Problem is gone (I hope). Question? Does anyone have a theory of what was happening? Thanks.
SES Tech Posted March 12, 2005 Posted March 12, 2005 [Over a weekend, I created a High School Progress Report program. It simply takes a record of student-class(teacher) and adds a comment field. It navigates to the record by teacher, then class and the teacher can scroll thru class, student by student adding comments. Comments are then printed by student.] The principal loved it, and disregarding advice, demanded it be implemented in 4 days. No testing. UI was in one file - data in another - in Server 7. Teachers accessed it thru RDC. Day one - comments started disappearing. Gone. Not all of them. Day two - I did the following - all at once: 1) Changed script that navigates student to Flush Cache at every change 2) Turned off Disconnect from Server time out 3) Redid the File Reference to the data file. Before and after: File:SHS-Data.fp7 Problem is gone (I hope). Question? Does anyone have a theory of what was happening? Thanks.
SES Tech Posted March 12, 2005 Author Posted March 12, 2005 [Over a weekend, I created a High School Progress Report program. It simply takes a record of student-class(teacher) and adds a comment field. It navigates to the record by teacher, then class and the teacher can scroll thru class, student by student adding comments. Comments are then printed by student.] The principal loved it, and disregarding advice, demanded it be implemented in 4 days. No testing. UI was in one file - data in another - in Server 7. Teachers accessed it thru RDC. Day one - comments started disappearing. Gone. Not all of them. Day two - I did the following - all at once: 1) Changed script that navigates student to Flush Cache at every change 2) Turned off Disconnect from Server time out 3) Redid the File Reference to the data file. Before and after: File:SHS-Data.fp7 Problem is gone (I hope). Question? Does anyone have a theory of what was happening? Thanks.
raymanj Posted March 12, 2005 Posted March 12, 2005 I can't say to much, because I have not seen any of the files or code but it may have been a commit problem. You placed in the wrong spot or did not place a commit step in your scripts.
raymanj Posted March 12, 2005 Posted March 12, 2005 I can't say to much, because I have not seen any of the files or code but it may have been a commit problem. You placed in the wrong spot or did not place a commit step in your scripts.
raymanj Posted March 12, 2005 Posted March 12, 2005 I can't say to much, because I have not seen any of the files or code but it may have been a commit problem. You placed in the wrong spot or did not place a commit step in your scripts.
Recommended Posts
This topic is 7265 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now