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> ;
=-=-=-=-=-=-=-=-=-=-=-=-=...
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...
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.
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...
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.
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.
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...
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.