Using Frames containing option buttons as control arrays 
Author Message
 Using Frames containing option buttons as control arrays

Hope someone can make suggestions on how to sucessfully use Frames
containing option buttons, as control arrays.  The control array Frames
all appear but the option buttons appear only in the original Frame.  

Dim I As Integer

For I = 0 To 15
 If I > 0 Then
  Load Frame4(I)
  Load optDisplay(I)
  Load optRecord(I)
 End If
 Frame4(I).Visible = True
 optDisplay(I).Visible = True
 optRecord(I).Visible = True
 Frame4(I).Top = Frame4(0).Top + (I* Frame4(0).Height)
 optDisplay(I).Top = optDisplay(0).Top + (I * optDisplay(0).Height)
 optRecord(I).Top = optRecord(0).Top + (I * optRecord(0).Height)
Next I

Thanks in advance for any suggestions!

Judy



Mon, 10 Jan 2000 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Run-Time Control Array of Option Buttons w/in Frames

2. Working with an Option Button Array and Checkbox Button Array

3. Option Button control Array problem

4. option button control array - won't work

5. Option Button Control Array Not Working

6. Control arrays with option buttons

7. Option button on top of a Frame?

8. Get state of option buttons in frame

9. Adding option buttons to a frame

10. Option button in a Frame caption?

11. Setting Option Button values inside a frame?

12. Creating frames with option buttons at runtime

 

 
Powered by phpBB® Forum Software