|
-
Dec 13th, 2010, 11:03 AM
#1
Thread Starter
Addicted Member
Select object from radiobutton
Hey,
I have two labels on my form
Label1
Label2
In the form load I generate a radiobutton for each label, with the text property being the name of the label.
So two radiobuttons are made
The first one will have text: Label1
I have
Example:
I select the first radiobutton (text: Label1)
Then Label1 should be stored in objStore as object.
So then I can do
objStore.text = "test"
Any help?
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
|