M
Mike Fechner
Guest
The INPUT-VALUE property of the FILL in is of the same data type as the underlying field. DBNAME and TABLE tell you if it's bound to a buffer field - in which case the NAME is the NAME of the field. That way you can ASSIGN bufferFieldHandle:BUFFER-VALUE = wh:INPUT-VALUE. I am afraid that for FILL-INS's bound to a variable this won't be possible.
Continue reading...
Continue reading...