Answer Posted /

Is This Answer Correct ?    Yes No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1487


How do portlets provide customization in addition to window states and portlet modes?

440


Difference Between Skip Before & Space Before?

674


Explain about datafile/verification of date file when file is not available in local system?

2231


what is the most challenging situvation r u phased while during testing?

1834






What is the property of a class in c#?

498


how to choose cable size with respect to load? how to convert cable size in mm2 to sq.mm?

4845


How do you change the style/class on any element?

523


Which is largest and most massive star?

95


What would you do to limit a scope variable to have one-time binding?

446


Why cstdlib is used in c++?

586


How can we delete duplicate rows from flat files?

750


What changes in the front end code is needed if mirroring is implemented for the high availability? : sql server database administration

610


What is an Event Bubbling in Javascript?

570


Can you explain what are the ways in which the dns request of failed servers handled?

520