if "a" is a party from gurgaon purchase goods from "b" a party of bhiwadi. "a" purchase goods at cst @2% against "c" form of rs(taxable amt) 10000/- cst @2% rs 200/- then the total bill amount is 10200/-. what is the amount of "C" form made by "a"?
7 10100water is more polar than acetonitrile.but in reverse phase chromatography peaks elute earlier when we increse Acetonitrile.what is the reason.
10 53025Post New Matrix Interview Questions
What is the difference between aggregate table and materialized view?
How QA specialist can identify when programmatic descriptions are useful?
How can I write a function that takes a format string and a variable number of arguments?
What is the use of string function substr(string,position) in AWK?
What don't you like about working at Allstate and what would you change?
What do you understand by divestment? How is it different from investment?
WHERE CAN I GET THE PREVIOUS QUESTION PAPERS OF APGENCO FOR THE THE POST OF Tr.ASSISTANT ENGINEER(CIVIL)
What is the android g1 phone?
Who is the first asian to snatch americas pulitzer prize in journalism?
Gather Information For better understanding &analyze cases received through LNOB for pirs &ccrs
What are the different uses of ruby modules?
Has factoring been getting easier?
What is desired capability? How is it useful in terms of selenium?
Is it possible to use or add a fragment without using a user interface?
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If