Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to redirect the messages in the status bar ?
Message
 
À
30/09/1997 15:48:49
Dragan Nedeljkovich
Now officially retired
Zrenjanin, Serbia
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00051286
Message ID:
00052705
Vues:
37
>>I don't have to go to every SQL-Statement to fix that. Try this :
>>..- From the command line say:
>>SET STATUS BAR OFF
>>SET TALK ON
>>..- Open one of your projects
>>..- Select "Build" and then "Rebuild All"
>>
>>You will see how FoxPro uses a small window in the upper
>>right of your screen to display the progress of the rebuilding process.
>>That is what I want.
>>
>
>I use two little routines, one before and the other after any lengthy
>SQL or other command:
>
>wton.prg
> set talk on
> set talk window
> set status bar off
>
>wtoff.prg
> set talk off
> set talk nowindow
>
>After Wton, you get the countdowns in the active window. If there's no
>active window, you get the countdowns in the Wait window (upper right,
>yes). You may try to Activate Screen in Wton, but then you'd have to
>take care of reactivating the last active window.
>
>As for the status bar, I prefer to keep it Off for as long as the app
>runs, but you may want to restore it (though it looks kind of ugly while
>it vanishes and/or comes back, because the refreshing time...)

Thanks Dragan,
I was missing SET TALK WINDOW, I did it and it worked..!!
Luis Guzman, MCP
"The only glory most of us have to hope for
is the glory of being normal." Katherine Fulleton Gerould
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform