Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I Show/Hide columns dinamically at run-time?

0
Posted

How can I Show/Hide columns dinamically at run-time?

0

Solution: Make use of the following Source Code object HWND hGrid = ObPanelAPI::GetControlHandleByName(&(1:)); ASSERT ( hGrid ); if (hGrid) SendMessage(hGrid,HGFM_SETSTATE,&(2:),MAKELONG(&(3:),HGFF_HIDDEN)); Where: &(1:) = Control Name (i.e. GridP) &(2:) = Column number &(3:) = Show=0/Hide=1 Update: Apparently this is no longer working with Plex 5.0. No work around as of 02/10/03.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123