[Gambas-user] FileChooser - getting closer

mark carter mcturra2000 at ...370...
Sat Feb 16 14:28:18 CET 2008


Well, I found that I have to include the componet by selecting menu item:
Project > Properties
and adding component db.form.

So I've added a button and the subroutine:

PUBLIC SUB btnSelectFile_Click()

 DIM fc AS FileChooser
 fc = NEW FileChooser
 'fc.ro
 'fc.Show TRUE

END

So I run it using the debugger, when I click on the button I created, 
which calls the above sub, it says
Not Enough Arguments

Huh?






More information about the User mailing list