[ND] Increasing the width of ListBox

1999-08-27 Thread Ignacio, Manny (GEIS)
How can i increase the width of the ListBox? _ For help in using, subscribing, and unsubscribing to the discussion forums, please go to: http://www.netdynamics.com/support/visitdevfor.html For dire need help, email: [EMAIL

Re: [ND] Getting the maximum index value for a given date (Urgent ! Please)

1999-08-27 Thread Hoskins, John D.
Or select (whatever) from articles a where (art_date,art_index) = (select art_date,max(art_index) from articles group by art_date); > John Hoskins > TDS Computing Services > Application Development & Support Team > [EMAIL PROTECTED] > 608.664.8263 > 608.664.8288 (fax) -Original M

[ND] DataBase Connection Pool

1999-08-27 Thread chaitra kumar
Hi all Iam new to NetDyn. I have worked on Java Servlet's ,where we maintain all connection to data base known as Connection Pool. I have writen an java Pgm which run's at the server as an backend process. The function of this Pgm is to Get connection Release Connection .. I will be importing thi

[ND] DataBase Connection Pool

1999-08-27 Thread chaitra kumar
Hi all Iam new to NetDyn. I have worked on Java Servlet's ,where we maintain all connection to data base known as Connection Pool. I have writen an java Pgm which run's at the server as an backend process. The function of this Pgm is to Get connection Release Connection .. I will be importing thi

[ND] DataBase Connection Pool

1999-08-27 Thread chaitra kumar
Hi all Iam new to NetDyn. I have worked on Java Servlet's ,where we maintain all connection to data base known as Connection Pool. I have writen an java Pgm which run's at the server as an backend process. The function of this Pgm is to Get connection Release Connection .. I will be importing thi

Re: [ND] Using the Sun Java E-mail class with ND

1999-08-27 Thread Curt Springer
'just do it' At the same point where you have vanilla (i.e. non-ND dependent) java code to access the file system, substitute vanilla java code to open a connection to an email server and send a message. -- Curt Springer, Team ND At 06:12 AM 8/27/99 -0700, Rimma wrote: >Hello my forum pals,

Re: [ND] Using the Sun Java E-mail class with ND

1999-08-27 Thread Brendan Johnston
And don't forget to put the required classes or jar files in the NETDYN_CLASSPATH not just the regular classpath. Brendan Team NetDynamics Curt Springer <[EMAIL PROTECTED]> on 08/27/99 08:57:03 AM To: "Rimma" <[EMAIL PROTECTED]> cc: [EMAIL PROTECTED] (bcc: Brendan Johnston/Cont

Re: [ND] DataBase Connection Pool

1999-08-27 Thread Brendan Johnston
Typical use of NetDynamics involves complete abstraction of the database connections from developers. This means you can't forget to close a connection, broken connections are automatically reconnected, connections are pooled, any SQL sent can be kept in a log, NetDynamics move from native librari

Re: [ND] Increasing the width of ListBox

1999-08-27 Thread Brendan Johnston
Insert a really long element and the list box will get wider automatically. You may want to check some CSS books to see if there is another way. Brendan Team NetDynamics "Ignacio Manny (GEIS)" <[EMAIL PROTECTED]> on 08/27/99 02:12:21 AM To: "'[EMAIL PROTECTED]'", "'ND-Forum'"

[ND] ND5.0 - Urgent

1999-08-27 Thread Amit
Hi, We got a ND5.0 CD from Sun and all it contains is a file ndserv~1.iso. And I have no idea what to do with it. It is not an executable, nor in compressed mode and it is 180 MB in size. Did anyone face such a problem? Thanks. Amit __

[ND] Using the Sun Java E-mail class with ND

1999-08-27 Thread Rimma
Hello my forum pals, In my application, I'm generating an HTML file. And as it loads into the browser, it's also supposed to be sent automatically the the user via e-mail. I was told on the forum that I can use the new Sun Java e-mail class which I downloaded from the Sun's web site. However,

[ND] Printing headers on all pages of report

1999-08-27 Thread Rachael
I have a very simple Netdynamics application which displays results in a report format from a data object. The users want to print this report usually. So i need to have the report headers on each page. Is there a way to do this. Any suggestions are very welcome. __

[ND] Printing headers on all pages of report (Posted earlier without adding Urgent!)

1999-08-27 Thread Rachael
I have a very simple Netdynamics application which displays results in a report format from a data object. The users want to print this report usually. So I need to have the report headers on each page. Is there a way to do this. Any suggestions are very welcome. ___

[ND] applet exception

1999-08-27 Thread Mohan Radhakrishnan
Hi, Has anyone come across this exception when loading one of the sample applet projects ? |Error <-| @ spider.util.CSpNetworkClassLoader.getResourceAsStream: Unexpected Exception (java.io.IOException: ) caught. Top of stack: |java.io.IOException: at netscape.net.URLConnection.conn