|
INTERVIEW QUESTIONS
MICROSOFT
DATAGRID
DETAILS
Question: How do I name the tabs when I run a script?
Answer: When you run a script in the MOE using F5, the output of the script is displayed at the bottom of the screen. Each command creates a separate tab for its results, as well as being included in the main script output tab. These tabs are simply named 'Grid n' where n is an incrementing number starting at 1. If you run a script with 5 SELECT statements, you get 'Grid 1' though 'Grid 5'.
A question on the list from Roger Simoneau, asked how we could programatically rename the tabs from within the script. Both Erwin Rollauer and Ed Klinger (TeamT) supplied answers.
If you use the TTITLE directive before the SELECT statement, the tab will be named using the data from the TTITLE directive, as follows :
TTITLE today SELECT sysdate FROM dual;
The tab for this statement will have the title 'today' exactly as entered.
If you need to use more than one word for the tab name, you must wrap the words in quotes, single ( ' ) or double ( " ) work equally as well.
TTITLE "today is roughly around ..." SELECT sysdate FROM dual;
Try it and see. I wonder if TTITLE actually stands for 'Tab Title'? LOL.
|
|
|
Category |
DataGrid Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.2) By 8849 users |
Added on |
8/31/2014 |
Views |
70554 |
Rate it! |
|
|
Question:
How do I name the tabs when I run a script?
Answer:
When you run a script in the MOE using F5, the output of the script is displayed at the bottom of the screen. Each command creates a separate tab for its results, as well as being included in the main script output tab. These tabs are simply named 'Grid n' where n is an incrementing number starting at 1. If you run a script with 5 SELECT statements, you get 'Grid 1' though 'Grid 5'.
A question on the list from Roger Simoneau, asked how we could programatically rename the tabs from within the script. Both Erwin Rollauer and Ed Klinger (TeamT) supplied answers.
If you use the TTITLE directive before the SELECT statement, the tab will be named using the data from the TTITLE directive, as follows :
TTITLE today SELECT sysdate FROM dual;
The tab for this statement will have the title 'today' exactly as entered.
If you need to use more than one word for the tab name, you must wrap the words in quotes, single ( ' ) or double ( " ) work equally as well.
TTITLE "today is roughly around ..." SELECT sysdate FROM dual;
Try it and see. I wonder if TTITLE actually stands for 'Tab Title'? LOL. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
Why does saving to XLS instance not work sometimes?
|
View Answer
|
|
Why can't I set a style in my XLS SaveAs exports of DataGrid data?
|
View Answer
|
|
Why can't I edit the results of a query in the SQL Editor?
|
View Answer
|
|
Why can't I add an entry via the grid for a table containing a CLOB column?
|
View Answer
|
|
Why can't I add a new record by hitting the down arrow key in the data tab?
|
View Answer
|
|
What is the OCI Buffer Array Size option for in the View - Options - Oracle - General section?
|
View Answer
|
|
What is the Clone Cursor Options for on the SaveAs dialogs in the Schema Browser and (SQL) Editor?
|
View Answer
|
|
My string data is all coming out as question marks!
|
View Answer
|
|
How do I delete a record?
|
View Answer
|
|
How do I copy a whole row or multiple rows of data?
|
View Answer
|
|
How can I view the Chinese and Japanese character sets through Toad?
|
View Answer
|
|
How can I see the data in nested tables?
|
View Answer
|
|
How can I see nested object data?
|
View Answer
|
|
How can I see TIMESTAMP and INTERVAL data?
|
View Answer
|
|
Consider a sales invoice and the programmer has to save multiple items in one sales invoice. On entering the rate and qty, the amount and total amount should be automatically calculated. The invoice number will be the same for all items in that invoice. Item, Rate, Qty Amount will be in grid and total amount will be voucher wise. Please let me know the coding for that.
|
View Answer
|
|
How to insert value in the combo box cell of dataGridView using insert query in C#?How to handle the data error event?
|
View Answer
|
|
What is the Datagird ?
|
View Answer
|
|
In DataGrid, is it possible to add rows one by one at runtime. That means after entering data in one row next row will be added.
|
View Answer
|
|
How to add DateTime Control in ormal DataGrid Server Control
|
View Answer
|
|
How to refresh the data in datagrid automatically
|
View Answer
|
Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.
View All DataGrid Interview Questions & Answers - Exam Mode /
Learning Mode
|