Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
.lblStatus error with Frmsendgetdata
#1
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:

Code:
Sub SetStatus(ByVal Caption As String)
    frmSendGetData.lblStatus.Caption = Caption
End Sub

Any idea's?
#2
Don't post three threads asking the same thing.

You don't have a control called 'lblstatus'

Add a new one.
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
#3
Fixed it never mind.
#4
Fixed.

Locked.
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?


Forum Jump:


Users browsing this thread: 1 Guest(s)