[SOLVED] Re-apply string values substitution
Author: giachino@finaosta.com (Paolo Giachino)
I'm working on Uniface 9.06.04 and I use a database field containing some entity field reference like that "select * from TABLE where string = '%%FIELD.ENTITY'". To apply the string values substitution I use the $syntax proc function and the substitution succeed. I have used with success also the $string proc function. I obtain this right conversion: "select * from TABLE where string = 'value'" Upgrading to the 9.06.07 (using the patch) the $syntax proc function doesn't substitute the entity field reference and I obtain always this: "select * from TABLE where string = '%%FIELD.ENTITY'". I obtain the same result also using the $string proc function Any suggestions? Thanks in advance Paolo Giachino




