Hi,all. I'm developing an app that needs to add/remove controls on the fly to accomodate additional records. I added a numerical identifier to the "tag" property so that I could identify how many records there are, but I'm not sure how to cycle through the controls to find the highest "tag" value.
Basically, I need to search the form and get the control with the highest "tag" so I will know ho many controls need to be added/removed from the form.
Any assistance would be greatly appreciated.
Basically, I need to search the form and get the control with the highest "tag" so I will know ho many controls need to be added/removed from the form.
Any assistance would be greatly appreciated.