Thanks Jeff. On 7/6/06, Jeff Borckardt <[EMAIL PROTECTED]> wrote:
check out... getsavefolderitem in the language ref. Best, Jeff On Jul 5, 2006, at 4:17 PM, Tommy Single wrote: > If I want to let the user pick where to save a newly created > database how > would I do it? > > I am using the code below to create the database but I need to know > what to > add to specify where to save it. > > Dim db as REALSQLdatabase > Dim f as FolderItem > f = New FolderItem(NameField.text) > db = New REALSQLdatabase > db.databaseFile = f > If db.CreateDatabaseFile then > MsgBox "Database created" > else > MsgBox "Database not created" > end if > _______________________________________________ > Unsubscribe or switch delivery mode: > <http://www.realsoftware.com/support/listmanager/> > > Search the archives of this list here: > <http://support.realsoftware.com/listarchives/lists.html> _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
_______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
