I don't think .NET 2.0 will allow you to have more than one web.sitemap file, but it sounds like you need to use roles.
Implement a role provider, then assign your users roles. Then assign your single web.sitemap items with role attributes to restrict what roles can see which menu items.
Try doing this:
var
s : string;
begin
s := Trim(adoqLogonstrModule.AsString);
if s = 'WorkOrder' then
{code}
else
{code}
end;
Simply put, the data just might need to have any spaces trimmed from it. That would explain why the false IF statement is working for you, and the true IF isn't.
I was wondering if anyone has had the opportunity to use the two together, and whether they were successful. I'm particularly interested in whether Delphi 6 has the capability to easily build web applications that will work in tandem with ColdFusion Server.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.