The Big Bear Posted April 26, 2007 Posted April 26, 2007 Hi all I have read the help file in FileMaker but I still do not understand how to imply a variable in to my FM solutions. In the post of "Returning from a hlep file". Genx posted this script. When going to the layout: Set Variable[$$curLayout ; Get(LayoutName)] Go To Layout[ Help ]; When exiting the layout Go To Layout[ $$curLayout ] . I have been trying to incoporate this into by solution but I really am missing something. I have atached a file that will better explain my question. Would you please look at the file and tell me how this can be done. Something new like variable are hard for me to understand by just reading up on them. Any help will be greatly appricated. Thanks Lionel FMquestion.zip
David Jondreau Posted April 26, 2007 Posted April 26, 2007 The "Go to Layout" script step has the option of "Layout Name by Calculation". That calculation would = $$curLayout. Variables are not fields, they are stored in memory. To be used they have be called in a calculation box.
The Big Bear Posted April 26, 2007 Author Posted April 26, 2007 David Thanks for the information Lionel
Recommended Posts
This topic is 6423 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