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 Wanet Telecoms Ltd 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: rrhandle
  • Order by date
  1. rrhandle

    Compare two objects

    The same item can appear multiple times, but its properties can be different. With each part having 37 properties, I did not want to have to compare each property. I must be the only person who ever wanted to compare two objects. :-( Thanks to everyone for your input. Microsoft may suck...
  2. rrhandle

    Compare two objects

    So, if Chrissie's City object had a property fo Lat., Long., Population, and average income, I would have to compare each of those properties?
  3. rrhandle

    Compare two objects

    I think Rick's comment: "Doesn't .Equals check memory address" maybe the cause of my current problems, and Chrissie1's solution may not work either. I will restate the problem with an simple shopping cart example that allows the user to order various parts. This is not what the real...
  4. rrhandle

    Compare two objects

    THANK YOU!!!
  5. rrhandle

    Compare two objects

    I have an object name oPart. It has a number of properties. I want to compare it to another oPart object to see if all the properties are the same. Been trying to use the IComparer thingy all day, but nothing works. All I want to know is if oPart_new = oPart_old. Thanks
  6. rrhandle

    Trigger code on SESSION END

    I have a shopping cart application. As user fill their carts with various items, I need to track the remaining quantity of those items in the database so other users can be alerted when an item is "out of stock." I imagine there are a number of ways to do this like moving items to a temporary...
  7. rrhandle

    Datagrid Headers reading up-and-down.

    Does anyone know how to configure the headers of a datagrid to read up-and-down instead of left-to-right? Thanks, Rob
  8. rrhandle

    String replacement updates

    Thanks for the help! I also found this link: http://www.tek-tips.com/viewthread.cfm?qid=986358, but it looks like the way you recommend is simpler. Thanks again, --Rob
  9. rrhandle

    String replacement updates

    I am frequently finding myself have to replace text in a table(s). I know there must be a better way to do this, so I am asking for suggests. EXAMPLE: Replace 'TH-' in the ABBR_1 field with 'TMF-' Table name: ABBR ABBR_1 PRICE Desc ------ ----- ---- TH-34 12.34 3"...
  10. rrhandle

    Shut down robocopy mirror script

    I am using robocopy to mirror a folder on one pc to a folder on another pc. Everything is working fine, but I need to make changes to the script occassionally. How do I/should I end the process that is currently running?
  11. rrhandle

    What is "Restartable"?

    Mark, do you mean that if I am trying to copy the file blahblah.something, and there is a glitch before it is completely copied, once the server comes back online, it will finish copying blahblah.something? BTW: Nice set of scripts you got over at the parlor. I have to spend some time there. :-)
  12. rrhandle

    What is "Restartable"?

    I am learning to use Robocopy in the Windows Resource Kit. It mentioned that some files that are backed-up may not be "Restartable." What does that mean? Sorry if this is a Sys Admin 101 question. I'm a programmer. Don't do much with Sys admin stuff. Thanks for the help. --Rob
  13. rrhandle

    DTS Package will not open

    A reboot solved the problem, but I could swear I rebooted earlier. Thanks for the input. --Rob
  14. rrhandle

    DTS Package will not open

    I used DTS to create a backup routine for our database. It has run fine, but today I need to make a change to it. After openning Enterprise Manager, I openned the Data Transformation Service folder, then Local Packages, and clicked on the package I wanted to edit. I receive the following...
  15. rrhandle

    Windows Firewall / IIS / Network users

    Well, thanks again, and to answer your question, I am really not sure. I am a Software Developer who has been asked to setup an in-house computer to do automated backups and host an intranet site. When it comes to security / network configurations / and all that stuff, I usually hand it off to...
  16. rrhandle

    Windows Firewall / IIS / Network users

    Thanks! By openning that port, am I put the pc at any risk from the "outside"?
  17. rrhandle

    Windows Firewall / IIS / Network users

    I have IIS running on a pc (Office1) on our in-house network. It works fine. I enabled Windows Firewall, and no one can get to the intranet site on Office1. I then set out to find what I needed to do to enable our users to get through the firewall, but I have gotten no place; only more...
  18. rrhandle

    Create a Word Document

    Created it from scratch, and write to it.
  19. rrhandle

    Create a Word Document

    I am using vs.net 2003, and would like to create and manipulate a Microsoft Word document. None of the examples I find on the internet seem to work. Has anyone successfully done this from a web page? Thank, --rob
  20. rrhandle

    DataGrid does not recognize added columns.

    No. Is there a reason for that suggestions?

Part and Inventory Search

Back
Top