PDM Dialogs
PDM Dialogs
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.
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.
Go to full postRe: PDM Dialogs
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.