- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to use iLogic to facilitate part name engraving in an iPart model.
The part file name is for example 90045128.ipt
The iPart table is set up to use 90045128-0x as the Member Name
The iPart table is set up to use 90045128.0x as the Part Name
In the iLogic browser, I have the code:
rowNumber = iPart.RowNumber("90045128:1") Parameter ("Part_Name") = iPart.CurrentRowValue ("Part Name")
The parameter "Part_Name" is a text user variable
When the rule is ran however, I receive the following error:
Error in rule: Rule0, in document: 90045128.ipt
Object reference not set to an instance of an object
Which I interpret to mean there is a NULL value. I have tried just running the rowNumber = iPart.RowNumber("90045128:1") and receive the same error. I am not sure why this returns null when it seems to match the example in the help files.
Can someone clue me in as to why this does not work?
Solved! Go to Solution.