Search found 295 matches: talk

Return to advanced search

Talking to your apps

This simple code lets you talk to your apps instead of having to write! :-) Please test it, I do appreciate your feedback. I think this may be very interesting for our apps! listen.prg #include "FiveWin.ch"function Main()  ...
by Antonio Linares
Fri Mar 29, 2024 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3808

Steps to integrate AI

... how are you? We want to start using this technology and would like to know what the best option is and what steps to follow. There is a lot of talk about ChatGPT in forums, and Antonio also posted something about Copilot. It's still a very new topic for us, and we want to know how we can start ...
by leandro
Fri Jan 19, 2024 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Steps to integrate AI
Replies: 4
Views: 635

Re: Convert a print to Rtf or doc

... software is often located in CLOUD-type servers and are unreachable if there is a problem on the network. In the initial proposals there was talk of a language identical to the fwh and the possibility of bringing it "portability" to the web but in reality this was not the case, ...
by Silvio.Falconi
Fri Dec 01, 2023 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3426

Interesting discussion with ChtGPT

... units between the two given times. User: Regarding only this part, what is considered outdated for example? ChatGPT: Sorry, I wasn't clear. When I talk about "outdated", I'm referring to the general context of programming languages and not specifically to the provided code snippet. In ...
by Otto
Mon Nov 06, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1227

Re: DBF . Commit

Enrico, I am glad that I brought up this topic. At first, I thought it is a bit weird for an experienced programmer like me to talk about it. But I see there are many opinions here. I can only confirm what Mr. Rao says. If you insert UNLOCK into Enrico's code, then the replace is carried ...
by Otto
Sun Oct 22, 2023 7:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2320

Re: Reason for closing DBF file

hi, which Type of Index do you talk about : CDX or NTX :?: does Error arrive when "normal work" with App or "after Lunch" :?: --- i had those Error when DBF "left open" while "not work" in App and ...
by Jimmy
Mon Sep 18, 2023 3:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reason for closing DBF file
Replies: 23
Views: 1154

Re: not ISOEM(), ISANSI() or IsUTF8()

... OEM dbf with Umlauts and showed exporting them to say it again : i need "read" from existing DBF, NOT "made" it from CODE i talk about DBF made under Cl*pper OEM / DOS which many Xbase++ User have as OEM is default this Way Xbase++ User have used there old Cl*pper / DOS App ...
by Jimmy
Fri Sep 01, 2023 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2075

Re: Choise : Windows server standard 2022 versus essential 2022

Jimmy,

So it seems that essential would be enough ?

The specs you talk about....I don't know what they are for.

Hard for me ))))
by Marc Venken
Wed Aug 30, 2023 7:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Choise : Windows server standard 2022 versus essential 2022
Replies: 23
Views: 1414

Re: Announcing DrXlsx 1.0 by Charles Kwon

hi,

thx for Answer.

your Sample work like expect, but i talk about "old" existing OEM DBF

i have try to explain it in this Thread
https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43651
by Jimmy
Sun Aug 27, 2023 12:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 32
Views: 3847

Re: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

... do understand when you say that PRIMARY KEY "can" have a.) more that 1 x FIELD b.) other than Type SERIAL but it is not the Situation i talk about --- i talk about User which want to "upgrade" from DBF to SQL and use Postgre and have no Idea how a.) xBase have RecNo() which ...
by Jimmy
Sun Aug 06, 2023 12:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 716

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: 1260

Re: EXE Author's name on Windows 11

... 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 click on Header to "add" Company Name --- this CODE will show you all available Property FUNCTION GetMetaData( ...
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: 1260

Re: Fivewin and ADO

... is NIL (default ) or Evaluates to .T. Inline Edit of the cell is automatically available (whether oBrw:lFastEdit is .T. or .F. ) you talk about oCol but i use oBro ...   oBrw:nEditTypes := EDIT_GET    // work   oBrw:lReadOnly := .F.         // no Effect ?   oBrw:bEditWhen := {|| ...
by Jimmy
Sat Jun 10, 2023 5:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3787

sleep function

Hi all I wonder if the sleep function could block a program. I talk about a program that is active on a server without human's interactivity with an active Timer with a 60" polling. This polling launches a function (FUNCTION POLLING() that performs ...
by MarcoBoschi
Fri May 26, 2023 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: sleep function
Replies: 2
Views: 212

Re: Problem with TRANSPARENT BTNBMP or SBUTTON on WINDOW/DIALOG

Hello Dutch. This is as much as I can get. More than that, my knowledge was exhausted. If not, talk to the FIVETECH team. Hola Dutch. Esto es todo lo que puedo conseguir. Más que eso, mi conocimiento estaba agotado. Si no, habla con el equipo de FIVETECH. https://imgur.com/miKWLIr ...
by karinha
Thu May 04, 2023 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with TRANSPARENT BTNBMP or SBUTTON on WINDOW/DIALOG
Replies: 15
Views: 1095
Next

Return to advanced search