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 will NOT detect CCX in EDC not saved in root directory #41

Closed
KarlHartmann opened this issue Sep 19, 2023 · 2 comments
Closed

DLAU will NOT detect CCX in EDC not saved in root directory #41

KarlHartmann opened this issue Sep 19, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@KarlHartmann
Copy link

CCX not detected from EDC

you canrt compare a dtabase FILENAME against something that my contain folder parts

' 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")
	tmpVal=Split(tmpVal(0),"!!")
	externalNABName=Left(tmpVal(1),Len(tmpVal(1))-1)
	If LCase(processNAB.Filename)=externalNABName Then externalNAB=t
End If

BAD LS programming

@notesboy notesboy added the bug Something isn't working label Sep 25, 2023
@thampel
Copy link
Collaborator

thampel commented Sep 30, 2023

This bug is tracked as DNEXT-23856 and will be fixed in the next version 1.2.1

@OpenSourceTemplateDominoDev
Copy link
Collaborator

This is fixed in V1.2.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants