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 TouchToneTommy 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 rajrajcoomar

  1. rajrajcoomar

    Avoid user change Windows DATE

    Try this: If your application is DATE() sensitive, have the user confirm the DATE() each time your application starts. Since your application should have some level of security, you can log the user that provided the DATE() in case yuo need to audit. You can even test the input with the system...
  2. rajrajcoomar

    Restricting Access to Tables

    There's a simple trick that I utilize for your not so savvy FoxPro user. I change the table extension, eg: mytable.dbf => mytable.dat. There are a couple of considerations you need to take care of when you do this though (when you USE the table in your codes, you must explicitly specify name and...

Part and Inventory Search

Back
Top