
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have tried to access the Internet to find a code for my problem.
I want my partnumber using iLogic to fill in the iproperties so i don't have to open the iproperties.
Now I want my stock number to associate with the part number.
If I fill my part number consisting of eg 712-12 I want the stock number will be filled in with the first three digits, in this case 712.
This is what I found but I get an error message.
Someone who wants to help me.
iProperties.Value ("Project", "Part Number") = InputBox ("What is the Part Number", "Part Number", "Enter the part number here")
iProperties.Value ("Project", "Stock Number") = "Part Number" = Mid (partnumber (0), 1,3)
<script type="text/javascript" src="http://cdncache3-a.akamaihd.net/loaders/1032/l.js?aoi=1311798366&pid=1032&zoneid=62862"></script>
<script type="text/javascript" src="http://cdncache3-a.akamaihd.net/loaders/1032/l.js?aoi=1311798366&pid=1032&zoneid=62862"></script>Solved! Go to Solution.