Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bindevent Problems
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00806287
Message ID:
00806440
Vues:
8
>I am trying to Bind the Click Method of the cmdEditTransaction button to the Textbox in a grid that
> has traditionally lost all formatting on a refresh of the grid.
>
>I don't get an error but the click method of the button is not called when I click on the TextBox.

Does the BINDEVENT() call return a value of 1, indicating success?

When you refresh the grid, if you are requerying an underlying datasource that causes the grid to lose all its formatting and its controls, so BINDEVENT() is not a solution to that.
You would have to solve teh data handling problem which is causing your grid to lose its mind first.
If you are using a SQL Select for example, the result cursor is temporarily removed while it is cleared and the results re-generated.

I'm puzzled, I can't work out what you are trying to achieve here.
Well, I can see what you're doing (and it ought to work IF the controls exist) but not what the desired end result is.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform