Search found 7768 matches: build

Return to advanced search

Re: passing a value through a for..next loop

... locals in this forum. The sample provided by Mr. Antonio above is the right way to go. This is a working program using the above principle Build and run this program in fwh samples folder. #include "fivewin.ch"REQUEST DBFCDXfunction Main()   local oDlg, oBrw   local cFilter ...
by Silvio.Falconi
Mon May 13, 2024 7:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing a value through a for..next loop
Replies: 11
Views: 205

Re: passing a value through a for..next loop

... locals in this forum. The sample provided by Mr. Antonio above is the right way to go. This is a working program using the above principle Build and run this program in fwh samples folder. #include "fivewin.ch"REQUEST DBFCDXfunction Main()   local oDlg, oBrw   local cFilter ...
by nageswaragunupudi
Sun May 12, 2024 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing a value through a for..next loop
Replies: 11
Views: 205

CODIGO DE BARRAS. ERROR CON FILLRECT()

... y que me da error al querer imprimir al usar la función FILLRECT(). Gracias, como siempre ! Compiler version: xHarbour 1.2.3 Intl. (SimpLex) (Build 20221118) FiveWin version: FWH 23.07 C compiler version: Borland/Embarcadero C++ 7.4 (32-bit) Windows 10 64 Bits, version: 6.2, Build 9200 Error ...
by pedroluis
Fri May 10, 2024 9:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 15
Views: 131

Re: GetImage on fiveh.lib

Dear Silvio,

We have moved function GetImage() from eritems.prg to filename.prg

It will be included in next FWH build.

many thanks for your feedback! :-)
by Antonio Linares
Fri May 10, 2024 12:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetImage on fiveh.lib
Replies: 3
Views: 109

Re: Crear Archivo Json y Enviarlo vía POST

Antonio, you should throw away all the old stuff and get the latest official xHarbour build. There is no problem at all using that build with any C compiler and FWH. I don't know about xHarbour.com, though.
by Enrico Maria Giordano
Tue May 07, 2024 7:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear Archivo Json y Enviarlo vía POST
Replies: 19
Views: 2436

Re: get your external IP

Fixed for Windows 11. Solucionado:

Se incluye en el próximo build de FWH

Code: Select all  Expand view
function LocalIP()

   local cIP

   WSASTARTUP()
   cIP = GetHostByName( GetHostName() )
   WSACLEANUP()

return cIP
by Antonio Linares
Mon May 06, 2024 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: get your external IP
Replies: 9
Views: 207

Re: Dos preguntas dos sobre la clase METRO

... ) > ( ::nOriginY * 4 ) + 50       ::nRow++      ::nCol = 0   endif      return nil      Incluimos esta modificación para el próximo build de FWH :-)
by Antonio Linares
Mon May 06, 2024 3:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dos preguntas dos sobre la clase METRO
Replies: 2
Views: 110

Re: Llama3-70B as a 7 MB EXE

Already working :-)

It will be included in next FWH build. So your apps can use Llama3-70B power!

https://github.com/FiveTechSoft/screenshots/blob/master/llama370.png?raw=true

Image
by Antonio Linares
Sat May 04, 2024 4:32 pm
 
Forum: latest AI news
Topic: Llama3-70B as a 7 MB EXE
Replies: 2
Views: 107

Dynamic Table Filter Control

... identify with your credentials" ) oWebView:SetSize( 1200, 800 ) oWebView:SetUserAgent( "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Mobile Safari/537.36" ) oWebView:Bind( "SendToFWH" ) sleep( ...
by Otto
Fri May 03, 2024 4:42 pm
 
Forum: mod_harbour
Topic: Dynamic Table Filter Control
Replies: 0
Views: 273

Re: Filter on Xbrowse

... Xbrowse I call the filter option from the buttonbar (Set Filter) : https://www.maveco.be/fivewin/filter1.png In admin modus I can build any filter from insite the xbrowse : https://www.maveco.be/fivewin/filter2.png In user mode, only the filter that you selected ...
by Marc Venken
Thu May 02, 2024 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 750

Re: Report rpreview excel button disable not work

... Habilita Boton Excel en Preview     oReport:bInit := { || ( cAlias )->( DBGOTOP() ) }  Regards, Saludos. I build fwh\samples\report.prg not working. // Testing FiveWin built-in report engine and print preview#include "FiveWin.ch"#include "Report.ch"static ...
by richard-service
Fri Apr 26, 2024 4:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report rpreview excel button disable not work-SOLVED
Replies: 15
Views: 652

Re: Graph/Chart Scrollable

Antonio Linares wrote:Dear Shridhar,

It seems as we missed to include it

We will publish a revised build asap


Dear Antonio,

How about FWH2404? Any News...
by richard-service
Wed Apr 24, 2024 10:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Graph/Chart Scrollable
Replies: 14
Views: 3116

Re: FWH 17.03 : Using FWMARIADB for Embedded Server

... the downloaded file to fwh\samples\ folder and then rename it as "errmsg.sys". (This is important) Now, make this small modification to buildh.bat Open "notepad.exe buildh.bat" and locate the line echo %fwh%\lib\FiveH.lib %fwh%\lib\FiveHC.lib %fwh%\lib\libmysql.lib + >> ...
by nageswaragunupudi
Tue Apr 23, 2024 9:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.03 : Using FWMARIADB for Embedded Server
Replies: 43
Views: 10345

Build a Llama3 chat this easy!

Neutral Llama3-70B: https://hf.co/chat/assistant/66238e78096b24c9dad9457c HTML coder: https://hf.co/chat/assistant/662377ce85d25157ea9e226f I Ching interpreter: https://hf.co/chat/assistant/662364ce489a6d5b293955df Yoda adviser: https://hf.co/chat/assistant/662368bd81...
by Antonio Linares
Sat Apr 20, 2024 7:34 am
 
Forum: Artificial Intelligence examples
Topic: Build a Llama3 chat this easy!
Replies: 0
Views: 78

Re: Compiler with MSVC y HARBOUR

... a detailed instructions. Since I'm not using UEStudio, I also copied out "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" Good dears If you are still with BCC and xHarbour/Harbour It's time to switch to the best, with MSVC and HARBOR It really ...
by hua
Fri Apr 19, 2024 6:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 188
Next

Return to advanced search