buffer-value and field with extents in a dynamic temp-table

Posted by sts on 18-Jul-2007 01:03

how to read / set the buffer-values of a field with "extents" in a dynamic temp-table?

field is defined like

tt-handle-ttart:add-new-field("price","decimal",3).

Message was edited by: karsten schneider / prohandel

Joerg Muecke

All Replies

Posted by Tim Kuehn on 18-Jul-2007 10:30

buffer-field-handle:buffer-value(extent-number) = "a value".

Scalar variables can be handled the same way, just use "0" as the extent number.

Posted by sts on 23-Jul-2007 09:55

thank your for your help

This thread is closed