clearing Rich text field

R

rams_google

I have used the Rich text field to list and link all the other
workspace's form's records.



using this sctipt :



var ValuesAndURLsStringStringEnum =
GetApp().LookupValuesWithURLsByStringForFormScript(int_GetLookupStringForObject("9f65d26bcd9f5443dd6c9fd3632668e91aa681320abb3129"),
document);



GetApp().AppendLinksToRichTextField(ValuesAndURLsStringStringEnum ,
document.getElementById('RichTextDavid'));



The problem is how to clear the rich text field in script? If i run
the script using the script button for the second time, the values are
appending.





please help me.



Rams
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top