hi,
i'm now trying to create a bom table format and i am stuck with some issue.
i'm planning to have a 4 colomn region, i.e. no, dwg/part no., description and qty
i only have problem with the second one, in which i want it to call out a model parameter [dwg_no] and replace it with the model name if the value of this parameter is enther empty or undefined. the relations come back to me with errors (as displayed)
if asm_mbr_dwg_no!=""
/* ERROR: Invalid symbol 'asm_mbr_DWG_NO' found.
dp=asm_mbr_dwg_no
else
dp=asm_mbr_name
/* ERROR: Invalid symbol 'asm_mbr_name' found.
endif
note: i had rpt.rel.dp in the second column, model parameters dwg_no and part_no which is pre-defined in my templates. i future, i may want to use part_no instead of model name because i am now in progress of updating my library information.
i would appreciate if anyone can get around this problem...
thanks in advance... ksboo
i'm now trying to create a bom table format and i am stuck with some issue.
i'm planning to have a 4 colomn region, i.e. no, dwg/part no., description and qty
i only have problem with the second one, in which i want it to call out a model parameter [dwg_no] and replace it with the model name if the value of this parameter is enther empty or undefined. the relations come back to me with errors (as displayed)
if asm_mbr_dwg_no!=""
/* ERROR: Invalid symbol 'asm_mbr_DWG_NO' found.
dp=asm_mbr_dwg_no
else
dp=asm_mbr_name
/* ERROR: Invalid symbol 'asm_mbr_name' found.
endif
note: i had rpt.rel.dp in the second column, model parameters dwg_no and part_no which is pre-defined in my templates. i future, i may want to use part_no instead of model name because i am now in progress of updating my library information.
i would appreciate if anyone can get around this problem...
thanks in advance... ksboo