Search found 315 matches: improve

Return to advanced search

Re: JSON2DBF adapter

A first attempt. Maybe someone can help improve it: #include "FiveWin.ch"REQUEST DBFCDXFunction Main()LOCAL cJsonFile := "_Data.json", nHandleSET EXCLUSIVE OFFdbUseArea(.T., "DBFCDX", "d:\fwh\samples\customer", ...
by Cgallegoa
Sun Feb 04, 2024 3:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON2DBF adapter
Replies: 3
Views: 510

Re: How to find out the IDs of controls and types?

... 67, 8  CONTROL "Quem assina/Cargo:", 4002, "Static", SS_RIGHT|WS_GROUP, 1, 56, 72, 8} Antonio, that's right. I'm going to improve my application's skin routine. As we often do not declare "STATIC" controls, which would be SAY in FWH, I needed to know how to find ...
by Giovany Vecchi
Tue Jan 09, 2024 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to find out the IDs of controls and types?
Replies: 16
Views: 1868

Re: Convert a print to Rtf or doc

... the "Mod_harbour" which is absolutely not the same as fwh. In fwh there are many things that don't work or work incorrectly, first let's improve the fwh and then we can think about the web. and from what I can continuously read in the various forums this is not only my thought but the ...
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: 3489

Re: FWH2310: WhatsApp messages with Attachments/Images

... window is open with you, I am unable to use this function to send message with attachments to You, but I can send to any other contact. We will improve once our users start using and provide feedback.
by nageswaragunupudi
Wed Nov 01, 2023 12:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH2310: WhatsApp messages with Attachments/Images
Replies: 8
Views: 880

Re: enviar mensajes a whatsapp, ¿posible solucion?

Further improved function SendToWhatsApp( cPhone, cMsg, aFiles, aImages )   local oShell, tmp   // Aftere check params and format cMsg   oShell := CreateObject( "WScript.Shell" )   ShellExecute( 0, ...
by nageswaragunupudi
Fri Oct 27, 2023 3:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: enviar mensajes a whatsapp, ¿posible solucion?
Replies: 55
Views: 4575

Re: enviar mensajes a whatsapp, ¿posible solucion?

... onwards please use this function to copy any image to clipboard. Do not use any other existing functions and not even tclipboard class (till we improve in next version) function CopyImageToClipboard( cImage )   local hBitmap  := FW_ReadImage( nil, cImage, , .f. )[ ...
by nageswaragunupudi
Fri Oct 27, 2023 4:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: enviar mensajes a whatsapp, ¿posible solucion?
Replies: 55
Views: 4575

help in marketing

... reasons: Increase Awareness: Effective marketing makes the project more known. Community Building: PR and marketing attract supporters, helping improve the project. Build Trust: PR activities strengthen credibility. Encourage Partnerships: Good marketing and PR strategies attract potential partners. ...
by Otto
Tue Oct 24, 2023 6:45 pm
 
Forum: mod_harbour
Topic: help in marketing
Replies: 0
Views: 442

Re: Web programming with Mod Harbour

... CGI Programming - You can write Common Gateway Interface (CGI) programs in Mod Harbour to handle web requests. FastCGI - You can use FastCGI to improve the performance of your web applications. Handling HTTP Requests: Depending on the chosen web framework, you'll define routes and endpoints ...
by sumit234
Sat Jul 29, 2023 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web programming with Mod Harbour
Replies: 1
Views: 329

Native access to Sqlite3

... the records in xbrowse. I convert them to an Array, and it works fine, but it's not the cleanest solution. If anyone has any ideas on how to improve this, I would appreciate it. You need to link "hbsqlit3.hbc," which comes with Harbour, and have "hbsqlit3.ch" accessible, ...
by alvaro533
Wed Jun 28, 2023 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Native access to Sqlite3
Replies: 9
Views: 1112

Re: Understanding how autoGPT works...

This code works quite fine using Vicuna:

improve this code "int main()" to build an ERP


completa este codigo "int main()" para obtener un ERP


Write the python code for a neural network example
by Antonio Linares
Mon Apr 10, 2023 9:31 pm
 
Forum: latest AI news
Topic: Understanding how autoGPT works...
Replies: 6
Views: 538

Re: Understanding how autoGPT works...

... "execute", "delete file", "enhance code", "read file" select the most appropiate for the arguments "improve demo.prg" and provide your answer in json format { "command", "argument" } only { "command": "enhance ...
by Antonio Linares
Sun Apr 09, 2023 11:55 am
 
Forum: latest AI news
Topic: Understanding how autoGPT works...
Replies: 6
Views: 538

Understanding how autoGPT works...

autoGPT consists on one app running locally that uses OpenAI. autoGPT use prompting engineering to get the response from OpenAI that it needs to continue doing its main task. Using the Visual Studio debugger I checked the conversation between them: autoGPT: PROMPT: You are test, an expert astrologer...
by Antonio Linares
Sun Apr 09, 2023 11:51 am
 
Forum: latest AI news
Topic: Understanding how autoGPT works...
Replies: 6
Views: 538

Re: Read API data one by one or in block

... of records at a time, rather than reading all of the records at once. This can allow you to process the data in smaller chunks and potentially improve the efficiency of your program. In terms of how to process the data from API readings, it really depends on the structure of the data and what ...
by Antonio Linares
Mon Dec 19, 2022 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Read API data one by one or in block
Replies: 1
Views: 263

Re: SHOWFILEPROPERTIES -> TAB Detail -> MultiMedia Info

Please, could you improve it ? #include "hbapi.h"#include "hbvm.h"#include "hbstack.h"#include "hbapiitm.h"#include "shellapi.h"HB_FUNC( SHELLEXECUTEINFO ){   SHELLEXECUTEINFO ...
by Baxajaun
Sun Dec 18, 2022 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SHOWFILEPROPERTIES -> TAB Detail -> MultiMedia Info
Replies: 10
Views: 529

Re: cyclometric circle

I tried to improve the class because the object is not centered now the circle is inside the object practically creating the circumference I halved the measures as you can see in this picture https://i.postimg.cc/Dw8K6mgN/t.png ...
by Silvio.Falconi
Fri Dec 02, 2022 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 3153
Next

Return to advanced search