> hi all
> I am trying to import xls file
>
local lcXlsfile
> lcXlsfile=GETFILE('XLS', 'Browse .XLS:', 'Browse', 1, 'Browse')
>
> DO CASE
> CASE EMPTY(lcXlsfile)
> RETURN
> OTHERWISE
> IMPORT FROM lcXlsfile TYPE XLS SHEET "rptnewpos_csmo"
> BROWSE
> ENDCASE
>
> I get an error that the file does not exists
> how can I solve it???
>
> maybe needs
>
IMPORT FROM &lcXlsfile TYPE XLS SHEET "rptnewpos_csmo"
>
> ????
> TIA
> Barak
IMPORT FROM (lcXlsfile) TYPE XLS SHEET "rptnewpos_csmo"
-----------------
Borislav Borissov
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von SchillerThe only thing normal about database guys is their tables.