Oct 4, 2005 #1 Datadis Programmer Joined Oct 19, 2000 Messages 18 Location 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 Joined Mar 4, 2002 Messages 6,345 Location 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 Joined Oct 19, 2000 Messages 18 Location CA Shame on me! thanx, Griff Pascal Upvote 0 Downvote
Oct 5, 2005 #4 Mike Lewis Programmer Joined Jan 10, 2003 Messages 17,516 Location 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)