The only way to display the SVG in a form that I know of is in a picture variable or field.
Using SVG_Export_To_picture, store the SVG in a picture field or variable and display it on the form. I store the SVG in a field. On a form I retrieve the SVG from the picture field with SVG_Open_picture then display it in the form in a picture variable with SVG_Export_To_picture. I can then update the SVG based on user inputs and display the changes in real time in the form’s picture variable using SVG_Export_To_picture. When the record is saved the SVG is sent back to the field with SVG_Export_To_picture. Hope that helps. John > On Sep 24, 2017, at 12:51 PM, Kirk Brooks via 4D_Tech <[email protected]> > wrote: > > or does it have to be converted to a picture? > > -- > Kirk Brooks > San Francisco, CA > ======================= > > *The only thing necessary for the triumph of evil is for good men to do > nothing.* > > *- Edmund Burke* > ********************************************************************** > 4D Internet Users Group (4D iNUG) > FAQ: http://lists.4d.com/faqnug.html > Archive: http://lists.4d.com/archives.html > Options: http://lists.4d.com/mailman/options/4d_tech > Unsub: mailto:[email protected] > ********************************************************************** John Baughman Kailua, Hawaii (808) 262-0328 [email protected] ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

