Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I want -write protected checkbox, -refresh the datagrid
Message
From
13/11/1999 12:03:35
 
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00290859
Message ID:
00290941
Views:
30
>>another question, I use a datagrid on the form, and a set of text box.
>>when the user select a record on datagrid, the textboxes show the record too. I allow the user edit the record on the textboxes only, not on the datagrid.
>>How I code? so that when user typing on the textboxes, the datagrid reflect the changed immediately.
>>Eg. -User type "abc", datagrid display "abc"
>> -User press one more key so that "abcd", datagrid display "abcd" at once.
>One way is to update your recordset on every keypress (maybe in the Change event) but it is very time consuming and what about if the users want to cancel his operation?

Can I use the adLockBatchOptimistic? if the user do want cancel something in the datagrid.
thanks for help, my friend
oh, what is the fastest way to write good program?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform