Search found 551 matches: task

Return to advanced search

Notifications

... FWH have notification popups actively working now ( Windows 10, 11 ) ? If so, what are the sample and source files ? At the time they were on the task bar. I know Windows 11 has enhanced the ability to interact with notifications in the OS ... I want to incorporate it into notifications when a ...
by TimStone
Wed Nov 09, 2022 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Notifications
Replies: 5
Views: 353

Re: OLE with Excel.

... No, it is not. Quit() method is enough to ensure your instance of Excel is completely removed from memory. Just check it with Task Manager.
by Enrico Maria Giordano
Wed Oct 19, 2022 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OLE with Excel.
Replies: 10
Views: 415

Re: The simplest way to build from vscode

From some versions are present 2 custom task types, Harbour that starts the configured harbour executable, I use it to see the cpp and the hrb generated And HBMK2 that calls the HBMK2 on the same folder of configured harbour. The goods of this ...
by AntoninoP
Wed Oct 12, 2022 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The simplest way to build from vscode
Replies: 3
Views: 577

Re: la forma mas simple de construir desde vscode

... hay espacios, no creo que se generare bien. Por ejemplo C:\Soporte 2\test\prueba.prg Por eso yo no paso la ruta como parámetro e indico en el task donde se tiene que ejecutar go32. "options": {            "cwd": "${fileDirname}"  ...
by fgondi
Sun Oct 02, 2022 4:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: la forma mas simple de construir desde vscode
Replies: 20
Views: 1532

Re: la forma mas simple de construir desde vscode

... Main()   MsgInfo( "Hello world" )return  nil Por lo visto al pulsar Ctrl + Shift + B lanzamos el "build task" por defecto. Este task debería construir ese PRG y ejecutarlo Entiendo que seria lo más simple. Ahora es dar con el task adecuado :-) Tal ...
by Antonio Linares
Sat Oct 01, 2022 10:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: la forma mas simple de construir desde vscode
Replies: 20
Views: 1532

Re: Get real date from the Internet

... This made me re open a cmd window lots of times because after x calls to vcvars32.bat the cmd becomes unusable. Now that tedious task is over :-)
by Antonio Linares
Fri Sep 30, 2022 10:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get real date from the Internet
Replies: 55
Views: 4484

Re: vscode hbmk2 vcvarsall

fgondi wrote:Task -> actboy168
ctags -> jaydenlin


Thank you Fernando.
by Horizon
Thu Sep 01, 2022 7:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: vscode hbmk2 vcvarsall
Replies: 19
Views: 1499

Re: vscode hbmk2 vcvarsall

Task -> actboy168
ctags -> jaydenlin
by fgondi
Wed Aug 31, 2022 8:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: vscode hbmk2 vcvarsall
Replies: 19
Views: 1499

Re: vscode hbmk2 vcvarsall

...   Thank you for your sharing. Can you be more specific for "Task" and "CTags" extensions? There are several extensions.
by Horizon
Tue Aug 30, 2022 6:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: vscode hbmk2 vcvarsall
Replies: 19
Views: 1499

Re: Migranting xHarbour for Harbour

... and to rewrite is a lot of work. /************************************************************************************************** * Project : TTaskpanel * File : TaskPanel.prg * * Copyright 2010 Andres Reyes Hernandez - <andresreyes_mzt/at/yahoo.com.mx> * http://codigo-base.blogspot.com ...
by Ari
Thu Aug 25, 2022 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migranting xHarbour for Harbour
Replies: 18
Views: 983

Re: vscode hbmk2 vcvarsall

Estimado Antonio,

He instalado las he ido viendo que en el foro se usan.

- Git
- Spanish Language Pack Para español
- Harbour and xHarbour de Antonino Perricone
- Vscode-Icons
- Clipboard History
- Project Manager
- Task
- CTags
by fgondi
Sun Aug 21, 2022 10:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: vscode hbmk2 vcvarsall
Replies: 19
Views: 1499

Return Recordset from JSON Restful Web Service

... very hard to successfully install the MS Soap Toolkit 3.0 on newer workstations. Is it possible to create a JSON Web Service to perform the same task so I don't need the MS Soap Toolkit 3.0? Thanks, Byron ...
by byron.hopp
Fri Jul 15, 2022 5:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Return Recordset from JSON Restful Web Service
Replies: 2
Views: 323

Re: FW Preview user style

Dear James, what I wanted to say is in mod harbour you have a single separate prg file for a request. That's it. The file does its task and is closed. I think for this stateless access and not having direct connection between frontend and backend, you maybe have to change the way of programming. ...
by Otto
Sun May 15, 2022 9:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Preview user style
Replies: 24
Views: 1712

Re: How many time my application is run in memory

As a rule, the class name of the main window is TWindow (you can make a unique name) And using Enum() to determine the number of running instances of the task
by Natter
Sun May 15, 2022 5:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How many time my application is run in memory (SOLVED)
Replies: 25
Views: 1173
PreviousNext

Return to advanced search