I would assume it would return the value being loaded into the column: the PK / FK value that links the tables.
But I'll work around it! David David Blocker [EMAIL PROTECTED] 781-784-1919 Fax: 781-784-1860 Cell: 339-206-0261 ----- Original Message ----- From: "Lawrence Lustig" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[email protected]> Sent: Wednesday, June 08, 2005 5:41 PM Subject: [RBG7-L] - Re: Problem with GETPROPERTY and DB Combo Box > > 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 > >
