From m.young at mac.com Sat Dec 11 22:21:28 2004 From: m.young at mac.com (M Young) Date: Sat Dec 11 23:21:41 2004 Subject: [AS] Close database not working for me Message-ID: AppleScript Create() tell application "Valentina Carbon" close database "Macintosh HD:Customers" end tell ------------------------------------------------------------------------ ---- on Create() tell application "Valentina Carbon" activate set theDB to make new database with data file "Macintosh HD:Customers" set Customer to make new base object with properties {name:"Customer"} at end of theDB end tell end Create ************************************************************* Event Log tell application "Valentina Carbon" activate current application activate make new database with data file "Macintosh HD:Customers" database "Customers" make new base object with properties {name:"Customer"} at end of database "Customers" base object "Customer" of database "Customers" close database "Macintosh HD:Customers" "Valentina Carbon got an error: database \"Macintosh HD:Customers\" doesn't understand the close message." ************************************************************* Database "Customers" is created in the correct location, however close database fails. What am I doing wrong? Michael Valentina 1.10 OS X 10.3.6 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: text/enriched Size: 1232 bytes Desc: not available Url : http://lists.macserve.net/pipermail/valentina-studio/attachments/20041211/b16999cb/attachment.bin From sunshine at public.kherson.ua Sun Dec 12 09:42:09 2004 From: sunshine at public.kherson.ua (Ruslan Zasukhin) Date: Sun Dec 12 01:42:22 2004 Subject: [AS] Close database not working for me In-Reply-To: Message-ID: On 12/12/04 7:21 AM, "M Young" wrote: hi Michael, I think this is question to Valentina list but not to vstudio. Please check examples of VAPP. They show create/close/open. Run and check that examples work for you. > AppleScript > > Create() > > tell application "Valentina Carbon" > close database "Macintosh HD:Customers" > end tell > > ---------------------------------------------------------------------------- > on Create() > tell application "Valentina Carbon" > activate > set theDB to make new database with data file "Macintosh HD:Customers" > set Customer to make new base object with properties {name:"Customer"} > at end of theDB > end tell > end Create > > ************************************************************* > > Event Log > tell application "Valentina Carbon" > activate > current application > activate > make new database with data file "Macintosh HD:Customers" > database "Customers" > make new base object with properties {name:"Customer"} at end of database > "Customers" > base object "Customer" of database "Customers" > close database "Macintosh HD:Customers" > "Valentina Carbon got an error: database \"Macintosh HD:Customers\" > doesn't understand the close message." > > ************************************************************* > > Database "Customers" is created in the correct location, however close > database fails. What am I doing wrong? -- Best regards, Ruslan Zasukhin [ I feel the need...the need for speed ] ------------------------------------------------------------- e-mail: ruslan@paradigmasoft.com web: http://www.paradigmasoft.com To subscribe to the Valentina mail list go to: http://lists.macserve.net/mailman/listinfo/valentina ------------------------------------------------------------- From gaseous1 at mac.com Sun Dec 19 21:25:42 2004 From: gaseous1 at mac.com (Eric Werner, MD) Date: Sun Dec 19 21:26:12 2004 Subject: Some issues... In-Reply-To: References: <7A4F27ED-2715-11D9-BFAA-000D932BD416@mac.com> <11228.62.154.199.179.1098775320.squirrel@webmail3.server-einstellung.de> <417E6D5E.4020209@mac.com> <25436.62.154.199.179.1098865648.squirrel@webmail3.server-einstellung.de> <1976B726-2883-11D9-9E1C-000D932C41DE@mac.com> Message-ID: Jochen, I?m evaluating vStudio (v1.0a70) and am not able to open a Valentina Server database despite being connected (this is a vServer based on the v1.1 engine). I also have several of my own databases in the /Library/ValentinaServer/Databases folder and have no access to them. I cannot register these databases either, without receiving a -43 error. Also, when I try to bookmark a server connection (locally) that doesn?t work, but the server does automatically appear in the ?Open Recent? menu item. I also cannot open a database using the appropriate File menu entry, when the Valentina Server is chosen/highlighted in the browser window. The ?Open database...? menu choice is not grayed-out at this point. I can open a database when I have chosen the ?Valentina 1.x files? in the browser. Should I not be able to do this when connected to the server? Registering a database is a real pain. A option to browse the HD should be available, and the filename and path of the chosen DB file should be automatically entered into the dialog box. Finally, what ODBC drivers are available which can ?see? Valentina DB?s? Regards, Eric On Oct 28, 2004, at 1:47 PM, Jochen Peters wrote: > Look - vStudio can open several KINDS of databases: > - Valentina 1.x databases > - Valentina 2.x databases (not in the current alpha) > - Valentina Server databases > - ODBC databases -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: text/enriched Size: 1428 bytes Desc: not available Url : http://lists.macserve.net/pipermail/valentina-studio/attachments/20041219/f7cced0d/attachment.bin From j.peters at valentina-db.de Mon Dec 20 07:11:37 2004 From: j.peters at valentina-db.de (Jochen Peters) Date: Mon Dec 20 00:11:52 2004 Subject: Some issues... In-Reply-To: References: <7A4F27ED-2715-11D9-BFAA-000D932BD416@mac.com><11228.62.154.199.179.1098775320.squirrel@webmail3.server-einstellung.de><417E6D5E.4020209@mac.com><25436.62.154.199.179.1098865648.squirrel@webmail3.server-einstellung.de><1976B726-2883-11D9-9E1C-000D932C41DE@mac.com> Message-ID: <37124.62.154.199.179.1103523097.squirrel@webmail3.server-einstellung.de> Hi Eric, > > I?m evaluating vStudio (v1.0a70) and am not able to open a Valentina > Server database despite being connected (this is a vServer based on the > v1.1 engine). So - you can CONNECT to your server, right? Currently vStudio opens ALL databases of a server connection automatically, so you should see your registered databases in Studio's browser window, right? > I also have several of my own databases in the > /Library/ValentinaServer/Databases folder and have no access to them. I > cannot register these databases either, without receiving a -43 error. Hhm - the registering of databases is done by Valentina Server itself - Valentina Studio ONLY sends an appropiate command to the server. So - maybe you have not enough access rights on the server - or - to be more precise: The SERVER does not have the right to access these files - please check that! > Also, when I try to bookmark a server connection (locally) that doesn?t > work, but the server does automatically appear in the ?Open Recent? > menu item. Yes - this is a known issue which will be fixed. > > I also cannot open a database using the appropriate File menu entry, > when the Valentina Server is chosen/highlighted in the browser window. > The ?Open database...? menu choice is not grayed-out at this point. I > can open a database when I have chosen the ?Valentina 1.x files? in the > browser. Should I not be able to do this when connected to the server? Yes - this is a bug as far as i see. But - all server databases should already be open... > > Registering a database is a real pain. A option to browse the HD should > be available, and the filename and path of the chosen DB file should be > automatically entered into the dialog box. Yes - this would be fine. But this must be funcionality of the server - Valentina Studio can not do this without help from the server... Ruslan - what do you think? Wouldn't it be nice to have this remote file browsing capability? > > Finally, what ODBC drivers are available which can ?see? Valentina DB?s? As far as i know we currently do not have a ODBC driver for Valentina - at least not for the new version 2.x. Ruslan? In case of Valentina Studio: It can work with any ODBC driver on Mac and Windows for read-only access to third party databases. -- Best regards, Jochen Peters PIIT GmbH -------------------------- http://www.valentina-db.de From sunshine at public.kherson.ua Mon Dec 20 10:31:13 2004 From: sunshine at public.kherson.ua (Ruslan Zasukhin) Date: Mon Dec 20 02:31:30 2004 Subject: Some issues... In-Reply-To: <37124.62.154.199.179.1103523097.squirrel@webmail3.server-einstellung.de> Message-ID: On 12/20/04 8:11 AM, "Jochen Peters" wrote: >> Finally, what ODBC drivers are available which can ?see? Valentina DB?s? > As far as i know we currently do not have a ODBC driver for Valentina - > at least not for the new version 2.x. Ruslan? We do not have yet own ODBC drivers. -- Best regards, Ruslan Zasukhin [ I feel the need...the need for speed ] ------------------------------------------------------------- e-mail: ruslan@paradigmasoft.com web: http://www.paradigmasoft.com To subscribe to the Valentina mail list go to: http://lists.macserve.net/mailman/listinfo/valentina ------------------------------------------------------------- From j.peters at valentina-db.de Thu Dec 30 18:54:55 2004 From: j.peters at valentina-db.de (Jochen Peters) Date: Thu Dec 30 11:54:40 2004 Subject: [ANN] Development snapshot a75 (Mac) available Message-ID: Hi guys, i have uploaded a new Valentina studio build. This is a development snapshot because there are still some things to do before the next regular version will be ready. This build introduces some new features: - Now there is no "Valentina 1.x" dummy "connection" always present - "Valentina 1.x" is only shown when there is an open database - New feature "Smart Open" - this means: Valentina Studio now tries to detect whether a given file is a valid 1.x or valid 2.x database. Just choose "Open database".... - Bugfixes for Valentina Server connections - Support for Valentina 2.x files: So far you can create and open 2.x databases, you can create tables (with new options for 2.x) and you can create fields. Note that the development snapshot currently only supports a limited number of field types - and - you WILL get crashes for some of the new 2.x features... The next release will be available in about 1 - 2 weeks - Mac + Win. So - this development snapshot is mainly for those of you who can't wait and want to see what is going on with vStudio. :-) You can find the build here: http://www.valentina-db.de/en/downloads/downvstd.shtml -- Best regards, Jochen Peters PIIT GmbH ------------------------------------ http://www.valentina-db.de From chris at mail.pixellink.be Thu Dec 30 18:58:30 2004 From: chris at mail.pixellink.be (chris ) Date: Thu Jan 13 07:46:50 2005 Subject: automated response Message-ID: <10412301858.AA08704@mail.pixellink.be> Beste, In deze barre winterkoude knijp ik er even tussenuit om in alle ‘warmte’ mijn eindejaarsvakantie door te brengen. Opgewarmd en vol goede voornemens ben ik op maandag 3 januari 2005 terug. Ik wens u alvast een aangename eindejaarsperiode & een goede aanzet voor 2005! Chris Aernoudt Senior Developer.