Who was the founder of the capital city Pataliputra in Imperial Magadha? (1) Bimbisara (2) Ashoka (3) Ajatasatru (4) Samudra Gupta
17 44663Post New Udayan Interview Questions
How to Rcognize the Objects in the Web Page Dialog Using QTP
I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing
How can I add extra html (such as a link) to my form element?
what are the different phases involves in cloud architecture?
How does sap s/4hana relate to and coexist with the existing sap landscapes?
Why is powerpoint so important?
What will happen when you compile and run the following code?
What are the workparties you've created for your application?
How you load a loadrunner agent?
What does undef function in perl?
Will rust take over c++?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
Define an interrupt? : Dot net architecture
where proximity sensor installed on tank in loading arm application
Explain ampersand parameter (&block) in Ruby?