Search results for query: *

  • Users: spach
  • Order by date
  1. S

    Question How to pass a bitarray to a function

    Hi JohnH, Many thanks for your reply. I foolishly thought that if I passed the object into a function BYVAL, then the object properties would not be altered. Of course this is not the case with objects and you were absolutely correct in that the bitwise methods had altered the original...
  2. S

    Question How to pass a bitarray to a function

    I'm trying to pass 2 bitarrays to a function that ANDs the bitarrays and returns the count of bits that are set to TRUE. However, something strange happens when I reference the bitarray from within the function and the results are non-sensical. So I have output the bitarray contents before it...
  3. S

    Dynamic Tab Control Inheritance

    Hi, I never did implement it as I needed differing controls within the control! Sorry I can't be of more help. Thanks Clive
  4. S

    Dynamic Tab Control Inheritance

    Many thanks for your help, Seems straight forward when you think about it!!
  5. S

    Dynamic Tab Control Inheritance

    I've got a tab control and want to dynamically add tabs depending on the output from a database. I can easily add a new tab, however I want to inherit the controls and layout from the initial tab. Can anyone help me??? Many thanks in advance
Back
Top