Search found 50 matches: lappend

Return to advanced search

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

... (default ) or Evaluates to .T. inline edit of the cell is automatically available (whether oBrw:lFastEdit is .T. or .F. ) ... Methods oBrw:Edit( lAppend ) and oBrw:EditSource( lAppend ) are provided if the programmer wants to provide edit of the Row in a dialog form.... Pero sigo sin resultados ...
by jose_murugosa
Tue Jul 18, 2023 9:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse, FastEdit y xBrw:Edit() RESUELTO
Replies: 7
Views: 301

Xbrowse, FastEdit y xBrw:Edit() RESUELTO

Quisiera consultar a mis compañeros del foro sobre la edición in line y oBrw:Edit(lappend) en xBrowse. Trato hace dos semanas de crear una función que me permita hacer un browse de una tabla con una barra de botones "NUEVO EDITAR" que permita la edición ...
by jose_murugosa
Mon Jul 17, 2023 7:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse, FastEdit y xBrw:Edit() RESUELTO
Replies: 7
Views: 301

Re: Fivewin and ADO

... value. This the ONLY difference between FastEdit and no FastEdit Behavior of XBrowse is very similar to Excel sheet editing. Methods oBrw:Edit( lAppend ) and oBrw:EditSource( lAppend ) are provided if the programmer wants to provide edit of the Row in a dialog form. These methods use TDataRow/FW_Record ...
by nageswaragunupudi
Sat Jun 10, 2023 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3376

Re: Playing with XBROWSE

... it does not crask when ress Button for oBrwDBF:ToExcel() "direct", only in this "Combination" When we use oBrw:EditSource( [lAppend] ) , XBrowse + DataRow display a default dialog that works with all kinds of datasources. but "where" is the Dialog as i can´t find ...
by Jimmy
Sun Apr 09, 2023 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Playing with XBROWSE
Replies: 6
Views: 449

Re: Playing with XBROWSE

... it :?: Question : can i set "color" to Window / Dialog like EditSource() :?: We see Dialog (not Window). When we use oBrw:EditSource( [lAppend] ) , XBrowse + DataRow display a default dialog that works with all kinds of datasources. Programmer can use his own dialog by assigning oBrw:bEdit ...
by nageswaragunupudi
Fri Apr 07, 2023 2:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Playing with XBROWSE
Replies: 6
Views: 449

Re: funcion FW_CdxCreate() (SOLUCIONADO)

... in whatsnew.txt: Extracts from Whatsnew.txt: FWH1409: * New: database.prg: New functions: 1)FW_FieldsPut( caFields, aValues, [nLockWaitSecs], [lAppend] ) --> nRecNo ( 0 if failure) ... 2)FW_CdxCreate( [caTagList] ) 3)FW_DBFSTRUCT( cDbfFile ) --> dbstruct() // without USEing the DBF FWH1709: ...
by nageswaragunupudi
Tue Apr 13, 2021 12:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funcion FW_CdxCreate() (SOLUCIONADO)
Replies: 4
Views: 550

Re: FUNCION XEDIT DE FWH

... name, ADO RecordSet object, FWH Maria RowSet, Dolphin Query, xBrowse Object, Array, Hash. 2) cFieldList (optional): Defaults to all fields. 3) lAppend: (optional) :Defaults to current record. FW_Record and TDataRow are two names of the same class. oRec := FW_Record():New(...) is identical to ...
by nageswaragunupudi
Thu Feb 04, 2021 1:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FUNCION XEDIT DE FWH
Replies: 5
Views: 594

Xbrowse, Mysql y Tdolphin.. error de orden..

... oGets:= Array( 05 ), aGets:= Array( 05 ) Local oBtns:= Array( 05 ) Local oBmp,oDlg1,oFont1 LOCAL lAceptar := .F. Local aCampos,aValues,aWhere, lAppend Local cStock1 :=0, oStock1 Local cStock2 :=0, oStock2 Local cStock3 :=0, oStock3 Local cStock4 :=0, oStock4 cStock1:=cTab_Art:in1_art cStock2:=cTab_Art:in2_art ...
by kpidata
Tue Dec 17, 2019 12:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse, Mysql y Tdolphin.. error de orden..
Replies: 1
Views: 800

Re: No se ejecuta bGotFocus a la primera

oNormal:bGotFocus := {|| IF(lAppend,(nPre_normal:=AputTrab->hora,nPre_extra:=AputTrab->extra,oDlg:UPDATE()), )} lo único que veo acá es que la variable lAppend debe venir con un valor .f. al principio ...
by jvtecheto
Fri Aug 16, 2019 7:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: No se ejecuta bGotFocus a la primera
Replies: 9
Views: 1091

Re: No se ejecuta bGotFocus a la primera

oNormal:bGotFocus := {|| IF(lAppend,(nPre_normal:=AputTrab->hora,nPre_extra:=AputTrab->extra,oDlg:UPDATE()), )} lo único que veo acá es que la variable lAppend debe venir con un valor .f. al principio ...
by armando.lagunas
Wed Aug 14, 2019 1:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No se ejecuta bGotFocus a la primera
Replies: 9
Views: 1091

Re: Problem TScrollPanel e TBitmap

Olá, Static Function Editar_Aluno( lAppend ) Local oDialog, aGet[46], aBtn[4], oTitle, oPanel Local cEscola, nIdade, cFotografia, aAlteracao cFotografia := oSistema():cLocal_Sistema + "temp\F" + cTempFile() + ".jpg" DEFINE ...
by oliveiros junior
Fri Apr 05, 2019 9:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem TScrollPanel e TBitmap
Replies: 7
Views: 1081

Re: 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 Compuin
Mon Nov 12, 2018 8:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase TTABLE insertar Registros en Tablas SQL Lexico XBASE
Replies: 15
Views: 3541

Re: error ORDBAGNAME, con mysql tdolphin y xbrowse

Disculpen me falto agregar algo, la función FUNCTION Add_Marca_Extintores(lAppend,oBrw, cExt_Mar) *----------------------------------------------- LOCAL oGets:= Array( 30 ) Local oBtns:= Array( 2 ) Local oBmp,oDlg1,oFont1 LOCAL lAceptar := .F. Local aCampos,aValues,aWhere ...
by kpidata
Fri Aug 24, 2018 12:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: error ORDBAGNAME, con mysql tdolphin y xbrowse
Replies: 1
Views: 739

Re: tDolphin y Browser

... ; ACTION oBrw:oWnd:End() Return Nil //-------------------------------------------------------------------------// FUNCTION CargaTarje(lAppend) If lAppend oQryTar:GetBlankRow(.F.) Else oQryTar:GetRow() EndIf DEFINE DIALOG oDlgT1 RESOURCE "DATOSTARJE" REDEFINE GET oQryTar:tar_nombre ...
by caducca
Sun Mar 11, 2018 2:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: tDolphin y Browser
Replies: 4
Views: 1130

Copying and Pasting Records

... providing these functions: FW_CopyRecord( [uSource = Alias()], [cFieldlist = All] ) --> hRec (hash) FW_PasteRecrod( [uDest = Alias()], [hRec], [lAppend = .f.] ) --> lSuccess FW_EditHash( hHash ) uSource and uDest can be Alias(), RecordSet, RowSet, Qry of any Database or even an active XBrowse. ...
by nageswaragunupudi
Sat Feb 17, 2018 10:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copying and Pasting Records
Replies: 3
Views: 860
Next

Return to advanced search