Recent content by alok_mits

  1. A

    how to know the parent web page in webspeed??

    Hi, I am calling a html page "a.html" from two differeant places . 1. it is getting called from b.html and 2. from menu item( not directly from html). Now how to make sure that whether a.html is getting called from b.html. i have tried with the program-name() function and http_referer...
  2. A

    Directory name check

    Thanx parul... Its working.
  3. A

    Directory name check

    How to check a particular directory is available or not in the system..it may be outsite the propath... i tried with the " FILE-INFO:FULL-PATHNAME" but it is giving "?" always.. With Regards,
  4. A

    Looking for CSV to XML utility

    Why u want the utility..build one temp-table read d data from csv and the create the xml file(in .p file)..its simple..or just write a shell script to run the .p file and passed the csv file name as parameter.
  5. A

    calculate the last day of the month

    DEFINE VARIABLE v-date-last-date AS DATE NO-UNDO. ASSIGN v-date-last-date = 12/12/2008 . PROCEDURE GET_last_day: DEFINE INPUT-OUTPUT PARAMETER p-inp-out-date AS DATE NO-UNDO. DEFINE VARIABLE v-cha-date AS CHARACTER NO-UNDO. ASSIGN v-cha-date =...
Back
Top