oGet:nClrDef in FW27

Post Reply
Frank Demont
Posts: 142
Joined: Sun Oct 09, 2005 10:59 am

oGet:nClrDef in FW27

Post by Frank Demont »

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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Frank,

Do you use a modified Class TGet of your own ? nClrDef is no longer used in all FWH PRGs.
regards, saludos

Antonio Linares
www.fivetechsoft.com
Frank Demont
Posts: 142
Joined: Sun Oct 09, 2005 10:59 am

Post by Frank Demont »

Where is it documented ? It was present in fw26 , AND ALSO IN THE DOCUMENTATION FROM 2.7

I was so lucky that after the instalation from the new release mine client saw this error while i was there , if not i had maybe to return ( 100 km)

Frank
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Frank,

Our apologies if we have not documented it.

Just search in all FWH PRGs for such name and you will see it is not there.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Eugeniusz Owsiak
Posts: 60
Joined: Fri Oct 07, 2005 5:38 am
Location: Poland

Post by Eugeniusz Owsiak »

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
Post Reply