Realbasic 5.5.5 crash when opening Valentina from IDE

Damon Pillinger daisychain at iinet.net.au
Thu Aug 11 16:28:27 CDT 2005


Don't worry. 
I uninstalled and reinstalled Valentina and all is A OK now.
Thanks

Best Regards

Damon L. Pillinger
Jensen 2005 by Daisychain
www.daisychain.no-ip.biz
Phone : 03 9532 1220
Fax : 03 9532 1280


-----Original Message-----
From: valentina-bounces at lists.macserve.net
[mailto:valentina-bounces at lists.macserve.net] On Behalf Of Damon
Pillinger
Sent: Thursday, 11 August 2005 4:15 PM
To: valentina at lists.macserve.net
Subject: Realbasic 5.5.5 crash when opening Valentina from IDE

Hi Guys
 
I use this code to create a simple Valentina Database, it happens with
all Valentina databases however.
 
  dim d2 as VRBDataBase
  dim f as folderitem
  
  d2=new VRBDataBase
  f=getfolderItem("").child("ValentinaDB.vdb")
  f.delete
  d2.databaseFile=f
  if d2.createDatabaseFile then
    if d2.connect then
      d2.sqlExecute("Create Table test (f1 integer,f2 varchar, f3
date,f4 double,f5 TimeStamp)")
      if d2.error then msgbox "3"+d2.errorMessage
    end if
  end if
  beep
 
This will create a database. 
Go back in to RealBasic and select the menu
 
Edit / Add Data Source / Select Valentina
 
Select a Valentina Database
 
You can see it in the IDE but when you double click on it Real basic
crashes.
 
RB 5.5.5
Val 2.0.5fc5
 
Any ideas
 
Best Regards
 
Damon L. Pillinger
Jensen 2005 by Daisychain
www.daisychain.no-ip.biz
Phone : 03 9532 1220
Fax : 03 9532 1280
 
_______________________________________________
Valentina mailing list
Valentina at lists.macserve.net
http://lists.macserve.net/mailman/listinfo/valentina



More information about the Valentina mailing list