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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: abc73
  • Content: Threads
  • Order by date
  1. abc73

    Show multiple images in JSP page

    I have an Application in which I am showing images in a jsp page from a Database. It takes forever to load over 400+ images and sometimes it only shows half and the rest just small boxes. I have a bean in which I get the imagenames from DB based on the query and stores in a hashtable then...
  2. abc73

    Send POST Request from a FORM

    Hi, Is there a way to send a POST Request from a FORM. I have an Oracle Form and inside FORM a user clicks on a button and it opens a webpage that accepts some parameters that are also passed when a button is clicked. I don't want the user to see the querystring parameters i.e. can I make a POST...
  3. abc73

    Disabling Browser Bars

    Can someone help me how to disable all browser bars: scroll, tool, links, address, menu etc. All I want is the close button in the Browser and everything else disables or hidden in any browser. The user comes to the page by clicking a button in an Oracle Form. So when the page is opened I want...
  4. abc73

    Disable all Browser Bars

    Can someone help me how to disable all browser bars: scroll, tool, links, address, menu using JSP. All I want is the close button in the Browser and evrything else disables or hidden. Thanks
  5. abc73

    NCPDP Batch Standard Version 1.1

    Hi, Can someone please provide a guide for NCPDP Batch Standard Version 1.1. Or how does the structure looks like. Thanks
  6. abc73

    Image display problem in IE 6.0 using JSP/Servlet app.............

    I have an application that gets an images from the DataBase and displays it in a browser. Everything worked fine in IE 5.5, but recently I upgraded to IE 6.0 and now the images are not shown. If I use the IE 5.5 it works fine. Is there any issue with IE 6.0. I have JSP page and in a loop calls...
  7. abc73

    Help needed in using edifecs tool

    Hi, I installed OracleAS Inetgration B2B along with Edifecs Spec Builder. Can someone please tell me how does this edifecs translator works and how do I start the translation process. I looked into the documentation but all I see is how to build the document. Now if I have an incoming EDI 835...
  8. abc73

    Error when installing Oracle Integration B2B

    I am trying to install Integration B2B but get the following errors. My Repository is registered in OID. The only time I receive a prompt for a password is for the ias_admin user. Output generated from configuration assistant "Integration B2B Configuration Assistant"...
  9. abc73

    Problem installing OracleAS 10g asking for (OID)

    Hi, As you can figure out I am pretty new to Oracle and am trying to learn. So please bear with me. I am trying to install OracleAS 10g portal and wireless. I have installed metadata repository and when I install portal and wireless it asks me for the username and port where Oracle Internet...
  10. abc73

    10g DB startup error

    Hi, I installed 10g but when I get the following on Enterprise Manager: The database status is currently unavailable. It is possible that the database is in mount or nomount state. Click 'Startup' to obtain the current status and open the database. If the database cannot be opened, click...
  11. abc73

    Install Oracle 10g Database and App. Server on same Machine

    Hi, I am learning oracle and have a question: Can I install Oracle 10g Database and Oracle 10g Application Server (Portal and Wireless) on the same machine. How much RAM do I need to run them properly. Is there a link that can guide me to install both step by step. Thanks
  12. abc73

    Win32/Daemon.pm ERROR.

    Hi all, I am pretty new to perl. I am using ActiveState perl, v5.8.6. I am trying to run a script but gets the following error: Can't locate Win32/Daemon.pm in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib.) So I believe I need to install Daemon.pm module. Can someone guide me where to...
  13. abc73

    How to register perl script as a windows service

    I want to write a perl script that loops through a particular directory every five seconds and deletes any files in it. And then register this script as windows service. Thanks
  14. abc73

    How to extract matching data from line

    Hi, I am new to perl. I am trying to read a text file and extract a match some data in each line and store it in an array. I can read the file but having trouble to extract the data from eachline. i.e. line looks like: test1 testing 6758 d:\something\te##skfj.com I want to extract range of...
  15. abc73

    Perl scripts called in a batch-file.

    Hi, I have a batch script i.e. p.bat in which I call perl scripts along with other commands e.g. ..... ..... test1.pl test2.pl test.pl java Print .... .... when I execute the above script the perl scripts gets executed in a sequence and finally a java program. How can I do that if test1.pl...
  16. abc73

    CSV file Read Problem! Help needed

    I am using the following code to read data from a csv file. Can someone help me when I have a numeric with leading zero's in my csv file in the output the leading zero's are automatically being removed. I want to keep the leading zero's. e.g. I have a following csv-file: 1234,Mike,1235 XYZ,1...
  17. abc73

    OracleAS PartnerConnect Documentation and Use

    Hi, Can someone please point me where to find the documentation for OracleAS PartnerConnect. As I want to understand how the EDI translation can be done using OracleAS PartnerConnect. Is there any trial versions I can use to get better understanding. Thanks
  18. abc73

    get the JSP session object inside the servlet

    How can I get the JSP session object inside the servlet. In my JSP page I am set up a session i.e. session.setAttribute("Names",vector); //where vector contains the data then I call the servlet from JSP i.e. <img src="test.dep.evg.MyServlet"> now I want to get the session object inside...
  19. abc73

    Display multiple Images from a DB on a JSP Page.

    Hi all, please give me your solution, thanks. I have many images, stored in Oracle database (BLOB), How to display all of them (images) on a JSP page? I have a working solution that only shows one image based on the specific image-name passed. But if no image found in the Database with that...
  20. abc73

    Does jdeveloper 10g support jdk 1.3.1

    Does jdeveloper 10g support jdk 1.3.1? I want to compile the java classes using jdk1.3.1 inside jdeveloper 10g. Is there a way to overrule this and force jdeveloper 10g to use jdk 1.3.1? Thanks

Part and Inventory Search

Back
Top