Author Topic: Displaying info from excel files  (Read 7492 times)

0 Members and 1 Guest are viewing this topic.

Jim Yadon

  • Guest
Re: Displaying info from excel files
« Reply #15 on: March 25, 2006, 12:24:20 AM »
New challenge.

Now that I can populate the combobox with data,  I need to clear it. 

combobox.clear method does not work because the contents is data driven.

any alternate methods?

Is your data dynamically driven from within the control or are you plucking it into an array and loading it into your combo? Post a snippet of how you're loading it and I may be able to help. Gotta see the code loading it to know for sure though.

Jim

Berend

  • Guest
Re: Displaying info from excel files
« Reply #16 on: March 25, 2006, 10:46:04 AM »
Reset the data source to a empty source.

for instance SELECT X FROM Y WHER ID = -100