uthealth Posted October 6, 2016 Posted October 6, 2016 Hi all, I am trying to write a script that let me display multiple fields of the same tables and create a button that run that script. for example a button to show the current address and another on to show the previous address, or some thing like that. I don't know if this idea is doable or not. Thanks in advance for your help and advice. I am using filemaker pro 13 Thanks
Fitch Posted October 6, 2016 Posted October 6, 2016 You might try using a Slide Control object, placing the current address on one panel and previous address on another. Give each panel a name using the Inspector, e.g. "current" and "previous." Then your script would simply be Go to Object["current"]. Etc. Or, you could do the whole thing without scripting by using a Tab Control. Same thing, put current/previous on their respective panels, but the tabs already provide the "buttons" for you.
Recommended Posts
This topic is 3225 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