![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
But I have FMP6. Does anyone know what the solution for "Set Variable" would be FMP6? Apparently, "Set Variable" is an FMP8 and above feature. But there is a way to do it in FMP6, that much I found out. It's just that no-one said what that is. |
#3
| |||
| |||
|
|
On 2009-08-02 11:11:55 -0700, Cerulean <Spamming (AT) NOTallowed (DOT) com> said: But I have FMP6. Does anyone know what the solution for "Set Variable" would be FMP6? Apparently, "Set Variable" is an FMP8 and above feature. But there is a way to do it in FMP6, that much I found out. It's just that no-one said what that is. Sorry, there is no functionality that will let you dynamically name an export file in FM6. You can use a global field to hold any calc you want, but you can't include the calc results in the file name. Generally what we did way back then <grin> is to export to a pre-determined file name in a pre-determined location, and then use a file-management plugin to move and rename the file, often deleting the original export file in the process. The most common plugin was something like the Troi File plugin. Not sure what your motivation is to continue using FM6, but if at all possible, I'd get the users to upgrade. -- Lynn Allen |
D
#4
| |||
| |||
|
|
And if I can figure it out, if I have this right, a global field (?) can capture a path the user browses to (??). Perhaps that's what I can have, too, somehow. |
#5
| |||
| |||
|
|
On 2009-08-03 06:03:25 -0700, Cerulean <Spamming (AT) NOTallowed (DOT) com> said: And if I can figure it out, if I have this right, a global field (?) can capture a path the user browses to (??). Perhaps that's what I can have, too, somehow. No, that's not a feature of FM6. You can calculate a path and insert the text into a global field, which you can then use with a plugin like Troi File. But FM itself won't browse or capture the path. You have to hard-code it or use Troi File to get the path. -- Lynn Allen -- www.semiotics.com Member Filemaker Business Alliance Long Beach, CA |
D
#6
| |||
| |||
|
|
On Mon, 3 Aug 2009 08:31:13 -0700, Lynn Allen <lynn (AT) NOT-semiotics (DOT) com wrote: On 2009-08-03 06:03:25 -0700, Cerulean <Spamming (AT) NOTallowed (DOT) com> said: And if I can figure it out, if I have this right, a global field (?) can capture a path the user browses to (??). Perhaps that's what I can have, too, somehow. No, that's not a feature of FM6. You can calculate a path and insert the text into a global field, which you can then use with a plugin like Troi File. But FM itself won't browse or capture the path. You have to hard-code it or use Troi File to get the path. -- Lynn Allen -- www.semiotics.com Member Filemaker Business Alliance Long Beach, CA Thanks, I'm staying with hard coding it. I have no need for a ton of new features so this one issue I'll have to live with. It's not the end of the world, I just will have to remember to change the path iif I open the file somewhere else to use, etc. Cheers. D |
![]() |
| Thread Tools | |
| Display Modes | |
| |