Search found 148 matches: instruction

Return to advanced search

MAPI Outlook HTML TEXT

Hi, using this instruction from my fivewin program I obtain a perfect message If I use Thunderbird or David Infocenter If I use Outlook no I don't see the formatted text in the body but I see it as if it were normal text DEFINE MAIL ...
by MarcoBoschi
Mon Feb 26, 2024 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MAPI Outlook HTML TEXT
Replies: 10
Views: 511

Re: Using Microsoft AI Phi-2 from FWH

hi,
alerchster wrote:I only ever had error 0 in the program with the downloaded DLL.
Then I created llama64.dll myself according to the information above and it worked immediately.

thx for Answer

as i got same error 0 i will try same Way as you did and follow Antonios Instruction
by Jimmy
Wed Dec 20, 2023 6:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8263

PRINT oPrn NAME cTitle PREVIEW

... if i click on "pdfcreator" button before begins print I can set folder and name of pdf file to create using using the usual pdfcreator instruction set oPdf = CREATEOBJECT( "PDFCreator.JobQueue" ) oPdf:Initialize() Have I to need to edit rpreview.prg to obtain this goals?
by MarcoBoschi
Mon Dec 11, 2023 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT oPrn NAME cTitle PREVIEW
Replies: 2
Views: 301

Convert a print to Rtf or doc

Hi to all I have a print PRINT oPrn NAME "My Print" PREVIEW PAGE WHILE !EOF() some instruction like Prn:Say( nRow, nCol , bla bla ) ENDPAGE PAGE ENDDO ENDPAGE ENDPRINT I need some hints about the possibility to save the print into rtf for or doc You know for ...
by MarcoBoschi
Wed Nov 29, 2023 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3467

Calculate total pages

How can I calculate number of pages in a print using for instance PRINT oPrn NAME "My Print" PREVIEW PAGE WHILE !EOF() some instruction like Prn:Say( nRow, nCol , bla bla ) ENDPAGE PAGE ENDDO ENDPAGE ENDPRINT does exist a clause that permits me to run the function without print ...
by MarcoBoschi
Wed Nov 22, 2023 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5869

DTPicker

Hi,
If I have this instruction

REDEFINE DTPicker oData VAR dData ID 103 UPDATE OF oDlg
How can I obtain the data in the format "martedi 21 novembre 2023"
i.e. the same string that appears on the screen?


May thanks
by MarcoBoschi
Tue Nov 21, 2023 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DTPicker
Replies: 2
Views: 416

Re: DBF . Commit

... FS) do with such request. The locking and buffer flushing in Clipper and Harbour RDDs is safe and user cannot desynchronize data using different instruction order, i.e. DBSKIP(0)/UNLOCK/COMMIT,... The only problems which can appear are in OS or FS, i.e. the infamous opportunistic locks is MSDN ...
by Carles
Mon Oct 23, 2023 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2333

Re: What is the best PDF Printer Driver Windows to use with Five

Byron, Based on Mr. Rao's instruction, I would think you can assign the file name to a variable which can be used for the "yourfile.pdf" in his comment. Since you know the file name, and have it stored, the next instruction could ...
by TimStone
Mon Jan 30, 2023 11:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What is the best PDF Printer Driver Windows to use with Five
Replies: 11
Views: 781

Re: 2023

I wish you all the very best in 2023. I have appreciated the continued support, and instruction, over the many years. I encourage you to continue to be ambassadors of good will in our global community of software developers. Our achievements, serving others in our ...
by TimStone
Tue Jan 03, 2023 7:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2023
Replies: 9
Views: 635

Re: mod_harbour + ADS on linux server

Thank you for the instruction on how to compile mod_harbour with ADS. I've tried the file you sent me but I'm sorry to say that it does not work. The browser receives no response from the server and in apache error.log there is the ...
by berpa
Thu Dec 01, 2022 10:35 am
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 31181

Re: Manual for OLE-instructions

What do you mean? Each OLE server has its own instruction (properties and methods).
by Enrico Maria Giordano
Thu Nov 10, 2022 1:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manual for OLE-instructions
Replies: 9
Views: 1012

Re: Installing on Paralles for Mac

To all, Just out of interest: What advantage do you have if I take a MAC? I have given the instruction in my company that when customers come and have questions about "Apple", we always answer that we only do WINDOWS. This has purely economic reasons as our ...
by Otto
Thu Sep 01, 2022 6:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Installing on Paralles for Mac
Replies: 15
Views: 746

Re: System info, Tips & Tricks, scharing project info

Hi, I think SQL is very faster than DBF . When i develop a new application, i no more use DBF tables and go to Sql . The select instruction is very fast and it is easy to make complex query on multiple tables . The Update instruction is also very very fast . In network configuration it ...
by Jack
Wed Mar 30, 2022 7:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 1452

Re: HB_CRCCT equivalent

Hello Joao,
would you be so kind as to give us a short instruction how to compile this file and then use it from xHarbour.
Best regards,
Otto
by Otto
Thu Mar 24, 2022 8:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HB_CRCCT equivalent
Replies: 3
Views: 179

he:=TOleAuto():New("InternetExplorer.Application")

... OleSetProperty(he,"Statusbar",.F.) OleSetProperty(he,"MenuBar",.F.) he:Navigate(cUrl) What is the equivalent instruction for Edge or Chrom or Firefox Thanks , Philippe
by Jack
Sat Jan 15, 2022 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: he:=TOleAuto():New("InternetExplorer.Application")
Replies: 4
Views: 334
Next

Return to advanced search