Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: trial03
  • Content: Threads
  • Order by date
  1. trial03

    outlook 365 OAuth2

    Hi master, Microsft Exchange Online will permanently remove support for Basic authentication with Client Submission (SMTP AUTH) in September 2025. https://techcommunity.microsoft.com/blog/exchange/exchange-online-to-retire-basic-auth-for-client-submission-smtp-auth/4114750 Could anyone...
  2. trial03

    Report printed status

    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,
  3. trial03

    excel pivot table with XML data source

    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 =...
  4. trial03

    can VFP interact with https://github.com/Nutlope/llama-ocr ?

    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...

Part and Inventory Search

Back
Top