Search found 274 matches: exp

Return to advanced search

Re: FWH 24.02 y Harbour con BCC7.7 y Select()

umm, hace poco se ha realizado cambio en esa función en harbour, aparentemente es un cambio inicuo que no debería provocar el error que experimentas, pero del dicho al hecho... 2024-02-09 20:56 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) ... ... * src/rdd/dbcmd.c + accept symbol ...
by carlos vargas
Tue Mar 05, 2024 11:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.02 y Harbour con BCC7.7 y Select()
Replies: 19
Views: 3602

Re: FWH 24.02 y Harbour con BCC7.7 y Select()

umm, hace poco se ha realizado cambio en esa función en harbour, aparentemente es un cambio inicuo que no debería provocar el error que experimentas, pero del dicho al hecho... 2024-02-09 20:56 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) ... ... * src/rdd/dbcmd.c + accept symbol ...
by carlos vargas
Tue Mar 05, 2024 11:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.02 y Harbour con BCC7.7 y Select()
Replies: 19
Views: 3602

Re: How to get libssl.lib and libcrypto.lib for MSC?

... [32|64] some-file.dll REM REM Generates some-file.lib from some-file.dll, making an intermediate REM some-file.def from the results of dumpbin /exports some-file.dll. REM Currently must run without path on DLL. REM (Fix by removing path when of lib_name for LIBRARY line below?) REM REM Requires ...
by carlos vargas
Wed Jul 26, 2023 9:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get libssl.lib and libcrypto.lib for MSC?
Replies: 3
Views: 271

Re: build Import LIB from LibPQ.DLL

... -depimplibs=test:libmariadb64.dll -depincpath=test:. hbmk2: Dependency 'test' found: . Creating library libmariadb64.lib and object libmariadb64.exp hbmk2: Created import library: libmariadb64.lib <= libmariadb64.dll
by Antonio Linares
Tue Jun 20, 2023 9:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 2813

Re: problem with FWH 2022.12

... and generating preprocessed output to 'tutor02.ppo'... get error Lines 22, Functions/Procedures 1, pCodes 111 Creating object: tutor02.EXP Creating library: tutor02.LIB xLINK: error: Unresolved external symbol '_HB_FUN_STATICHTML referenced from Fivehmx.lib(say.obj)'. xLINK: error: ...
by kajot
Sat Jan 28, 2023 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with FWH 2022.12
Replies: 5
Views: 325

Re: New FTDN March/Marzo 2022 (FWH 22.03)

... nFldNo ): Se ha solucionado el error en tiempo de ejecución cuando nFldNo está fuera de rango. - Expresión del filtro:"<fld> like <exp>" funciona pero no la siguiente "<fld> not like <exp>". Solucionado. - Expresión del filtro:"<fld> between ...
by Antonio Linares
Mon Apr 11, 2022 4:11 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2022 (FWH 22.03)
Replies: 1
Views: 621

New FTDN March/Marzo 2022 (FWH 22.03)

... a, @b ) // Out param is returned in b * FWMariaRowSet: - FieldGet( nFldNo ): Runtime error when nFldNo is out or range is fixed. - Filter expression :"<fld> like <exp>" works but not "<fld> not like <exp>". fixed. - Filter expression :"<fld> ...
by Antonio Linares
Sun Apr 10, 2022 7:02 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2022 (FWH 22.03)
Replies: 1
Views: 621

Re: Problemas con SetFilter

Filter expression "<fldname> LIKE <exp>" woks.
But "<fldname> NOT LIKE <exp>" does not work.
This will also work from next version to be released.
Now please use
Code: Select all  Expand view

oRs:SetFilter( "!( <fldname> LIKE <exp> )" )
 
by nageswaragunupudi
Tue Mar 22, 2022 6:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con SetFilter
Replies: 4
Views: 324

Re: Raiz Cuadrada

SET DECIMALS, Exp(), Log(), Sqrt(), Val(), Set()

Code: Select all  Expand view

   SET DECIMAL TO 5
    ? Sqrt( 632512.62541 )
    ? Sqrt( 845414111.91440 )
 


Saludos.
by karinha
Mon Jan 24, 2022 6:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Raiz Cuadrada
Replies: 3
Views: 402

Re: DBU

... when going into a memo field on an individual record, it just gives the hour glass and spinning circle and locks in that position. Also the Imp/Exp command does nothing but show a popup dialog. These tests were only able to be performed when I commented out any functions not strictly pertaining ...
by TimStone
Sun Nov 14, 2021 8:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DBU
Replies: 21
Views: 2221

exportar a excel lineas adic. que no aparecen en el xbrowse

Hola busco hacer eso de arriba.
Al excel que va a mostrar los resultados desde xbrowse, se le puede poner encabezados, subtitulos o fecha de exp. que no estuvieron definidas cuando arme el xbrowse?
by artu01
Wed Jun 23, 2021 5:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: exportar a excel lineas adic. que no aparecen en el xbrowse
Replies: 4
Views: 561

MARIADB Export Rowset

Hi fivewinners Is there a metod in Mariadb to export a row set to a txt file. Just like Tdolphin with... oQry:=cSvr:Query("select * from datos") oExp:=oQry:Export( EXP_TEXT, "C:\XXXXX\EXPORT" ) oExp:Start() oExp:Close() or something like that. Thanks in advance
by Adolfo
Tue Feb 23, 2021 11:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MARIADB Export Rowset
Replies: 10
Views: 1045

Re: New FTDN December/Diciembre 2020 (FWH 20.12)

... u ) INLINE ::Calc( { |x,y| y - x }, u ) METHOD Negative() INLINE ::Calc( { |x| -x } ) METHOD ScalarInverse() INLINE ::Calc( { |x| 1 / x } ) METHOD Exp() INLINE ::Calc( { |x| Exp( x ) } ) METHOD Sigmoid() INLINE ::Calc( { |x| 1 / ( 1 + Exp( -x ) ) } ) METHOD Sigmoid_derivative() INLINE ::Calc( { ...
by Antonio Linares
Mon Dec 28, 2020 3:18 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2020 (FWH 20.12)
Replies: 8
Views: 2551

New FTDN December/Diciembre 2020 (FWH 20.12)

... u ) INLINE ::Calc( { |x,y| y - x }, u ) METHOD Negative() INLINE ::Calc( { |x| -x } ) METHOD ScalarInverse() INLINE ::Calc( { |x| 1 / x } ) METHOD Exp() INLINE ::Calc( { |x| Exp( x ) } ) METHOD Sigmoid() INLINE ::Calc( { |x| 1 / ( 1 + Exp( -x ) ) } ) METHOD Sigmoid_derivative() INLINE ::Calc( { ...
by Antonio Linares
Mon Dec 28, 2020 10:16 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2020 (FWH 20.12)
Replies: 8
Views: 2551

Re: FWH: Support for Matrix calculations

... u ) INLINE ::Calc( { |x,y| y - x }, u ) METHOD Negative() INLINE ::Calc( { |x| -x } ) METHOD ScalarInverse() INLINE ::Calc( { |x| 1 / x } ) METHOD Exp() INLINE ::Calc( { |x| Exp( x ) } ) METHOD Sigmoid() INLINE ::Calc( { |x| 1 / ( 1 + Exp( -x ) ) } ) METHOD Sigmoid_derivative() INLINE ::Calc( { ...
by nageswaragunupudi
Thu Dec 10, 2020 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: Support for Matrix calculations
Replies: 3
Views: 717
Next

Return to advanced search