Re: [Harbour] SF.net SVN: harbour-project:[11575] trunk/harbour

2009-07-01 Thread Sylvain Larche
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

Re: [Harbour] Problem with Get

2008-06-21 Thread Sylvain Larche
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

[Harbour] Problem with Get

2008-06-21 Thread Sylvain Larche
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.