Lan Solo
Newcomer
I am trying to call the editstate method in order to enable a record from a dataset for editing. I am not sure how to declare it, but VB STudio does not seem to like my syntax. Here is what I coded:
I get the squiggly lines under EditState and cblnEditing in the code editor and it states that neither is declared.
Thanks
Code:
Private Sub mmuEditEdit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles mmuEditEdit.Click
Call EditState(cblnEditing)
End Sub
I get the squiggly lines under EditState and cblnEditing in the code editor and it states that neither is declared.
Thanks