|
From: Alexander S.K. <al...@be...> - 2014-10-29 13:51:34
|
Should be fixed now, the problem was that appropriate get variable (
cType in your case ) wasn't initialized, because that combobox doesn'r
set a focus yet.
Btw, there is no need to write
adel(aCom)
aCom:={}
aCom=directory(crPath+"/"+cCommune+"/"+cType+"/*.PDF","")
One assignment is enough.
Regards, Alexander.
|