Page 1 of 1

PDM Dialogs

Posted: Wed May 15, 2024 3:55 pm
by MMartens
When using ShowDlg for BatchGet or BatchUnlock in your code, is there a method to see if the user made additional selections from the tree listing? Mainly, I want to be able to determine if the user selected any of the attached files when checking out the main file.
image.png

Re: PDM Dialogs

Posted: Wed May 15, 2024 5:06 pm
by MMartens
Found my own solution. After the dialog closes, I used BatchGet.GetFileList(Egflf_GetLocked) to find all the files being checked out during the operation. I could then iterate through the list for the filenames.