Hello,
RefreshRecord does not refresh LOB of the current record.
We try to make the refresh in OnApplyRecord.
But if we tried to set the new clob value in the dataset we need to make an edit and a post of the dataset.
But if we edit the dataset DOA generate a new update statement at the next post.
We just need to refresh client memory with the new value.
We look in the DOA sources, so we found WorkBlobs. Is this attribute contain the lobs of the current record or
all the lobs of the dataset ?
How to implement this functionnality ?
JP
RefreshRecord does not refresh LOB of the current record.
We try to make the refresh in OnApplyRecord.
But if we tried to set the new clob value in the dataset we need to make an edit and a post of the dataset.
But if we edit the dataset DOA generate a new update statement at the next post.
We just need to refresh client memory with the new value.
We look in the DOA sources, so we found WorkBlobs. Is this attribute contain the lobs of the current record or
all the lobs of the dataset ?
How to implement this functionnality ?
JP