Search found 894 matches: double

Return to advanced search

Re: compile errors

Jeff, it looks as you are mixing Harbour and xHarbour libraries. Please double check.
by Enrico Maria Giordano
Thu Apr 11, 2024 2:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 252

Re: How to include hbCurl?

... should be the subscriber's hashed email address, `cApi` is your API key, and `aTags` is the tag name you want to add. Note that we need to escape double quotes inside the JSON data by using `""`. Make sure that `aTags` is properly formatted. If `aTags` is a variable containing the tag ...
by Otto
Wed Mar 20, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2912

Re: SAPI : change Voice

... Visual Studio Community 1. Install Visual Studio Community 2. git clone https://github.com/FiveTechSoft/harbour_app_msvc64_sources 3. double click on the SLN file It is to review Harbour internals, etc. not for high level use https://github.com/FiveTechSoft/screenshots/blob/master/visual_studio_debugger.png?raw=true ...
by Antonio Linares
Fri Jan 26, 2024 7:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3491

Re: Using Microsoft AI Phi-2 from FWH

... F:/llama.cpp/CMakeLists.txt 4>llama.cpp 4>F:\llama.cpp\llama.cpp(1230,31): warning C4305: "Initialisierung": Verkürzung von "double" in "float" 4>F:\llama.cpp\llama.cpp(2778,69): warning C4566: Das durch den universellen Zeichennamen "\u010A" dargestellte ...
by Jimmy
Fri Dec 22, 2023 1:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8185

Re: Using Microsoft AI Phi-2 from FWH

hi Antonio, Does HMG support DLL FUNCTION ? or similar ? Or should we use Harbour default DLL management functions ? Can you convert the FWH GUI part of the example to HMG ? as i know there is no DLL FUNCTION under HMG only HMG_CallDLL() Calls a ANSI/Unicode DLL Function HMG_CallDLL() detects the cu...
by Jimmy
Thu Dec 21, 2023 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8185

Re: FWHMYSQL/MARIADB: Stored Procedures and Functions

hola.
cuando defino un procedimiento que va a devolver (OUT) un valor de siete cifras con dos decimales, lo defino como DOUBLE? o FLOAT?

gracias.
by goosfancito
Wed Dec 20, 2023 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL/MARIADB: Stored Procedures and Functions
Replies: 5
Views: 2890

Re: check on get

... who made the request really needs the help, We are very upset when we read your answers, Otto, it's like if I came to your hotel and asked for a double room and you pretend nothing happened and just give me a cot and in the garage, do you think it's the same thing?
by Silvio.Falconi
Wed Nov 29, 2023 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3919

Fwh 23.10 rpreview problems

when double on rpreview not make zoom and I have this error

Image



before if I double clicked on the sheet the preview showed the zoomed page and you couldn't even see the lupa cursor
by Silvio.Falconi
Wed Nov 08, 2023 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 rpreview problems
Replies: 7
Views: 576

Re: Eliminate Editing Icons XBROWSE MySql

Thanks for the advice. Double Click does open the edit screen but editing is disabeld because of the .t. in oTb:=oCn:RowSet( cQuery,.t. ) Using the code in my second posting, double click will not any more open edit screen. Better you ...
by nageswaragunupudi
Tue Nov 07, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Eliminate Editing Icons XBROWSE MySql
Replies: 6
Views: 407

Re: Eliminate Editing Icons XBROWSE MySql

Thanks for the advice.

Double Click does open the edit screen but editing is disabeld because of the .t. in oTb:=oCn:RowSet( cQuery,.t. )
by PAUL SIMM
Tue Nov 07, 2023 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Eliminate Editing Icons XBROWSE MySql
Replies: 6
Views: 407

Re: Eliminate Editing Icons XBROWSE MySql

Detlef wrote:Hi Paul,
please be aware of double clicks inside xbrowse which will start editing.

Regards, Detlef


Code: Select all  Expand view
XBROWSER aData SETUP ( ;
 oBrw:oWnd:bInit := { |Self| ::oBar:Del( 5 ), ::oBar:Del( 5 ), ::oBar:Del( 5 ) }, ;
 oBrw:bLDblClick := nil )
by nageswaragunupudi
Tue Nov 07, 2023 2:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Eliminate Editing Icons XBROWSE MySql
Replies: 6
Views: 407

Re: Eliminate Editing Icons XBROWSE MySql

Hi Paul,
please be aware of double clicks inside xbrowse which will start editing.

Regards, Detlef
by Detlef
Mon Nov 06, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Eliminate Editing Icons XBROWSE MySql
Replies: 6
Views: 407

C language #define # and ## operators use

This is supported by C compilers, but I guess it is a quite unknown feature: A single #name stringify the name A double ## joins two names function Main()   MsgInfo( Test() )return nil #pragma BEGINDUMP#include <hbapi.h>#include <stdio.h>#define ...
by Antonio Linares
Tue Oct 24, 2023 7:20 am
 
Forum: Off Topic / Otros temas
Topic: C language #define # and ## operators use
Replies: 0
Views: 328

Re: Falta unicows.dll al crear librerias con Harbour

You did something wrong. Please double check. The solution I gave is 100% working. Try to download the repository again.
by Enrico Maria Giordano
Fri Oct 20, 2023 2:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Falta unicows.dll al crear librerias con Harbour
Replies: 11
Views: 470

Re: xBrowser click

... a different action to single left click may be inconsistent with normal behaviour and confusing to users. Instead better to use right-click or double-click. Anyway, the decision is yours. another question is about the SetDlgGradient command, when dividing a screen as follows: SetDlgGradient( ...
by nageswaragunupudi
Wed Oct 11, 2023 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser click
Replies: 16
Views: 926
Next

Return to advanced search