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: rresendez
  • Content: Threads
  • Order by date
  1. rresendez

    Can I get hardware and software that computers on network have?

    Is there any way that I can program Visual FoxPro to gather all hardware and software from each computer on a network for inventory purposes? I would want to put the infor into a database file and then use the database for a check in and check out of the inventory. Thanks, Ramon
  2. rresendez

    Create dropdown list with data from database file

    I need to let the user choose a user from a dropdown list using the database file. Otherwords, I will have a database with all users in it and when I assign something to them, I want to be able to click on an arrow that shows a dropdown list with all the users listed. So when I highlight the...
  3. rresendez

    Need to give registration keys for warranty

    I need to create a unique registration key for each of my program CD's for warranty purposes. They will only be used for the user to register his/her copy for warranty, support, and upgrades. I do not need it to try to limit where the software is installed. Like that will ever be possible...
  4. rresendez

    How do I get the VFP 5.0 distribution files with Inno Setup?

    I am trying to use Inno setup to create my distribution disk for my VFP 5.0 programs. How do I get the VFP 5.0 distribution files in it so it will run outside of FoxPro? What files are they? And where do they goa nd how do I get them there? I had used the setup wizard, but it is giving...
  5. rresendez

    Setup error 279 Object 9

    I thought I had everything right, but after I build my project to the exe file and then setup the distribution files. I copy the files to a CD. I get an error after clicking on Install to computer. The window that pops up says: Setup Error 279 Object 9 Your setup files may be damaged...
  6. rresendez

    Can I do a distribution disk and not include prg files?

    I was wondering, if When I make the distribution disk, if I have to include the prg files. I know a few people that think they can figure out a program and might mess it up. I would rather they not even be able to see it. Even if they did change something, would it matter? I mean doesn't it...
  7. rresendez

    How can I detect what computers are accessing the program on a network

    I am trying to detect what computers are accessing my program on a network. I need to limit the connections to a certain number of computers. Not how many connect at a anytime, but if there are supposed to only be 5 computers accesssing the program, I need to identify those 5 computers and not...
  8. rresendez

    Selecting files with starting date and ending date

    I am trying to select records by using a starting date and an ending date. I have to get all the records from one date to another. The dates and not set dates. My code ask for the s_date and e_date and they are both =date() which seem to want to say the date with 2005 (03/17/2005) instead of...
  9. rresendez

    Problem after DO FORM

    I have a problem when I put DO FORM clientdata in my program. It calls it up fine and It does what it is supposed to do, but when I exit the FORM, my program is locked up. I can't do anything, cancel or suspend it. This is the only FORM I have. WHat can I do? Ramon

Part and Inventory Search

Back
Top