Visual FoxPro

EN NL TR

The previous snipset

Home

The next snipset

Copying fields from one table to another (for Picasso Broadcasting)

What does the program do?

This program is made to work with the database of Picasso Broadcasting software.  It will copy the Head, Tail, Talk, Mix and Group fields from one CUTS table to another one.  Because dataloss can occur with the REPLACE command (when the codepage of the system does not equal the codepage of the table), this program will warn you when that's the case.

Of course, in order to run you need Visual FoxPro 6 and the correct tables.
 

The code...

cutscopy.prg (stored as a .txt file on the server!)

 

The previous snipset

Home

The next snipset