FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Scroller in MultiGET()
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Scroller in MultiGET()
Posted: Fri Mar 17, 2023 12:39 PM

How can I find out the state of the scroller in MultiGET(). Is it enabled or disabled ?

Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: Scroller in MultiGET()
Posted: Fri Mar 17, 2023 03:42 PM
Tal vez:
Code (fw): Select all Collapse
   oGet:setDisabled(.F.) /
https://forums.fivetechsupport.com/viewtopic.php?f=18&t=31053

Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Re: Scroller in MultiGET()
Posted: Fri Mar 17, 2023 06:57 PM
What is - oGet:setDisabled(.F.) ?
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Scroller in MultiGET()
Posted: Sun Mar 19, 2023 09:06 AM

? oGet:winStyle( WS_VSCROLL )

Regards



G. N. Rao.

Hyderabad, India
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Re: Scroller in MultiGET()
Posted: Sun Mar 19, 2023 12:22 PM

Thank you, Rao !

How does the TMultiGet control understand that the loaded text is larger than the window of this control and the scroller should be enabled ?

Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: Scroller in MultiGET()
Posted: Mon Mar 20, 2023 04:53 PM
Natter wrote:Thank you, Rao !

How does the TMultiGet control understand that the loaded text is larger than the window of this control and the scroller should be enabled ?
maybe:

https://forums.fivetechsupport.com/viewtopic.php?f=3&t=1721&p=7194&hilit=multiget&sid=9e4adba77f65d5a8b83498e3c370d031&sid=ae02481c675a0db6a0906dafdc648fa0#p7194

or post a full example.

Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341

Continue the discussion