Check out the VFP2C32 project on VFPX. It has a CREATEGUID function and a compare GUID function.
ACTIVATE SCREEN CLEAR SET LIBRARY TO c:\rfc\vfp2c32.fll && change path as appropriate for your system m.lcGUID1=CREATEGUID() ?m.lcGUID1 m.lcGUID2=CREATEGUID() ?m.lcGUID2 ?ISEQUALGUID(m.lcGUID1,m.lcGUID2) -- rk -----Original Message----- From: ProfoxTech [mailto:[email protected]] On Behalf Of Stephen Russell Sent: Thursday, March 14, 2013 11:32 AM To: [email protected] Subject: Re: Password Security On Thu, Mar 14, 2013 at 10:21 AM, John Weller <[email protected]> wrote: > A GUID sounds a good way to go but I don't know how to generate one. > There will only be a small number of users so the key will be a low integer. > _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/DF1EEF11E586A64FB54A97F22A8BD0442188F51531@ACKBWDDQH1.artfact.local ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

