Search found 821 matches: level

Return to advanced search

Re: Testing Harbour -gc3 flag

... /w0 /p >> Erro.log 2>> ERROS.LOG ??? Gracias. Regards, saludos. What is -es3? It is not supported. Maximum severity level is -es2.
by Enrico Maria Giordano
Fri Nov 17, 2023 6:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4661

Re: ID of the new process

... need to implement some logic to filter out the specific process you are interested in. Choose the method that best fits your requirements and the level of detail you need for your specific use case.
by Antonio Linares
Tue Nov 14, 2023 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ID of the new process
Replies: 2
Views: 344

Interesting discussion with ChtGPT

... This could reduce the need for extensive libraries and frameworks, as the AI might be able to generate the required code based on higher-level instructions or intentions. FiveWin and Harbour: Tools like FiveWin, which enhance and modernize Harbour's capabilities, are crucial for maintaining ...
by Otto
Mon Nov 06, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1359

Re: enviar mensajes a whatsapp, ¿posible solucion?

... que tengo en mi versión, creo que no esta considerando array de archivos. Possible from FWH2307 onwards only. This is because the C level improvements for CF_HDROP were implemented in FWH2307 only that are necessary for copy multiple files to clipboard. (fwh\source\winapi\clpbrd.c) ...
by nageswaragunupudi
Sat Oct 28, 2023 1:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: enviar mensajes a whatsapp, ¿posible solucion?
Replies: 55
Views: 4937

Re: DBF . Commit

Next: So, what does this HARDCOMMIT setting do? After going through some low level functions in (x)Harbour rdd like: static HB_ERRCODE hb_dbfFlush( DBFAREAP pArea ){   // ... some code ...   if( hb_setGetHardCommit() && errCode ...
by nageswaragunupudi
Mon Oct 23, 2023 5:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2778

Re: who use PostgreSQL with Fivewin ?

... Way --- when build TPQServer LIB there is a File rddcopy.c it have HB_FUNC( HB_PQCOPYFROMWA ) Question : how to use "PostgreSQL RDBMS low-level (client API) interface code" with CLASS TPQServer :?:
by Jimmy
Wed Sep 27, 2023 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 1154

Re: Readonly and/or disable GETs background color

Dear Rao Sir , I am not able to set color for READONLY GETs ( WHEN condition ). Could you please share code to set code at global level.   TGet():bColorBlock := { |oGet| IF( oGet:lFocused, { CLR_WHITE, CLR_HBLUE }, IF( .NOT. oGet:lActive, {CLR_BLACK, ...
by shrifw
Fri Aug 11, 2023 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Readonly and/or disable GETs background color
Replies: 15
Views: 954

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 1 mont or 1 year ...
by wilsongamboa
Sun Aug 06, 2023 2:42 pm
 
Forum: mod_harbour
Topic: Error p/generar EXE usando UHTTPD2 en Windows
Replies: 12
Views: 2086

New FTDN July/Julio (FWH 23.07)

... fixed. https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43494 * New: function EnumWindows( bEnumWindow [,nLParam] ). Enumerates all top-level windows on the screen by passing the handle to each window, in turn, to a codeblock where the handle of each window is provided and an optional ...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1155

Re: FiveWin on Apple/Mac works great

Dear Shridhar,

FiveMac Xbrowse is not at the same level of FWH Xbrowse

The more FiveMac users there are, the more it will be enhanced :-)
by Antonio Linares
Mon Jul 03, 2023 4:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin on Apple/Mac works great
Replies: 10
Views: 807

Re: Shell.Explorer.2 problem

... that implemented some newer javascript functionality that causes issues on older browser versions." According to them, "a kind of a high level solution would be to look into when the DOM is loaded into the browser that is hosting the window and look for the script tag that grabs the ThreatMatrix ...
by Randal
Thu Jun 29, 2023 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 834

Re: Fastreport de Cristobal

... of all, thank you for the interest that the project has aroused, not only in this thread, but also the contacts that I have had on a personal level interested in its development. As you know, I have always been willing to contribute and help the community with everything that has been needed, ...
by cnavarro
Wed May 31, 2023 1:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fastreport de Cristobal
Replies: 32
Views: 3400

Re: BUTTONBAR BORDER

... possibile have the border only on bottom and not on top ? Maybe the solution You are looking for ? You can use any colour, pensize or transparent level. http://www.service-fivewin.de/images/Btnbar5.png // Translucent ButtonBar and Buttons#include "fivewin.ch"FUNCTION ...
by ukoenig
Sat May 13, 2023 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BUTTONBAR BORDER
Replies: 1
Views: 179

Re: simulate unknown Function of UDF in IndexKey()

Using hashes from low level to support multiple codeblocks :-D Remember to build it this way: hbmk2.exe create.prg -cflag=-D_HB_API_INTERNAL_ function Main()   hb_CreateFunction( "xyz", { || QOut( "from ...
by Antonio Linares
Sat May 06, 2023 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: simulate unknown Function of UDF in IndexKey()
Replies: 9
Views: 468

langChain and OpenAI

... and copyright information for several APIs, including the String API, the Virtual Memory API, the MT mode functions, and the Array API (Harbour level)
by Antonio Linares
Fri Apr 07, 2023 7:14 am
 
Forum: Utilities / Utilidades
Topic: langChain and OpenAI
Replies: 0
Views: 312
PreviousNext

Return to advanced search