Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Checkbox in grid clears grid - on {Enter} only
Message
De
22/03/2010 08:00:21
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Checkbox in grid clears grid - on {Enter} only
Divers
Thread ID:
01456045
Message ID:
01456045
Vues:
163
I have a checkbox in a grid with this code in interactivechange method:

TRY
IF THIS.VALUE = .T. AND InventoryByRequisition.TaxCredit = .T.
REPLACE InventoryByRequisition.TaxCredit WITH .F.
ENDIF
CATCH TO oEx
oEx = NULL
ENDTRY

When I check / uncheck by using the mouse or the spacebar everything works fine, but pressing the Enter key clears the grid and I haven't found a way to to debug or recover from this behavior.

There is no custom code in the when or valid section of the checkbox.

TIA
Peter Pirker


Whosoever shall not fall by the sword or by famine, shall fall by pestilence, so why bother shaving?

(Woody Allen)
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform