Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How does your ANETVB8 convert Access AfterUpdate Event for textbox to VB .NET WinForm?

anetvb8 convert event TextBox VB
0
Posted

How does your ANETVB8 convert Access AfterUpdate Event for textbox to VB .NET WinForm?

0

ANETVB8 adds the following code to the vb file if xxxAfterUpdate is found in VBA for a textbox control: Dim xxxChanged As Boolean = False Friend Sub xxxTextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles xxx.TextChanged xxxChanged = True End Sub Friend Sub xxxLostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles xxx.LostFocus If (xxxChanged) Then Call xxx_AfterUpdate() xxxChanged = False End Sub Friend Sub xxx_AfterUpdate() .. .. End Sub .. .. Private Sub objyyyyDataSet_PositionChanged() Dim icurrent As Integer, currentID As String, strsql As String Try xxxChanged = False ..

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.