Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set talk
Message
From
14/04/2000 12:14:59
 
 
To
14/04/2000 07:39:02
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00359717
Message ID:
00359809
Views:
12
I don't know if you can change the message, but you can make Fox display a progress bar while a query is running. Try this:
DEFINE WINDOW dummy FROM 0,0 TO 1,1
SET TALK WINDOW dummy
SET TALK ON
SELECT... && Put your SELECT SQL statement here
SET TALK OFF
RELEASE WINDOW DUMMY
This worked in Fox 2.x but I have not tried it with VFP. For a custom mesage you could try giving the dummy window a TITLE and see what happens. If the query is fast the progress bar will not be displayed, however.



>I want to change (translate into Dutch) the text "Running Query when
>running a SQL command with SET TALK ON.
>
>Can this be done?
Rick Borup, MCSD

recursion (rE-kur'-shun) n.
  see recursion.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform