TTable에서 field(CutCode)를 선택하고, 다음과 같이 해도 dbgrid에서 combo가 되지 않습니다. 왜 그런가요?
FieldKind : fkLookup
FieldName : CutCode(해당 field)
KeyFields : CutCode(해당 field)
LookupCache : False
LookupDataSet : TblPlaceList(가져오고자하는 TTable)
LookupKeyField : PlaceCode(CutCode와 매치되는 field)
LookupResultField : PlaceName(실제 화면에 보여주는 Field)
무엇이 잘못 되었는지요? 꼭 알려주십시오
하나 빼 먹은 속성이 있습니다. 도움말에도 언급이 되어 있지 않은 속성입니다.
연결된 Query 또는 TTable의 CachedUpdates 속성을 True로 설정하셔야 합니다.
윤상철 wrote:
> TTable에서 field(CutCode)를 선택하고, 다음과 같이 해도 dbgrid에서 combo가 되지 않습니다. 왜 그런가요?
>
> FieldKind : fkLookup
> FieldName : CutCode(해당 field)
> KeyFields : CutCode(해당 field)
> LookupCache : False
> LookupDataSet : TblPlaceList(가져오고자하는 TTable)
> LookupKeyField : PlaceCode(CutCode와 매치되는 field)
> LookupResultField : PlaceName(실제 화면에 보여주는 Field)
>
> 무엇이 잘못 되었는지요? 꼭 알려주십시오