Micro Focus QTP (UFT) Forums

Full Version: QTP unexpectedly closes itself on function "Set"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

i have a problem in a certain script. QTP closes down itself without an error-message. The line where it closes is

inputObjectZins.Set produktZins

from the Debug-View (see attachement), i see that inputObjectZins is of Type "HtmlEdit" and produktZins has Value "1.4"

Can anyone give me a hint how to solve the problem or how to further debug/isolate it?

Quick Test Professional 10.00
Version: 10.00.0.0 Build: 513
Product ID: QTPRPID 10.00/0

Kind Regards
Michael

[attachment=1200]
try the below code and see if it works..

Code:
inputObjectZins.Object.value=produktZins
OR
Code:
inputObjectZins.Object.text= produktZins

Regards,
Ankesh