October 6, 20169 yr 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
October 6, 20169 yr 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.
Create an account or sign in to comment