Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OptionGroup behaviors
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01290201
Message ID:
01290360
Views:
11
These little things like this will drive me into circles (nuts!). It was so easily solvable though. remarkable that it was really so easy. I looked at the Threads that you referenced; I could see that you had the same exact situation. Thanks for bearing with me. I mean that also for Tamar and Sergey.

Here's the resulting "easy" code:
* .chkGalvRptByBlock.Click()
WITH ThisForm
   IF This.Value = 1
      * CheckBox on.
      .nGalvRptByBlock=2
      .OptionGroup1.Value=2
   ELSE
      * CheckBox off.
      .nGalvRptByBlock=1
   ENDIF
   Refresh()
ENDWITH
>Hi Cecil,

>I think I had this problem before. Please check the whole thread Re: Bug with option group in VFP6? Thread #830472 Message #830587
Previous
Reply
Map
View

Click here to load this message in the networking platform