need helps plz on how to set the cursor? [message #86160] |
Sun, 05 September 2004 18:51 |
Dhalan
Messages: 15 Registered: August 2004
|
Junior Member |
|
|
hai
can anyone teach me on how to set the cursor into a field called ALASAN. below is my example.
- start_am -
- 07:50:00 -
- End_am -
- -
- REMARKS -
- -
declare
x char;
begin
x:=to_char(sysdate, '07:45:00');
......
end;
:DATANG.start_am := substr(:system.current_datetime, instr(:system.current_datetime,' ')+1); ----[>] i used this codding for start_am
my question is, i want to compare the start_am with x. if start_am is more than x then i want to set the cursor automatically into REMARKS textitem. can anyone teach me the coding on set the cursor automatically into REMARKS coz i'm begginer in oracle and is the format correct for X coz i want to set x permanently which is 07:45:00.
thanks for helping me
regards
eboy
|
|
|
|
|
|
|