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 strongm 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. RFEULINGatRITE

    Total Lines of Code

    Ooops, BTW, I'm looking to do this with Visual Studio 2003, thanks!
  2. RFEULINGatRITE

    Total Lines of Code

    Hello, Does anyone know how I can find the total number of lines of code in a project? I have A LOT of different objects and files so it would be a pain to go through each. Any help? Thanks! Rick
  3. RFEULINGatRITE

    Connecting to a Time Server

    Hello, I'm working on a time clock application that I want to keep perfect time - does anyone know a good way to connect to a time server via the application? Thanks for any help!
  4. RFEULINGatRITE

    Looking for a specific POS solution

    Hi bbnw, What kind of industry are you in? It sounds like your looking for; a) a hardware solution and b) a software solution that works with the hardware and will work with your custom credit card app Correct?
  5. RFEULINGatRITE

    Microsoft's Retail Management System?

    When you say sync - do you mean HQ connections or the offline database syncs? The good news for you j is that one of Microsoft’s big initiatives with HQ is making it more scalable. According to the road map they presented to us its the top priority for RMS development. I'd bring any type of...
  6. RFEULINGatRITE

    Point of sales with e-commerce integration

    Hi g3nick, We've build integrations between existing e-commerce sites and Microsofts Retail Management System (RMS). Microsoft even publish a case study on our success with it, check it out; http://members.microsoft.com/CustomerEvidence/Search/EvidenceDetails.aspx?EvidenceID=4779&LanguageID=1...
  7. RFEULINGatRITE

    Microsoft's Retail Management System?

    Hi jcasetnl We have customers who have ten stores on the system with over a million transactions in their database (total), over 16,000 items, and run with practically no RMS issues - no locking, no slowness, etc. As far as XP is concerned, you can setup the group policies or your firewalls to...
  8. RFEULINGatRITE

    Inputting Text into a Windows Form

    Thanks for the reply Casper. I will be writing the app in VB.net. I do know the application that I want to access the forms of - but it is not our program - it’s a third party program we want to create an automation tool for. It was written in vb6 but I do not have access to the source...
  9. RFEULINGatRITE

    Inputting Text into a Windows Form

    Hello, I am trying to figure out how to; 1) Find the name of the form that currently has focus 2) Find the names of any textboxes, and buttons on that form 3) How to input text and press the buttons on that form I've been trying to do research with no luck - I guess I don't know the proper...
  10. RFEULINGatRITE

    Inputting Text into a Windows Form

    Hello, I am trying to figure out how to; 1) Find the name of the form that currently has focus 2) Find the names of any textboxes, and buttons on that form 3) How to input text and press the buttons on that form I've been trying to do research with no luck - I guess I don't know the proper...
  11. RFEULINGatRITE

    Auto Restore from Backup - PPC

    Hello, I have some pocket pcs in the field and I want to create a backup so that if the devise gets reset it automatically restores certain pieces of software. The PPC was made by a company called unitech and it automatically asks if you want to restore from their backup to reload the wireless...
  12. RFEULINGatRITE

    Defragment Database Files

    Hello, I'm trying to create a batch file to defrag a hard drive that contains SQL server 2000 database files. My question is, the windows defragmenter is giving me issues with defraging the database files - even though sql server is stopped. What do I need to do to handle this? I also...
  13. RFEULINGatRITE

    Bring a Preexisting Page into Visual Studio... HELL

    I built our site and a template to build new web pages with Dreamweaver - put some flash into it, etc. Now I want to built a form with the template I made and it's hell. Visual Studio is yelling about some the html tags used by DM and VS is seems terrible with editing web pages. I hate using...
  14. RFEULINGatRITE

    Interacting with Third Party Program Forms

    To clarify... The Microsoft fingerprint reader software has the ability to pass information from it to other applications, in this case usernames and passwords. I don't really care about the fingerprint stuff specifically, I want to make a program that when activated can pass information into...
  15. RFEULINGatRITE

    Interacting with Third Party Program Forms

    I've found some stuff on using activex / COM to interact but nothing specific... More than anything, I can't research the topic becuase Im not really sure how to phrase it on google. Any help? Thanks
  16. RFEULINGatRITE

    Interacting with Third Party Program Forms

    Hello, I know how to interact with web based forms programmatically but I want to interact with other program's forms with vb.net. I previously just passed the idea off without a thought until I installed Microsoft's fingerprint reader - I can set my usernames and passwords so that it will...
  17. RFEULINGatRITE

    Throttling SQL Server

    Thanks for your responses. The trigger is doing so much work because its part of an integration we done with another commercial product so we do not have access to source code or you'd be right, there would be a better way to do it. What I mean when I say slow it down is - I want to make it so...
  18. RFEULINGatRITE

    Throttling SQL Server

    Throttling SQL Server Hello, We created some triggers that occur during updates. Problem is that when some larger updates occur the trigger consumes the entire hard drive throughput and freezes everything else that’s using the database. Is there anyway that I can slow the trigger down so...
  19. RFEULINGatRITE

    Sending a Row of Data Through a Web Service

    Unfortunately you cannot pass datatables - it gives an error about not being able to serialize the data. Thanks for the suggestion though.

Part and Inventory Search

Back
Top