Hi,
Is there a way to change the value
of a text box in embed code?
I have the following code and get a
error saying the property is read only, is there a way to set the value of a
text box in vb?
public function
tedf(Items as ReportItems, name as String)
as BooleanItems("Textbox18").Value =
"abc" ==Read error
Return False
end function