Hi,
REALbasic 2007r2 Std for Windows
Windows XP SPII
The code below crash on the last line. I spend some minutes to realize
that my first line have an error.
THE PROJECT COMPILES FINE and that is what is wrong IMHO (with my code,
of course).
Dim SelectDlg As New FolderItemDialog
Dim SelectFI As FolderItem
SelectDlg.ActionButtonCaption = "Select"
SelectDlg.Title = "Choose a Folder"
SelectDlg.PromptText = "Prompt Text"
SelectDlg.InitialDirectory = Volume(0).Child("Documents")
// Let the user select a folder
SelectFI = SelectDlg.ShowModal()
Cheers,
Emile
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>