15-11-2007, 11:19 AM
Okay I recently added my new gui's to all of my new screens. All work fine apart from one called the Frmsendgetdata. When I try compile my work into an .exe it comes up with an error saying
________________________________
Compile error: |
Method Or Datamember Not found |
________________________________|
I click Okay and get this in my code:
Any idea's?
________________________________
Compile error: |
Method Or Datamember Not found |
________________________________|
I click Okay and get this in my code:
Code:
Sub SetStatus(ByVal Caption As String)
frmSendGetData.lblStatus.Caption = Caption
End Sub
Any idea's?