04-23-2008, 03:04 AM
Hi,
I am very new to QTP. I Put a Database CHkpt & parameterize it. But i dont know how to and where to code to get that unique value in the text box. I also tried Text Output Check point but i am not able to figure out how to pass the value .
It gives me a syntax Error that End of statement Expected.
I will really appreciate the help.
Thanks,
Nilu.
I am very new to QTP. I Put a Database CHkpt & parameterize it. But i dont know how to and where to code to get that unique value in the text box. I also tried Text Output Check point but i am not able to figure out how to pass the value .
Code:
Dim Receipt_txt
Receipt_txt = Datatable("Receipt_Num", dtGlobalSheet)
It gives me a syntax Error that End of statement Expected.
I will really appreciate the help.
Thanks,
Nilu.