To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=98057 Issue #|98057 Summary|File Picker function error on the Mac Component|Database access Version|OOo 3.0 Platform|Macintosh URL| OS/Version|Mac OS X Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|none Assigned to|dbaneedsconfirm Reported by|calmhey
------- Additional comments from [email protected] Wed Jan 14 09:03:46 +0000 2009 ------- I am experiencing a File Picker function error on the Mac - works fine on windows. Code and error message is Function FileOpenDialog(title as String) as String filepicker = createUnoService("com.sun.star.ui.dialogs.FilePicker") filepicker.Title = title filepicker.execute() files = filepicker.getFiles() FileOpenDialog=files(0) End Function Sub Get_File sFileName = FileOpenDialog ("Please select a file") End Sub FileOpenDialog=files(0) - ERROR MESSAGE as follows inadmissible value or data type. Index out of defined range. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
