Jump to content

Editing incremental part number in input parameter


---
 Share

Recommended Posts

I was wondering if I can edit the incremental part number in input parameter which is default in calypso report by using the userfields.ini .I want to make the incremental part number as a drop down, to choose among different parts.
Link to comment
Share on other sites

personally, I don’t like how works the userfield.ini...
but of course, is possible:

[Fieldnames]
partnbinc


[partnbinc]
name=Incremental_Number
editMode=true
runMode=true
selectiveList=true
selectiveListValues=partnbinc_valueList
editable=false
defaultValue=3

[partnbinc_valueList]
1=Monday
2=Tuesday
3=Wednesday
4=Thursday
5=Friday
6=Saturday
7=Sunday

Link to comment
Share on other sites

If you're using a newer version with piWeb, go to the measurement tab and select multiple report. Then select the "select report header parameters" and make sure the "incremental Part Number checkbox is selected for the run and the measurement.
Then go to "Resources" and select "report header parameters". Then make sure to select the checkbox to Force Input at Start.
After making sure all the above is done, the input parameters window will open when the program is started and you can input what ever numerical number you want .
Be aware that if any number you have put in has already been used , it will overwrite any previously saved PDF reports. I usually name my incremental with a date like 9.27.21-1 so previously made reports aren't overwritten if they were made on a previous date. For some reason the forum isn't letting me input attached pictures.
Link to comment
Share on other sites

 Share

×
×
  • Create New...