Andrew_46
Andrew_46

Reputation: 37

VFP - Copy a free table between projects

A project test1.pjx has a free table in it (Project manager | Data | Free tables). I would like to copy that table structure and all its data (ten records) into another project Test2.pjx.

How can I do that, please?

Upvotes: 0

Views: 175

Answers (1)

Hank Wilson
Hank Wilson

Reputation: 519

Since it's a free table and the projects are in separate folders, simply use the regular copy function in windows explorer to copy it to the second project's folder. Then start up VFP and go to data, and add the table to the project and that should do it.

Upvotes: 3

Related Questions