-
-
-
-
-
Form 6i Forms Status
What are the forms status in form 6i
-
Oracle Forms Progress bar
How can i implement progress bar in form 6i.
-
How i will run a report in scheduled task
I want to run a report daily, actually there is a whole data retrieving in one report so, i want the report daily at evening auto run and generate data and convert it into pdf, so how i it put the report in scheduled task?
-
Oracle Forms - Read Data and compare with sysdate
I want to retrieve data from table where apply date field from table which likedate = sysdate,so i not got a data , what i doe.g.select date from abc where date = sysdate;this is right or wrong ,plz give ans
-
Handle Thumb Scan device in form 6i
some tell me code to attach SecuGen thumb device and scan and handle attendance in form 6i.i'll be thank full....
-
How to create grid in oracle d2k?
Is It possible to use or develop grid in oracle d2k? if possible means how?
-
Oracle Forms Tab Detection
I am using Oracle forms. I want to know how to determine which tab the user is on in run time. For Example : I created 4 tabs in my canvas A,B,C,D. During run time, how do I get to know that which TAB is accessed by the user currently?
-
-
-
-
-
How will you avoid duplicate entries in the forms?
We can restrict duplicate entries in the form cheak which coloum can be maintained uniquenessfor that coloumn item text write a trigger when_key_navigatedeclaree_empno number(5);cursor c is select * from emp;beginfor i in e_emp loopif e_empno= i.empno then dbms_output.put_line("already exist");end if;end loop;:empno=e_empno;end;
-
Report Generation Save File on Local Machine
In D2k 11g, while generating the report from the URL How to save the generated text / PDF file to Local Machine automatically while running the report?
D2K Interview Questions
Ans