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.
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.
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 ![]()