Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jul 08, 2008 06:46 PM by pinky8
Participant
775 Points
1081 Posts
Jul 08, 2008 06:17 PM|LINK
All-Star
66017 Points
7639 Posts
Moderator
Jul 08, 2008 06:30 PM|LINK
this.Message.TEXT = "blah"
Jul 08, 2008 06:46 PM|LINK
how could I forgot that.
Thank you.
pinky8
Participant
775 Points
1081 Posts
data type conversion
Jul 08, 2008 06:17 PM|LINK
catch (DocumentException de)
{
this.Message = (Label)de.Message;
}
I also try
this.Message = de.Message;
and same error.
Curt_C
All-Star
66017 Points
7639 Posts
Moderator
Re: data type conversion
Jul 08, 2008 06:30 PM|LINK
this.Message.TEXT = "blah"
v5.1 of iTracker (Inventory Tracker Starter Kit) is out, Download it now!
pinky8
Participant
775 Points
1081 Posts
Re: data type conversion
Jul 08, 2008 06:46 PM|LINK
how could I forgot that.
Thank you.