Search found 322 matches: nedittype

Return to advanced search

Re: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna

... ARRAY acDescriptor UPDATE FOOTERS LINES AUTOCOLS CELL olbx101c:nRowHeight := 25 olbx101c:acols[3]:nEditType:= EDIT_GET olbx101c:acols[3]:cEditPicture:="@!" olbx101c:acols[3]:bEditWhen:= { || olbx101c:aArrayData[olbx101c:nArrayAt][5]="C" ...
by elmoiquique
Thu Mar 28, 2024 9:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna
Replies: 10
Views: 2239

Re: Add a Checkbox() column

... oBrw:AddCol() oCol:bStrData = { || TRANSFORM( field->imp_eff, "@ZE 999,999,999.99" ) } oCol:cHeader = "TOTALE CLIENTE" oCol:nEditType = EDIT_NONE oCol:nWidth = 100 oCol:nDataStrAlign := AL_RIGHT How can I add another column that read / edit the value of field->seleziona ...
by MarcoBoschi
Mon Dec 11, 2023 12:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a Checkbox() column
Replies: 8
Views: 853

Editar celdas en xbrowse

... k | oRSSTK:Fields( "costo" ):Value := x } //PostEdit( o, x, k ) } // EditaCelda( oaufactu, 1, x, k, lFirstEdit ) } // PostEdit(o,x,k) } :nEditType := EDIT_GET END pero no actualiza, seguro me falta algo.
by jpcavagnaro
Thu Aug 31, 2023 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Editar celdas en xbrowse
Replies: 7
Views: 559

Editar celdas en xBrowse (SOLUCIONADO)

Amigos del foro: Tengo un xBrowse con FASTEDIT, algunas celdas debo permitir editarlas y otras no, para las editables uso nEditType := EDIT_GET, para las que no debo permitir editarlas utilizo nEditType := EDIT_NONE pero aún así si oprimo la tecla RETURN entra en modo de edición. ¿Cómo ...
by Armando
Thu Aug 31, 2023 12:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Editar celdas en xBrowse (SOLUCIONADO)
Replies: 2
Views: 235

error TXBROWSE:CARGOS

... := { | o, x, k | RApertur->nombre := x } //PostEdit( o, x, k ) } // EditaCelda( oaufactu, 1, x, k, lFirstEdit ) } // PostEdit(o,x,k) } :nEditType := EDIT_GET END WITH OBJECT oRApertur:Apellido :bOnPostEdit := { | o, x, k | ( RApertur->Apellido := x ) } // PostEditc( o, x, k ) } // ...
by jpcavagnaro
Wed Aug 30, 2023 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error TXBROWSE:CARGOS
Replies: 3
Views: 280

Filter y MakeTotals en xBrowse (to Mr. Nagues)

... ; ARRAY COMPONENTES AUTOCOLS FOOTERS LINES CELL OF oDlg oBrw:aFilter :=aDataFilter oBrw:aCols[ 3]:nEditType :=EDIT_GET oBrw:aCols[ 3]:bOnPostEdit :={|oCol,xVal,nKey| If(nKey==VK_RETURN,(COMPONENTES[oBrw:nArrayAt][ 3]:=xVal,oBrw:Refresh(),oBrw:MakeTotals()),)} ...
by TOTOVIOTTI
Mon Aug 28, 2023 1:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Filter y MakeTotals en xBrowse (to Mr. Nagues)
Replies: 0
Views: 190

Re: Mr. Rao, more about xBrowse

Explanation: If you want to set any data of each column (for example "nEditType" ), instead of setting oCol:nEditType of each every column, you can set oBrw:nEditTypes := n ( nEditType _+ "s" ) i.e., use "plural" Out of interest ...
by Marc Venken
Wed Aug 23, 2023 7:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, more about xBrowse
Replies: 11
Views: 558

Re: Mr. Rao, more about xBrowse

Explanation: If you want to set any data of each column (for example "nEditType" ), instead of setting oCol:nEditType of each every column, you can set oBrw:nEditTypes := n ( nEditType _+ "s" ) i.e., use "plural" If we want to set ...
by nageswaragunupudi
Tue Aug 22, 2023 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, more about xBrowse
Replies: 11
Views: 558

Re: Mr. Rao, more about xBrowse

... := { | oGet | Valida(oGet:VarGet())}END Explanation: If you want to set any data of each column (for example "nEditType" ), instead of setting oCol:nEditType of each every column, you can set oBrw:nEditTypes := n ( nEditType _+ "s" ) i.e., use ...
by nageswaragunupudi
Tue Aug 22, 2023 12:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, more about xBrowse
Replies: 11
Views: 558

Re: Una más sobre xBrowse (SOLUCIONADO)

nageswaragunupudi wrote:No need to create array
Directly Xbrowse recordset.
If you set oCol:nEditType := 1 user can edit any cell he wants.
XBrowse automatically saves the changes.
What more you want to know?


Mr. Rao:

Thanks, I will comment on the problems

Regards
by Armando
Mon Aug 21, 2023 4:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una más sobre xBrowse (SOLUCIONADO)
Replies: 3
Views: 228

Re: Una más sobre xBrowse (SOLUCIONADO)

No need to create array
Directly Xbrowse recordset.
If you set oCol:nEditType := 1 user can edit any cell he wants.
XBrowse automatically saves the changes.
What more you want to know?
by nageswaragunupudi
Mon Aug 21, 2023 10:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una más sobre xBrowse (SOLUCIONADO)
Replies: 3
Views: 228

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

Gracias por Contestar Artu01. Ya lo he probado, pero sin éxito. El Maestro Rao dice en otro post; If oCol:nEditType is > 0 and oCol:lReadOnly is .F. ( default ) and oCol:bEditWhen is NIL (default ) or Evaluates to .T. inline edit of the cell is automatically available (whether ...
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: 320

Listbox dinamico con xbrowse

... := { | o, x, k | VeoClasifica( x, oResultado ) } // PostEditc( o, x, k ) } // EditaCelda( oaufactu, 1, x, k, lFirstEdit ) } // PostEdit(o,x,k) } :nEditType := EDIT_GET_LISTBOX :aEditListTxt := tHallazgos END Necesito que tHallazgos pueda cambiar el contenido en forma dinámica.
by jpcavagnaro
Mon Jun 26, 2023 8:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox dinamico con xbrowse
Replies: 0
Views: 166

Re: Fivewin and ADO

hi, if oCol:nEditType is > 0 and oCol:lReadOnly is .F. ( default ) and oCol:bEditWhen is NIL (default ) or Evaluates to .T. Inline Edit of the cell is automatically available (whether oBrw:lFastEdit is .T. or .F. ) you talk about ...
by Jimmy
Sat Jun 10, 2023 5:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3802

Re: Fivewin and ADO

... is the inbuilt way of editing XBrowse cells. This is available at all times. The programmer does not have to do anything more than setting oCol:nEditType > 0 (usually EDIT_GET. if oCol:nEditType is > 0 and oCol:lReadOnly is .F. ( default ) and oCol:bEditWhen is NIL (default ) or Evaluates ...
by nageswaragunupudi
Sat Jun 10, 2023 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3802
Next

Return to advanced search