D
Doug MacMillan
Guest
given this static query def var vDelimiter as char initial ",". find first foo no-lock where entry(2,foo.fld1,vDelimiter) eq "blah" no-error. how can I translate into dynamic query? e.g. h_foo = buffer foo:handle. h_foo:find-first(" where entry(2,foo.fld1,vDelimiter EQ 'blah' ",no-lock) no-error. /* this does not work */
Continue reading...
Continue reading...