[Ma...] Posted August 14, 2023 Share Posted August 14, 2023 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 More sharing options...
[Je...] Posted August 18, 2023 Share Posted August 18, 2023 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 More sharing options...
[Ma...] Posted August 22, 2023 Author Share Posted August 22, 2023 Thank you very much for help. The hint solved my problem. Thank you. 😉 Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in