Re: [dbforms]

2004-09-07 Thread Dziugas Baltrunas
Hi, could you please provide an error (servlet exception or similar) while trying to open the URL generated by blobURL tag? regards, Dziugas Baltrunas Lázaro Miguel Fung wrote: Hi. I'm testing dbforms 2.5 snapshot and I trying to open a popup (openWin() javascript) or new window (target="_blank")

[dbforms] MYOB 瓣瓣通商務講座

2004-09-07 Thread MYOB
Title: 無標題文件 ** This e-mail is confidential and is intended solely for the addressee. Any unauthorized use of the contents is expressly prohibited

Re: [dbforms] JBOSS 3.2.3 Integration

2004-09-07 Thread Shawn
On Tue, 2004-09-07 at 18:55, Arnaud wrote: > Hi, > > I don't understand what it's mean by Interceptor. And I don't know how > and where I have to modify dbForms or/and Jboss to work in this kind > of configuration. > If anybody can explain it to me ? > > Thanks a lot After the user submits a db

Re: [dbforms]

2004-09-07 Thread Shawn
On Wed, 2004-09-08 at 09:39, Lázaro Miguel Fung wrote: > Hi. > > I'm testing dbforms 2.5 snapshot and I trying to open a popup (openWin() > javascript) or new window (target="_blank") using fieldName="fieldName"/> with diskblob fields. > > No image or file are opened, however teh images are sipl

Re: [dbforms] Error encoding connection postgresql

2004-09-07 Thread Shawn
> I'am trying to update from dbforms 1.13 to 2.5 since I think 2.5. > Using dbforms 1.13 everything is fine. I presume I don't configure encoding > parameters well, any help will be welcome. > If you had it working in 1.13 then I assume you have <[EMAIL PROTECTED] contentType="text/html;charset=

[dbforms]

2004-09-07 Thread Lázaro Miguel Fung
Hi. I'm testing dbforms 2.5 snapshot and I trying to open a popup (openWin() javascript) or new window (target="_blank") using with diskblob fields. No image or file are opened, however teh images are siplayed without problems in the normal page_single.jsp or page_list.jsp Any ideas or solutio

Re: [dbforms] Error encoding connection postgresql

2004-09-07 Thread Lázaro Miguel Fung
I'm need to input latin characters like accents and ñ - Original Message - From: "Henner Kollmann" <[EMAIL PROTECTED]> To: "'Lázaro Miguel Fung'" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, September 07, 2004 1:01 PM Subject: AW: [dbforms] Error encoding connection postgres

AW: [dbforms] Error encoding connection postgresql

2004-09-07 Thread Henner Kollmann
What's about changing the value to UTF-8? > ISO-8859-1 Cheers, Henner --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http

[dbforms] Error encoding connection postgresql

2004-09-07 Thread Lázaro Miguel Fung
Hi I'am trying to test the new 2.5 snapshot, but I have this error when trying to update/insert in postgre 7.3 database ERROR: Could not convert UTF-8 to ISO8859-1 I realize that the error return ISO8859-1 and not ISO-8859-1, but I don't know if this is an postgre engine error or dbforms validat

AW: [dbforms] localWebEvent doesn't work

2004-09-07 Thread Henner Kollmann
Could you build an bookstore based example to reproduce? Thanks Henner > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im > Auftrag von web space > Gesendet: Dienstag, 7. September 2004 14:49 > An: [EMAIL PROTECTED] > Betreff: [dbforms] localWebEvent d

[dbforms] localWebEvent doesn't work

2004-09-07 Thread web space
Hi, When i try to force the localWebEvent to navNew or else, it goes to the 1st record off the table. Tks JB __ Do you Yahoo!? Yahoo! Mail is new and improved - Check it out! http://promotions.yahoo.com/new_mail -

AW: AW: AW: [dbforms] connection pooling... timeout?

2004-09-07 Thread Henner Kollmann
> Here's the default... > maxThreads="150" minSpareThreads="25" maxSpareThreads="75" > No i use SinglePerThreadConnectionProvider. My applications works only for a few users - so the tomcat threads will be reused often. So in truth i have something around of 10 connections open. Henner --

Re: AW: AW: [dbforms] connection pooling... timeout?

2004-09-07 Thread Shawn
On Tue, 2004-09-07 at 16:19, Henner Kollmann wrote: > > > > So the number of SinglePerThreadConnections depends on how > > many concurrent requests you have going to the dbforms > > servlet -- correct or not? > > Nearly. I depends on how many concurrenct request you could (!) have. This depends

AW: AW: [dbforms] connection pooling... timeout?

2004-09-07 Thread Henner Kollmann
> > So the number of SinglePerThreadConnections depends on how > many concurrent requests you have going to the dbforms > servlet -- correct or not? Nearly. I depends on how many concurrenct request you could (!) have. This depends on the number of threads you have allowed for tomcat. Henner