What is the difference between rulling span and wind span of of an Over Head Transmission Line?
I am Planning to Contruct a floor appartment on my own thro a Contractor . How to estimate the Constrction Cost , to negociate with the Contractor.
To convert IDMS to DB2, how to deal with IDMS occurs and redefined clause?
Dear friends, i would like to know that what is the exact function of 'exciter winding' & 'aux winding' in Alternator?
Hi where can i get catia v5 r16 help files
Hi i am having 5 yrs of exp in Proe wildfire,Anybody have the jobs related to Aerospace
I am working as a teacher .I got H1B approved .I Want to know the questions I may face at US Consulate interview & chances of getting Visa? Since I am living in Middleeast, can I change my interview to middleeast from chennai.Can I change my Please Help.Thanks
PO Amount is 100000 Jv is Purpose A/c To Party A/c First payment is 10000 TDs is 1000 What is the Payment enter in tally
To prove the capacity of a 10MVA transforemr with 6.5% impedance by a short circuit test how much power is needed to inject an impedance voltage if we have to arrive for its rated current?
Could you plz tell me in detail and with proper example that what is ROI and explain me with proper example that how will you calculate ROI of a distributor?with Example and Calculation.
Name some errors which can be detected by Trial Balance
What is the important of cash in a business unit
what are the different kinds of cash books
why ct's&pt'S out put called as burden,why compelsary short ckt the secondary of ct's while removing the burden?
For the below written code , i want to be stop the loop (ex:10 times), but it is focusing to first line of the code & generating error. vbwindow("vbname:=frmMain").Type micAltDwn + "6" + "2" + "D" +micAltUp 'wiil open the particular window in application vbwindow("vbname:=frmDeduction").vbbutton("vbname:=cmdNew").Click DataTable.ImportSheet"F:\QTP VBScript\Form 26-1.xls","Deduction",Global RowCount = DataTable.GetSheet("Global").GetRowCount i=RowCount For j =1 to i 'vbwindow("vbname:=frmDeduction").WinObject("nativeclass:=DataComboWndClass","abs_y:= 187").Type DataTable("Name", dtGlobalSheet) vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 187").Type DataTable("Name", dtGlobalSheet) vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 187").Type micF4 vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 187").Type micTab vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 216").Type micF4 vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 216").Type DataTable("Section", dtGlobalSheet) vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 216").Type micTab vbwindow("vbname:=frmDeduction").VbEdit("vbname:=txtAmtOfPay").Set DataTable("Amount_of_Payment", dtGlobalSheet) vbwindow("vbname:=frmDeduction").VbEdit("vbname:=txtAmtPaidDate").Set DataTable("Amount_PaidCredited_Date", dtGlobalSheet) vbwindow("vbname:=frmDeduction").VbEdit("vbname:=txtAmtPaidDate").Type micTab vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 316").Type micF4 vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 316").Type DataTable("Deduction_is", dtGlobalSheet) vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 316").Type micTab vbwindow("vbname:=frmDeduction").VbButton("vbname:=cmdSave").Click DataTable.SetNextRow Next vbwindow("vbname:=frmDeduction").VbButton("vbname:=cmdClose").Click