Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 72043

HTML form Control

$
0
0

Hi,

  I'm playing around with a HTML control in a form. I was hoping to be able to retrieve the contents of the control and save it in a table.  The concept being a user can paste a table from word into the control (this works) and then I could save this in a field of a table bringing it back into the control later on if required.

 I can get a string from the my test table when I manually enter a value but I can't find a method that will return the contents of the control as either a string or another object I could store in the table.  I've tried the following

     HTML.valuestring()  -- returns ""

     HTML.toString() -- returns the string  "FormHTMLControl {Name: HTML}"

The control has the data in it so surely there is a way to access it.  Maybe I'm pushing it too far.

 Any Ideas?

Thanks

David


Viewing all articles
Browse latest Browse all 72043

Trending Articles