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: Afzaal82
  • Order by date
  1. Afzaal82

    date problem

    I am Not an Expert But Try My COde ( Hope It Work) =-=-=-=-=-=-=-=-=-=-=-=-= SELECT TO_CHAR(STARTDATE,'MMDDYYYY')||':'||TO_CHAR(STARTTIME,'HH24:MI'), TO_CHAR(ENDDATE,'MMDDYYYY')||':'||TO_CHAR(ENDTIME,'HH24:MI') INTO datestart,datestop From TABLE_NAME <where clause> ; =-=-=-=-=-=-=-=-=-=-=-=-=...
  2. Afzaal82

    Hiding Title Bar Of A Form

    I Want to Hide the Windows Title Bar( Blue Colour where ( Menus ) and (Minimize,Maximize,Close) Buttons are located. IS IT POSSIBLE TO HIDE THIS BAR IN ORACLE. IF POSSIBLE THEN KINDLY GIVE ME THE METHOD. IN fact i have program consisting of (7) different Forms and i want to Make a Program...
  3. Afzaal82

    COMMIT SINGLE RECORD

    THANKS lewisp I HAVE over come this problem with the help OF The Statement below. >> SET_RECORD_PROPERTY(:SYSTEM.CURSOR_RECORD,'BLOCK_NAME',STATUS,QUERY_STATUS); << BY WITING IT IN MY OWN PROCEDURE FROM WHERE ALL DETAILS WERE AUTOMATICALLY GENERATED. Again Thanks for Ur Reply.
  4. Afzaal82

    COMMIT SINGLE RECORD

    THNKS LEWISP FOR UR REPLY. I M working on a VEHICLE RENTAL SYSTEM. VEHICLE ARE ISSUED- RECEIVED ON A SEPERATE FORMS. ON VEHICLE RECEIVE FORM I HAVE GIVEN THE USER. ALL THE ISSUE TIME DETAILS AND CURRENT DATE AND TIME VEHICLE USAGE TIME ( CALCULATED WITH THE HELP OF A PROCEDUR BASING ON THE...
  5. Afzaal82

    COMMIT SINGLE RECORD

    when working with records after executing the query we may change more than one record. but i want to commit only the record that is currenly available on the Form. kindly tell me the way how can i commit only one record even if i have changed and move through more than one records.
  6. Afzaal82

    UPDATING SINGLE RECORD

    when working with records after executing the query we may change more record. but i want to commit only the record that is currenly available on the Form. kindly tell me the way how can i commit only one record even if i have changed and move through more than one records.
  7. Afzaal82

    Adding Number With Date

    i have THREE FILEDS [ HOURS ] [START TIME] [ END TIME ]. HERE [HOURS] IS A NUMBER TYPE FILED. AND BOTH OTHER ARE OF TYPE DATE. START TIME AND END TIME ARE PICKED FROM SYSDATE. PROBLEM IS SYSTIME IS 8:00PM WE ENTER 2 IN THE [HOURS] FILED. NOW [START TIME] SHOULD REMAIN AT 8:00 PM BUT THE [END...
  8. Afzaal82

    Hiding Title Bar Of A Form

    how can we HIDE the Title Bar of A Form with the Help of A Button.
  9. Afzaal82

    Making iconic Button

    i m using oracle developer 6i. i want to make a button iconic. i have set the iconic property of Button to YES. when i give path to an iconic. it does'nt work only if i give icon name of Built in icons it works. who can i give path to my own icon that i created.

Part and Inventory Search

Back
Top