Search found 184 matches: listed

Return to advanced search

Re: hb_getEnv("PRGPATH")

You can set any environment variables under “New”; CONFIG and HARBURCMD are only listed as examples in the documentation, so you won't find them on your PC. If you want to set the variable PRGPATH, you can do it there with "New". In a DOS window (Command.com) ...
by alerchster
Tue May 07, 2024 2:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_getEnv("PRGPATH")
Replies: 8
Views: 148

Re: Runner XBase (RX)

Thx a lot , Got it run ! great ...

how can edit config to codepage 950 or not listed ?

Thanks
by fred2088
Tue Apr 09, 2024 11:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Runner XBase (RX)
Replies: 10
Views: 1158

Re: RC to PRG generator

... If you keep your dialogs inside a DLL then replace GetInstance() for LoadLibrary( "yourdll.dll" ) This example and the new C code listed at the bottom will be included in next FWH build. rctoprg.prg #include "FiveWin.ch"#define GWL_STYLE   -16#define RT_DIALOG   MakeIntResource( ...
by Antonio Linares
Tue Feb 13, 2024 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1242

Re: Request : new PostgreSQL OLEDb-Provider

... "DBMS Name" ):Value and/or   oCn:Properties( "Extended Properties" ):Value Empty() ... :?: it is "listed" when call   oDL := CreateObject( "Datalinks" ) :PromptNew()
by Jimmy
Mon Sep 11, 2023 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request : new PostgreSQL OLEDb-Provider
Replies: 11
Views: 748

Understanding how autoGPT works...

... or want to recall past events, thinking about similar events will help you remember. 3. No user assistance 4. Exclusively use the commands listed in double quotes e.g. "command name" COMMANDS: 1. Google Search: "google", args: "input": "<search>" ...
by Antonio Linares
Sun Apr 09, 2023 11:51 am
 
Forum: latest AI news
Topic: Understanding how autoGPT works...
Replies: 6
Views: 538

Re: HBFORMAT.EXE de xHarbour/Harbour.

... can get Information which other Module depend on it CLICK can use #SNAP (from Original SNAP App) for Macro e.g. for different DBF which will be listed in Header of *.PRG CLICK will show DBF Structure in Log File what CLICK can NOT as CODE is based on Cl*pper it does not know METHOD of CLASS ...
by Jimmy
Mon Sep 26, 2022 4:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBFORMAT.EXE de xHarbour/Harbour.
Replies: 12
Views: 1045

Re: Registering .ocx in 64 bit

... if there is a way to know what works, and what doesn't. For an example, look at one of your suggested 64 bit builds and you will see files listed that I am referencing. Again, this is for General knowledge, not specific to the ocx I first cited. Thank you.
by TimStone
Tue Jun 14, 2022 5:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Registering .ocx in 64 bit
Replies: 9
Views: 740

Re: How do I know the field name in xbrowse:column

... * PRICE" ;HEADERS "Item", "Name", "Quantity", "Rate", "Amount" ;  The expressions listed in COLUMNS clause are stored in each oCol:cExpr. So, oCol:cExpr need not always contain the field name, but actually the expression used in the ...
by dutch
Tue Feb 01, 2022 1:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do I know the field name in xbrowse:column
Replies: 22
Views: 2283

Re: How do I know the field name in xbrowse:column

... * PRICE" ;HEADERS "Item", "Name", "Quantity", "Rate", "Amount" ;  The expressions listed in COLUMNS clause are stored in each oCol:cExpr. So, oCol:cExpr need not always contain the field name, but actually the expression used in the ...
by nageswaragunupudi
Mon Jan 31, 2022 3:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do I know the field name in xbrowse:column
Replies: 22
Views: 2283

Re: Can you use Windows 11 on your PC ?

... set of commands to execute .. http://img4.imagetitan.com/img4/small/24/24_delete2.jpg Also .. I like my open folders to be listed individually on the task bar so I can easily see what is open and simply navigate to that Folder .. in Windows 11 you do not get the option to ...
by Rick Lipkin
Sat Oct 16, 2021 5:26 pm
 
Forum: Utilities / Utilidades
Topic: Can you use Windows 11 on your PC ?
Replies: 13
Views: 2441

Re: Decimal detection

Nages, cNum := cNumToStr( nValue, .f., .f. ) Wow, one line, I like that! Less is more. I note that in my version of FWH 1805, it is not listed in the documentation, but the function is in version 1805. You might want to check to make sure it is in the documentation for the latest version. ...
by James Bott
Mon Sep 27, 2021 10:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Decimal detection
Replies: 10
Views: 1179

Re: Google Analytics and FWH

... Tablet OR Desktop ? These are some of the advantages of using Google Analytics. I am sure that there are much more useful information too, I just listed some of them Regards Anser
by anserkk
Tue Sep 07, 2021 10:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Analytics and FWH
Replies: 13
Views: 1750

Re: Not show control say on folder with res

... using the .rc to specify the manifest. I simply include a manifest file in my application folder but don't really call it anywhere ( and it's not listed in my .rc file either ). I named it the same as my application, so if the application is Silvio.exe then I have Silvio.manifest in the same folder. ...
by Silvio.Falconi
Thu Aug 26, 2021 10:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Not show control say on folder with res
Replies: 11
Views: 1016

Re: Not show control say on folder with res

... using the .rc to specify the manifest. I simply include a manifest file in my application folder but don't really call it anywhere ( and it's not listed in my .rc file either ). I named it the same as my application, so if the application is Silvio.exe then I have Silvio.manifest in the same folder. ...
by TimStone
Thu Aug 26, 2021 7:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Not show control say on folder with res
Replies: 11
Views: 1016

Re: Send EMail Within FW Appplication....

Thanks ....for your support. I have tried many ways...to send an email from my application....but it does not respond... Part of the function is listed below...from this forum.. ****************************************************************************************************** STATIC FUNCTION ...
by RiazKhan
Tue Jun 08, 2021 7:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send EMail Within FW Appplication (RESOLVED)
Replies: 18
Views: 3137
Next

Return to advanced search