> The region was populated with all parts in a particular category. > Any ideas of how I can tell what row I am in or how I can get the PartNo of > that row?
Set a variable fPartNo = (PartNo) and use that, or else put a component ID on the DBEdit that shows the PartNo and use PROPERTY PartNoComponentID TEXTVALUE 'fPartNo'. -- Larry
