PDA

View Full Version : Isogen Style3 BOM



sgarza
08-05-2010, 12:01 PM
I am trying to use style3 for my Iso's. I would like to use schedule and rating columns in the bom. When I run the iso's the schedule shows up but the rating and size columns dont.

STYLE3-CONTROLS
VERTICAL-SPACING 4
TEXT-HEIGHT 2
TEXT-FONT 13
TEXT-THICKNESS 3
TEXT-WIDTH-FACTOR 80
FABRICATION-DOWN
START-POSITION 294 255
MAXIMUM-ENTRIES 50
;ERECTION-DOWN
;START-POSITION 294 170
;MAXIMUM-ENTRIES 26

STYLE3-DATA-ITEMS
'PT-NO' 294 2
'SIZE' 305 6
'SCHEDULE' 310 12
'RATING' 315 6
'DESCRIPTION' 340 40
'QTY’ 415 8

awerning
08-05-2010, 01:09 PM
Instead of this line:
'SIZE' 305 6
Try this:
'N.S.' 305 6

And make sure that in your main isogen.ini file under the [COMMON] section that the 2 keys look like this:
Material_Criteria =CATALOG;LONG_DESCR;RATING;SCHEDULE;
Material_Items =CATALOG;LONG_DESCR;RATING;SCHEDULE;

And then instead of this line:
'RATING' 315 6
Use this:
'-81' 315 6

And then instead of this line:
'SCHEDULE' 310 12
Use this:
'-82' 310 12

You can probably glean the why's from this post:
Here is a link to some info on that issue (ref. my post #4 at the following thread):
http://www.davetyner.com/forum/showthread.php?t=6403

sgarza
08-06-2010, 05:29 AM
That fixed the size column but the rating column is still blank.

Isogen.ini - I removed the catalog from the common area because it was populating the iso with catalog field from my spec.

[COMMON]
Material_Criteria =LONG_DESCR;RATING;SCHEDULE;
Material_Items =LONG_DESCR;RATING;SCHEDULE;


final.mld

STYLE3-CONTROLS
VERTICAL-SPACING 4
TEXT-HEIGHT 2
TEXT-FONT 13
TEXT-THICKNESS 3
TEXT-WIDTH-FACTOR 80
FABRICATION-DOWN
START-POSITION 294 255
MAXIMUM-ENTRIES 50
;ERECTION-DOWN
;START-POSITION 294 170
;MAXIMUM-ENTRIES 26

STYLE3-DATA-ITEMS
'PT-NO' 294 2
'N.S.' 305 6
'-82' 310 12
'-81' 315 6
'DESCRIPTION' 340 40
'QTY’ 415 8

awerning
08-06-2010, 10:42 AM
Okay...so if that is how you modified the isogen.ini file then you will have to use -80 for RATING and -81 for SCHEDULE

STYLE3-DATA-ITEMS
'PT-NO' 294 2
'N.S.' 305 6
'-81' 310 12
'-80' 315 6
'DESCRIPTION' 340 40
'QTY’ 415 8