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 Chriss Miller 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: MrPhreaker
  • Content: Threads
  • Order by date
  1. MrPhreaker

    Dynamic navigation - prrof of concept

    Good afternoon all I am in the process of evaluating the use of JDeveloper as the tool forour next application. I can create BC4J components no problem and a JSP application. However, what would really sell this if I could replicate the 'core' functionality of the alternative route used...
  2. MrPhreaker

    Cannot connect to my home computer running Oracle

    Afternoon all I am in the process of trying to replicate my database here at work with the database I have running at home. Obviously, before I can do anything else, I need to be able to see if I can connect to my home DB. This I cannot do and it is coming back with various TNS listener...
  3. MrPhreaker

    Password encryption script path help needed

    Good morning all I have cgi-scripts running on my webserver in location f:\Oracle\Apache\Apache\cgi-bin\ and my htdocs is e:\Sofia\ The script is : #!c:/Perl/bin/perl.exe require ("cgi-lib.pl"); &ReadParse(*form); $user = $form{'user'}; $pass = $form{'pass'}...
  4. MrPhreaker

    Oracle Web Forms trying to imitate FRAMES in HTML - opinions needed

    Morning all. I am attempting to create a form in which I have 3 canvasses laid out. The first canvass is the head which contains the corporate image. The left side canvass contains a stacked menu consisting of buttons. The remainder of the window is the main screen containing the...
  5. MrPhreaker

    Apache on XP, forbidden CGI scripts 403

    Hi all I have installed Apache on my XP pro system and all was working fine until this weekend when I did something late at night to cause cgi scripts to stop working. As far as I can remember all I was making amendments to was the http.conf file and adding files and directories under the...
  6. MrPhreaker

    Beginner - Forbidden subdirectories

    Hi all I have installed Apache web server as part of an Oracle installation and I was hoping to run a private website as well as do the usual Oracle stuff. My question though is that unlike PHPTriad, I am struggling to migrate my web site to this application. The problem I have is that when I...
  7. MrPhreaker

    PCAnywhere via web has strange effects on keyboard !

    Hi I have tried looking through the forum for an answer to this but to no avail. I am using PCAnywhere at home and I am connecting to it via either ActiveX or Java Applet over the web (PCAnywhere Express) However, the problem is that the mappings on the keyboard are weird. Its like the...
  8. MrPhreaker

    Java IF Condition, Incorrect use of braces ?

    Hi all I have a post already open but that one kinda solved a different problem so here goes : This is a snippet of a servlet that is passed the paramValue parameter. However, the only one that works is "Roe". All the others return people.xls. Please advise. if...
  9. MrPhreaker

    Basic Java IF...ELSE question

    Hi all Please can you answer this for me as I cannot seem to solve it : I have a JAVA servlet which is meant to pick a particular XSL file based on the parameter I send it. However, whatever parameter I send it, it seems to pick people.xsl file. Please can you advise ? Thanks Greg...
  10. MrPhreaker

    Order By in Query needs to reference parameter form item

    Hi All I have a report which runs select x,y,z from b order by :param :param is a user parameter that is determined from the parameter form. However, when i run the report, the order by clause is ignored. Can anyone help ?
  11. MrPhreaker

    CALL function in 6i Forms not working in 9i Forms

    Hi all, I know this is a bit of a basic question but is there a workaround for this functionality being obsolete in 9i Forms ? Thanks Adeel

Part and Inventory Search

Back
Top