hi,
i have a XBROWSE using DbStruct() Array
i use oBrw:nEditTypes := EDIT_GET
but i only want to "edit" LEN and DEC of Structure
so how can i "block" Column 1 and 2 in XBROWSE
oBrw:nEditTypes := EDIT_GET
oBrw:aCols[ 3 ]:nEditType := EDIT_GET
oBrw:aCols[ 4 ]:nEditType := EDIT_GET
nageswaragunupudi wrote:This is a short cut for assigning EDIT_GET to nEditType of ALL COLUMNS.
In your case please set:
- Code: Select all Expand view
oBrw:aCols[ 3 ]:nEditType := EDIT_GET
oBrw:aCols[ 4 ]:nEditType := EDIT_GET
leaving the value of nEditType of all other columns to their default values, i.e., EDIT_NONE ( = 0 )
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 42 guests