【答案解析】组合框的InteractiveChange事件代码为:
t_table=This. Value
SELECT 1
USE &t_tahie
ThisForm. List1. RowSource=t_table
命令按钮"确定"的Click事件代码为:
SELECT 1
SET FIELDS TO
FOR i=1 TO ThisForm. List1. ListCount
IF ThisForm. List1. Selected(i)
mf=ThisForm. List1. List(i)
SET FIELDS TO &mf
ENDIF
ENDFOR
BROWSE