Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
From DataTable to the column's values
Message
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Versions des environnements
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01399138
Message ID:
01399163
Vues:
48
This message has been marked as a message which has helped to the initial question of the thread.
>
>The other quick question - do I have to use LostFocus event and it works as Valid in VFP? For my tests right now I want to be able to type ItemNo and retrieve the info.

Yes, you can use LostFocus to do the lookup. If you need to keep the control from losing focus though, you'll probably want the Validating event instead (so you can cancel losing focus). Or you could use the KeyPress event and look for the CR "\r". A few options.
-Paul

RCS Solutions, Inc.
Blog
Twitter
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform