With fw27 i got a error which is not present in fw2.6 :
NclrDef is also present in the documentation
Error description: Error BASE/1004 Message not found: TGET:NCLRDEF
Stack Calls
===========
Called from: => TGET:ERROR(180)
Called from: tobject.prg => (b)HBOBJECT:HBOBJECT(106)
Called from: => TGET:MSGNOTFOUND(0)
Called from: tget.prg => TGET:NCLRDEF(168)
Frank
oGet:nClrDef in FW27
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
-
- Posts: 142
- Joined: Sun Oct 09, 2005 10:59 am
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Eugeniusz Owsiak
- Posts: 60
- Joined: Fri Oct 07, 2005 5:38 am
- Location: Poland
Antonio,
in latest issue of fwh 2.6 i found in tget.prg this:
/----------------------------------------------------------------------------//
CLASS TGet FROM TControl
DATA oGet
DATA bMin, bMax
DATA nClrDef
DATA nPos
DATA lReadOnly, lPassword
DATA cError AS String
DATA hHeap AS NUMERIC INIT 0 // Own heap for @ ..., ... GET
DATA cPicture
METHOD New( nRow, nCol, bSetGet, oWnd, nWidth, nHeight, cPict, bValid,;
nClrFore, nClrBack, oFont, lDesign, oCursor, lPixel,;
cMsg, lUpdate, bWhen, lCenter, lRight, bChanged,;
lReadOnly, lPassword, lNoBorder, nHelpId,;
lSpinner, bUp, bDown, bMin, bMax ) CONSTRUCTOR
METHOD Assign() INLINE ::oGet:Assign()
regards Eugeniusz
in latest issue of fwh 2.6 i found in tget.prg this:
/----------------------------------------------------------------------------//
CLASS TGet FROM TControl
DATA oGet
DATA bMin, bMax
DATA nClrDef
DATA nPos
DATA lReadOnly, lPassword
DATA cError AS String
DATA hHeap AS NUMERIC INIT 0 // Own heap for @ ..., ... GET
DATA cPicture
METHOD New( nRow, nCol, bSetGet, oWnd, nWidth, nHeight, cPict, bValid,;
nClrFore, nClrBack, oFont, lDesign, oCursor, lPixel,;
cMsg, lUpdate, bWhen, lCenter, lRight, bChanged,;
lReadOnly, lPassword, lNoBorder, nHelpId,;
lSpinner, bUp, bDown, bMin, bMax ) CONSTRUCTOR
METHOD Assign() INLINE ::oGet:Assign()
regards Eugeniusz