Some of you have been through this. I am in the process of copyrighting a
program I have written. The copyright office wants the first 25 and last 25
pages of the program.

You used to be able to see the entire application in one file. Can you stil
do this? How do I see the entire program code in one file? The App is made up
of over 50 programs and forms and reports, etc.

TIA

Re: Need to print certain pages for a copyright regsitration. by Fred

Fred
Mon Oct 30 20:03:55 CST 2006

With a VFP application, there really is no such thing as "first n pages" or
"last n pages". You might have an argument for the main .PRG being the
"first". Pick any 2 pieces of code and print them, though keep in mind,
IANAL. I do believe a company I used to work for did just that.

--
Fred
Microsoft Visual FoxPro MVP


"Phrank" <Phrank@discussions.microsoft.com> wrote in message
news:1DCAB79F-9712-4E6D-B8BC-44D7553F609B@microsoft.com...
> Some of you have been through this. I am in the process of copyrighting a
> program I have written. The copyright office wants the first 25 and last
> 25
> pages of the program.
>
> You used to be able to see the entire application in one file. Can you
> stil
> do this? How do I see the entire program code in one file? The App is made
> up
> of over 50 programs and forms and reports, etc.
>
> TIA



Re: Need to print certain pages for a copyright regsitration. by AA

AA
Tue Oct 31 04:13:08 CST 2006

You can open class libraries, projects, programs, and forms in the
ClassBrowser, on the Tools menu. Then use the 'View Code' button,
-Anders

"Phrank" <Phrank@discussions.microsoft.com> skrev i meddelandet
news:1DCAB79F-9712-4E6D-B8BC-44D7553F609B@microsoft.com...
> Some of you have been through this. I am in the process of copyrighting a
> program I have written. The copyright office wants the first 25 and last
> 25
> pages of the program.
>
> You used to be able to see the entire application in one file. Can you
> stil
> do this? How do I see the entire program code in one file? The App is made
> up
> of over 50 programs and forms and reports, etc.
>
> TIA



Re: Need to print certain pages for a copyright regsitration. by Roger

Roger
Tue Oct 31 06:08:47 CST 2006

"Phrank" <Phrank@discussions.microsoft.com> wrote in message
news:1DCAB79F-9712-4E6D-B8BC-44D7553F609B@microsoft.com
> Some of you have been through this. I am in the process of
> copyrighting a program I have written. The copyright office wants the
> first 25 and last 25 pages of the program.
>
> You used to be able to see the entire application in one file. Can
> you stil do this? How do I see the entire program code in one file?
> The App is made up of over 50 programs and forms and reports, etc.

If you use VFP's Documenting Wizard, it will create a file called XYZ.LST
(where XYZ is the name of your project). It's just a text file which
contains
code representations of every PRG, SCX, VCX & DBC procs in your
project. I think it's the closest you'll get to what you're looking for.

HTH,

Roger



Re: Need to print certain pages for a copyright regsitration. by Phrank

Phrank
Tue Oct 31 07:20:02 CST 2006

Thank You Roger. That is exactly what was needed.

"Roger Ansell" wrote:

> "Phrank" <Phrank@discussions.microsoft.com> wrote in message
> news:1DCAB79F-9712-4E6D-B8BC-44D7553F609B@microsoft.com
> > Some of you have been through this. I am in the process of
> > copyrighting a program I have written. The copyright office wants the
> > first 25 and last 25 pages of the program.
> >
> > You used to be able to see the entire application in one file. Can
> > you stil do this? How do I see the entire program code in one file?
> > The App is made up of over 50 programs and forms and reports, etc.
>
> If you use VFP's Documenting Wizard, it will create a file called XYZ.LST
> (where XYZ is the name of your project). It's just a text file which
> contains
> code representations of every PRG, SCX, VCX & DBC procs in your
> project. I think it's the closest you'll get to what you're looking for.
>
> HTH,
>
> Roger
>
>
>