Hi Vinod,
There is a value displayed for hash property for that object.
eg. if OPCOCodeToEdit = TEST in external file
This TEST link has a hash property as "#1002"
Since my OPCOCodeToEdit will be changing and the hash value will be different for different OPCO Code. I do not know the value for hash property when I am creating the object. All I know is it will be something like this "#****"
Now i want to know the value of this hash at runtime.
Can I use GetROProperty with the object that I have created at runtime?
Thanks and Regards,
Reema.
Hi Ankur,
Thanks for the help.
The code is giving an "general run error" on line
I am trying to find out meanwhile if you have an idea please let me know.
Thanks and Regards,
Reema.
There is a value displayed for hash property for that object.
eg. if OPCOCodeToEdit = TEST in external file
This TEST link has a hash property as "#1002"
Since my OPCOCodeToEdit will be changing and the hash value will be different for different OPCO Code. I do not know the value for hash property when I am creating the object. All I know is it will be something like this "#****"
Now i want to know the value of this hash at runtime.
Can I use GetROProperty with the object that I have created at runtime?
Thanks and Regards,
Reema.
Hi Ankur,
Thanks for the help.
The code is giving an "general run error" on line
Code:
strHash = OpCoCodeId(iCnt).GetROProperty("hash")
I am trying to find out meanwhile if you have an idea please let me know.
Thanks and Regards,
Reema.