Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using a Textbox like a password box (*****)
Message
 
To
25/04/2006 13:27:35
Luis Santos
Biglevel-Soluções Informáticas, Lda
Portugal
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01115841
Message ID:
01116440
Views:
20
>Hello Mike
>
>Thanks for your reply, but i post this question on the forum Visual FoxPro because all the application was make in VFP8.
>I don´t if you can buid a little .prg file to encrypt the value of my Textbox.
>I don´t know also if is possible to add properties like that:
>SFT.PAGEFRAME1.PAGE1.ENCOMENDA.ADDPROPERTY(PasswordChar=*)
>SFT is the screen form of my header invoice.
>
>Many thanks
>
>Luis Santos

Since the application is builded with VFP there is no need to AddProperty, it is already there:
SFT.PAGEFRAME1.PAGE1.ENCOMENDA.PasswordChar=[*] && If ENCOMENDA is a TextBox.
About Crypting and encrypting :o)
There are many ways, you could use Cryto API FFC,
Craig Boyd's VFPEncryption.FLL, you could find it here:
http://www.sweetpotatosoftware.com/SPSBlog/PermaLink,guid,b1281831-9655-47f6-9366-be849b9f4598.aspx
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform