Search found 176 matches: verify

Return to advanced search

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

... RX allows you to easily test your native code if you want, or use other options as I show in the Xtreme example in which I use TWeb, to be able to verify that this type of system also works, but it is not exclusive, everyone can program it as they want and feel comfortable One of my goals is to ...
by Carles
Sat Feb 24, 2024 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 799

phpBB to LLM

... );   hb_xfree( ( void * ) szDest );}    #pragma ENDDUMP  6. next we load this forums.json as a dataset to HuggingFace to verify that it is correct. Open a free account at HuggingFace, create a dataset and upload forums.json. If you can properly inspect the forums.json ...
by Antonio Linares
Thu Dec 21, 2023 9:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4696

Re: Falta unicows.dll al crear librerias con Harbour

... Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/utils/hbmk2/hbmk2.prg * harbour/config/win/bcc.mk + added support for BCC6.5 - please verify me. ; unicows library does not support BCC 6.5. BCC users who want to compile Harbour should delete harbour/lib/3rd/win/bcc directory. TODO: ...
by Enrico Maria Giordano
Fri Oct 20, 2023 8:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Falta unicows.dll al crear librerias con Harbour
Replies: 11
Views: 484

Re: Cut & Paste limit

Just like Maurizio said :


If you use RC verify check GET parameter Auto horz scroll = Yes

Philippe
by Jack
Tue Sep 12, 2023 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cut & Paste limit
Replies: 7
Views: 551

Re: Cut & Paste limit

Tim ,

Dialogs are created with RC , DLL or use commands @ GET ?

If you use RC verify check GET parameter Auto horz scroll = Yes

Maurizio
by Maurizio
Thu Sep 07, 2023 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cut & Paste limit
Replies: 7
Views: 551

Re: Biometric Reader

... I am sending you some examples so that you can get an idea of how the process worked: Read footprint: BioCapture() Enroll a footprint: BioEnroll() Verify a fingerprint: VerificaHuella() ///-------------------------------------------------------------------FUNCTION BioCapture()      Local ...
by csincuir
Sat Jul 15, 2023 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Biometric Reader
Replies: 5
Views: 319

Re: Create help system with F1

... help file, it's essential to test it to ensure everything works correctly. Open the compiled help file (.chm) and navigate through the topics to verify that the content is displayed as intended. 10. Distribute your help file: Once you're satisfied with your help file, you can distribute it to ...
by Antonio Linares
Tue Jul 11, 2023 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 871

Re: Fastreport de Cristobal

... worth devoting my time and effort to this type of project with that philosophy: in the end you leave a project, since you are disappointed by the verify that you are practically alone, but you surprisingly verify, with the passage of time, that there are many people who use it for profit without ...
by cnavarro
Wed May 31, 2023 1:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fastreport de Cristobal
Replies: 32
Views: 3106

Re: calendar not run ( DBLCLICK)

METHOD HandleEvent( nMsg, nWParam, nLParam ) CLASS TCalendar

// TODO: Verify others messages

if nMsg==WM_LBUTTONUP
::Super:HandleEvent( nMsg, nWParam, nLParam )
endif
return nil



wich is the message for doubleclick ? ( wm_ ?)
by Silvio.Falconi
Sun May 21, 2023 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calendar not run ( DBLCLICK)
Replies: 20
Views: 1919

Re: use Passwort.Manager for own App ?

... "Keyword" seem to have "highlight" so you can see them easy i also love right side where it point to Sources so i can "verify" Answer thx for Tip
by Jimmy
Fri Apr 21, 2023 5:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: use Passwort.Manager for own App ?
Replies: 3
Views: 455

Re: FTP Best Options ?

... now unlike you to cURL: https:// and send with cURL. curl --cacert /path/to/cacert.pem https://example.com But I get this error: SSL certificate verify result: unable to get local issuer certificate (20) Do you send with cURL and https? Best regards, Otto function download()   local ...
by Otto
Sat Mar 04, 2023 2:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP Best Options ?
Replies: 8
Views: 746

Re: Conectando FiveWin / xHarbour con ChatGPT OpenAI

hi ChatGPT is a nice Tool ... but it "can" produce a lot FAKE Do NOT trust ChatGPT and verify Answer before use it --- i use ChatGPT and ask for CODE when "verify" Answer, using Compiler, i often get "Syntax Error" or "Missing Function" ...
by Jimmy
Wed Jan 18, 2023 6:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conectando FiveWin / xHarbour con ChatGPT OpenAI
Replies: 12
Views: 1151

Function IsWindows11

For now it is not a specific function to verify the presence of Windows 11. For those who need to verify this version, I made this temporary function. function IsWindows11()   local oReg := TReg32():New( HKEY_LOCAL_MACHINE,;  ...
by Giovany Vecchi
Fri Oct 14, 2022 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function IsWindows11
Replies: 1
Views: 214

Re: Installing on Paralles for Mac

... The customer was absolutely positive he typed in his correct WIFI password .... so I asked him to bring the new unit back to the shop and we will verify the wifi network ( again ) to him .. So Tim .. we both get the same type of customers .. Rick
by Rick Lipkin
Mon Sep 05, 2022 3:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Installing on Paralles for Mac
Replies: 15
Views: 762

Re: JSON with HTTPS: post

Maybe you need do an URLENCODE to cDATA, sometimes if you have some special character on it, can be the reason.

What Antonio said should help you to test and verify the result.

if still not working message me on Skype and I can help you with it.
by Lailton
Mon May 23, 2022 10:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON with HTTPS: post
Replies: 28
Views: 1978
Next

Return to advanced search