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
Difference between views and index in sas programming
what is the system development cycle
it is a language or tools?
what is meaning of MDM in sap?let me know that meaning
what is the diffrence between software and hardware language?
Write a function which accepts a sentence as input parameter.Each word in that sentence is to be reversed. Space should be there between each words.Return the sentence with reversed words to main function and produce the required output. for eg:- i/p: jack jill jung kill o/p: kcaj llij gnuj llik
is it possible to desable particular parameter of the normal orcle report based on some condition ?????? if yes,wht is the function for desabling a parameter...
what is the difference between uservariables and systemvariables (in Environmental variables)???
the systematic access of small computers in a distributed data processing system is referred as?
Hi can you please help for the following. I have a ASP.Net web page I want to print the whole page how is it possible? I want It in ASP also.Please send me the solutions dipankar.hazari@gmail.com . Thanks in advance.
I have try to write a record in a TDQ from a fle.... what are the steps to do... can anybody plz come with a solution
Need provab technical test questions
What do you understand by modular programming?
How to print No.of.rows affected after updation using ADO.Net
What is abstract Method i want the exact definition and is there any possibility to declare class as abstract without any abstract methods in that class?If it is possible then tell me why and how?