PDM Dialogs

Programming and macros
MMartens
Posts: 34
Joined: Wed Apr 28, 2021 10:01 am
Answers: 6
Location: Shawano, WI USA
x 6

PDM Dialogs

Unread post 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
by MMartens » Wed May 15, 2024 5:06 pm
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 post
MMartens
Posts: 34
Joined: Wed Apr 28, 2021 10:01 am
Answers: 6
Location: Shawano, WI USA
x 6

Re: PDM Dialogs

Unread post 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.
Post Reply