Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sys(3054) How to turn off output to screen?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01286035
Message ID:
01286089
Vues:
25
>>Where did I say that? You can use whatever suit you best. The SYS(3092) only adds output to a file. It does not affect output to screen.
>
> I know you didn't say that... I made the change as suggested and I still see output to the screen. I was just wondering if the problem was happening due to me using the sys(3092) function.
>
>What I did to my code:
>In the load event I added sys(3054,12,'test') instead of sys(3054,1)
>
>I still had output to the screen.
>
>TIA,
>Mike

Did you specify the test variable first?

Try
public test
test = ''

Don't forget to release it in the form's Destroy method.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform