Welcome to MSDN Blogs Sign in | Join | Help

Tools->Options->Dump out settings changed

Try this:

 

ACTIVATE WINDOW "debug output"

 

 

Now choose Tools->Options. Shift-Click on OK

 

You’ll see the options dialog settings echoed to the Debug Output window. (in versions prior to VFP9, it will be echoed to the Command window)

 

The DoHistory is also echoed to the same window.

 

Try this:

 

ACTIVATE WINDOW "debug output"

SET DOHISTORY ON

FOR i = 1 to 10

      ?i

ENDFOR

 

 

 

Published Thursday, October 27, 2005 8:58 AM by Calvin_Hsia
Filed under:

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# re: Tools->Options->Dump out settings changed

Friday, October 28, 2005 4:56 AM by wOOdy
Hi Calvin,
maybe you could also reveal, WHY that output is generated in such a mess? What's the reason (or in geekspeak: usecase) for that particular mis-ordering? It's not dependend on the order of the pages, and it's sparkled with non-useful comments. I see a reason to put SET TALK on top, but why isn't the rest just alpha-sorted? That way one could really use that output and drag it over into a 'settings.prg' etc. Maybe you could do some miracle and clean up that mess, maybe as a sidetask in one of those boring .NET meetings... <vbg>

# re: Tools->Options->Dump out settings changed

Friday, October 28, 2005 7:06 AM by Sullaiman
Hi,

Those settings that are in comments don't have their equivalent SET commands and are stored in the Registry (HKCU\Software\Microsoft\VisualFoxPro\9.0\Options)

# re: Tools->Options->Dump out settings changed

Sunday, October 30, 2005 5:05 AM by wOOdy
Hi Sullaiman,
I know that. But those registry-settings have absolutely no use in that case. They just clobber the whole output, and you have to manually delete them afterwards anyway.

# re: Tools->Options->Dump out settings changed

Monday, February 20, 2006 5:04 AM by ?
?

# re: Tools->Options->Dump out settings changed

Monday, February 20, 2006 5:04 AM by ?
tekin

# re: Tools->Options->Dump out settings changed

Monday, February 20, 2006 5:04 AM by ?
sanane

# re: Tools->Options->Dump out settings changed

Monday, February 20, 2006 5:04 AM by ?
sanane

Leave a Comment

(required) 
required 
(required) 
 
Page view tracker