Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
is this possible?
Hi,
Something like this may help:
let fieldExists = 0;let n = NoOfFields('Table');for i = 1 to $(n)
let s = FieldName($(i), 'Table'); if Match('$(s)', 'Field') then let fieldExists = 1; exit For endifnext