lpm Posted September 2, 2009 Posted September 2, 2009 This script (see attachment) runs from a button placed on each row of student records displayed in listview. The script logs the attendance for that student for that day. This script performs very well in a multi-user environment on FMS adv where all 40 clients are using FM9 (windows) as long as only one person is using the script and entering attendance. But when additional users try to enter attendance for their students there is a delay (hourglass) of 2-3 minutes until the script is complete and the listview redraws. Users are entering attendance for their own students so there are no instances where users are entering attendance for the same student. Is there something in the script that causes this delay when more than one user is entering attendance? Is listview the problem? I’m perplexed and not sure why this is happening. Any help is much appreciated. lpm WinXP FMP 9 Adv Attendance_Entry_Script.pdf
Fitch Posted September 2, 2009 Posted September 2, 2009 Near the very end of the script I see: Perform Script[“Mark Duplicates [GetNthRecord]”] The name raises a red flag for me. I'd start there.
Recommended Posts
This topic is 5565 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