Quantcast
Viewing all articles
Browse latest Browse all 14708

I am unable to pick and update value from a user defined memo field in QC using vba

Problem: The problem is that the value entered in a user defined field, which has field type "Memo", is not getting picked during run time.

Observation: The system defined field named "Description" is also of type "Memo" in QC. I am successful in picking the value entered in this field by using the following code:

 

sRestCmntDtls=myBug.Field("BG_DEV_COMMENTS") 

 

But I am unable to retrieve value from a user defined memo field.It is throwing "Invalid Field Name" error.

Ex. 

sRestCmntDtls=myBug.Field("BG_USER_25") 

 

Note: I have used "mybug.post" also before retrieving value from user defined memo field but no success.

 

 


Viewing all articles
Browse latest Browse all 14708

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>