A
AdrianJones
Guest
Syntax BUFFER-COPY( source-buffer-handle [ , except-list [ , pairs-list [ , no-lobs ] ] ] ) source-buffer-handle An expression that evaluates to the source buffer handle. except-list A character expression that evaluates to a comma-separated list of field names to be excluded from the copy. so you want... hBuffer1:BUFFER-COPY(hBuffer,"FieldToExlcude1,fieldtoExlcude2").
Continue reading...
Continue reading...