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 TouchToneTommy 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. RobS23

    CompareValidator is always valid

    Thanks for your prompting. Being bloody minded and always trying to find my own way of doing things I played with it and ended up, as is so often the case, coming up with a hybrid solution at 3.00am. 1.EnableClientScript="False" on the webform I could then call DateCheck.Validate() in my code...
  2. RobS23

    CompareValidator is always valid

    Okay, I admit in advance I am well out of practice. But this is driving me mad. I want to check for a valid date on my webform. It can be US or UK/European formats so I'm adding .CultureInvariantValues = True. But whatever gibberish I type in the textbox is accepted as valid. What on earth...
  3. RobS23

    Stick with what I know or go Drupal/Joomla WPress?

    Thanks Carl. After digging around I was leaning towards Drupal.
  4. RobS23

    Stick with what I know or go Drupal/Joomla WPress?

    Thanks Guys. I think I was just trying to avoid the inevitable. I've had a look a Joomla, a bit black box for my tastes, I'm downloading Drupal...we'll see how it goes. Thanks again.
  5. RobS23

    Stick with what I know or go Drupal/Joomla WPress?

    I know the basic question has been asked many times but I think not quite from this perspective. I have always used a decent mishmash of the tools I know. A bit of Dreamweaver for the ability to preview my CSS and HTML. ASP.NET C# SQL where necessary - tested in the Visual Studio environment...
  6. RobS23

    Work Timer for MS Word

    There must be a freeware plugin out there. But if not. Anyone devloped a work timer for MS Word? Open a doc, prompt to start clock and for which account. I am not going PCLaw on this! Any suggestions welcome.
  7. RobS23

    Router to router connection

    Thanks TC. Got a WMP54G adpater in the end. Now I've dug out the old military radio equipment quarter and am in the process of making my own cantenna (easy) pigtail (not so easy)! But cheers again
  8. RobS23

    Router to router connection

    Hi all how can I connect one router to another? No hub, switch or cabling is going to do this job. My original thread outlines the situation. http://www.tek-tips.com/viewthread.cfm?qid=1532000&page=1 Okay, I have a limited choice of wifi access for my dessktop. 1. A Prolink Wn 2100 Usb...
  9. RobS23

    Boosting a wireless signal with 3rd world technology?

    My oher choice is a Prolink WN2100 USB. Oddly enough it's $10 more and my experince of their WG was poor at best.
  10. RobS23

    Boosting a wireless signal with 3rd world technology?

    I can't find a oridinary old wireless card anywhere all of a sudden. But I can get a Gigabyte AirCruiser GN-BC01 802.11g Wireless Desktop Router at a great price. Will it do the job?
  11. RobS23

    Boosting a wireless signal with 3rd world technology?

    Thanks Grenage, I found the site last night. I need to check how practical it is now but for a few dollars....Anyway, my Khmer friend is so intrigued that we've just got to go for it.
  12. RobS23

    Boosting a wireless signal with 3rd world technology?

    I''ve not even googled it yet...but with a name like 'Pringles antenna' I''m gonna have to give it a try. Cheers!
  13. RobS23

    Boosting a wireless signal with 3rd world technology?

    Hi all. First off I'm in Cambodia. I am limited to the choices of hardware available to me. But yes I can get my hands on the basic brands of wireless cards. Here's the situation. I am using a a desktop. I have a near direct line of sight to a friend's wireless router some 120 metres away...
  14. RobS23

    My.forms collection does not show 'added existing' forms

    Thanks but been there and done that to no avail.
  15. RobS23

    My.forms collection does not show 'added existing' forms

    Hi, If I add a new form to a project- no problems: My.Forms...will list all the forms available BUT If I add an existing form (you know rght clck add etc) to a project the form is not visible in the My.Forms collection Now I reckon there's an assembly reference somewhere but I really am...
  16. RobS23

    Inserting Rand() value as a set not a cursor or loop

    Hi Guy's, How do I insert generated values as a set and using not using a loop or cursor? THere was a work around in 2000 but I've been out of the loop for a while and now I'm catching up on 2005 and can't seem to get it working. Let me illustrate. I select a name from a table and insert it...
  17. RobS23

    Failure to return RaiseError message during Update Transaction

    I am trying to trap an conversion error arising from running the following update against 'myField' which is a decimal. However, rather than continue into my trap the transaction breaks and returns the standard error message Server: Msg 8114, Level 16, State 5, Line 1 Error...
  18. RobS23

    Incorporating Dynamic Properties Task Into Package

    Thanks a lot for that j. I've got it all up and running - I did put in an on-success workflow. cheers again
  19. RobS23

    Incorporating Dynamic Properties Task Into Package

    Lo there I'm trying to utilise a global variable via a dynamic property butI'm not sure where it sits in the workflow. i.e. I have an Excel connection > Transformation > DbConnetion_Destination This is exactly what you would expect from a DTS package saved from the wizard But, How do I...
  20. RobS23

    Converting Dates During DTS Import

    Hi How do I go about converting a US date in a CSV into a UK date on DTS into SQL Server? I've had a play with transformations but it doesn't seem to like them in the slightest Should I go with my instinct and "massage" the dates initially as varchar in an intermidiary table first?

Part and Inventory Search

Back
Top