User_Is_Manager bug(?)
Running this:
Gives me this:
Admittedly, I'm doing some pretty strange things in my code, but I'm not telling db.mvc that UserXStore is in the 's01' directory.
Not only is UserXStore not in the 's01' directory, but there is no such file/directory as 'lib/dbeng/users.mv'.
Any suggestions?
Running this:
Code:
<MvDO FILE="{g.Module_Library_DB}" NAME="l.manager" VALUE="{User_Is_Manager(g.admin_user_id)}">
Code:
Runtime error in lib/db.mvc @ [00000041:00000034]: lib/dbeng/users.mv: Line 218: MvOPENVIEW: Unknown table 's01_UserXStore'
Not only is UserXStore not in the 's01' directory, but there is no such file/directory as 'lib/dbeng/users.mv'.
Any suggestions?
Comment