Search found 72 matches: aeditlisttxt

Return to advanced search

Xbrowse - EDIT_LISTBOX

... que se edita con un EDIT_LISTBOX que contiene un array (aList) de mas de 1000 elementos. Necesito, a partir de la ubicacion que tengo en el :aEditListTxt cuando selecciono un elemento ubicarme en otro array (aValores) que contiene datos complementarios del aList. Esto es muy facil dentro ...
by rterraz
Fri Feb 10, 2017 8:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse - EDIT_LISTBOX
Replies: 4
Views: 1898

Re: Adoordd , xbrowse

... ADODB.Recordset (The operation is not permitted in this context) Correct ? case cType == "L" oCol:nEditType := EDIT_LISTBOX oCol:aEditListTxt := { ".T.", ".F." } oCol:aEditListBound := { .T., .F. } oCol:aEditListBound := {1,0} Frank
by Franklin Demont
Fri Oct 28, 2016 7:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adoordd , xbrowse
Replies: 9
Views: 2484

Xbrowse celltext-centered using < EDIT_GET_LISTBOX > ?

... := AL_CENTER // doesn' t work :aCols[I]:nHeadStrAlign := AL_CENTER :aCols[I]:nEditType := EDIT_GET_LISTBOX :aCols[I]:aEditListBound := ; :aCols[I]:aEditListTxt := { "F", "M", "S", "F-M-S", "Frei", "Urlaub", "Krank" } http://www.pflegeplus.com/IMAGES/Editlist1.jpg ...
by ukoenig
Mon Aug 22, 2016 2:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse celltext-centered using < EDIT_GET_LISTBOX > ?
Replies: 1
Views: 517

Re: Xbrowse - header-update at runtime ?

... AL_CENTER          :aCols[I]:nEditType   := EDIT_GET_LISTBOX          :aCols[I]:aEditListBound  := ;          :aCols[I]:aEditListTxt    := { "F", "M", "S", "F-M-S", "Frei", "Urlaub", "Krank" }  ...
by ukoenig
Fri Aug 12, 2016 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse - header-update at runtime ?
Replies: 2
Views: 738

Re: Some useful modifications to XBROWSE

2. A ::aEditListTxt-array with len == 0 make a runtime-error! This is taken care of by testing for   if Empty( ::aEditListTxt )  instead of if ::aEditListTxt == nil This was also implemented already. column ...
by nageswaragunupudi
Sat Feb 27, 2016 1:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some useful modifications to XBROWSE
Replies: 9
Views: 2764

Re: Some useful modifications to XBROWSE

... end of the listbox reaches over the end from browse, the list should be moved to left for this overhang! Oh, i see this is respected!! :D 2. A ::aEditListTxt-array with len == 0 make a runtime-error! Tomorrow i will test and report.
by byte-one
Fri Feb 26, 2016 5:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some useful modifications to XBROWSE
Replies: 9
Views: 2764

Re: Antonio: Idea for combobox

byte-one wrote:Similar to xBrowse we can use arrays ::aEditListBound and ::aEditListTxt to split visual text and the bounded text for the variable!?

Please try DbCombo.
by nageswaragunupudi
Thu Feb 18, 2016 6:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Idea for combobox
Replies: 7
Views: 1070

Some useful modifications to XBROWSE

... nColDividerWidth //PROTECTED // not yet implemented. //BYTE-ONE 2. Following changes to make listboxes widther as the xBrowse-column and a empty(::aEditListTxt) not make a runtime-error and the height of the listbox follows the fontsize DATA nLbxWidth INIT 0   //Width from Listbox //BYTE-ONE METHOD ...
by byte-one
Tue Feb 16, 2016 1:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some useful modifications to XBROWSE
Replies: 9
Views: 2764

Antonio: Idea for combobox

Similar to xBrowse we can use arrays ::aEditListBound and ::aEditListTxt to split visual text and the bounded text for the variable!?
by byte-one
Wed Feb 10, 2016 7:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Idea for combobox
Replies: 7
Views: 1070

Re: XBROWSE; EDIT_GET_LISTBOX

I checked and this is working for me. Please recheck and ensure that you assigned the second column to aEditListTxt and first column to aEditListBound. If you still have problem, please try to prepare a self-contained sample which we can build and test at our end. From version ...
by samtinu
Mon Jul 20, 2015 6:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE; EDIT_GET_LISTBOX
Replies: 7
Views: 2303

New FTDN June 2015 (FWH 15.06)

... not linked, a message is displayed and the export is not performed. * Enhancement: XBrowse: Now it is possible to assign a multi-dim array as oCol:aEditListTxt during runtime also.
by Antonio Linares
Sun Jul 19, 2015 10:00 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June 2015 (FWH 15.06)
Replies: 7
Views: 3425

xbrowse no muestra el contenido de la columna

... v, n| iif( n != VK_ESCAPE, ( NW_REPLACE("NA_TIPMOV", v, .F., cNAlias ) ), ) } WITH OBJECT oBrw:Movimiento :nEditType := EDIT_LISTBOX :aEditListTxt := ArrTranspose( aMOVTOS ) [ 1 ] :aEditListBound := ArrTranspose( aMOVTOS ) [ 1 ] END Este codigo me permite mostrar un combobox en la ...
by devtuxtla
Sat Jul 18, 2015 5:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse no muestra el contenido de la columna
Replies: 0
Views: 353

xBrowse not display the contents of the column

... v, n| iif( n != VK_ESCAPE, ( NW_REPLACE("NA_TIPMOV", v, .F., cNAlias ) ), ) } WITH OBJECT oBrw:Movimiento :nEditType := EDIT_LISTBOX :aEditListTxt := ArrTranspose( aMOVTOS ) [ 1 ] :aEditListBound := ArrTranspose( aMOVTOS ) [ 1 ] END This code allows me to show a combobox column , but ...
by devtuxtla
Sat Jul 18, 2015 5:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse not display the contents of the column
Replies: 3
Views: 728

Re: XBROWSE; EDIT_GET_LISTBOX

I checked and this is working for me. Please recheck and ensure that you assigned the second column to aEditListTxt and first column to aEditListBound. If you still have problem, please try to prepare a self-contained sample which we can build and test at our end. From version ...
by nageswaragunupudi
Wed Jul 15, 2015 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE; EDIT_GET_LISTBOX
Replies: 7
Views: 2303

Re: XBROWSE; EDIT_GET_LISTBOX

... array in Xbrowse EDIT_LISTBOX on run time . Single dimensional array is working fine on run time . If i set multidimensional array to aEditListTxt while define xbrowse it is working smoothly , but unable to set aEditListTxt array values on run time . Regards Tinu
by samtinu
Sat Jul 11, 2015 10:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE; EDIT_GET_LISTBOX
Replies: 7
Views: 2303
PreviousNext

Return to advanced search