Hi reejais,
Spy on the object and check if any value is displayed for hash property for that object.
I belive there is no run time value for that property. If you notice that the run time value is not null, than correct your description object,
- Vinod
Spy on the object and check if any value is displayed for hash property for that object.
I belive there is no run time value for that property. If you notice that the run time value is not null, than correct your description object,
Code:
Set ObjOpCoCode = Description.Create()
ObjOpCoCode("micclass").value = "Link"
ObjOpCoCode("html tag").value = "A"
ObjOpCoCode("text").value = DataTable.Value("OPCOCodeToEdit","rTD")
ObjOpCoCode("name").value = DataTable.Value("OPCOCodeToEdit","rTD")
- Vinod