hola.
TEngo un xbrowse con array y al principio el array esta vacio,
necesito dependiendo que se ingresa en una celda se active la edicion o no
de otra celda.
Como lo hago?
gracias.
WITH OBJECT oBrw:Equipment
:nEditType := EDIT_LISTBOX
:aEditListTxt := aList
END
WITH OBJECT oBrw:UsageInHrsPerDay
:nEditType := EDIT_GET
:cEditPicture:= "99 Hrs"
END
EDIT_NONE 0
EDIT_GET 1
EDIT_LISTBOX 2
EDIT_BUTTON 3
EDIT_GET_LISTBOX 4
EDIT_GET_BUTTON 5
EDIT_DATE 6
EDIT_TIME 7
TYPE_IMAGE -1
if celda1 = "555"
celda2:enable()
else
celda2:disable()
if celda1 = "555"
oBrw:celda2:nEditType:=EDIT_GET // Enable
else
oBrw:celda2:nEditType:=EDIT_NONE // Disable
Endif
Return to FiveWin para Harbour/xHarbour
Users browsing this forum: No registered users and 45 guests