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 IamaSherpa 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. Sherylj

    Validating Free Form Text

    Unfortunately, it didn't like that. Error Occurred While Processing Request Error Diagnostic Information CFInput Supported validate rules are float, integer, date, time, eurodate, telephone, zipcode, creditcard, social_security_number The error occurred while processing an element with a...
  2. Sherylj

    Textarea not wide enough

    Thanks! That worked. You rock!
  3. 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"...
  4. Sherylj

    cftextinput problem

    It's a CF app so it's a little hard not to use CFFORM. :) Standard HTML requires that I write some other app (cgi or something) to get the same job done. I can do it faster with this. Thanks. I'll try your suggestion.
  5. 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...
  6. Sherylj

    Validating Free Form Text

    Does this work if you want to validate only certain fields in the form or will it apply the validation rules for all cfinput's? I have some form inputs that will allow the special characters and some that will not.
  7. Sherylj

    Validating Free Form Text

    Can you give me a quick example if I don't want to allow ! in this? I can do the rest from there I imagine. <cfinput type="Text" name="serv_loc_name" required="yes" size="40" message="Service Location Name (Not Found) is a required field.">
  8. 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...
  9. 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...
  10. Sherylj

    IWR 7.0 BURSTIN PROBLEM

    I can't seem to get a report to burst and this is the error message I get. Does this message mean anything to anyone? Attention Unable to execute report C:\Test\Published\Infinium AR\apps\AR Yard Aging.imr. Reason: Error: 0, Generic; Process ID: 4180; Thread: 4212; Host: CFD2-MID-TX-001...
  11. Sherylj

    Group by function

    It works! Thanks a million... Sheryl :)
  12. Sherylj

    Group by function

    OK That helps. Thank you. I'll try it. Sheryl :)
  13. Sherylj

    Group by function

    How does the Group By function work? I'm a newbie with Oracle PL/SQL and it seems to behave strangely. I'm getting this error when I try your idea. ORA-00979: not a GROUP BY expression Do I have to include every selected item in my group by? I have several selected columns. Thanks...
  14. 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 :)
  15. 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...
  16. 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...
  17. Sherylj

    CFLDAP and Active Directory

    We have someone currently using Active Directory to authenticate using the Win2K unername for the Oracle Portal. It's not CF but it looks like if you could do it one way, you could do it with CF too.
  18. Sherylj

    Checkboxes

    I knew that!! Thanks!! Having a DUH moment. Sheryl :)
  19. 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...
  20. 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

Part and Inventory Search

Back
Top