Search found 80 matches: uvalue

Return to advanced search

Re: Execute php or vbs code

... world" ? callPHP( "www.fivetechsoft.com/getip.php" ) curl_global_cleanup() return nil function callPHP( cUrl ) local hCurl, uValue if ! empty( hCurl := curl_easy_init() ) curl_easy_setopt( hCurl, HB_CURLOPT_URL, cUrl ) curl_easy_setopt( hCurl, HB_CURLOPT_DL_BUFF_SETUP ) if ...
by wartiaga
Sun Sep 03, 2023 2:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Execute php or vbs code
Replies: 18
Views: 1164

Re: New FTDN April/Abril 2023 (FWH 23.04)

... cSql ) mejorado a QueryResult( cSql, [aParams] ) * Nueva función JsonView( cJsonText/File, [cTitle] ) * La función FW_CopyToClipBoard( uValue, [nFormat] ) --> lSucess Ahora también soporta texto UTF8. * Corrección: la función GetProfString() causaba un GPF en Windows 7 si se compilaba ...
by Antonio Linares
Thu May 04, 2023 6:37 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1774

New FTDN April/Abril 2023 (FWH 23.04)

... QueryResult( cSql ) enhanced to QueryResult( cSql, [aParams] ) * New Function JsonView( cJsonText/File, [cTitle] ) * function FW_CopyToClipBoard( uValue, [nFormat] ) --> lSucess now supports UTF8 text also. * Fix: function GetProfString() was causing a GPF in Windows 7 if compiled using Visual ...
by Antonio Linares
Tue May 02, 2023 7:08 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1774

INI-files and mod harbour

... opens the dbf and chceks for the keys - If the keys exist, returns value from dbf - Otherwise returns default WriteDBProfString( cSection, cEntry, uValue, cIniFile ) - Syntax similar to WritePProfString() function - If file extention of cIniFile is "ini", then the call is forwarded to ...
by Otto
Mon Jan 03, 2022 8:21 am
 
Forum: mod_harbour
Topic: INI-files and mod harbour
Replies: 2
Views: 224

Re: New FTDN June/Junio (FWH 21.06)

... 21.02 http://forums.fivetechsupport.com/viewtopic.php?f=3&t=40529&sid=65ec67f5b351e446032214dd2572eb40 * Nueva función FW_CopyToClipBoard( uValue, [nFormat] ) --> lSuccess Función simple para copiar al portapapeles, sin tener que crear un objeto TClipboard. El segundo parámetro no es ...
by Antonio Linares
Wed Jul 28, 2021 2:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio (FWH 21.06)
Replies: 7
Views: 2145

New FTDN June/Junio (FWH 21.06)

... Fixed. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=40529&sid=65ec67f5b351e446032214dd2572eb40 * New function FW_CopyToClipBoard( uValue, [nFormat] ) --> lSuccess Simple function to copy to clipboard, without having to create TClipboard object. Second parameter is not necessary ...
by Antonio Linares
Tue Jul 27, 2021 4:47 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio (FWH 21.06)
Replies: 7
Views: 2145

New FTDN June/Jnio (FWH 21.06)

... Fixed. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=40529&sid=65ec67f5b351e446032214dd2572eb40 * New function FW_CopyToClipBoard( uValue, [nFormat] ) --> lSuccess Simple function to copy to clipboard, without having to create TClipboard object. Second parameter is not necessary ...
by Antonio Linares
Tue Jul 27, 2021 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Jnio (FWH 21.06)
Replies: 0
Views: 475

Re: TDatabase Class

... cCid1 ) .and. Empty( cSceis1 ) * oDbf->OrdSetFocus( cLname1 ) * Set Scope to ( cLname1 ) * return ( ::cAlias )->( OrdScope( nScopeType, uValue ) ) * oRsCust:Filter := "[CustomerName] like '"+cLname1+"%'" // this works GREAT using MS Access and Sql Server .. What I ...
by Rick Lipkin
Wed May 19, 2021 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase Class
Replies: 18
Views: 2121

Re: SMS To Customer - Upon Order Delivery

... and hangs... I have hcurl error so made that a local variable ...simple sendSMS function is called without any parameters..I think the return uvalue is the issue.. function sendSMS() local cUrl local uValue,hcurl cUrl := "https://sendpk.com/api/sms.php?api_key=92312354544-280edb13-b5f6-43e6-8b3c-45420519ce9c&sender=BrandName&mobile=9231443673639&message=TestSMS" ...
by RiazKhan
Tue Apr 06, 2021 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: SMS To Customer - Upon Order Delivery
Replies: 14
Views: 1570

Re: BASE/39 Write not allowed in MariaDB

nageswaragunupudi wrote:Rowset:
oRs:SetDefault( field, uValue, lReadOnly ) // default lReadOnly is .t.


Hi Mr. Rao,

Is it valid for TDataRow class?
by Horizon
Mon Jun 01, 2020 5:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BASE/39 Write not allowed in MariaDB
Replies: 18
Views: 1637

Re: BASE/39 Write not allowed in MariaDB

nageswaragunupudi wrote:Rowset:
oRs:SetDefault( field, uValue, lReadOnly ) // default lReadOnly is .t.


I could not find SetDefault in http://wiki.fivetechsoft.com/doku.php?id=fivewin_class_fwmariaconnection

I have learnt.

Thanks.
by Horizon
Mon May 04, 2020 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BASE/39 Write not allowed in MariaDB
Replies: 18
Views: 1637

Re: BASE/39 Write not allowed in MariaDB

Rowset:
oRs:SetDefault( field, uValue, lReadOnly ) // default lReadOnly is .t.
by nageswaragunupudi
Mon May 04, 2020 3:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BASE/39 Write not allowed in MariaDB
Replies: 18
Views: 1637

Re: New FTDN September/Septiembre 2019 (FWH 19.09)

... // Recarga el dato usando bFor/cWhere existente oData:Load( "INVNUM=99" / { || "INVNUM=99" } ) - FieldDefault( cField, uValue ) Usa el valor por defecto para todos los nuevos registros añadidos. Ejemplo: oData:FieldDefault( "INVNUM", 99 ) - Método SaveData() ...
by Antonio Linares
Fri Oct 18, 2019 8:38 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 2912

New FTDN September/Septiembre 2019 (FWH 19.09)

... // reloads the data using the exsiting bFor/cWhere oData:Load( "INVNUM=99" / { || "INVNUM=99" } ) - FieldDefault( cField, uValue ) : Uses the default values for all new appended rows. Eg: oData:FieldDefault( "INVNUM", 99 ) - Method SaveData() --> lSuccess: ...
by Antonio Linares
Sun Oct 13, 2019 11:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 2912

Re: No encuentra Registro con FWHMariaDB

oCn:ValToSQL( uValue ) But when you use the methods of Connection and Rowset objects, you never need to use oCn:ValToSQL( uValue ) directly. We recommend the oCn and oRs methods to take care of the conversion rather than you do it ...
by nageswaragunupudi
Sat Jul 06, 2019 3:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No encuentra Registro con FWHMariaDB
Replies: 14
Views: 1473
Next

Return to advanced search