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. GSXR179

    Problems with cookie variables

    The page where the cookies are set does not have a cflocation on it. However I think the server is on a different domain from the other computers. The application is being used on a Intranet and I have never experienced this before on other installations. any other suggestions?
  2. GSXR179

    Problems with cookie variables

    Hi all. I'm having trouble with cookie variables not being set on remote computers in CF6.1. Heres's what's goingon, hopefully someone could give some troubleshooting suggestions. After installing CF6.1 as a evaluation copy at a customer site, I launched our application and everything seemed...
  3. GSXR179

    Form element validation question

    The above code does work on a defined number of radio boxes with static values. However, the page that I'm working on has dynamic radio buttons, as I have listed below. <SCRIPT Language=&quot;Javascript&quot;> function checkComment() { if (document.myForm.a#myQuery.id#.value == 1) { if...
  4. GSXR179

    Form element validation question

    Thanks Tony, I'll try it
  5. GSXR179

    Form element validation question

    Hi, Does anyone know how to validate a text box if a radio button is checked? Here's the situation. I have multiple pairs of radio buttons on a page yes/no I need to ensure that for a choice of no, the user fills out a comments text box for the given no answer. I know this seems simple but...
  6. GSXR179

    Using Installshield Express to distribute a Coldfusion Application

    Hi all, Has anyone used Installshield to package and distribute a ColdFusion Application? If so, do you know of any tutorials on how to automatically register a CFX tag and create datasource names etc... Thanks in advance. Mike
  7. GSXR179

    Client Variables in CFMX

    Thanks again. Yes I took your code and I ran it; and it did work. So once these client variables get set I do a CFLOCATION to another page which gives the error : Element VLSUSER is undefined in CLIENT as indicated in the first post. So I'm back to square one. Mike
  8. GSXR179

    Client Variables in CFMX

    Thanks for your reply Carl. Here is where we set the client variable. <cftry> <cftransaction> <cfif isDefined(&quot;client.vlsuser&quot;) OR isDefined(&quot;Client.vlsAccess&quot;)> <cfset DeleteClientVar = DeleteClientVariable(&quot;vlsAccess&quot;)> <cfset DeleteClientVar =...
  9. GSXR179

    Client Variables in CFMX

    Hi does anyone know how to store and retrieve client variables in CFMX? I get a error message the old way of doing things. the error message is: Element VLSUSER is undefined in CLIENT. the code is: <cfif NOT isDefined(&quot;user&quot;)> <cfset user = #client.vlsuser#> </cfif> any...
  10. GSXR179

    Creating a virtual directory to a directory inside a firewall

    Hi, How can I create a virtual directory on my webserver located on a DMZ to a directory located on a server on my LAN behind a firewall? Thanks for you help in advance, Mike Reitmeyer
  11. GSXR179

    Trouble connecting to LAN

    Hi All, I have just purchased a IPAC with Bluetooth and a AXIS 9010 Bluetooth Access Point. I am having trouble browsing our Local Area Network although I can get access to the Internet via our network. I can connect to another computer via TCP/IP. The trouble comes when I try to connect to...
  12. GSXR179

    Creating a rule to ensure an ordered sequence

    Thank you all for responding, The column is not an idenity column. The purpose of this is to organize questions on an evaluation form by sequence. If I did not have a sequence column, then they would be ordered by ID number. Is there a better way of organizing these questions?
  13. GSXR179

    Creating a rule to ensure an ordered sequence

    Hi, I'm trying to add a rule in a MS SQL 2000 database that will ensure a set order in a table. I have a table that has a sequence column, I would like to prevent any gaps or duplicate entries into this column. For example. If I have five rows and they are ordered 1,2,3,4,5 and I remove...
  14. GSXR179

    Inserting Form Values

    Hi, I'm working on a project, and I can't seem to figure out something really basic. I'm developing a simple questionaire. The user is to be presented with one question per page with a Previous and a Next button on it. The input values will be textbox, radio buttons or check boxes. The FORM...
  15. GSXR179

    Automatic Login Feature

    Thanks, I'll try these suggestions.
  16. GSXR179

    Automatic Login Feature

    Hi, I have a Windows 2000 Professional computer which was installed at a local computer shop. When they installed the operating system they set it up to log in as a particular user. The login screen never appears. Does anyone know how to disable this feature in W2K Professional? Thanks in...
  17. GSXR179

    Problems with incoming dial up connection

    Thanks for responding. In the remote access policy I do not have any restrictions set for phone numbers or media. Any other ideas?
  18. GSXR179

    Problems with incoming dial up connection

    HI, I'm having a problem with my incoming dial up connection. I work for a small company and I have set up a Windows 2000 domain with AD and RRAS. I have one modem on a Windows 2000 server. I have set up RRAS to allow incoming connections and have granted dial in permissions for those who...
  19. GSXR179

    &lt;b&gt;Installation Questions&lt;/b&gt;

    Hi all, Im having a problem installing Exchange 2000. When I try to prepare the forest. I receive this error &quot;The component &quot;Microsoft Exchange Forest Preparation&quot; cannot be assignes the action &quot;Install&quot; Because: Either you do not have permission to update the active...
  20. GSXR179

    MSDE Default Password

    Thanks all for your responses. I was able to authenticate to the MSDE application by entering &quot;osql -E OFF&quot; at the command line. This disables the trusted connection option. Then I ran the sp_grantLogin stored procedure then to give myself system admin permissions I ran the...

Part and Inventory Search

Back
Top