September 13, 200619 yr Several places in our in house solution I have layouts with a portal that has conditional graphics calculation fields to highlight a particular row or rows in the portal. If the value of one of the fields in that record matches some value of another field, it uses one graphic, if not, it uses another graphic. Often it is highlighting a row that the user has clicked, which in turn has filled in a field in the master table which controls what is shown in another portal. In FileMaker 6 and previous, I could do this and the row in the portal that is in essence where you click to get a new record would be using the graphic which was for the no match condition. In 8 it is using the graphic for the match, which makes my highlight graphic show up on an empty row at the bottom as well as the one that is selected. I can tell the relationship not to allow creation of records in the related table and that row disappears, but that is not going to be very friendly everytime. I have not checked all of the possible situations to see if it is doing this everytime, but it is for the ones I am seeing. This may just be a behavior that has changed with 7 and 8 that I hadn't noticed before. If anyone knows anything absolute about this, I would appreciate the info.
September 13, 200619 yr It's a side effect of the new "Commit Record" model adopted in version 7. Adding a condition like: Case ( SerialID ; ... ) should solve it.
Create an account or sign in to comment