You also have to set any methods called as being available. Both of these bit me.
Regards Chuck ------------------------------------------------------------------------------------------------ Chuck Miller Voice: (617) 739-0306 Informed Solutions, Inc. Fax: (617) 232-1064 mailto:cjmiller<AT SIGN>informed-solutions.com Brookline, MA 02446 USA Registered 4D Developer Providers of 4D and Sybase connectivity http://www.informed-solutions.com ------------------------------------------------------------------------------------------------ This message and any attached documents contain information which may be confidential, subject to privilege or exempt from disclosure under applicable law. These materials are intended only for the use of the intended recipient. If you are not the intended recipient of this transmission, you are hereby notified that any distribution, disclosure, printing, copying, storage, modification or the taking of any action in reliance upon this transmission is strictly prohibited. Delivery of this message to any person other than the intended recipient shall not compromise or waive such confidentiality, privilege or exemption from disclosure as to this communication. > On Apr 28, 2017, at 9:55 AM, Randy Jaynes via 4D_Tech <[email protected]> > wrote: > > Mitch, > > I stumbled on this a few weeks ago. I think I tracked it down to a > compatibility setting > Use 4DVAR comments instead of Brackets > > I think my database had that turned off. > > Randy > > ---------------------------------------------------------------------- > Randy Jaynes > Senior Programmer and Customer Support > > http://printpoint.com • (845) 359-0298 • PrintPoint, Inc • 57 Ludlow Lane • > Palisades, NY 10964 > > > > >> On Apr 28, 2017, at 9:44 AM, Mitchell Shiller via 4D_Tech >> <[email protected]> wrote: >> >> v14 OSX >> >> HTML Template: >> >> <!DOCTYPE html> >> <html> >> <body> >> <p> >> <!--#4DTEXT tData--> >> </p> >> </body> >> </html> >> >> >> Method: >> >> C_TEXT(tHTML;tTemplate;$tPathname;tData) >> $tPathname:=Get 4D folder(Current resources folder)+"Templates"+":"+"Test >> Template.html" >> tTemplate:=Document to text($tPathname) >> tData:="Hello There" >> PROCESS 4D TAGS(tTemplate;tHTML) >> >> Result: >> >> The Template is loaded but tData is not replaced with “Hello There”. i.e. >> tHTML is the same as >> >> >> What am I missing? >> >> Thanks >> >> Mitch >> >> >> >> >> >> ********************************************************************** >> 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] >> ********************************************************************** > > ********************************************************************** > 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] > ********************************************************************** ********************************************************************** 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] **********************************************************************

