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!

Recent content by rresendez

  1. rresendez

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

    Thanks Mike Gagnon, You are always so helpful. I will look more into WMI. A star for your help. Thanks again, Ramon
  2. 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
  3. rresendez

    Create dropdown list with data from database file

    Thanks for your info also Geoff. Your info was also very helpful. I will be giving a star to both of you. Ramon
  4. rresendez

    Create dropdown list with data from database file

    Thanks for the info Germancho. Where can I find out more about combo boxes, Especially about using it outside of a form? Ramon
  5. rresendez

    Create dropdown list with data from database file

    Can any of this be done outside of a form? What if I wanted to write it in the program myself? Any ideas out there? Thanks, Ramon
  6. rresendez

    Create dropdown list with data from database file

    I understand everything that you are saying. Thanks for all of your help. Yes, I am native of Mexico, but am in US and want to use English most of the time. Thanks again, Ramon
  7. rresendez

    Create dropdown list with data from database file

    Thanks again Germancho You are talking over my head again. I have no idea what THISFORM.YourCombo.Requery() is. I aready have it where you can add users, but I was thinking that maybe at some point when they go to use it, if there is a name that wasn't added yet, can be added to the list...
  8. rresendez

    Create dropdown list with data from database file

    Thanks Germancho, Now what if there was a new user, could it be added at that time? Can there be more than one combo box in form? Ramon
  9. rresendez

    Create dropdown list with data from database file

    Thanks for the quick submittion Geoff, but I have no clue on what you mean. I have never used a combo box or know how to use RowSourceType. Would "2-Alias" be replaced with the database name or is that the exact setting? Is there a limit on how many choices can be listed? Any suggestions...
  10. 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...
  11. rresendez

    Need to give registration keys for warranty

    Mike, I actually used your suggestion on the SYS(2015) and it is what I think worked best. I wanted to replace the underscore with RR and put a "S" for Single or "N" for Network at the end. So, I did the following small program for the "S": CLEAR x=1 DO WHILE x<1000 *USE serialnum *SET...
  12. rresendez

    Need to give registration keys for warranty

    Thanks Mike, I don't really need them to enter the registration number to install or run the program and I don't want to inconvience them. I only need it for when they register it with me for support and upgrades. I guess I could make up my own numbers. It would be nice to give them the...
  13. 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...
  14. rresendez

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

    Thanks Rob, it worked like a charm. I looked and I do have vfp 5.0 not vfp 5.0a, but it works fine. You have been a great help. Thanks Again, Ramon
  15. rresendez

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

    Thanks Rob, this is very helpful. So if I run the www.rbftp.com/transfer/foxpro/VFP5SP1RT.zip (2858 Kb) file you mentioned, would that install all of the files that would be needed to run my program? Ramon

Part and Inventory Search

Back
Top