home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 March
/
Chip_1998-03_cd.bin
/
tema
/
MINICAD
/
MC7DEMO
/
MINICAD.1
/
INVENTRY.MPC
< prev
next >
Wrap
Text File
|
1997-04-30
|
539b
|
24 lines
PenSize(1);
PenPat(2);
FillPat(1);
FillFore(255);
FillBack(0);
PenFore(255);
PenBack(0);
TextFont(1);
TextSize(10);
NameObject('Inventory');
SprdSheet(0",0",3,3);
SprdWidth(12);
LoadCell(1,1,'Type');
SprdWidth(15);
LoadCell(1,2,'Wattage');
SprdWidth(7);
LoadCell(1,3,'Count');
LoadCell(2,0,'=DATABASE(R IN [''Instruments''])');
LoadCell(2,1,'=(Instruments.Type)');
LoadCell(2,2,'=(Instruments.Lamp)');
LoadCell(2,3,'=1');
LoadCell(3,2,'Total Number of Instruments:');
LoadCell(3,3,'=COUNT(R IN [''Instruments''])');