Search found 550 matches: task

Return to advanced search

Re: Data exchange between PC and Android device on the same loca

... FW-program monitors a directory. A PHP program writes a text file to this directory. In the text file the report request is stored. //write Report task $Report = fopen( $filename . "txt", "w"); if ($Report == false) { echo ("Error in opening new Report"); exit(); } ...
by Arturo Lopesoria
Fri Feb 23, 2024 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 541

Re: Interesting discussion with ChtGPT

I am glad you posted it. I just see too many programmers today who only play in their comfort zone. AI may post some code but will it be the best way to handle a task or just the easiest?


Sent from my iPhone using Tapatalk
by TimStone
Mon Nov 06, 2023 11:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 885

Re: De *.C Para *.Obj en BCC74 no funciona más.

Ok Joao, entendido vamos a agregar los .prg, .c, .h y te cuento como nos va.

Por otro lado al compilar el ejemplo, pudimos notar que si le agregamos tildes (acentos) no se muestran de manera correcta.
Image

De antemano gracias
by leandro
Tue Sep 12, 2023 8:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De *.C Para *.Obj en BCC74 no funciona más.
Replies: 84
Views: 38100

Re: Librería xHarbour TTaskPanel.lib

Cristobal amigo gracias por responder...

Si ya estaba así

Image
by leandro
Tue Sep 05, 2023 7:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Librería xHarbour TTaskPanel.lib
Replies: 19
Views: 1568

Re: Announcing DrXlsx 1.0 by Charles Kwon

Maurizio, DrXlsx supports many versions of harbour(32/64)/xHarbour(32/64) and VC/BCC/Clang under the same protocol. It's a time-consuming task and some versions can cause unexpected issues due to their unique characteristics. I am also testing the desired features for each version, and I will ...
by CharlesKwon
Sat Aug 26, 2023 12:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 32
Views: 3509

Re: Error p/generar EXE usando UHTTPD2 en Windows

Dear Otto good mornig The jump to web it's not easy we need to learn deep html css javascript this task took aprx 2 o 3 years ( the level needed ) The freelace programers linke me ( 60 Yeards Old citizend ) that only know harbour ( clipper ) is allmost imposible to wait ...
by wilsongamboa
Sun Aug 06, 2023 2:42 pm
 
Forum: mod_harbour
Topic: Error p/generar EXE usando UHTTPD2 en Windows
Replies: 12
Views: 1679

Re: EXE Author's name on Windows 11

... I can see the CompanyName hovering the mouse over the EXE. So far so good. I even saw the CompanyName in the startup tab of Task Manager but only once, then it disappeared again. :-(
by Enrico Maria Giordano
Mon Jul 31, 2023 7:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE Author's name on Windows 11
Replies: 30
Views: 1196

Re: EXE Author's name on Windows 11

Jimmy wrote:when you talk about Task Manager : right click on Header to "add" Company Name


I already have the column Author but it is empty for desktop programs (it is not empty for apps). I repeat: it was not empty few months ago. Something in Windows 11 is changed. :-(
by Enrico Maria Giordano
Sun Jul 30, 2023 11:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE Author's name on Windows 11
Replies: 30
Views: 1196

Re: EXE Author's name on Windows 11

hi Enrico, Please look at the startup applications tab in the Task Manager of Windows 11. The Author's name is displayed only for the apps and not for the desktop programs anymore. It was few months ago, I am sure. when you talk about Task Manager : right ...
by Jimmy
Sun Jul 30, 2023 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE Author's name on Windows 11
Replies: 30
Views: 1196

Re: EXE Author's name on Windows 11

Please look at the startup applications tab in the Task Manager of Windows 11. The Author's name is displayed only for the apps and not for the desktop programs anymore. It was few months ago, I am sure.
by Enrico Maria Giordano
Sun Jul 30, 2023 9:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE Author's name on Windows 11
Replies: 30
Views: 1196

New FTDN July/Julio (FWH 23.07)

... or a valid function name, uVar itself is returned * fw_stricmp() treats nil as lower than other datatypes * New: We know that it is a tedious task to write help for an app, so we have implemented a real simple way to do it using FWH: SetAutoHelp( lOnOff, lEditable ) // lEditable is .T. by ...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 938

FWH new AutoHelp feature !!!

We know that it is a tedious task to write help for an app, so we have implemented a real simple way to do it using FWH: SetAutoHelp( lOnOff, lEditable ) // lEditable is .T. by default just call that function at the beginning of your app, ...
by Antonio Linares
Wed Jul 12, 2023 7:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH new AutoHelp feature !!!
Replies: 14
Views: 757

export PDF from excel

... xlTypePDF,cFilePDF)       oWorkBook:SaveAs(Filename:=cFileMail, FileFormat:=52)    this exe is on a server and Windows Task scheduler run this exe every night (02.00). when I run this exe by my double click mouse that works fine but when it run by Windows Task scheduler ...
by damianodec
Wed Jul 05, 2023 8:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: export PDF from excel
Replies: 0
Views: 129

Program is frozen

Hi,

My application sometimes freezes and it can only be interrupted through the Task Manager.
I can't determine the reason for the hang-up.
Is there any way to determine the cause ? Or, through an external application, to determine that the program is frozen ?
by Natter
Sun Jun 04, 2023 9:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program is frozen
Replies: 14
Views: 502

Re: ITaskbarList3 Interface for PROGRESS Bar

hi Antonio, i got it working so far https://i.postimg.cc/fLxzFCNK/i-Task-Bar3.jpg only with ITASKBARLIST_RELEASE -> METHOD EndProgressMode() i don´t know "where" to call it as CLASS TProgress have no "Destroy" ? --- i use a ...
by Jimmy
Sun May 28, 2023 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ITaskbarList3 Interface for PROGRESS Bar
Replies: 6
Views: 315
Next

Return to advanced search