FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour MsgMeter()
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
MsgMeter()
Posted: Wed Jun 29, 2011 12:16 AM

Guys:

Is there a way for the MsgMeter() function to not display the Cancel button ? I do not want users canceling an indexing procedure. Thank you.

Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Re: MsgMeter()
Posted: Wed Jun 29, 2011 12:35 AM

The Source-file of Function < Msgmeter >, You can find
in the FWH-subdirectory /Functions. Just make the changes You need.

@ 2.2, 10.4 BUTTON oBtn PROMPT "&Cancel" OF oDlg ;
ACTION ( lEnd:= .t., lCancel:= .t. ) SIZE 32, 11

Best Regards
Uwe :lol:

Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
Re: MsgMeter()
Posted: Wed Jun 29, 2011 11:05 AM

Ukoenig:

Thank you my friend. Can you take a look at this post: viewtopic.php?f=3&t=21835 ?

Gustavo

Continue the discussion