Jump to content

Editing the save path


---
 Share

Recommended Posts

Hello.
I have a question about the path to save reports. Namely, I mean, is it possible to select, for example, only the first 10 characters from the syntax: getRecordHead("startcomment").

Sample edit path.

"C:\...\"+getRecordHead("planid")+"_"+getRecordHead("startcomment")+"_"+getRecordHead("date")+"_"+"("+getRecordHead("time")+")"+"_"+getRecordHead("order")+"_"+getRecordHead("startcomment")+"_"+getRecordHead("palletid")+"_"+getRecordHead("partnbinc")+"_"+getRecordHead("vda_version")+".pdf"

Regards.
Link to comment
Share on other sites

Yes, it is possible but you have to use string editing PCM commands to do this.

mid(getRecordHead("dmeid"),1,10)

Starts at char 1st and grabs 10 chars.
Link to comment
Share on other sites

 Share

×
×
  • Create New...