lesterd Posted December 17, 2014 Posted December 17, 2014 Using FM 11 Server Advanced  I am having a problem with IWP. On the attached picture there is a list of students with choices for teachers to input classes for next year. The choices were set up as a value list and radio buttons. All the students are defaulted to Standard (Using the client). When the teachers access the internet file and select a different radio button, it will only update one student at a time. Is there anyway the teacher can go down the list, click on the desired radio button for each student and then submit the selections to the server?  Is there some script that will accept the buttons then submit the data and go to the next student. I realize that I am looking a multiple records on one screen. But is there a way? Better yet is there a way to select a radio button for each student and then submit the data to the server?  Any help would be appreciated  Lester
Fitch Posted December 18, 2014 Posted December 18, 2014 In IWP you have to explicitly commit the record. You could replace the radio button field with four actual buttons, which would run a script that sets the value and commits the record. Or, to get the behavior that you envision, you'd need to display the records in a portal rather than a list.
lesterd Posted December 19, 2014 Author Posted December 19, 2014 Can I write an object script trigger on the field to commit the record and go to the next record on the screen?
Recommended Posts
This topic is 3876 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