Dane Posted December 11, 2006 Posted December 11, 2006 I've got an odd problem, with a teacher report card layout. Works fine when accessed via FMP, but when they access the same layout via the Web interface, any grade with a plus at the end (M+, E+) gets the plus sign deleted when the record is saved. e.g., a teacher can enter a student's grades via the web interface as E M+ M- E+ S+ and when the record is committed, the values become E M M- E S -- the minus signs stay; just the plus signs disappear. And any grades previously entered via FMP which have plusses on them get "downgraded" to just the lettergrade w/o a plus. Each grade field is its own field, not a field with repetition The values are entered from a drop-down list. The fields are text fields, with no validation. No script is performed for data validation that I can tell (DB was designed by someone else, of course....). Knocking my head against the wall here-- any suggestions? --Dane
Dane Posted December 11, 2006 Author Posted December 11, 2006 Someone told me that this is a "known issue" with FMP. The issue is with drop-down lists and web interface; to keep from losing the plusses, they need to be at the end of the list. So the drop-down lists, which originally looked like: E+ E E- M+ M M- NA Now looks like: E M NA E+ E- M+ M- --and things work just fine (knock wood). Hope this saves someone else some grief. --Dane
Recommended Posts
This topic is 6896 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