[progress Communities] [progress Openedge Abl] Forum Post: Re: Buffer-copy With Handle

  • Thread starter Thread starter AdrianJones
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top