- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Chandra - you have given me more to investigate but you did not directly answer my question I think.
I have the iFactory set up as you indicated. I don't know how to attach files in a post so here is a google drive link to a zip file. https://drive.google.com/open?id=1KQyGoQBKAuhDTSwc03joqIddB36EEA2s
I cannot search through the rows to find one with the correct "Length" because it is a custom parameter - the table has only 1 row, while there are many parts which use this row, each with different lengths. See screenshot:
Can you give me an example of how to call .ChangeRow() using a custom parameter?
Do I make an oRow and then oRow(custom parameter column)=val and then .changerow(orow)? Or .ChangeRow(iRow, "custom column name", "val"). Or... something else?
Currently I'm trying some of these methods but I am unsuccessful thus far.
Thanks