-
Content Count
67 -
Joined
-
Last visited
-
Days Won
1
Michael Gaslowitz last won the day on October 27 2011
Michael Gaslowitz had the most liked content!
Community Reputation
1 NeutralAbout Michael Gaslowitz
-
Rank
Standup Systems
- Birthday January 15
Profile Information
-
Gender
Male
-
Location
Decatur, GA
Contact Methods
-
Website URL
http://standup.systems
FileMaker Experience
-
Skill Level
Expert
-
FM Application
17
Platform Environment
-
OS Platform
Mac
-
OS Version
Mojave 10.14
FileMaker Partner
-
Certification
8
9
10
11
12
13
14
15
16
17 -
Membership
FileMaker Business Alliance
-
Creating a folder is giving an error in some cases
Michael Gaslowitz replied to BrentHedden's topic in DocuBin by 360 Works
Brent, I'm able to create subfolders without any trouble. Can you check for script result errors after call to DocuBin - Add Folder and let me know what happens? Michael -
5.01 incompatible with 4.42 functions
Michael Gaslowitz replied to john renfrew's topic in ScriptMaster by 360 Works
The functions aren't actually getting registered with ScriptMaster v5. Always test for errors kids. http://s3-external-1.amazonaws.com/com.prosc.support.uploads/Outbound/ScriptMasterGuiTest.fmp12.zip?AWSAccessKeyId=AKIAIDQUCQL7APZLJCDA&Expires=1497112821&Signature=O%2B%2B3nWn%2BmTE6N6GkZh5YICZN2KM%3D -
5.01 incompatible with 4.42 functions
Michael Gaslowitz replied to john renfrew's topic in ScriptMaster by 360 Works
John, Again, there's a bug in ScriptMaster v5 which is causing an error if the third parameter is empty. Once that is fixed your functions should resume working as they have before. However, adding "isGui=false" to the end of your script (as the second parameter) doesn't do anything except make your function run a little slower than if you were to leave it out completely: ## how "isGui=false" is passed to RegisterGroovy RegisterGroovy ( "Test1" ; "return true;" ) RegisterGroovy ( "Test2" ; "return true; isGui=false" ) ## your script RegisterGroovy ( "Test3 -
5.01 incompatible with 4.42 functions
Michael Gaslowitz replied to john renfrew's topic in ScriptMaster by 360 Works
John, The main issue is that the RegisterGroovy function in ScriptMaster v5 isn't treating the third parameter optionally, even though it's inside curly braces: ## ScriptMaster v5 ## RegisterGroovy( signature ; script {; isGui ; key1=value2 ; ... } ) ## omitting third parameter in RegisterGroovy function returns ## "java.lang.ArrayIndexOutOfBoundsException: 0" instead of 1 Let ( ~result = RegisterGroovy( "SMisLoaded" ; "return true;" ) ; Case ( ~result = "ERROR" ; SMLastError ; ~result ) ) The secondary issue is that the RegisterGroovy function in ScriptMaster v4 l -
Creating a folder is giving an error in some cases
Michael Gaslowitz replied to BrentHedden's topic in DocuBin by 360 Works
Brent, Could you please save a PDF of your script and either upload it here, or email it to me at michael@360works.com? Thanks, Michael -
Strange file uploading is causing FileMaker to crash
Michael Gaslowitz replied to BrentHedden's topic in DocuBin by 360 Works
Brent, Try adding a Pause/Resume Script steps to these developer scripts: DocuBin - Add File ( Path ; File ) DocuBin - Add Folder ( Path ) There's a bug somewhere related to selecting windows and external files on Mac OS Sierra. Michael -
What is the Path parameter?
Michael Gaslowitz replied to BrentHedden's topic in DocuBin by 360 Works
Content::_z_PathName should do the trick -
Please try this build of DocuBin: http://s3-external-1.amazonaws.com/com.prosc.support.uploads/Outbound/DocuBin+1.0058.zip?AWSAccessKeyId=AKIAIDQUCQL7APZLJCDA&Expires=1489251199&Signature=r%2FDUKh%2BvgfbKrvPi%2Fe8MQoW51s0%3D
-
Jos, Try replacing the DocuBinUtility.fmp12 file with the one from this link: http://s3-external-1.amazonaws.com/com.prosc.support.uploads/Outbound/DocuBinUtility.zip?AWSAccessKeyId=AKIAIDQUCQL7APZLJCDA&Expires=1488406195&Signature=cq9zr29qTpwnqrpe3SRrq5gEb7c%3D Michael
-
DocuBin_Companion_Plugin will not initialize
Michael Gaslowitz replied to BrentHedden's topic in DocuBin by 360 Works
Brent, The DocuBin companion plugin has been deprecated; you can remove it. Michael -
SuperContainer / DocuBin & FM14
Michael Gaslowitz replied to David Zakary's topic in SuperContainer by 360 Works
Hello Nico, We were able to get David squared away. Please feel free to call our office as well if you're having any trouble. Michael- 4 replies
-
- supercontainer
- docubin
-
(and 1 more)
Tagged with:
-
SuperContainer / DocuBin & FM14
Michael Gaslowitz replied to David Zakary's topic in SuperContainer by 360 Works
David, Feel free to give our office a call at (866) 662-9185, and I would be happy to help you get DocuBin working. Michael- 4 replies
-
- supercontainer
- docubin
-
(and 1 more)
Tagged with:
-
Hi Albert, Let me know if you still have an opening for Tuesday; I'd be happy to contribute! Michael
- 1 reply
-
- design
- project management
-
(and 1 more)
Tagged with:
-
Thank you for your patience. DocuBin v1.0057 should fix this issue. Please let us know if you are still having trouble or are interested in a demo.
-
Thanks, we were able to reproduce the error, and should have a fix available soon.