Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Jerm5
  • Order by date
  1. Jerm5

    ASP.NET 2.0 - Menu control and dynamic SiteMap

    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.
  2. Jerm5

    If..Else statements failing to recognize value!

    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.
  3. Jerm5

    Delphi and ColdFusion

    Guess not.
  4. Jerm5

    Delphi and ColdFusion

    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.

Part and Inventory Search

Back
Top