othing short from a small miracle
I use this tool at least every week or more.
www.scootersoftware.com
Sylvain Larche
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
value.
To me it seems that Harbour is compatible with Clipper.
I know but in my opinion this is a bug in clipper as Varput REALY
changed the get value
so why not update the get:Changed to .T.
Do harbour have to be BUG compatible with clipper ?
Sylvain Larche
iosys techn
ot;Dept" ) )
poGetList[ lnPosTax ]:VarPut( DB_DEPT->nTax )
ENDIF
RETURN( .T. )
Now the problem is that poGetList[ lnPosDept ]:Changed is never .T.
when
a VarPut() is done so my tax Get is never updated
If we add in TGet method Varput a ::Changed := .T. this should fix the
problem.