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...
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.
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?
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...
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...
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...
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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.