FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How to check if a dialog box has been defined
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
How to check if a dialog box has been defined
Posted: Wed Sep 10, 2008 01:37 PM

Hello,

When I have defined several dialog boxes, among some are hidden, how can I check which dialog boxes have been defined even when they are hidden ?

Thanks a lot in advance

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
How to check if a dialog box has been defined
Posted: Wed Sep 10, 2008 04:07 PM

Michel,

You have to control that yourself, programmatically.

Just create an array and add every dialog object that you use:

aDialogs := {}

AAdd( aDialogs, oDlg )

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion