to "edit" a Recored i´m using
- Code: Select all Expand view
- oRec := TArrayData() :New( { aValue }, aFields )
// disable navigation Buttons ?
lEdit := oRec:Edit()
there are some navigation Button on left Side, how to disable them
oRec := TArrayData() :New( { aValue }, aFields )
// disable navigation Buttons ?
lEdit := oRec:Edit()
METHOD Edit( lReadOnly, lNavigate, cTitle )
TArrayData():New( {aValue}, aFields ):Edit( nil, .f. )
nageswaragunupudi wrote:Syntax:
- Code: Select all Expand view
METHOD Edit( lReadOnly, lNavigate, cTitle )
We can write:
- Code: Select all Expand view
TArrayData():New( {aValue}, aFields ):Edit( nil, .f. )
CLASS TArrayData
METHOD Edit() INLINE ::record():Edit()
it seems not to make any difference
Code:
CLASS TArrayData
METHOD Edit() INLINE ::record():Edit()
there are no Parameter to pass ...
TArrayData():New( {aValues}, aFields ):Record():Edit( nil, .t. )
nageswaragunupudi wrote:Please use this:
This is working:
- Code: Select all Expand view
TArrayData():New( {aValues}, aFields ):Record():Edit( nil, .t. )
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 55 guests