* 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: ...
... ser un bloque de código. * FWMariaRowSet: - Método Rowset no acepta sentencias SQL que comiencen entre paréntesis. Solucionado. - Método SetOrder( corder, u, lDescend ): lDescend está predeterminado a la configuración anterior. Solucionado. Ahora por defecto es .F.
... can be a codeblock also. * FWMariaRowSet: - Method Rowset is not accepting SQL statements starting with parenthesis. Fixed. - Method SetOrder( corder, u, lDescend ): lDescend is defaulting to previous setting. Fixed. Now defaults to .f.
... } Now I Tried to get the object working WITH OBJECT : &'J_'+str(year(date())) :cOrder:= "D" // No obstante muestra como "A" //:aBarGetList:= aGroepen ENDWITH I tried several combinations, but didn't find the ...
... 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 ...
... executed after every record movement and modification. 55. Lock() Executes FLOCK() 56. Locked() Same as ::IsRecLocked() 57. LookUp( uSeek, [cOrder/cField], bcRetExpr ) --> uResult Looks up value in the table and return the result of expression in the 3rd parameter. The record position ...