Actual I am uploading the excel sheet data in the customer system that must generate into server system and store that excel sheet data into the particular database table...Plz help me.....We r trying from so many days ... My task has been stop there
How can I get off a error message Oracle form a0001 ask me to save the record when I change a record to other ?
I suggest you make use of triggers to take control over the default message.
You can try triggers such as ON-CLEAR-DETAILS trigger.
Definitions, usage and its information in Oracle forms 9i
Oracle Applications - Folder Functionality are made use of in custom forms. Folder Functionality enables user to perform host of actions on fields such as ordering, renaming, resizing, moving, including, excluding etc., in a multi-row block.
How to populate list dynamically?
First: check through Get_List_Element built_ins method that the both list has been selected with the value or not? if none is selected then all values should be populated . Second: Declare a varray a...
Create this procedure first:PROCEDURE Pop_List IS /* ** Built-in: CREATE_GROUP_FROM_QUERY **Example: Create a record group from a query, and populate it. */ list_id ITEM; list_name VARCHAR2(40) := &...
It is of type Character as you always compare
if :system.last_record = 'TRUE' then
........
........
end if;
the value of :system.last_record is either true or false.so it must be Boolean
a piece of logic that is executed at or triggered by a SQL *forms event.
Triggers are a special PL/SQL construct similar to procedures. However, a procedure is executed explicitly from another block via a procedure call, while a trigger is executed implicitly whenever the triggering event happens. The triggering event is either a INSERT, DELETE, or UPDATE command.
A forms trigger is a block of PL/SQL code that adds functionality to your application. Triggers are attached to objects in your application. When a trigger is fired, it executes the code it contai...
Can a single canvas have multiple windows ?
no
a single canvas have multiple windows :: NO
a single windows have multiple canvas :: yes
I want to make two lists in an Oracle form. Each list will be holding three elements. These elements are same for two lists. If one element is selected in one list that will not come in the other list. That means the other list will show only two elements. How can I do that dynamically ?
How to get number in words in Oracle 10g reports
How to get number in words we are using Oracle 10g software and in reports, I am trying to give as function code and return value as placeholder, but I am getting an error as foll.Rep:1401 'cf_1formula': fatal PL/SQL error occurred.Thanks in advancekrishnan r
Valid settings for the initial value property
In an order entry form, the order_items block has a text item called shipping_date, which is of the date data type the lowest allowed value and the highest allowed value properties are not defined for this item.Assuming that all of the following are defined, which three are valid settings for the initial...
Valid values are: A, B & DIn forms, to give initial value as sysdate, we should user $$DBDATE$$ which gives the current time of server, which stores date of DD-MON-YYYY format. If you want to stor...
In the manual datablock , we will get records from database then I need to get each row in different color ......I am using the set_item_property('blockname.Item',current_row_background_color,'red');plz help me.............
What erase package procedure does ?
erase removes an indicated GLobal variable.
Erase removes an indicated global variable and releases the memory associated with it.
Property pallete is used to apply changes to only that object item, as visual attributes are used in more generic manner. Visual attributes are used in the projects in which common specific...
Visual Attribute is the property in Property Pallete of object which deals with only text font,colour.
pre-query fires once. post-query fires 10 times.
PRE-QUERY fire once when block goes in execute-query Mode.
and
POST-QUERY fire=TOTAL NUMBER OF RECORDS RETRIEVED.
in the above case POST-QUERY fires 10 times.
How does the command post differs from commit ?
post writes data in the form to the database but does not perform database commitcommit permanently writes data in the form to the database.
POST will temporary save data in the relevant table.
If you do not use commit after post then the temporary saved data will be lost.
COMMIT permanently Save Data in the table
How do you pass the parameters from one form to another form?
to pass one or more parameters to a called form, the calling form must perform the following steps in a trigger or user named routine execute the create_parameter_list built-in function to programmatically. create a parameter ...
Create parameter list.
Add required parameters with add_parameter(receiving_parameter_name, field type, sending_parameter_name)
Now pass this into call_form or open_form built_in procedure.
Convert rdf data into excel format
How to convert rdf data into excel format directly report builder when the report is initialized then output of this report into excel?
Text_IO Package in Oracle reports 10g Procedure/Exception/Function DescriptionTEXT_IO.FCLOSE procedure that closes an open file.TEXT_IO.FILE_TYPE type that specifies a h...
genarate in hrmt and then open html file in excel .
List system variables available in forms 4.0, and not available in forms 3.0?
system.Cordination_operation system date_threshold system.Effective_date system.Event_window system.Suppress_working
System Variable in forms 10gSYSTEM.BLOCK_STATUS SYSTEM.COORDINATION_OPERATION SYSTEM.CURRENT_BLOCK SYSTEM.CURRENT_DATETIME SYSTEM.CURRENT_FORM SYSTEM.CURRENT_ITEM SYSTEM.CURRENT_VALUE SYSTEM.CURSOR_BL...
Give built-in routine related to a record groups?
create_group (function) create_group_from_query(function) delete_group(procedure) add_group_column(function) add_group_row(procedure) delete_group_row(procedure) populate_group(function) populate_group_with_query(function) ...
Record group triggersGET_GROUP_SELECTION Built-inGET_GROUP_SELECTION_COUNT Built-inGET_GROUP_ROW_COUNT Built-inGET_GROUP_RECORD_NUMBER Built-inSET_GROUP_CHAR_CELL Built-inSET_GROUP_number_CELL Built-i...
Populate_group_from_tree is also there in Forms10g.
Following Step need to setup before executing the Conversion Script Step 1: Logon to the Database server and connect to the database. Step 2: Run the below query and it should return five records: ...