Search found 50 matches: lappend

Return to advanced search

New FTDN December/Diciembre 2017 (FWH 17.12)

... any database/RDD/browse. [hRec := ] FW_CopyRecord( uSrcTable, [cFieldList] ) FW_EditHash( hRec ) // optional FW_PasteRecord( uDstTable, [hRec], [lAppend] ) These function work across all databases. Source table and destination tables can belong to different databases. Values are pasted to the ...
by Antonio Linares
Tue Dec 26, 2017 6:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2017 (FWH 17.12)
Replies: 0
Views: 2100

Re: Error TDolphin

... instale con el paquete XAMPP no arroja error. Y por lo que veo el error es que quiere cargar de nuevo el primer registro. PROCEDURE DetaCobranza2(lAppend,vTipo1) Public oMatObj:=ARRAY(14), oImpoCta lSave:=.F. If lAppend oQryCob:GetBlankRow(.F.) Else oQryCob:GetRow() EndIf DEFINE DIALOG CobraDlg ...
by caducca
Thu Oct 26, 2017 12:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error TDolphin
Replies: 7
Views: 1915

Re: Administrar tablas MySql/MaDB embedded

Ahora mantenimiento     IF lAppend        oRsBan:AddNew()    ENDIF    oRsBan:Fields("BAN_CIA"):Value := oApp:nNumCia    oRsBan:Fields("BAN_BAN"):Value := oBan:BAN    oRsBan:Fields("BAN_NOM"):Value ...
by Armando
Wed May 24, 2017 4:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Administrar tablas MySql/MaDB embedded
Replies: 23
Views: 3099

Re: FWHMARIADB Samples

