Article ID: 145891
Article Last Modified on 9/30/2003
RowSourceType = 6 - Fields RowSource = Customer.Cust_id
This.Value = Cust_id
GotFocus event:
SET ORDER TO Cust_id
InteractiveChage event:
ThisForm.Combo2.Value = This.Value
RowSourceType = 6 - Fields RowSource = Customer.Company,Cust_id BoundColumn = 2 ColumnCount = 2 ColumnWidths = 200,0
This.Value = Cust_id
GotFocus Event:
SET ORDER TO Company
InteractiveChage Event:
ThisForm.Combo1.Value = This.Value
Additional query words: VFoxWin
Keywords: KB145891