Code Example

The following example shows two copy groups with defined CMRs.

  • Copygroup picto defines a CMR for presenting digital pictures taken with a Picto camera (an audit CMR), and a generic instruction CMR that will be replaced with a device-specific CMR or the default printer CMR.
  • Copygroup snap defines a CMR for presenting digital pictures taken with a Snap camera (an audit CMR), and a generic instruction CMR that will be replaced with a device-specific CMR or the default printer CMR.

Example

  FORMDEF cmrX13  REPLACE yes;
   DEFINE Picto550 CMRNAME
                'Pict1550CC001.001PictV550@@'
                'ES1@@@@@@@@@@@spac@@@@@@@@@@@RGB@'
                'XYZ@@@@@@@@@' ;
   DEFINE snap1    CMRNAME
                'SnapDSC@CC001.001SNAP@DSC-R1'
                'CS@@@@@@@@@@@@spac@@@@@@@@@@@RGB@'
                'XYZ@@@@@@@@@';

   COPYGROUP picto   ;
    CMR  picto550 AUDIT;
   COPYGROUP snap   ;
    CMR  snap1  AUDIT;