
nixdorf
Members-
Content Count
17 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout nixdorf
-
Rank
member
-
Button for create/open folder
nixdorf replied to nixdorf's topic in Script Workspace and Script Triggers
Thanks John, but don't work... or I'm clumsy I didn't think that create and/or open folder in OSX from FM was so difficult. The initial idea was make a button than open a subfolder with the same name of the field "client" in to the folder "en-curso", if folder don't exist, then create and open. But now I think isn't easy... -
Button for create/open folder
nixdorf replied to nixdorf's topic in Script Workspace and Script Triggers
Thanks, but how I write "$path = "file:///Volumes/G5HD/Users/Shared/en-curso/" & Proyectos::Cliente & "/"" in the Filemaker Manage Scripts? -
Button for create/open folder
nixdorf replied to nixdorf's topic in Script Workspace and Script Triggers
Finally I open folders with: Open URL [No dialog; "file:///Volumes/G5HD/Users/Shared/en-curso/"] and it's OK, but if I try: Open URL [No dialog; "file:///Volumes/G5HD/Users/Shared/en-curso/" & Proyectos::Cliente & "/"] don't work, do you know why? -
"Show custom dialog" lines
nixdorf replied to nixdorf's topic in Script Workspace and Script Triggers
Thanks, but isn't the label text is the input text field -
"Show custom dialog" lines
nixdorf replied to nixdorf's topic in Script Workspace and Script Triggers
Sorry, "Show custom dialog" menu by default only shows one line... is possible to make multiple line? -
Hi, when I select "Show custom dialog" in a script, by default only shows one line for introduce text... is possible to increase the lines?
-
carriage return in script (insert text)
nixdorf replied to nixdorf's topic in Script Workspace and Script Triggers
Thanks comment! is perfect. -
carriage return in script (insert text)
nixdorf replied to nixdorf's topic in Script Workspace and Script Triggers
Thanks comment, If I write new text, this is added at the end of the paragraph so that the new texts are increasingly below... I would like that new texts remain on the top of the paragraph, same a log. -
Hi, please, is possible to generate a script that runs at change field? For example if I write "text" in any field in other field writes "You have written text" Thanks,
-
Button for create/open folder
nixdorf replied to nixdorf's topic in Script Workspace and Script Triggers
Ok, then I think is no possible order from FM to applescript that create a folder with name from fields.... but do you think is posible open it? open path?/field1/field2 -
I wonder if it is possible to make a button that create in a predefined path a folder named with a field of database and a subfolder named with another field (ex. fields name and number create .../name/1234/) in OSX. And this button in case the folder already exists, then open it.