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 Chris Miller 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. FoxPRO01

    Need a way to make a customer selection list(?)

    thisform.grid1.RecordSource="CustCur" SELECT * FROM PAWN69 WHERE (UPPER(alltrim(thisform.text1.Value))=UPPER(ALLTRIM(PAWN69.last)) OR ALLTRIM(thisform.text3.Value)=ALLTRIM(pawn69.id)) INTO CURSOR CustCur Using this method (PAWN69 is the customers table) the grid returns the values of all the...
  2. FoxPRO01

    Need a way to make a customer selection list(?)

    I've done everything, the grid, the search and all the main stuff is finished. I just need to know how to let the user select a customer from the grid.
  3. FoxPRO01

    Need a way to make a customer selection list(?)

    So I have decided to go with the grid method, but my next question is how do I only display certain fields of the database, like there are some things that I don't want the user to be able to change, and secondly how do I actually make the user able to select the name from the grid?
  4. FoxPRO01

    Need a way to make a customer selection list(?)

    How do you make a search not case-sensitive? That is also something I've been trying to figure out for a while but have had no luck.
  5. FoxPRO01

    Need a way to make a customer selection list(?)

    Me again, In the program I'm writing I need a way for the user to search for a customer's last name/ID Number and have the first names, last names, and ID numbers populate a list or something where the user can select a name to continue. Which object should I use and how would I go about...
  6. FoxPRO01

    Using CryptoAPI to implement a license key system

    Yes, but I do not expect this to be a very widely used program. I would just rather write the activation into it myself. And about your idea on the online activation. I would also like to use that because I have written expiration dates into the program and would need to be able to validate that...
  7. FoxPRO01

    Using CryptoAPI to implement a license key system

    I would LOVE to implement an online product licensing system, I just have no idea how I would connect to an online database to do such. But I would still would like to just write the crypto part in myself. If you know how to use an online activation system, please do share with me how to do it...
  8. FoxPRO01

    Using CryptoAPI to implement a license key system

    Hi, I'm writing a program and have recently taken a look at crypto and wondered if there was a way that I could use crypto API to use a license key system. Any Ideas?

Part and Inventory Search

Back
Top