How many Oracle Application Forms have you customized. Which one was a major customization , is it given in your resume.
Latest Answer : u can make .exe file for ur project..i've given a solution for this in this forum..u can check it out and try it...thanx..vikram sagar ...
How many different layouts are available in Reports6i? What are they?in which sequence , form level trigger will fire? in which sequence, report trigger will fire?how many types of canvas are there in form? what r they?what are bind variables and lexical reference in oracle reports?how many types of colums are there in Reports6i? what are they?what is the purpose of placeHolder column in Report?can u have a form with out a canvas?what is confine mode and flex mode in reports?how do u register report
Latest Answer : SRW.RUN_REPORT('MonthlyCostsheet.rep PARAMFORM=NO P_BATCH='||''''||:batch_no||''''||' P_COMPANY_CODE ='||''''||:P_COMPANY_CODE||'''');--||' P_FROMDT ='||''''||:P_FROMDT||''''||' ...
Hi all,Pls answer the following questions1.what is the difference between CALL FORM,NEW FORM, & OPEN FORM?2.can a report contain more than one template?3.where will u define GLOBAL VARIABLES in Reports?
Latest Answer : Answer to the first Question is :CALL_FORM to run forms in modal mode. The calling form remains inactive till the called form is exited.NEW_FORM to close the calling form, and then invoke the called form.OPEN_FORM for interform navigation or interform ...