IdealData Posted April 8, 2006 Posted April 8, 2006 Heads up folks. Recently I did some work in FM7. Basically I had scripted entry in to the fields in a portal to allow editing of existing data but prevent new records to be entered at the bottom of the portal. (New entries were handled in a different way to ensure data integrity and the relationship had to support creation in the related table) The script tested the current row against the LAST value for the relationship to allow/disallow editing. Then I ran it in FM8... Each time I clicked on the fields the script would exit against the test. I discovered that FM8 does not get the current portal row number until a field had been selected, whereas previously the current portal row number had always been available immediately. I adjusted the script to ensure entry into the appropriate field and then performed the test - everything works. None of this was difficult to do (although it gave me a fright for an hour) - but it's a "heads up" for those of you doing conversions.
Ender Posted April 8, 2006 Posted April 8, 2006 Yes, there are a few changes with focus on portals in FM8. See this thread for one about aggregate functions: http://fmforums.com/forum/showtopic.php?tid/171699/
Recommended Posts
This topic is 6804 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