Forgot to add - it fails as in 4D gives a runtime error every time trying to execute the query (this is from 4D Remote - haven't tried single user yet):
Error code: 1806 (dbmg) URL is not well formed component: dbmg > On Aug 13, 2018, at 1:20 PM, Jeffrey Kain <[email protected]> wrote: > > This fails every time: > > C_OBJECT($selManuAbbv) > $tManufacturerName:="Levy's" > $selManuAbbv:=ds.ManufacturerAbbv.query("Manufacturer = > :1";$tManufacturerName) > > > It's due to the single-quote in the string. Is this a bug in 4D? ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

