View Single Post
  #2 (permalink)  
Old 01-06-2008, 05:50 AM
Erel's Avatar
Erel Erel is online now
Administrator
 
Join Date: Apr 2007
Posts: 2,815
Default

See the Backwards Issues topic and the Control keyword topic in the help file.
You will need to change:
Code:
ItmPanel0.Add(ZZ_Tbls_FileSetFromFileName(FileName(ArlFiles.Item(i))))
To:
Code:
Control("ItmPanel0",ComboBox).Add(ZZ_Tbls_FileSetFromFileName(FileName(ArlFiles.Item(i))))
Reply With Quote