|
-
April 9th, 2009, 09:52 AM
#4
Re: MsgBox when textBox is changed
_txtOracleNoDirty As Boolean
_txtOracleNoDirty = True
Looks like you are trying to dim a property here on the first line [Guessing]
This is not correct.
Second line looks like you are trying to access a property also not correct.
To access a property of a control you provide the controlname.PropertyName
Why did you not just use the tag property like I suggested?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|