What are the unrestricted procedures used to change the popup screen position during run time ?

1 Answer

Answer :

Anchor-view
Resize -View
Move-View.

Related questions

Description : Two popup pages can appear on the screen at a time ? Two popup pages can appear on the screen at a time ? a. True. b. False?

Last Answer : a. True.

Description : Classify the restricted and unrestricted procedure from the following.

Last Answer : a. Call b. User-Exit c. Call-Query d. Up e. Execute-Query f. Message g. Exit-From h. Post i. Break? a. Call - unrestricted b. User Exit - Unrestricted c. Call_query - Unrestricted ... Query - Restricted f. Message - Restricted g. Exit_form - Restricted h. Post - Restricted i. Break - Unrestricted.

Description : What is the difference between restricted and unrestricted package procedure ?

Last Answer : Restricted package procedure that affects the basic functions of SQL * Forms. It cannot used in all triggers except key triggers. Unrestricted package procedure that does not interfere with the basic functions of SQL * Forms it can be used in any triggers.

Description : What are the default parameter that appear at run time in the parameter screen? What are the various sub events a mouse double click event involves?

Last Answer : Destype and Desname.

Description : What is Overloading of procedures ?

Last Answer : The Same procedure name is repeated with parameters of different datatypes and parameters in different positions, varying number of parameters is called overloading of procedures. e.g. DBMS_OUTPUT put_line

Description : What are Database Triggers and Stored Procedures

Last Answer : Database Triggers :: Database Triggers are Procedures that are automatically executed as a result of insert in, update to, or delete from table. Database triggers have the values old and new to ... procedures is that many users can use the same procedure in compiled and ready to use format.

Description : What are different modes of parameters used in functions and procedures?

Last Answer : IN -OUT -INOUT

Description : What is an UTL_FILE.What are different procedures and functions associated with it?

Last Answer : UTL_FILE is a package that adds the ability to read and write to operating system files. Procedures associated with it are FCLOSE, FCLOSE_ALL and 5 procedures to output data to a file PUT, ... , PUTF, FFLUSH.PUT, FFLUSH.PUT_LINE,FFLUSH.NEW_LINE. Functions associated with it are FOPEN, ISOPEN.

Description : What is difference between Procedures and Functions ?

Last Answer : A Function returns a value to the caller where as a Procedure does not.

Description : How packaged procedures and functions are called from the following?

