January 13, 200520 yr Hi Guys, I've decided to start developing using FM 7. I've encountered a small problem with the Freeze command, im hoping someone can assist. In my sample file , I have two table occurances - Main and Portal. In table "Main" I have two fields Key (Auto Enter Serial) Copy Field - Text. Table Portal Key - Numeric Field1 - Text Field2 - Text I've written a script "Copy", which copies data from the copy field into the Field 2 in the related portal record. I use a gotorelatedrecord, with the Freeze command. The script works apart from, the gotorelated record script isn't "frozen" - like it would be in FM v6. Can someone show me how to freeze a screen when auotomating entries in related records. Thanksing all in advance portal.zip
January 13, 200520 yr It works fine for me. What's happening is that you're ending up in the wrong layout. You're just missing a Go To Layout [original layout] script step at the end of your script. -Stanley
Create an account or sign in to comment