73. How can you set the status and title for a modal dialog box?
a) In the attributes of the corresponding screen.
b) Before the corresp. call screen statement.
c) In a PBO module of the corresponding screen.
d) In the PAI module of the corresponding screen.
Answer Posted / saurabh
C) In a pbo module of the corresponding screen.
Thanks
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
what is difference between kpo and it industry? that is in terms of work, package etc
what is throws keyword
In project we have Documentation phase also,in that what is micro and macro designing?
when we use mantis? how learn mantis?
What is ur porject Architecture? If anyone ask what i have to specify here..
5. Which of the following can you do with DB2 Express- C? Query databases with SQL Query databases with XML using XQuery and XPath Use SQL in Xquery and Xquery in SQL All of the above
why we use mantis? what u mean mantis in IT trends? addvantages of mantis?
what are the things i had to say in personal introduction in hr round mail me to prasanna.1867@rediff.com
what is client server & server? What r types of Joins? explsin it! which types of indexex in sql server? what is triggers?
why we use abstract in awt?
how to convert infix expression to prefix expression?
how pseudo column works?
What is the merger sort principle and its time complexity.
A good website has the following conditions It should be interactive. It should contain at least 20 images. Title cannot be null and should contain at least 10 letters other than spaces and hyphen (-). The keywords should contain atleast three among the following list : "design", "Graphics", "lovely", "beautiful", "amazing" and "mesmerising" Write a method: boolean isGoodWebsite(boolean isInteractive, int numOfImages, String title,String keywords[]) isInteractive whether the site is interactive or not numOfImages Number of images on the website title Title of the website keywords Array of keywords in the website.