Last Answer : a. Stored procedure or anonymous block b. an application program such a PRC *C, PRO* COBOL c. SQL *PLUS?? a. PACKAGE NAME.PROCEDURE NAME (parameters); variable := PACKAGE NAME.FUNCTION NAME ( ... .PROCEDURE if the procedures does not have any out/in-out parameters. A function can not be called.

Description : What are advantages fo Stored Procedures?

Last Answer : Extensibility,Modularity, Reusability, Maintainability and one time compilation.

Description : Explain how procedures and functions are called in a PL/SQL block ?

Last Answer : Function is called as part of an expression. sal := calculate_sal ('a822'); procedure is called as a PL/SQL statement calculate_bonus ('A822');

Description : How will you enforce security using stored procedures?

Last Answer : Don't grant user access directly to tables within the application. Instead grant the ability to access the procedures that access the tables. When procedure executed it will execute the privilege of procedures owner. Users cannot access tables except via the procedure.

Description : How will you enforce security using stored procedures?

Last Answer : Don't grant user access directly to tables within the application. Instead grant the ability to access the procedures that access the tables. When procedure executed it will execute the privilege of procedures owner. Users cannot access tables except via the procedure.

Description : What are stand-alone procedures?

Last Answer : Procedures that are not part of a package are known as stand-alone because they independently defined. A good example of a stand-alone procedure is one written in a SQL*Forms application. These ... limitation of stand-alone procedures is that they are compiled at run time, which slows execution.

Description : What are stored-procedures? And what are the advantages of using them.

Last Answer : Stored procedures are database objects that perform a user defined operation. A stored procedure can have a set of compound SQL statements. A stored procedure executes the SQL commands and returns the result to the client. Stored procedures are used to reduce network traffic.

Description : How do you change the settings on an xbox so a friend will not get a popup alerting him that I am online?

Last Answer : You have to either not have them as your friend, or unplug your xbox live. That’s the only way I know how.

Description : Can u change VAT at run time?

Last Answer : Yes. You can programmatically change an object's named visual attribute setting to change the font, color, and pattern of the object at runtime.

Description : Can you change the alert messages at run-time?

Last Answer : If yes, give the name of the built-in to change the alert messages at run-time. Yes. Set_alert_property.

Description : List the built-in routines for the controlling canvas views during run-time?

Last Answer : Find_canvas Get-Canvas_property Get_view_property Hide_View Replace_content_view Scroll_view Set_canvas_property Set_view_property Show_view Alert

Description : List the built-in routine for controlling window during run-time?

Last Answer : Find_canvas Get-Canvas_property Get_view_property Hide_View Replace_content_view Scroll_view Set_canvas_property Set_view_property Show_view Alert

Description : List the built-in routine for controlling window during run-time?

Last Answer : Find_window, get_window_property, hide_window, move_window, resize_window, set_window_property, show_View

Description : What is the built-in used to get and set lov properties during run-time?

Last Answer : Get_lov_property Set_lov_property Record Group

Description : What built-in is used for showing the alert during run-time?

Last Answer : Show_alert.

Description : In Excel, how can I add a popup definition to each column header in the header row?

Last Answer : I typically right click the cell and scroll down to select Add Comment. It will add a little red triangle in the upper right corner of the cell that one must click to read the comment. ... triangle that Excel puts in the upper left corner if it suspects some weird calculation result in the cell.

Description : Do you know a website where an option selection list shows you a popup or lightbox of each option onMouseover or onSelect?

Last Answer : Can’t you invoke a Javascript function with onmouseover and onmouseout?

Description : How do I autofill an adobe flash login popup?

Last Answer : answer:Set up your Firefox options- Make sure remember search & form history : is checked under Firefox Privacy settings. You could choose remember passwords from sites under Security if you want. And ... I start typing. All of the above might work better than roboform and work in Flash too.

Description : What is the difference between a modal and a popup?

Last Answer : A modal window requires the user to complete interation with it before allowing access back to the parent window. A plain old pop up window can just be a separate browser window that the user can ignore until later. I’ve seen popup blockers block both kinds.

Description : how to create a popup form with CSS and JavaScript ? -How To ?

Last Answer : answer:

Description : Is it okay to turn off my popup blocker in Internet Explorer?

Last Answer : it is not a good idea to turn off your pop-up blocker, any sort of virus or spyware can be connected to a pop-up. If you need to you can turn it off for certain websites but allowing it for every site could potentially hurt the computer.

Description : How do I disable a popup blocker?

Last Answer : go to your pop up blocker and go to settings and under the settings tab there should be a disable pop up blocker box so just disable it. If a pop up blocker is in the internet browser then most of the time just pressing control does the trick.

Description : What do I do when my popup blocker does not prevent all popup ads?

Last Answer : Either you need a different pop up blocker or you have certain sites that you have allowed pop ups in the past. Check in your setting to see if you have allowed sites.

Description : Explain How you can log in into any site if it’s explained Howling any authentication popup for password and username?

Last Answer : Pass the username and password with URL Syntax- http://username:password@url ex- http://creyate:[email protected]

Description : What does "jumps off the screen" mean?

Last Answer : answer:AMD is a relatively small manufacturer but well established in the industry. In this context, AMD jumps off the screen at the guy doing the research into acquiring companies for ... chip manufacturing division, but AMD is the one that really stands out from an acquisition perspective.

Description : There is a string 120000 12 0 .125 , how you will find the position of the decimal place?

Last Answer : INSTR('120000 12 0 .125',1,'.') output 13

Description : Is the "unrestricted right" to believe in anything justifiable or dangerous?

Last Answer : How on earth would you control what someone else thinks?

Description : Are there good arguments against unrestricted free trade?

Last Answer : answer:For me there are a number of things, one thing at least, I don't know if an 18th century economic model is capable of setting a standard for 21 century financial instruments, for example, the ... everything? Can the market really sort it all out for the best? Personally, I don't think so.

Description : What is the meaning of unrestricted name ?

Last Answer : Unrestricted name means fluent , unrestricted.

Description : The unrestricted reproductive capacity of a population is called is :

Last Answer : The unrestricted reproductive capacity of a population is called is : A. Birth rate B. Biotic potential C. Carrying capacity D. Fertility

Description : Free Trade refers to - (1) free movement of goods from one country to another (2) movement of goods free of cost (3) unrestricted exchange of goods and service (4) trade free of duty

Last Answer : (1) free movement of goods from one country to another Explanation: Free trade is a policy by which a government does not discriminate against imports or interfere with exports by ... countries are determined by price strategies that may differ-from those that would emerge under deregulation.

Description : . In a population, unrestricted reproductive capacity is called as (a) biotic potential (b) fertility rate (c) carrying capacity (d) birth rate.

Last Answer : (a) biotic potential

Description : The degree of static indeterminacy up to which column analogy method can be used is (A) 2 (B) 3 (C) 4 (D) Unrestricted

Last Answer : (B) 3

Description : Socialism is opposed to a. social security scheme b. equal distribution of wealth c. unrestricted competition d. collective ownership and management

Last Answer : c. unrestricted competition

Description : If all the production rules have single non - terminal symbol on the left side, the grammar defined is : (A) context free grammar (B) context sensitive grammar (C) unrestricted grammar (D) phrase grammar

Last Answer : (A) context free grammar

Description : Which one of the following is correct, when a class grants friend status to another class? (A) The member functions of the class generating friendship can access the members of the friend class. (B) ... the friendship. (C) Class friendship is reciprocal to each other (D) There is no such concept.

Last Answer : All member functions of the class granted friendship have unrestricted access to the members of the class granting the friendship. 

Description : Free Trade refers to (1) free movement of goods from one country to another (2) movement of goods free of cost (3) unrestricted exchange of goods and service (4) trade free of duty

Last Answer : free movement of goods from one country to another

Description : What are record groups ? * Can record groups created at run-time?

Last Answer : A record group is an internal Oracle Forms data structure that has a column/row framework similar to a database table. However, unlike database tables, record groups are separate objects that belong to ... you define its structure and row values at design time, and they remain fixed at runtime.

Description : Can you attach an lov to a field at run-time? if yes, give the build-in name.?

Last Answer : Yes. Set_item_proprety

Description : What are three panes that appear in the run time pl/sql interpreter?

Last Answer : 1. Source pane. 2. interpreter pane. 3. Navigator pane.

Description : Can u run the report with out a parameter form

Last Answer : Yes it is possible to run the report without parameter form by setting the PARAM value to Null