> The GETPROPERTY commands work correctly for the DBEdit, but the GETPROPERTY
> for the DB Lookup Combo Box comes back NULL.

Unfortunately, I don't believe TEXTVALUE works with controls other than DBEDIT,
VAREDIT, DBMEMO and VARMEMO.  However, with DB controls you can access the
value through the underlying column as you are doing in your work around.

In addition, I'm not sure how TEXTVALUE on a combo box would work -- should it
show the column value (return value) or the text of ALL the columns displayed
in the combobox?
--
Larry

Reply via email to