Mirage Source
.lblStatus error with Frmsendgetdata - Printable Version

+- Mirage Source (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17)
+---- Thread: .lblStatus error with Frmsendgetdata (/showthread.php?tid=1392)



.lblStatus error with Frmsendgetdata - Sami - 15-11-2007

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?


Re: .lblStatus error with Frmsendgetdata - Robin - 15-11-2007

Don't post three threads asking the same thing.

You don't have a control called 'lblstatus'

Add a new one.


Re: .lblStatus error with Frmsendgetdata - Sami - 15-11-2007

Fixed it never mind.


Re: .lblStatus error with Frmsendgetdata - Robin - 15-11-2007

Fixed.

Locked.