User Profile

Collapse

Profile Sidebar

Collapse
metrey
metrey
Last Activity: Nov 14 '07, 09:50 AM
Joined: Mar 28 '07
Location: Phnom Penh, Cambodia
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • metrey
    replied to about XPlanner Project
    in Java
    Thanks r035198x for your interesting with my avatar. I also like it.

    For XPlanner, I just successfully install it and run to see first. But I haven't gotten any source to modify yet. But I use JBoss 4.0.2 to run it instead of Tomcat 5.0.x.

    I'm waiting for everyone who know about it. Thanks very much in advance,

    Now my another clear question is with iCal, I can't do it after I install and run for testing....
    See more | Go to post

    Leave a comment:


  • metrey
    started a topic about XPlanner Project
    in Java

    about XPlanner Project

    Hi,
    I'm starting to implement one opensource project called "XPlanner" for doing the project plan.

    Anyone knows something about it? About Installation?

    Sorry to post this here because I think will have many experience of such implement here.
    See more | Go to post

  • metrey
    replied to writing output from Pl/SQL o txt file
    I'm also new to PL/SQL. As I know it is because of your directory path object "SAMPLEDATA " is not define, you need to create this object directory with full read/write. For example:

    CREATE DIRECTORY SAMPLEDATA as '/srv02/logfiles';
    GRANT READ, WRITE ON DIRECTORY SAMPLEDATA TO YOUR_SCHEMA_USE R1, YOUR_SCHEMA_USE R2, system;

    But you need to have full right access in your oracle db to use this command....
    See more | Go to post

    Leave a comment:


  • Hi deephill,
    In fact, the answer of your question, acoder already answer.
    So I just write it for you and sure you will understand:

    Code:
    <html>
    <head>
    <script>
    function firstLoad(){
    	document.getElementById("firstLoad").style.display = "none";
    }
    function ifYesClick(){
    	document.getElementById("firstLoad").style.display =
    ...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...