... saved, the edit / append automatically carried to the RowSet automatically. Syntax: oRs:EditBaseRecord( [cFieldsList], // defaults to all fields [lAppend], // defaults to edit current record [bEditDialog], // Programmer's own dialog. Optional [oBrw] ) // In case the rowset is being browsed. bEditDilog: ...
by nageswaragunupudi
Thu Apr 27, 2017 1:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMARIADB Samples
Replies: 48
Views: 20665

New FTDN August/Agosto 2016 (FWH 16.08)

... if index on "DELETED()" is availble by name "DELETED" * Enhanced: function FW_FieldsPut( aFields, aValues, ; nLockWaitSecs, lAppend/nRecNo, bTrigger ) in database.prg 4th param: If logical .T. indicates Append and .F. indicates replace current record. This param can now be ...
by Antonio Linares
Mon Sep 26, 2016 9:03 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2016 (FWH 16.08)
Replies: 1
Views: 1972

Clase TTABLE insertar Registros en Tablas SQL Lexico XBASE

... OpenTable(cSql,lLoad,oDataBase) DEFAULT oDataBase:=oDb RETURN TTable():New(cSql,lLoad,oDataBase) CLASS Ttable DATA oDataBase DATA oCursor DATA lAppend INIT .T. DATA aBuffer INIT {} DATA cWhere INIT "" DATA cTable DATA cSql DATA cSqlExec INIT "" METHOD New(cSql,lLoad,oDataBase) ...
by jnavas
Mon Mar 09, 2015 7:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase TTABLE insertar Registros en Tablas SQL Lexico XBASE
Replies: 15
Views: 3669

New FTDN september 2014 (FWH 14.09)

... sameway as for Btnbmp's. This enables dynamic popup menus. * New: database.prg: New functions: FW_FieldsPut( caFields, aValues, [nLockWaitSecs], [lAppend] ) --> nRecNo ( 0 if failure) caFields: Single field name/num, List of field names/nums, array of fieldnames/nums If ommitted, all fields ...
by Antonio Linares
Tue Oct 21, 2014 4:38 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN september 2014 (FWH 14.09)
Replies: 0
Views: 1113

Re: Problem Clicking on Fields in Dialog

... // Page 1... REDEFINE GET aWr[01] VAR Mbookno ID 101 OF oFld:aDialogs[1] ; PICTURE "@!S20" ; VALID ( lPass := WrChk( "BOOK", lAppend, @Mbookno, @Mbookno2, @Mownid, @Mownchk, @Mownname, @Mpcs, @Mtotlbs, @Mtotkgs, Mserial, oDimBox, @Mconsid, @Mconschk, @Mconsname ), _GetRef( ...
by cdmmaui
Thu Nov 07, 2013 1:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem Clicking on Fields in Dialog
Replies: 11
Views: 3872

Re: GET & SPACE()

Pois é...
Perguntei porque eu faço assim... (para não ter que ´andar´ pela base de dados)

If lAppend
cCod_Agen := space(len(Agen->Cod_Agen))
cNom_Agen := space(len(Agen->Nom_Agen))
Endif

Até mais...
Euclides
by Euclides
Fri Feb 15, 2013 11:24 am
 
Forum: All products support
Topic: GET & SPACE()
Replies: 4
Views: 1682

Re: GET & SPACE()

Euclides » acho que seja para ser automatico.
eu faço assim ex:

If lAppend
Agen->(DbGoBottom())
Agen->(DbSkip())
Endif
cCod_Agen := Agen->Cod_Agen
cNom_Agen := Agen->Nom_Agen

dessa maneira pega os valores automatico
by Sistem
Thu Feb 14, 2013 12:34 pm
 
Forum: All products support
Topic: GET & SPACE()
Replies: 4
Views: 1682

Re: Tdolphin Ejemplo ABM.

daniel

cuando uso
:lappend=.t.
:save()

el puntero se queda en el anterior, como si faltara un dbappend(). inserta el registro pero el puntero se queda en el anterior. o sea el ultimo registro es 10, adiciono, se inserta el registro 11 pero el puntero sigue en el 10, una manito plis

Eduardo
by evallejo
Sat Jan 07, 2012 11:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tdolphin Ejemplo ABM.
Replies: 31
Views: 12037

TSBROWSE - Manuel Mercado - METHOD TSBrowse:EditExit()

... := If( ::lChanged, .T., ::lHasChanged ) EndIf ::oWnd:nLastKey := nKey If oCol:bEditEnd != Nil Eval( oCol:bEditEnd, uValue, Self, .T. ) EndIf ::lAppendMode := oCol:oEdit:lAppend ::lEditing := .F. oCol:oEdit:Hide() oCol:oEdit:End() oCol:oEdit := Nil ::PostEdit( uValue, nCol, bValid ) ::oWnd:bValid ...
by MGA
Fri Apr 08, 2011 6:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TSBROWSE - Manuel Mercado - METHOD TSBrowse:EditExit()
Replies: 0
Views: 637

Re: Numeracion consecutiva de codigo (SOLUCIONADO)

... ToolTip "Guardar/Actualizar"; MESSAGE "Guardar / Actualizar Datos"; WHEN (nSALVAR > 1); ACTION ( IIF( oDatos:lAPPEND == .T. ,; (oDbfCONFIG:cfg_codalu := jlconfig->cfg_codalu + 1 ,; oDbfALUM:alu_codigo := oDbfCONFIG:cfg_codalu ,; nCodAlu := oDbfALUM:alu_codigo ...
by joseluisysturiz
Tue Feb 15, 2011 9:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Numeracion consecutiva de codigo (SOLUCIONADO)
Replies: 14
Views: 3743

combobox and items numeric

can use Items numeric and numeric var in Combobox

@145, 10 DBCOMBO oNPOD VAR nNPOD;
items nTAB;
size 35,300 pixel;
list nTAB;
of oDlg update ;
WHEN lAPPEND


where
nNPOD - numeric
nTAB - {1,2,3,4,5}

best regerds
kajot
by kajot
Sun May 16, 2010 6:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox and items numeric
Replies: 1
Views: 342

Re: FOLDER CLASS BUG

... 117 OF oMenu ACTION MsgInfo( "PRINT" ) REDEFINE MENUITEM ID 118 OF oMenu ACTION oDlgClient:End() return oMenu function EditClient( oLbx, lAppend ) local oDlg, oFld,oFont, oFont1 Local lSave :=.f. lFivePro = "F" $ Clientes->Productos lDialog = "D" $ Clientes->Productos ...
by Silvio
Mon May 11, 2009 12:25 pm
 
Forum: FiveWin for Pocket PC
Topic: FOLDER CLASS BUG RESOLVED!!!
Replies: 4
Views: 1024
PreviousNext

Return to advanced search