can any one tell me the following question's answer 1. How can we create PUSH Botton in presentation layer. 2.How can we print the record. 3.If database has nor records & if we write 'for all entries' in select statement then what will be happen.
1 5806I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
2008I have complited my training course in SAP MM, but company are asking for real time experience, can you tell me who give realtime exp. at bangalore. i want to switch over SAP line and i got 15 years of exp. in domain knowledge, please give your Suggestion. emai to smshanmugam@yahoo.com, ph: 0-9880761979
3 17367Post New Accenture Interview Questions
What is c variable?
What is the scope of an xml namespace declaration?
what are getters and setters in Java with examples?
how the calculation occurs if i want to mix 1cum of M50 concrete. please calculate every ingredients with detail calculation.
How to reverse singly link list?
What is CDC and explain complete CDC process flow?
What is document type definition (dtd)?
What is local action?
How check triggers in sql server?
A blastomere was removed from an 8-cell human embryo, and its beta-globin gene was amplified by PCR. The beta-globin DNA was treated with an enzyme that cuts on either side of and within the normal allele (producing a small fragment), but not within the sickle cell allele (producing a large fragment). Electrophoresis of the treated DNA from the blastomere demonstrated the presence of both a large and small fragment derived from the beta-globin genes. How should you interpret this test?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
What is asp.net introduction?
What is the difference between transaction table and setup tables?
What is HDFS?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..