Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Downloaded Alert.zip
Message
 
 
To
05/03/2001 20:51:47
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00482065
Message ID:
00482102
Views:
10
>Hi. I am looking for a (free) replacement for messagebox (with fonts & sizes).
>I downloaded Alert.zip and got the following message when I tried to run it:
>File "words.prg" does not exist
>on line: _BRPROMPT=words(_prompt,'','')
>
>Can (or has) someone else tried this program? It has > 1,000 downloads and does not appear
>to be revised since its first upload. Maybe it's just me.
>
>Thanks, Randy
>
>ps: can someone suggest a messagebox with fonts & sizes (here or elsewhere)?

Hi Randy,

Words is a function of Foxtools.fll. Since Dragan is a member of Foxtools and Dark Beer club, he assumes, that Foxtools is loaded in the startup program :)

You have to add these lines of code:
if not "FOXTOOLS" $ upper(set('library')
   set library to foxtools additive && here you may need to specify path
endif
I would also recommend you to take a look at my frmStatistics (click on my name and see my contributions). It's simple form for displaying "statistics" kind of messages. It has a Print button, which allows you to print a message. Actually I modified my own version (added a timer, etc.), but this version works and I was too lazy to upload a new version here...

Hope this helps.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform