RESOLUTION
Before choosing Copy from the Edit menu, make sure you select all the
frames of the movie. You can do this in either of two ways:
- From the Edit menu, choose Select All.
-or-
- With the frame control positioned to the extreme left of the progress
indicator located at the bottom of the movie window, press the
SHIFT key and drag the frame control to the extreme right of the
progress indicator. Release the SHIFT key.
Using either method, all frames in the movie should be selected, indicated
by the black fill of the interior of the progress indicator. Once all the
frames have been copied, return to FoxPro and paste the new contents of the
Clipboard into the general field. The single movie frame will be replaced
with the entire movie.
NOTE: There are two alternatives to the previous method of inserting a
QuickTime movie into a general field. The first alternative is to choose
Insert Object from the Edit menu. This item is available when a general
field window is the active window. For more information about the Insert
Object menu command, see page 57 of the FoxPro for Macintosh "User's
Guide."
The second method is to issue the APPEND GENERAL command in the Command
window. The syntax of this command is as follows:
APPEND GENERAL <general field>
FROM <file>
[LINK] [CLASS <ole class>]
An explanation of this command can be found on page 183 of the FoxPro for
Macintosh "Language Reference." In the case of QuickTime movies, the OLE
class is "QuickTime Movie".
For example, given a QuickTime movie named QTLogo located in the Macintosh
HD:Movies subfolder and a table in the currently selected work area with a
general field named Object, you could use the following command to insert
QTLogo into the Object general field:
APPEND GENERAL Object ;
FROM "Macintosh HD:Movies:QTLogo" ;
CLASS "QuickTime Movie"