Try using the after field change event for PartNum
--- In vantage@yahoogroups.com, "sanfranc415" <sanfranc415@...>
wrote:
--- In vantage@yahoogroups.com, "sanfranc415" <sanfranc415@...>
wrote:
>like
> I'm starting to create a MessageBox.Show to search the QuoteEntry
> Table for an existing part. I've started my coding, but would
> to know why when I call a LostFocus on the txtPartNumber, my
> messagebox isn't showing up.
>
> Here's the code:
>
> -------------------------------------------------------------------
> Private WithEvents txtPartNumber as EpiTextBox
> Private Sub txtPartNumber_LostFocus(ByVal Sender As Object, ByVal
> Args As System.EventArgs) Handles txtPartNumber.LostFocus
>
> Messagebox.show("test")
> end if
> End Sub
> -------------------------------------------------------------------
>
> The box is in the Line->Detail -> txtPartnumber
>
> Thanks,
>
> --SF
>