Latest Answer : declarel_blob blob;l_bfile bfile;begininsert into demo values ( 1, empty_blob() ) returning theBlob into l_blob;l_bfile := bfilename( 'MY_FILES', 'aria.gif' );dbms_lob.fileopen( l_bfile );dbms_lob.loadfromfile( l_blob, l_bfile,dbms_lob.getlength( l_bfile ...
Latest Answer : Customization means add or remove some field from form. when we needs to customize the forms, first we transfer the forms from remote server to local m/c and open in developer 6i and customize the forms as per user requirement and comiple the form and ...
Whats the difference between run_report & run_product & run_report_object?Is run_report_object is used in oracle 10g in place of run_product ?As per my knowledge run_report is used to call the reports only, from form but run_product is used to call the other oracle objects also like graphics....But i m quite confused abt it .
Latest Answer : Lexical parameters are used to substitute multiple values at runtime. It can be used in FROM TABLE NAME and in WHERE clause. Usually the lexical parameters are defined in After Parameter Report or in Before Report.
For example:
IF :P_DATE_FROM IS ...
Latest Answer : By Using run_product('reportname') in-built feature you can call one report from another. ...
How to grey out when one column is selected in D2K forms?
Latest Answer : You have to useset_item_property inbuilt.firstly you create one attribute then use that attribute in set_item_property inbuiltwrite this code in when mouse click item in current item.RAJIV GUPTAÂ YOGIK TECHNOLOGIES PVT. LTD ...
Hi Everybody..... 1) My query is like i have a form by name employeetest 2) I a form i have two canvases 3)
Latest Answer : You can do this validation in two ways 1> You can select all the feild at a time and click F4 or go to the properties of that and make the required feild(required property) =YES2>You can also do it through codingi.ebegin If :block1.textbox1 is null and ...
How can we call an exe in D2K or Forms 10g?