D2K interview questions [message #128108] |
Fri, 15 July 2005 02:56 |
sumila
Messages: 12 Registered: April 2005 Location: chennai
|
Junior Member |
|
|
hi all,
Please send D2K interview questions and answers.
please send answers to the following questions.
1. what is the sequence in which the triggers are fired on a form assuming that all the types of triggers are being put on it.
2. another similar question: Assuming we have a shortcut for a from on the desktop, then when the user clicks on it, then after checking the username and password, tell the first three triggers that would fire.
3. Assuming there are 2 seperate forms and on clicking a button (through mouse) in 1st form one is able to open other form. then what would be the first trigger that would fire on opening the 2nd form.
In all these cases would the order of firing of triggers be different or same, if same then why?
4. Assuming we have a trigger at the form level, block level and the item level then in this case we want to change the default order of firing of triggers, how can it be achieved?
5.what is block coordination property?how it is used?
thank you.
|
|
|
Re: D2K interview questions [message #128364 is a reply to message #128108] |
Mon, 18 July 2005 04:02 |
d.dineshkumar
Messages: 211 Registered: April 2005 Location: Kolkatta
|
Senior Member |
|
|
sumila,
do one thing open the form then the respective triggers and put message('the trigger name')
here triggername is the name of the trigger where u r writing the code.
For example:-
message('when-new-form-instance');
and then execute the form.
u will get the message , and note it down.u can find the trigger sequence.
hope this will help.
3. i think it is when -new- form instance
thanks
dinesh
|
|
|
|