Search found 106 matches: aparams

Return to advanced search

Re: call vs callsp?

oCn:CallSP( "procedurename",  aParams ) aParams should be an array. oCn:Call( "function", aParams )// or oCn:Call( "function", param1, param2, .... )// oroCn:Call( "procedure", ...
by nageswaragunupudi
Tue Dec 26, 2023 3:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: call vs callsp?
Replies: 5
Views: 566

Re: ¿Pequeño error en Documentación de rowset en FWHMariadb?

nageswaragunupudi wrote:You are right
Possible params are:
RowSet( cSql, aParams, lReadOnly )
RowSet( cSql, aParams, nLimit, lReadOnly )
RowSet( cSql, nLimit, lReadOnly )
RowSet( cSql, lReadOnly )


Muchas gracias Mr. Rao.
by jose_murugosa
Thu Jul 20, 2023 12:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pequeña Corrección en Documentación de RowSet RESUELTO
Replies: 1
Views: 116

Re: Xbrowse, FastEdit y xBrw:Edit() tratando de entender...

You are right
Possible params are:
RowSet( cSql, aParams, lReadOnly )
RowSet( cSql, aParams, nLimit, lReadOnly )
RowSet( cSql, nLimit, lReadOnly )
RowSet( cSql, lReadOnly )
by nageswaragunupudi
Wed Jul 19, 2023 3:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse, FastEdit y xBrw:Edit() RESUELTO
Replies: 7
Views: 320

Re: to Rao

FW_AdoApplyParams( cSql, aParams )   cState   := "NY"   nAge     := 35   dDate    := {^ 1980/01/01 }   cSql  := "SELECT * FROM customer WHERE STATE ...
by nageswaragunupudi
Sun Jun 18, 2023 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Rao
Replies: 16
Views: 1112

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

De Enero a Abril de 2023 ======================== * FWMariaConnection: - Método QueryResult( 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 ...
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: 1756

New FTDN April/Abril 2023 (FWH 23.04)

January to April 2023 ====================== * FWMariaConnection: - Method QueryResult( cSql ) enhanced to QueryResult( cSql, [aParams] ) * New Function JsonView( cJsonText/File, [cTitle] ) * function FW_CopyToClipBoard( uValue, [nFormat] ) --> lSucess now supports UTF8 text also. ...
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: 1756

Re: SkinButton() Problem

hi, What if you use HB_AParams() --> <aValues> ? thx for Answer the "Problem" is NOT any Parameter. you will "get" the Problem when press Button while Skinbutton() is "active" than it will crash my HB_FUNC() Unrecoverable error 9015: Symbol item expected from h...
by Jimmy
Mon Apr 17, 2023 6:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SkinButton() Problem
Replies: 19
Views: 960

Re: SkinButton() Problem

What if you use HB_AParams() --> <aValues> ?

Regards, saludos.
by karinha
Sun Apr 16, 2023 12:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SkinButton() Problem
Replies: 19
Views: 960

Re: TDatabase: Parameterized filters and ReFilter()

When you set filter with
oDbf:SetFilter( cFilter, aParams )
The method applier the aParams to cFilter and prepares the filter string to set the filter.
You can check the exact filter string with
? oDbf:DBFILTER()
and see if this is what you expected.
by nageswaragunupudi
Tue May 25, 2021 4:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase: Parameterized filters and ReFilter()
Replies: 9
Views: 1105

TDatabase: Parameterized filters and ReFilter()

SetFilter( cFilter, aParams ) oDbf:SetFilter( "AGE >= ? .AND. AGE <= ?", { 30, 40 } )// This sets filter AGE >= 30 .AND. AGE <= 40// LateroDbf:ReFilter( { 40, 50 } )// changes ...
by nageswaragunupudi
Fri May 21, 2021 4:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase: Parameterized filters and ReFilter()
Replies: 9
Views: 1105

Re: API Bancaria (SOLUCIONADO)

... hacer cada 3 segundos, peticiones al ActiveX Yo ya casi no me acuerdo, pero recuerdo que podias hacer algo asi oActiveX:bOnEvent = { | event, aParams, pParams | EventInfo( event, aParams, pParams ) } Y luego dentro de la funcion las acciones que quieras ejecutar en funcion del evento function ...
by Carles
Thu Apr 22, 2021 7:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: API Bancaria (SOLUCIONADO)
Replies: 17
Views: 2298

problemas al linkear

Hola. usando harbour y Fwh la ultima. Me arroja estos errores: [1]:iLink32.Exe -Gn -q -aa -Tpe -x @testMaria.bcl Error: Unresolved external 'WinMain' referenced from X:\HARB\BCC7\LIB\C0W32.OBJ Error: Unresolved external '_hb_vmProcessSymbols' referenced from X:\PROYECTOS\TEST\MARIA\OBJ\MARIA.OBJ Err...
by goosfancito
Thu Feb 04, 2021 9:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: problemas al linkear
Replies: 6
Views: 441

Re: filter or where statement in SQL

Yes oRs:aParams  // undocumented.  We request not to use any undocumented data and rely on it in your application program. We suggest you store the current values of these parameters in your application program and also do not ...
by Horizon
Wed May 06, 2020 6:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: filter or where statement in SQL
Replies: 6
Views: 682

Re: filter or where statement in SQL

Yes oRs:aParams  // undocumented.  We request not to use any undocumented data and rely on it in your application program. We suggest you store the current values of these parameters in your application program and also ...
by nageswaragunupudi
Wed May 06, 2020 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: filter or where statement in SQL
Replies: 6
Views: 682

Re: adding parameters to a command line to launch a local URL

... and I have not been successful is evaluating the array Leavew32 "Rick Lipkin" Using the above example from the command line ... Local aParams,nParamNoaParams := {}aParams :=  hb_AParams()FOR nParamNo := 1 TO LEN( aParams )   ? nParamNo, aParams[ nParamNo ...
by Rick Lipkin
Mon Apr 27, 2020 2:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: adding parameters to a command line to launch a local URL
Replies: 6
Views: 980
Next

Return to advanced search