Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DLAU doesn't handle multiple CCX Directories... #60

Open
SGlanville opened this issue Nov 27, 2023 · 1 comment
Open

DLAU doesn't handle multiple CCX Directories... #60

SGlanville opened this issue Nov 27, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@SGlanville
Copy link

SGlanville commented Nov 27, 2023

Probable solution :-)

dlgExternalQA
DAListExternal Allow Multiples

slCore:GetPersonDocuments
' if an external directory was chosen to identify CCX users, check to see if the current directory is the one that was chosen
If GetAdminValue("DAListExternal")(0)<>"" Then
tmpVal=GetAdminValue("DAListExternal")
ForAll strNabs In tmpVal
spitVar = Split(strNabs,"!!")
externalNABName=Left(spitVar(1),Len(spitVar(1))-1)
If LCase(processNAB.Filename)=LCase(externalNABName) Then externalNAB=t
End ForAll
End If

@SGlanville
Copy link
Author

FmLaunch: Tab 2 Button Click saving list...
openSetAdminValue "DAListExternal", dialog.Getfirstitem("DAListExternal").Values

@notesboy notesboy added the enhancement New feature or request label Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants