Newbies John Demme Posted May 31, 2004 Newbies Posted May 31, 2004 I'm developing a plugin for FileMaker. It works fine in FMD7, however I am having some trouble with FMD6. There are several global variables that are accessed by a Get and Set functions one runs in Filemaker. In FMD6, however, these variables don't change. I'll run a function and set a variable to, say, 6, and the get will still return 0, the default initialized value. I don't understand why this is occuring in FMD6 but works fine in FMD7. Does anyone know what's going on? Thanks in advance
Vaughan Posted May 31, 2004 Posted May 31, 2004 Couple of things: 1) Check that the global field *really is* global, and the data type is correct; 2) Try Exit record/Request after setting the global value.
Recommended Posts
This topic is 7550 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