Search found 623 matches: subject

Return to advanced search

Re: Fivewin and ADO

... returns oRange object of oExcel This does not use ADO, but uses Excel OLE. Similar to Word OLE and PowerPoint OLE. Please study the subject of Microsoft Office OLE for better clarity. GetExcelRange() function simplifies the programmers work by including long code of 1. Open Excel ...
by nageswaragunupudi
Fri Jun 09, 2023 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3877

Re: MariaDb delete

... at the same time, SQL becomes invaluable. It is hard to appreciate until you understand everything SQL brings to you. ...and since we are on the subject; I wonder: 1. With ADS I'm able to test my SQL statements using DataArchitect (ARC32). I get to see errors as well as view the actual result ...
by reinaldocrespo
Fri Jun 02, 2023 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDb delete
Replies: 6
Views: 403

Re: OpenAI class using hbCurl

... start a thread to count who else is interested. I bear witness that your last meeting was an event to be remembered forever. @fivewinners-- On the subject of OpenAI, I have made some changes to the class. I have learned that there are differences on the models and depending on your needs, you would ...
by reinaldocrespo
Wed May 10, 2023 12:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OpenAI class using hbCurl
Replies: 8
Views: 742

Re: Sending HTML using MAIL

Thank you ....but I don't think that addresses the issue. Using the tMail class, I am sending the address, subject, and text to a MAPI client ( ie. Outlook ). That client has the signature built in. When using MAPI, the client displays the the email form, but it is in standard ...
by TimStone
Wed Apr 05, 2023 5:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending HTML using MAIL
Replies: 10
Views: 756

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

... email address is in their record. So, I preview the document, and hit the Email button. A dialog pops up with the To field populated, and the subject ( but I can edit it ). I then add text and hit the send button. It's very smooth and works perfectly. You can probably create a subclass to ...
by TimStone
Wed Jan 25, 2023 11:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What is the best PDF Printer Driver Windows to use with Five
Replies: 11
Views: 816

Re: (DOS Error -2147418111) WINOLE/1009 No exported method: LAN

Mr. Rao any news about this.

nageswaragunupudi wrote:
This error comes randomly

Surprising.

Anyway, we will try to make the function ExcelLangID() in olefuncs.prg safer.
We will get back on this subject.
by artu01
Wed Dec 07, 2022 4:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: (DOS Error -2147418111) WINOLE/1009 No exported method: LAN
Replies: 10
Views: 838

Re: Manual for OLE-instructions

Enrico, I use OLE in my FWH-application to connect to Word, Excel and Outlook. I'm suprised that there aren't more question about this subject because almost any software has to connect to a word processor, a spreadsheet, a calendar or e-mail. I need the necessary instructions in FWH to build ...
by driessen
Thu Nov 10, 2022 3:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manual for OLE-instructions
Replies: 9
Views: 1049

Re: Array need @ when use in VALID ?

No, Fivewin has nothing to do with this subject. Normally, you haven't to pass array with @, I never used it. Please show a sample of your problem.
by Enrico Maria Giordano
Sat Nov 05, 2022 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Array need @ when use in VALID ?
Replies: 9
Views: 365

Re: (DOS Error -2147418111) WINOLE/1009 No exported method: LAN

This error comes randomly

Surprising.

Anyway, we will try to make the function ExcelLangID() in olefuncs.prg safer.
We will get back on this subject.
by nageswaragunupudi
Tue Nov 01, 2022 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: (DOS Error -2147418111) WINOLE/1009 No exported method: LAN
Replies: 10
Views: 838

Re: Xbrowse bBargetAction and the filtering function for it

... By default, DBFCDX and ADS support optimization of filters but we need to understand this feature and follow the optimization rules. More on this subject of optimization in my next post. This function does not deal with data types "T" and "L". You need to add these types also.
by nageswaragunupudi
Sun Jul 03, 2022 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse bBargetAction and the filtering function for it
Replies: 4
Views: 849

Sample working send mail

... ( "CDO.Message" ) WITH OBJECT oEmailMsg :From := alltrim(_from) :To := alltrim(_to) :CC := "" :BCC := "" :Subject := _subject :TextBody := _textbody :AddAttachment( ALLTRIM( "c:\test0.prg" ) ) WITH OBJECT :configuration:Fields :Item( cSchema + ...
by Romeo
Tue May 17, 2022 10:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample working send mail
Replies: 11
Views: 1005

How to call Events from OLE/COM objects

... reader. I don't know how to trigger or call EVENT type functions. I read the harbor classes documentation and couldn't find anything on the subject. If I create a class in _XAILER_ the EVENT functions appear. Does anyone know how to make this work in HARBOUR. I'm using Win_OleCreateObject. ...
by Giovany Vecchi
Thu Apr 21, 2022 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to call Events from OLE/COM objects
Replies: 14
Views: 1011

Re: New Fivewin with new PDF

... cUserName := "Shipping@mycompany.com" Local cPassWord := "mypassword" Local cFrom := "Shipping@mycompany.com" Local cSubject := DtoC( Date() ) + "-" + Time() + ", SPF Test for EMail" Local cToAddr := "byron.hopp@gmail.com" Local cCC := ...
by byron.hopp
Tue Apr 05, 2022 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Fivewin with new PDF
Replies: 12
Views: 999

Envio de Correo con Archivos adjuntos

... ? actualmente hago: cCommand = "C:\Program Files\Mozilla Thunderbird\thunderbird" cCommand = cCommand + " -compose " + "subject=" + Chr(34) + cSubject + Chr(34) + "," cCommand = cCommand + "to=" + Chr(34) + cTo + Chr(34) + "," cCommand ...
by servicomver
Thu Mar 03, 2022 11:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Envio de Correo con Archivos adjuntos
Replies: 3
Views: 343

Duda Correo Thunderbird

... Mozilla Thunderbird cCommand = "C:\Program Files\Mozilla Thunderbird\thunderbird" cCommand = cCommand + " -compose " + "subject=" + Chr(34) + cSubject + Chr(34) + "," cCommand = cCommand + "to=" + Chr(34) + cTo + Chr(34) + "," cCommand ...
by servicomver
Mon Nov 29, 2021 8:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda Correo Thunderbird
Replies: 9
Views: 774
PreviousNext

Return to advanced search