ken_s2007 Posted February 15, 2013 Posted February 15, 2013 The database is hosted with FileMaker Server 12. I have a button with a script attached to export data to a .xlsx file. It works in FileMaker Pro Advanced 12, but not when accessing via IWP (OS X 10.6.8 Chrome Version 24.0.1312.57). I created a variable (note: I'm using a random number (x 10 so it doesn't start with a ".") -- I will date and time stamp after I get the date and time into a format that isn't interpreted as directory markers): "file:" & Get ( DesktopPath ) & "Look_on_your_desktop;_next_is_just_a_random_number_" & ( 10 * Random ) & "_" & "FileMaker_to_Excel_Export.xlsx" Export records [No dialog": "$exportPathExcel"; Automatically open; Unicode (UTF-16] When I click the button in IWP, the screen flashes, but no file is exported. Thanks in advance for any help.
Wim Decorte Posted February 15, 2013 Posted February 15, 2013 Export is not supported through IWP. You can see the supported script steps by selecting "instant web publishing" from the "show compatibility" list in ScriptMaker
ken_s2007 Posted February 15, 2013 Author Posted February 15, 2013 Thanks, Win! (Sorry for being a bonehead and not checking that ; )
GoTigers Posted February 18, 2013 Posted February 18, 2013 I have been using IWP Export, a plug in that is no longer suppported (for FM Server 12). Are there any alternatives out there?
Recommended Posts
This topic is 4563 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