I am printing from form. When I use
REPORT FORM faktura FOR vyr<>'' and mn<>0 NOCONSOLE PREVIEW
all is OK, but when
REPORT FORM faktura FOR vyr<>'' and mn<>0 NOCONSOLE to printer
it print only first line from detail.
Thanks
Bohous
I have problem with import CSV file. If delimiter is ',' all is OK. If delimiter is ';' it is wrong. I use code:
tFile='xxx.csv'
oExcel=createobject('excel.application')
oExcel.workbooks.opentext(tFile)
oExcel.visible=.t.
release oExcel
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.