Search found 66 matches: uval

Return to advanced search

Re: New function ADiff( aArray1, aArray2 )

FWH provides the function FW_ValToExp( uVal )
Where is the function Fw_ValToExp_Mia() from?
In what way it is different from the original FW_ValtoExp() function?
by nageswaragunupudi
Thu Feb 15, 2024 6:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New function ADiff( aArray1, aArray2 )
Replies: 5
Views: 260

Re: Fivewin and ADO

what is Code: :nEditTypes := { 1,1,1 } i "normal" knew Code: :nEditTypes := EDIT_GET so what is Array mean :?: oBrw:anydatas := uVal is a a short cut for AEval( oBrw:aCols, { |o| o:anydata := uVal } )  Note: anydatas = 'anydata' + 's' is plural of 'anydata' oBrw:anydatas ...
by nageswaragunupudi
Fri Jun 09, 2023 8:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3377

Re: New FTDN April/Abril 2021 (FWH 21.04)

... además del método actual OrdScope() Sintaxis: SetScope() sin parámetros: No hay acción SetScope( nil ) // elimina todos los ámbitos SetScope( uVal ) // Establece los ámbitos superior e inferior en uVal SetScope( uTop, uBot ) // Ambito superior uTop y ámbito inferior uBot // Valor NIL elimina ...
by Antonio Linares
Fri Jun 04, 2021 2:15 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2021 (FWH 21.04)
Replies: 8
Views: 1799

New FTDN April/Abril 2021 (FWH 21.04)

... in addition to the present method OrdScope() Syntax: SetScope() with no params: No action SetScope( nil ) // clear all scopes SetScope( uVal ) // Set both top and bottom scopes to uVal SetScope( uTop, uBot ) // TopScope uTop and Bottom Scope uBot // NIL value removes that scope After ...
by Antonio Linares
Mon May 31, 2021 3:53 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2021 (FWH 21.04)
Replies: 8
Views: 1799

library of utility functions of FWH also for mod HARBOUR

... ) static function CloseTag( cTag ) static function ImageType( cBuf ) static function IsBinaryData( cData, nLen ) static function MH_ValToHTML( uVal, cTag ) These functions are working well and are generic functions. If we see that there is some interest we will post the code for use by all. ...
by Otto
Mon Apr 19, 2021 8:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: library of utility functions of FWH also for mod HARBOUR
Replies: 0
Views: 351

Re: Cambiar el picture de un get en teimpo de ejecución

... Thanks to many that have contributed to it: http://forums.fivetechsupport.com/viewtopic.php?f=6&t=32879&start=0 * GET: - New method Reset( uVal/bNewSetGet, [cPic] ) --> nil Allows to reset the get with a new variable of a different data type and optionally use a new picture.
by carlos vargas
Mon Mar 15, 2021 8:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar el picture de un get en teimpo de ejecución
Replies: 2
Views: 380

Re: Program techniques : change indexorder or use aliases

* New: function FW_DBFLOOKUP( uVal, [cOrder], bcRetExprn ) --> uResult uVal : Value / Expression to be lookedup ( seek or locate ) cOrder : OrderName for seek. Or field name for locate. Omit if uVal is an expression bcRetExpr: codeblock/string: ...
by Marc Venken
Wed Nov 04, 2020 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program techniques : change indexorder or use aliases
Replies: 4
Views: 652

Re: New FTDN August/Agosto 2020 (FWH 20.08)

... Solucionado. http://forums.fivetechsupport.com/viewtopic.php?f=6&t=39322&p=234654#p234654 * Función FWCheckExpression( cExpression, [uVal], [@uRet] ) --> lValid El tercer nuevo parámetro opcional por referencia contiene el resultado de la evaluación de la expresión. * xbrowser.prg: ...
by Antonio Linares
Tue Sep 22, 2020 4:33 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2020 (FWH 20.08)
Replies: 3
Views: 2255

New FTDN August/Agosto 2020 (FWH 20.08)

... Now fixed. http://forums.fivetechsupport.com/viewtopic.php?f=6&t=39322&p=234654#p234654 * function FWCheckExpression( cExpression, [uVal], [@uRet] ) --> lValid Optional 3rd new param by ref contains the result on evaluation of the expression. * xbrowser.prg: Pressing Ctrl-E + ...
by Antonio Linares
Sun Sep 20, 2020 11:38 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2020 (FWH 20.08)
Replies: 3
Views: 2255

Re: New FTDN April/Abril 2020 (FWH 20.04)

... la webcam. Muchas gracias a todas las personas que han contribuido a ello: viewtopic.php?f=6&t=32879&start=0 * GET: - Nuevo método ( uVal/bNewSetGet, [cPic] ) --> nil Permite restablecer el get con una nueva variable de un tipo de datos diferente y, opcionalmente, usar un nuevo ...
by Antonio Linares
Sun May 10, 2020 1:26 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2020 (FWH 20.04)
Replies: 1
Views: 2159

New FTDN April/Abril 2020 (FWH 20.04)

... Thanks to many that have contributed to it: http://forums.fivetechsupport.com/viewtopic.php?f=6&t=32879&start=0 * GET: - New method Reset( uVal/bNewSetGet, [cPic] ) --> nil Allows to reset the get with a new variable of a different data type and optionally use a new picture. * New class ...
by Antonio Linares
Sun May 03, 2020 12:41 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2020 (FWH 20.04)
Replies: 1
Views: 2159

Re: Xbrowse and EDIT_LISTBOX

Can you please modify xbrowse.prg as below and try? Please locate "static function XbrLbxLookUp( uVal, aBound, aText, lBlank )" in the xbrowse.prg. Inside this function locate this line:   if ! Empty( uVal )  Please change it as:   if .T.  //! ...
by nageswaragunupudi
Wed Oct 30, 2019 5:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse and EDIT_LISTBOX solved
Replies: 2
Views: 636

Re: Error en SQL

... oRs := FW_OpenRecordSet( oCn, "select * from users" ) XBROWSER oRs FASTEDIT // Adding new record oRs:AddNew() oRs:Fields(...):Value := uVal .... .... oRs:Update() // This is necessary to save changes // oRs:Requery() // Do not use this. Not necessary
by nageswaragunupudi
Fri Jan 26, 2018 12:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en SQL
Replies: 3
Views: 1054

New FTDN September/Septiembre 2017 (FWH 17.09)

... paste to another record: oDbf:GoTo( nSrcRec ) ( oDbf:cAlias )->( DBGOTO( nNewRec ) ) oDbf:nBufRec := nNewRec oDbf:Save() - New Method LookUp( uVal, cOrder, bcRetExprn ) --> uValue - It is now possible to swap browse objects at runtime. - General dbf utility functions contained in database.prg ...
by Antonio Linares
Wed Oct 04, 2017 7:43 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2017 (FWH 17.09)
Replies: 3
Views: 3309

Mysql ADO and TDataRow

... := 15 but if I do with TdataRow I have a error . Es: oRec:NUMBER := 15 oRec:Save() I think that the problem is in METHOD dr_FieldPut( cnfld, uVal ) CLASS TDataRow     ...       if ::lReadOnly .or. ( Len( ::aData[ fld ] ) > 2 .and. ::aData[ fld, 3 ] == .f. )  ...
by Maurizio
Tue Jun 27, 2017 4:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mysql ADO and TDataRow
Replies: 8
Views: 1736
Next

Return to advanced search