Oct 4, 2005 #1 Datadis Programmer Oct 19, 2000 18 CA Hi, everybody! Anyone knows why, when I issue Code: SET ALTERNATE TO migrations in a prg, all the output still displays on the screen, and I only get in my migrations.txt file? As always, your help will be appreciated, Pascal Marier-Dionne
Hi, everybody! Anyone knows why, when I issue Code: SET ALTERNATE TO migrations in a prg, all the output still displays on the screen, and I only get in my migrations.txt file? As always, your help will be appreciated, Pascal Marier-Dionne
Oct 4, 2005 #2 GriffMG Programmer Mar 4, 2002 6,305 FR Hi, You missed a bit, you need to toggle the alternate on. Code: set alte to migrations set alte on ? "blah blah" set alte off set alte to Regards Griff Keep [Smile]ing Upvote 0 Downvote
Hi, You missed a bit, you need to toggle the alternate on. Code: set alte to migrations set alte on ? "blah blah" set alte off set alte to Regards Griff Keep [Smile]ing
Oct 4, 2005 Thread starter #3 Datadis Programmer Oct 19, 2000 18 CA Shame on me! thanx, Griff Pascal Upvote 0 Downvote
Oct 5, 2005 #4 Mike Lewis Programmer Jan 10, 2003 17,505 Scotland Pascal, To stop the output going to the screen, you need to issue SET CONSOLE OFF. Mike __________________________________ Mike Lewis (Edinburgh, Scotland) My sites: Visual FoxPro (www.ml-consult.demon.co.uk) Crystal Reports (www.ml-crystal.com) Upvote 0 Downvote
Pascal, To stop the output going to the screen, you need to issue SET CONSOLE OFF. Mike __________________________________ Mike Lewis (Edinburgh, Scotland) My sites: Visual FoxPro (www.ml-consult.demon.co.uk) Crystal Reports (www.ml-crystal.com)