Search found 133 matches: vba

Return to advanced search

Re: MAPI Outlook HTML TEXT

... TOLEAUTO:_FROM( 0 ) I have found this event but I could not know how to implement. https://learn.microsoft.com/en-us/office/vba/api/outlook.mailitem.sendusingaccount Sub SendUsingAccount()   Dim oAccount As Outlook.account   For Each oAccount In Application.Session.Accounts ...
by Horizon
Wed Feb 28, 2024 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MAPI Outlook HTML TEXT
Replies: 10
Views: 514

Re: SAPI : change Voice

... nLength }                     ENDDO Return el codigo para iluminar el tenxto del control Richtedit deberia ser parecido a esto en VBA    V.Speak "this is stream number<bookmark mark='2two'/> two.", SVSFlagsAsync + SVSFIsXML    List1.AddItem "LastStreamNumberQueued ...
by Danielmaximiliano
Mon Feb 12, 2024 3:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3567

Re: Search in RichEdit 5

Hi Jimmy, Thanks for the help. I think to do so: 1. Open an RTF document via OLE and do a search (via VBA) for all underlined characters to get an array of their positions. 2. Upload an RTF document to RichEdit5 and color it according to the parsing of its structure. At the ...
by Natter
Fri Oct 27, 2023 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search in RichEdit 5
Replies: 2
Views: 249

Re: Image Recognition

Antonio, thank you! Did I understand correctly that Office 2019 windows 10 is suitable for implementing this VBA Excel method ?
by Natter
Fri Oct 13, 2023 10:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image Recognition
Replies: 9
Views: 678

Re: enviar mensajes a whatsapp, ¿posible solucion?

Estimado José, Puedes hacerlo directamente desde FWH sin necesidad de crear una hoja de cálculo ni tener que usar VBA, etc Simplemente usa esto desde FWH en un bucle: ShellExecute( 0, "open", StrTran( "whatsapp://send?phone=" + cTelefono + "&text=" ...
by Antonio Linares
Thu Oct 12, 2023 11:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: enviar mensajes a whatsapp, ¿posible solucion?
Replies: 55
Views: 4486

Re: Error sending email

... .T. for oMailItem:display() is True to make the window modal. The default value is False. https://learn.microsoft.com/en-us/office/vba/api/outlook.mailitem.display have you try oMailItem:Send() does it "send" or goto "out Basket" :?: Does anyone ...
by Jimmy
Sat Aug 12, 2023 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error sending email
Replies: 18
Views: 772

Re: Error sending email

From what the description of the CreateItem object says in https://learn.microsoft.com/en-us/office/vba/api/outlook.application.createitem the display method does not take parameters.
Test
Code: Select all  Expand view
oMailItem:Display()
by cmsoft
Fri Aug 11, 2023 11:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error sending email
Replies: 18
Views: 772

Re: Another Question about FWH and Word

... Unfortunately, I wasn't able to use your suggestion because I got a lot of errors. But maybe I can solve it is you can help me to transate this VBA-sentence into FWH : AddIns("C:\Users\Michel\AppData\Roaming\Microsoft\Word\STARTUP\MacJuda.dotm").Installed = False Any idea? ...
by driessen
Thu Aug 10, 2023 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another Question about FWH and Word
Replies: 6
Views: 346

Re: How to read settings in Word

Dear Michel,

Please review this:
https://learn.microsoft.com/en-us/office/vba/api/word.options.defaultfilepath
https://documentation.help/VBAWD10/woproDefaultFilePath.htm

It should work as the first try but Harbour syntax does not allows it
by Antonio Linares
Tue Aug 01, 2023 5:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to read settings in Word
Replies: 14
Views: 637

Re: *.docx files and TRichEdit5

Thanks ! Does this mean I can't use VBA in RichEdit5?
For example: I highlighted some words/phrases in color. Then I need to extract these words/phrases from the RichEdit5 document. How can this be done ?
by Natter
Sat Jul 01, 2023 12:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: *.docx files and TRichEdit5
Replies: 3
Views: 339

Les saludo. Soy McCoy, nuevo en este foro

... un poco de lenguajes como Fortran, Pascal, un poquito de Lenguaje C, MS Basic de los 80s, un poquito de FiveWin en sus inicios, Apex de Oracle, VBA de MS Office, TCLOAD para POSs de los 90s, MS Sql Server, Java con Eclipse, MS Visual Studio, Lenguaje LINC de Unisys y conocer cierta programación ...
by rodmc
Tue Jun 27, 2023 4:41 am
 
Forum: mod_harbour
Topic: Les saludo. Soy McCoy, nuevo en este foro
Replies: 3
Views: 678

OT. FORO DE VISUAL BASIC .NET

... su ayuda si alguien me pudiera ayudarme a orientarme o enviarme link. Saben de algun foro en español e ingles de programacion Visual Studio :NET VBA, similar como este foro de Fivewin para Harbour/xHarbour. Mucho les agradecere si saben de alguna pagina activa 2023 de visual studio .NET VBA, ...
by ACC69
Mon May 22, 2023 7:39 pm
 
Forum: Off Topic / Otros temas
Topic: OT. FORO DE VISUAL BASIC .NET
Replies: 1
Views: 759

Re: Filling Excel Sheet Via OLE

... an Excel sheet through OLE (Object Linking and Embedding). You can do this by using a programming language that supports OLE automation, such as VBA or Visual Basic, to access and modify the properties of the combobox object in the Excel document. To detect if a cell is associated with a combobox ...
by Antonio Linares
Thu Feb 02, 2023 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filling Excel Sheet Via OLE
Replies: 2
Views: 247

Re: ChromeDriver - WebDriver for Chrome

OK. Thank you :) I thought that something that can be accessed via VBA or VBScript can be used by Harbour too A COM library to use Selenium with Excel in the Visual Basic Editor or within a visual basic script (VBS). That's what they have mentioned. This ...
by anserkk
Thu Jan 19, 2023 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ChromeDriver - WebDriver for Chrome
Replies: 9
Views: 1105

Re: ChromeDriver - WebDriver for Chrome

Was there any progress on this ? There is also a Selenium based browser automation framework for VB.Net, VBA and VBScript https://florentbr.github.io/SeleniumBasic/ I believe that, If SeleniumBasic can be used via VBScript then it should be possible with Fivewin too. This is ...
by anserkk
Thu Jan 19, 2023 5:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ChromeDriver - WebDriver for Chrome
Replies: 9
Views: 1105
Next

Return to advanced search