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: *

  1. KristianW

    Multiple shadow folders for single project

    Hi. I'm new to VSS, so please bear with me if this is an inane question... ;-) I have a number of servers that are in different locations yet run the same applications. I use VSS to ensure that we have a history of changes to the code used in these apps. We use one master machine that is the...
  2. KristianW

    Display Rendering Problem

    Hi! I have created a form in Flex 2.0.1 and when the user clicks the "Continue" button, I want to save the form as BitmapData, then encode into JPG data. However, I would like to make some of the components invisible first so they don't render, and disappear from the screen while this is...
  3. KristianW

    SQL Server 2005 Not remembering Column Permissions

    I've worked it out - if you click the mouse on the "grant" column of the permission you want to change, then click "Column Permissions", it erases all permissions, but if you click on the permission itself (eg Select), then click the "Column Permissions" button, the settings are retained. Bit...
  4. KristianW

    SQL Server 2005 Not remembering Column Permissions

    I'm new to MS SQL 2005 and I'm currently creating a DB and assigning certian column permissions to tables. I can set certain columns to allow "SELECT" for example, but say if I add another column to this table and then try to assign SELECT permissions to it, all of my previous settings are not...
  5. KristianW

    Regular Expression HELL!!!

    Hi all. I know this isn't a JS specific question, but I have posted this in the ColdFusion Forum for a while and the only response I received was advice to try this board if I was unsuccessful there. So here I am... I'm patching a website for a company, and part of this site uses RegExs to...
  6. KristianW

    Regular Expression HELL!!!

    Hey all. I'm fixing a webpage that uses RE's to convert hyperlinks to become relative to the calling page. However, sometimes the RE simply appends the hyperlink URL to the end of the original URL, so the final link looks like: http://mysite.com/somewhere/index.cfm?/http://anothersite.com...
  7. KristianW

    RegExp backreference error

    Thanks Webmigit! The second suggestion still threw the exception, but the first option worked a treat. Code looks messy, but hey - it works! If only Macromedia had more resources on this (and SEVERAL other topics), life would be easier.... Thanks again, K.
  8. KristianW

    RegExp backreference error

    Hello all. I am trying to replace some text in a variable via the use of the REReplaceNoCase function: <cfset MyVariable = REReplaceNoCase(MyVariable,"(href="")([A-Z0-9])","\1#cgi.script_name#?#Path#\2","ALL")> This is designed to change the any hyperlinks contained in MyVariable to become...
  9. KristianW

    CallManager-AD integration without plug-in

    Hi all. I'm on contract for a company that would like to have their CallManager user database linked with Active Directory, but without using the plug-in provided by Cisco. Their reason for not using the plug-in is that they do not want the AD schema modified in any way (I've tried to talk...

Part and Inventory Search

Back
Top