Results 1 to 2 of 2

Thread: ActiveX UserControl

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2000
    Location
    uk
    Posts
    1

    Question

    I have multiple instances of a Usercontrol on a form. How do I select the one to put data in when using a nested loop to generate the data. or is there another way to generate the data to allow individual access?

  2. #2
    Lively Member
    Join Date
    Nov 1999
    Location
    Cincinnati, OH
    Posts
    66
    trying using a control array and index them based on the counter variable, i.e.
    for x = 0 to whatever
    cntl(x).prop
    next

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width