|
From: Alexander S.K. <al...@be...> - 2014-10-23 12:20:08
|
Alain Aupeix writes:
> Hi,
> I have tried to use ON CHANGE
> I have put all the tab init in each a function and tried
> I have put some Qout to see what happens
> ...
It's difficult to reproduce your sample, because, as I understood,
it needed to have a certain structure of directories. It would be good,
if you provide more simple code - it does not matter, how the array are
filled, this part may be simplified.
I didn't understand, what you mean when you talk about 'tab' - I
didn't find any TAB control in the code.
Anyway, I suppose that the problem appears, because you don't
refresh the combobox ( oCombo:Refresh() ) after rebuilding the array in
SearchType() function.
Regards, Alexander.
|