|
-
Sep 24th, 2012, 03:59 PM
#1
Thread Starter
Enjoy the moment
[RESOLVED] option button dosnt show the choice when i edit
hello every one
i got a situation
i added 3 option buttons to my form
and everything is working ok when i pick one of the 3
the problem is when i edit the customer to chenge some thing is the option button
it dosnt show me what i choosed before.(EX if i choose fixed and press the edit button it dosnt show the option button marked)
this is what i tried to do but no luck.
If .SubItems(5) = "fixed" Then
Option1(5).Value = True
End If
If .SubItems(6) = "not fixed" Then
Option2(6).Value = True
End If
Option3(7).Value = True
End With
tnx in advacend
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
|