Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
From DataTable to the column's values
Message
General information
Forum:
ASP.NET
Category:
ADO.NET
Environment versions
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01399138
Message ID:
01399163
Views:
47
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
Previous
Reply
Map
View

Click here to load this message in the networking platform