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 bkrike 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: Sherylj
  • Content: Threads
  • Order by date
  1. Sherylj

    Textarea not wide enough

    I cannot get a textarea box to size itself properly. I want it wide. I've set the column size to many different sizes and it stays the same no matter what I do. What might be causing this? Shouldn't this be a wide box based upon the code below? <tr> <td colspan="2"><textarea name="test"...
  2. Sherylj

    cftextinput problem

    I've added a cftextinput element to a form. On my local machine it displays fine. When I upload it to the web server, it's about 2 characters wide, you can't input anything, and looks like a brown shadow box. It also won't allow me to align the text. It stays vertically centered no matter...
  3. Sherylj

    Validating Free Form Text

    I have a very novice question. I've been out of the Cold Fusion business for more than two years so I've forgotten half of what I know. I know I've done this before and I think it was with either a CFIF or Javascript but can't find any code from the past. I need to prevent entry of all...
  4. Sherylj

    Using a jsp to run an NT scheduled task

    Does anyone know if you can imbed a user name and password in a jsp app and have it run an NT scheduled task when a user clicks a RUN button for example? I have an NT scheduled task I need to allow a user to run but I can't give them administrator privileges on the server to share the task...
  5. Sherylj

    Group by function

    Group by function Can you use a concentenated column in a group by? I keep getting an error when I try. ord_store||' - '||mrc_desc &quot;Yard&quot; I've tried using just ord_store and the whole string but it doesn't like either. Thanks, Sheryl :)
  6. Sherylj

    Default Port ??

    Is there any way to hide the port in the URL if you aren't using default port of 80 on an Apache web server? DNS? My other thought was when you install Apache, can you set the port to default to something other than 80? If my address was my.company.com:8899 could I make port 8899 the...
  7. Sherylj

    Creating a query looping through records and summing the values

    I have a report I'm trying to build that they want to take the first seven records, add them together (sum) then continue counting the next 7 records, sum that, and so on. Is it possible to do this in Access? I'm not sure this is the best way to do this. They have a record for each day of the...
  8. Sherylj

    Checkboxes

    Help! I need to pass the &quot;nonvalue&quot; checkboxes from a form to an Access database. I know this is simple but I'm having brain freeze. My query is as follows: <CFQUERY NAME=&quot;AddChange&quot; DATASOURCE=&quot;change&quot; dbtype=&quot;ODBC&quot;> INSERT INTO tblChanges...
  9. Sherylj

    HP 8150dn Printer Error

    I have a message on my HP 8150dn display and it says 79.2088. What does it mean? Sheryl j
  10. Sherylj

    I'm getting a syntax error in Access

    I'm getting a syntax error with this INSERT statement. Does anything jump out at anyone? I can't find anything wrong. Could it be a date or time format problem? All fields match. Would an UPDATE QUERY be required if I'm AUTONumbering the ID field and not passing it from the form? I have...
  11. Sherylj

    CFLDAP and Active Directory

    Another one... Has anyone tried to use the CFLDAP tag with Active Directory in Win2000? Just wondering if it works like a normal LDAP lookup. Thanks. Sheryl :)
  12. Sherylj

    Dates and Updating in an Access database

    Here's the deal. I need to update a form. No big task right? Well I keep getting this error message and I suspect it's the date field giving me grief but can't figure it out. Please check my UPDATE query for syntax problems or anything else you might know. I'm using the following to...
  13. Sherylj

    Repopulation on error

    Here's the scenario. I have a form, it finds an error and sends them back to the original form with an error message that says fix the error. How do I repopulate a CFSELECT with the choice they made before the error? I'm using session variables to repopulate input boxes, radio buttons, etc...
  14. Sherylj

    Creating Dates

    Hi, I've been away for a while and have lost some of my CF knowledge. I know I've done this before but how do I automatically insert the current date in a form. I basically want a Create Date to appear in the form automatically (not in a text box where they can edit it) when someone opens a...
  15. Sherylj

    SSL and Cold Fusion

    Is anyone running CF on a secure server?&nbsp;&nbsp;Are there any functionality issues?&nbsp;&nbsp;I've found that CFSchedule will not work and the template mappings in the CF administrator don't seem to work either.&nbsp;&nbsp;I assume it's because it's an http request and not a https request...
  16. Sherylj

    CFSchedule help

    How does CFSchedule work and what do I need to do other than define the schedule in the CF Administrator?&nbsp;&nbsp;I've done that and it's It's not doing anything.&nbsp;&nbsp;<br><br>There isn't a schedule.log in the Logs directory either.&nbsp;&nbsp;Do I have to manually create it or invoke...
  17. Sherylj

    Creating a dynamic HTML table

    I'm attempting to display messages to students depending upon the questions answered in my app.&nbsp;&nbsp;I have my info currently in an html table.&nbsp;&nbsp;A student may get 2 rows of the table or 6 depending upon the information answered.&nbsp;&nbsp;I want to display only the information...

Part and Inventory Search

Back
Top