Forum Post: RE: How to assign fill-in using only wiget-handle?

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