Dear all,
how could tell whether the report was actually printed when issue command like below :
REPORT FORM report1 TO PRINTER PROMPT PREVIEW
thanks and regards,
Dear all,
Previously I use the vfp table as the data source of the excel pivot table.
oExcel = CREATEOBJECT("excel.application")
oWorkBook = oExcel.workBooks.add()
oTargetSheet = oWorkBook.sheets.add()
oTargetRange = oTargetSheet.range(mRange)
oPivotCache =...
Dear all master,
there are a lot of interesting project in github, for eg, one of the OCR project https://github.com/Nutlope/llama-ocr,
the code to use it :
import { ocr } from "llama-ocr";
const markdown = await ocr({
filePath: "./trader-joes-receipt.jpg", // path to your image (soon...
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.