tommyjames Posted February 11 Report Share Posted February 11 Hi, I have multiple scan criteria in one scan. Is there a way to get the results to display in multiple columns? Thanks Quote Link to comment Share on other sites More sharing options...
Jerry Medved Posted February 11 Report Share Posted February 11 yes, sure. Assuming you are doing the "Advanced" mode, the SetResult function first parameter is the index of the result you wish to set. 0 is default, but you can do SetResult(1,.... etc). Then, you can name the result columns if you want. Just put this at the start of the scan: SetScanResultColumnName(0, "My result name"); SetScanResultColumnName(1, "My other result name"); Quote Link to comment Share on other sites More sharing options...
tommyjames Posted February 11 Author Report Share Posted February 11 Thanks for the help! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.