Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Option group question
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00499090
Message ID:
00499197
Views:
50
>I think it's the option order in the Property memo in the optiongroup record in the class table, which in turn causes instantiation order. If you look there, you may see something out of order.
>
>Usually if you just switch them around visually they will return to normal.

Here are the properties from the memo field... I have actually fixed this by just reordering them, but there has to be something driving this.

ButtonCount = 3
Value = 3
Height = 65
Left = 30
Top = 253
Width = 440
TabIndex = 9
ZOrderSet = 0
Name = "optLAETreat"
Option1.Caption = "ALAE is Reimbursed in addition to Deductible Amount"
Option1.Value = 0
Option1.Left = 103
Option1.TabIndex = 1
Option1.Top = 7
Option1.AutoSize = .T.
Option1.ZOrderSet = 0
Option1.Name = "Option1"
Option2.Caption = "ALAE is Reimbursed and included in Deductible Amount"
Option2.Value = 0
Option2.Left = 103
Option2.TabIndex = 2
Option2.Top = 25
Option2.AutoSize = .T.
Option2.ZOrderSet = 1
Option2.Name = "Option2"
Option3.Caption = "ALAE is Not Reimbursed"
Option3.Value = 1
Option3.Height = 17
Option3.Left = 103
Option3.TabIndex = 3
Option3.Top = 43
Option3.Width = 154
Option3.AutoSize = .T.
Option3.ZOrderSet = 2
Option3.Name = "Option3"
Wayne Myers, MCSD
Senior Consultant
Forte' Incorporated
"The only things you can take to heaven are those which you give away" Author Unknown
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform