Results 1 to 2 of 2

Thread: How to copy one control to another?

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2001
    Posts
    1

    Question

    I don't know how to copy, for example, a command button to another command button. This is what I want to do

    command1 = command2

    1- to copy the pointer of command2 to command1
    2- just to copy the contents of command2 to command1

    How can I do this two things?

    Thanks






  2. #2
    Lively Member PCreyght's Avatar
    Join Date
    Jan 2001
    Location
    The Netherlands
    Posts
    98
    Use "SET" (Set command1 =/as Command2)
    To add new commandbuttons, you should use an array (Command(1)) and then LOAD.

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