Access controls inside a tab object

Access controls inside a tab object

Question:
How can I access the controls placed on a tabpage in a tab object (for example, from a user event on a sheet window containing the tab object, to get the values of certain column of a datawindow on a tabpage of the tab object)? All tab pages are defined by inserting tab pages into the tab control object.

Answer:
To access the pages of a tab control, you need to walk through the tab control array. For example, the following code loops through the array looking for the control on the selected tab that has the lowest none zero tab order. You can alter this code to do what you want and more:

Integer li_Max, li_I, li_Order = 9999DragObject ldo_Focus, ldo_Templi_Max = UpperBound( tb_1.Control[ tb_1.SelectedTab ].Control )FOR li_I = 1 TO li_Max  ldo_Temp = tb_1.Control[ tb_1.selectedtab ].Control[ li_I ]  IF ldo_Temp.taborder < li_Order AND ldo_Temp.taborder > 0 THEN    li_Order = ldo_Temp.taborder    ldo_Focus = ldo_Temp  END IFNEXT
Share the Post:
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

AI is revolutionizing fraud detection

How AI is Revolutionizing Fraud Detection

Artificial intelligence – commonly known as AI – means a form of technology with multiple uses. As a result, it has become extremely valuable to a number of businesses across

AI innovation

Companies Leading AI Innovation in 2023

Artificial intelligence (AI) has been transforming industries and revolutionizing business operations. AI’s potential to enhance efficiency and productivity has become crucial to many businesses. As we move into 2023, several