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

    cfinput required attribute not working

    It's working now. I guess the reboot worked. Thanks ECAR
  2. SoonerNation

    cfinput required attribute not working

    Thanks ECAR, I really haven't found anything I can't do in CF5. It's pretty dang stable, I like that since I'm a one man IT shop. 1) I have not rebooted in about two weeks. 2) I've tried several different clients. No luck there. I'll try a reboot after closing time and report back. Thanks...
  3. SoonerNation

    cfinput required attribute not working

    I'm Using CF5 because my employer won't upgrade. I have hundreds of forms that use <cfinput required="Yes"> and they all seem to have stopped working at the smae time. This is the code I was working on when I noticed the alerts stopped comming up. <cfform...
  4. SoonerNation

    cfinput required attribute not working

    For some reason all validation has stopped on my pages. I've read several threads and this archive thread232-1043777 seems to be close to my problem but I could use more detail. I'm using CF 5.0. I checked the virtual drive CFIDE and it's path is c:\inetpub\wwwroot\cfide I've also tried...
  5. SoonerNation

    Need help with a date range query

    OK Golom I read up on DateSerial(), What an elegant solution! Thanks again. Beginners, like me, may be interested in this explanation. Select rDate,BYR,SSN From Form100 Where rDate BETWEEN DateSerial (StartYear, Val(Form.StartMonth), 1) AND DateSerial (EndYear , Val(Form.EndMonth)+1, 0)...
  6. SoonerNation

    Need help with a date range query

    Thank you Golom, Works great. I need to study the DateSerial() function to see what you did. Lyndon
  7. SoonerNation

    Need help with a date range query

    This query works sometimes, I could sure use some help. Requirement: User provides starting month/year and ending month/year. I need to query for dates in that range. The Query seems to work fine until ending month is less than starting month. The data set is huge, so I don't know exactly what...
  8. SoonerNation

    System drive almost full

    I'm in the same boat as the original poster. We are considering using Paragon Partiton Manager 7.0 Server Edition. The point I wanted to make is that everyone who uses a Dell Poweredge out of the box will soon be in this same boat. They create this small partition (minimum) size when they...
  9. SoonerNation

    Patrition Utility for Windows 2000 Server

    Thank you, I'll check put that software and move myself to the correct forum. Lyndon
  10. SoonerNation

    Patrition Utility for Windows 2000 Server

    I don't see a forum just for the server version so I'll ask here. I need to increase the partition size of the boot partition (C:) on our server. It was factory set to 4 gig for the c: partition and 29 gig for the E: partition. Any advice? I tried Norton Partiton Magic 8.0 but it will not...
  11. SoonerNation

    If first checkbox checked, check all

    Thank you! I feel really dumb, sorry.
  12. SoonerNation

    If first checkbox checked, check all

    I tried the solution offered in archived thread thread216-881568 but it doesn't seem to work for me. Like the original poster, I have a master checkbox and need all other checkboxes in the form to set to the same value as the master, no matter their current value. Any help is very much...

Part and Inventory Search

Back
Top