Using Generic Objects

Using Generic Objects

Question:
I am using a subroutine which involves 2 list boxes in a pick box configuration. I take the literal boxname [Form.Control] and load it to a variable- BoxName. I then pass this to a module sub which processes the data. When I try to get the number of items in the output list, by combining BoxName with the ListCount statement then it doesn’t yield the list count.

The code goes something like this:

ItemCount=BoxName+".Listcount

Why isn’t this working?

Answer:
Try this:

Dim BoxName as ControlSet BoxName = Form.Control
You can then use BoxName.ListCount and that will work fine. You really cannot get the name of a control, but you can set it to another generic control type, like “Control”. You could also use “ListBox” as the type name.

Share the Post:
data observability

Data Observability Explained

Data is the lifeblood of any successful business, as it is the driving force behind critical decision-making, insight generation, and strategic development. However, due to its intricate nature, ensuring the

Heading photo, Metadata.

What is Metadata?

What is metadata? Well, It’s an odd concept to wrap your head around. Metadata is essentially the secondary layer of data that tracks details about the “regular” data. The regular

XDR solutions

The Benefits of Using XDR Solutions

Cybercriminals constantly adapt their strategies, developing newer, more powerful, and intelligent ways to attack your network. Since security professionals must innovate as well, more conventional endpoint detection solutions have evolved