Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Vadim

  1. Vadim

    Connect to IBM i (AS/400)

    I supplied id and password, also marked all data library on reference tab. The problem is IBM do not support connection like they do before. I asked is it any way to go around it with IBM CA Solution? Thanks
  2. Vadim

    Connect to IBM i (AS/400)

    I have a lot of Excel files with VB macro that connect to IBM i. I connect to IBM i with this string ---------------------------------------------------------------------- Function open_con() cnMYAS400.Open "provider=IBMDA400;data source=192.001.01.99;User Id=myuid;Password=mypwd;" Set...
  3. Vadim

    Tomcat 5.5 cannot find a servlete

    I've got status error 404 for this address: http://localhost:8080/servlet/dcfrtbill.DcFrtBil?STORE=ALL&FromDate=10/9/2005&ToDate=10/9/2005&repType=B&filter=A Same address works fine on Tomcat 4.1 but on my new computer with Tomcat 5.5.9 did not. Actually it did not found any servlet. I checked...
  4. Vadim

    TypeError on Date()

    Thank you, it works
  5. Vadim

    TypeError on Date()

    This line: var date = new Date(new Date() - 86400000); gave me an error - 'Object doesn't support this action'- but same line work in all others of my pages. What is wrong?
  6. Vadim

    HTML to PDF conversion

    Byam, I know about FOP package, and I am working on that version, but I want something that convert whole html.
  7. Vadim

    HTML to PDF conversion

    Is it any possibility to convert HTML file that was generated by JSP to PDF? I mean to change content type of JSP to application/pdf and get result as PDF. If there is no simple way to do it - I'd like to know is there a software that I may buy for that purpose?
  8. Vadim

    change onclick function() for table cell

    I tried to change "onclick" function after some action: document.all[cell].onclick= function(){ rtvItem(Str, Sku, Seq, Desc , Reason, RaNum, Markout, Recall, this.id, "UPD");}; But this cell still keeps old function parameters. Is somebody may tell me what is wrong?
  9. Vadim

    Tomcat 5.5.9 Dos panel

    thank you
  10. Vadim

    Tomcat 5.5.9 Dos panel

    Hi sedj, you wrote: "If you want to run it in a dos console, just navigate to TOMCAT_HOME/bin in a dos console, and type 'tomcat5'." May you elaborate that a little. Do You mean to add environmental variable or modify some script? where type tomcat5. Thank you. Vadim
  11. Vadim

    Tomcat 5.5.9 Dos panel

    Okay, I will try to see it in log file, but it was very handy to have a console panel like in Tomcat4, where I may add System.out.print() in my JSP and immediately see result. Now I should go to window explorer, find log file and open it with notepad. That's why I am asking, if there is...
  12. Vadim

    Tomcat 5.5.9 Dos panel

    I loaded Tomcat 5.5.9 on my PC. Now, it do not starts from DOS panel. I use it a lot for debug purposes to output some values or to see what the error occured. Is it any way to change configuration to see this panel? Or is any script that may be used for that purpose? Thank you
  13. Vadim

    How to sent htnl from server to Ip printer?

    I already did, but I understand that I should to create some printable object, like applete and send to printer. My question, if it is possible to change output content type of JSP to "application/postscript" or "application/pcl" and send it to printer by it IP address.
  14. Vadim

    How to sent htnl from server to Ip printer?

    Hi, I need to print some labels from PocketPC. Window CE does not have printing capabilities, so I want generate html on my tomcat server and then somehow to sent it to network printer directly. Is it possible?
  15. Vadim

    How to recognize PDA

    Is there other script language that they support? Or is it possible to upgrade PDA or it's browser to use javascript?

Part and Inventory Search

Back
Top