Search found 701 matches: finally

Return to advanced search

Re: cloud or not cloud

... :-) Completely agree :lol: I'm in favor of self-hosting. It's a good option. Many large companies have their own hosting. Why not your own? Finally... You are all now "talking in the cloud". How would you do it without "the cloud" ? :D C.
by Carles
Wed Nov 13, 2024 7:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 4126

Re: Relative coordinates of Controls

... now implementing auto-resize of controls for those created from source and not from resource. Later we will extend this feature to resources also. Finally, we will have this feature for dialogs created from source as well as resource.
by nageswaragunupudi
Sat May 25, 2024 1:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Relative coordinates of Controls
Replies: 15
Views: 2930

Re: Send Emails from Fivewin application

In my case I used ChatGPT to learn PowerShell. It helped me create a .ps1 file which I finally called from harbour. An .ini file is generated as input and that same file is modified, recording whether or not the sending has been possible. My .ps1 process is really ...
by paquitohm
Tue May 14, 2024 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send Emails from Fivewin application
Replies: 44
Views: 5638

LLM metrics - métricas

... y opciones de respuesta: Contexto: "John was feeling sad because he lost his favorite toy. He looked everywhere but couldn't find it. Finally, he..." Opciones de respuesta: A) "found it under the couch" B) "bought a new toy" C) "went to the store" ...
by Antonio Linares
Tue Apr 23, 2024 7:47 pm
 
Forum: latest AI news
Topic: LLM metrics - métricas
Replies: 0
Views: 1290

Help to friends to Config Xmate with bcc7.7

Finally I found why xmate asked uuid.lib there was a bad configuration on cfg files of bccc7 I state I have in a folder called WORK the harbor, bcc7,fwh,PellesC,xmate then I use another folders as prg and errors bcc32.cfg ...
by Silvio.Falconi
Mon Apr 15, 2024 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help to friends to Config Xmate with bcc7.7
Replies: 9
Views: 1039

Re: Problema super raro (SOLUCIONADO)

Mr. Rao and friends I apologize, after several nightmare nights, I have finally solved the problem, the problem was in the last line of this code. [code] oRsWrk := FW_OpenRecordSet(oApp:oCon,"SELECT " +; "*," +; "RUB_DES," +; "CON_DES ...
by Armando
Thu Mar 28, 2024 1:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema super raro (SOLUCIONADO)
Replies: 10
Views: 3468

Re: Create a Panel width a text

... the procedure must calculate the right height and resize the panel (oPanel2) and in turn oPaneltext where the text of the message is located. Finally the procedure must refresh all panels except the first one, so that the following panels are one behind the other. There is no method in the ...
by Silvio.Falconi
Fri Feb 23, 2024 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 5378

Re: SAPI : change Voice

Simply add this line at the top:

static aEvents := {}

and then use this:

oVoice:__hSink = __axRegisterHandler( oVoice:__hObj, { | ... | AAdd( aEvents, { ... } ) } )

Finally, after the dialog, do:

XBrowser( aEvents )
by Antonio Linares
Sun Feb 11, 2024 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 20792

tiny11 core for ARM64

... 2023 – tiny11 2311 WINDOWS BASED RELEASED 23H2 The system has been updated to Windows 11 version 23H2. Windows 11 version 23H2 based on tiny11 is finally available for download. This Windows 11 mod offers a lightweight image, free of unnecessary components and high hardware requirements, with ...
by Silvio.Falconi
Thu Jan 18, 2024 10:23 am
 
Forum: FiveWin for Pocket PC
Topic: tiny11 core for ARM64
Replies: 0
Views: 15597

Re: DBF Repair Tools

... all the fake blank fields with all real blanks. Of course, you first need to find out which non-blank characters are showing visually as blanks. Finally, you can add a routine to check for those offending characters in the Save() method so each time a record gets saved it is fixed before saving. ...
by James Bott
Mon Nov 13, 2023 6:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF Repair Tools
Replies: 7
Views: 1194

Re: xBrowse - Dates - FWH 2310

... changing it to the standard DBFCDX eliminated the problem. However, where Client Server ( ADS REMOTE ) was in use, it seems to have appeared. I finally did the work around to appease my clients, but Nages felt we needed to be sure ADS was sending the info correctly to xBrowse, and that is what ...
by TimStone
Fri Nov 10, 2023 6:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 2636

Re: xBrowse - Dates - FWH 2310

... I then copied all of the data files from C1 to C2 so I could be sure it wasn't in a data file. I still got the same result with the error on C2 5. Finally I took all of the remaining files in the MLS12c folder ( Client ) and copied them from C1 to C2. Then the problem no longer occurred. My mistake ...
by TimStone
Wed Nov 08, 2023 3:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 2636

Re: xBrowse - Dates - FWH 2310

... the entire data directory from the known good to the problem system and thus the files were exactly the same on both computers. Same problem Finally I copied all of the files from the directory where the .exe resides, including .dll files, and suddenly it worked. So ... my first step is to ...
by TimStone
Tue Nov 07, 2023 6:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 2636

Re: DBF . Commit

... not be refreshed. So we are clear that simple Unlock is flushing data and index buffers to the disk buffers of the Windows OS. Ultimately any RDD finally writes the data to the disk using fwrite (or similar function). Harbour can write only to the file buffer of Windows OS, but can not force the ...
by nageswaragunupudi
Sun Oct 22, 2023 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 5756
Next

Return to advanced search