Search found 816 matches: level

Return to advanced search

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

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

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

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

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

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

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

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

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

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

Re: Problem Xbrowser Border

I'm not sure that all these options can be added to the xBrowse class


a border with any pensize
optional round corners
glowing effect
transparent level
any border distance


Image

bet regards
Uwe :D
by ukoenig
Tue Mar 07, 2023 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem Xbrowser Border
Replies: 11
Views: 1026

Re: Xbrowse and Touchscreen best use

... Bit and Unicode Apps and found HMG "out-of-the-box" Packet 4 Years ago last Year i have begin (again) with Fivewin while now get to that Level and "understand" how to work under harbour but i still have to learn a lot of Fivewin ( e.g. how to use Debugger to "jump" ...
by Jimmy
Mon Feb 20, 2023 6:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse and Touchscreen best use
Replies: 8
Views: 628

WC_LISTVIEW / "SysListView32" -> Unicode ?

... WC_LISTVIEWA#endif#else#define WC_LISTVIEW             "SysListView"#endif but this is for HB_FUNC() Question : how can i use it for PRG Level :?: i have try #define CTRL_CLASS            "SysListView32W" but that is wrong to create Control #define CTRL_CLASS            L"SysListView32" ...
by Jimmy
Sun Jan 15, 2023 6:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WC_LISTVIEW / "SysListView32" -> Unicode ?
Replies: 7
Views: 516

Re: DLLCALL under Fivewin

...                }            }         }      }   } how can i put some "Output" Error Message into "ELSE-Level" :?:
by Jimmy
Mon Dec 26, 2022 9:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLLCALL under Fivewin
Replies: 45
Views: 2640

Re: REDEFINE SAY on Buttonbar

... extra lines of code in putting a transparent say on a dialog while other items are transparent. I looked into the xbrowse code, but that is high level programming... Not for me )))) and I don't change originale FW-code for updates. Thanks...
by Marc Venken
Tue Dec 06, 2022 10:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE SAY on Buttonbar
Replies: 33
Views: 2025
PreviousNext

Return to advanced search