Title: tool report

ok, I'm there but I need more help. I would like to keep the Job Operations File= %s but I don't want the Date Created or Date Revised. This is not as easy as you would think.

Lee Greer
CAD\CAM department
Midwest Precision Tool & Die

 

procedure section_5010000

{

format ("Job Operations File= %s Date Created= %s\n",

jof_file, created);

format (" Date Revised= %s\n\n", rev_date);

format (" Created by= %s\n\n", creator);

format (" Machine Type= %s Units= %s\n", mach_desc,

map ( units, ["Inch", "Metric"]));

format ("Part Description= %s\n", prt_desc);

format (" Material Desc= %s\n\n", matl_desc);

format("\n\n");

-----Original Message-----
From: Jeff [mailto:[EMAIL PROTECTED]
Sent: Friday, September 12, 2003 9:53 PM
To: SmartCAM Users; Lee Greer
Subject: [mfg-smartcam] tool report

Lee,
 
It's in the SM9/Mill/JOSRPT file
 
procedure section_5010000
//{
// format ("JOB PLANNER:  %s\n
//DATE CREATED:  %s\n\n",        jof_file, created);
{
 format ("DATE REVISED:  %s\n\n",
     rev_date);
 format ("PROGRAMMER:  %s\n\n", creator);
 format ("PART DESCRIPTION:  %s\n\n", prt_desc);
 format ("MATERIAL:  %s\n\n", matl_desc);
 format ("  %s\n\n", job_note);
 newpage();
 
Jeff Pieper
 
----- Original Message -----
From: Lee Greer
Sent: Friday, September 12, 2003 3:03 PM
Subject: [mfg-smartcam] tool report

I would like to remove the Date Created and the Date Revised from the Milling Tool Report? I cannot remember which file is needed to modify this.

FreeForm 11.5

Lee Greer
CAD\CAM department
Midwest Precision Tool & Die

Reply via email to