04-21-2009, 06:10 PM
ExpectedSalDeduct = txtSalary - (txtSalary * 8)/100
get the value from txtSalaryDeduction text field using GetRoProperty (say ActualSalDeduct) and validate
If Int(ExpectedSalDeduct) = Int(ActualSalDeduct) then
----
get the value from txtSalaryDeduction text field using GetRoProperty (say ActualSalDeduct) and validate
If Int(ExpectedSalDeduct) = Int(ActualSalDeduct) then
----