J jothis Active Member Licensed User Oct 5, 2010 #1 Hi I want to know How Validate a Textbox that contain email and How Validate a Textbox that contain numbers? Can you Help Me? jothis :sign0085:
Hi I want to know How Validate a Textbox that contain email and How Validate a Textbox that contain numbers? Can you Help Me? jothis :sign0085:
specci48 Well-Known Member Licensed User Longtime User Oct 5, 2010 #2 jothis said: ... How Validate a Textbox that contain numbers? Click to expand... B4X: If IsNumber(Textbox1.Text) Then ' do something End If Or use the fgTextbox from Filippos fgControls. specci48 Last edited: Oct 5, 2010
jothis said: ... How Validate a Textbox that contain numbers? Click to expand... B4X: If IsNumber(Textbox1.Text) Then ' do something End If Or use the fgTextbox from Filippos fgControls. specci48
J jothis Active Member Licensed User Oct 5, 2010 #3 Thankyou specci48 I want to also know the validation of email address Can you Help me? jothis :sign0085:
Thankyou specci48 I want to also know the validation of email address Can you Help me? jothis :sign0085:
M mjcoon Well-Known Member Licensed User Oct 5, 2010 #4 jothis said: I want to also know the validation of email address Click to expand... I suspect that you cannot do a full validation, but could check things like that there is only one "@" which is not the first or last character... Mike.
jothis said: I want to also know the validation of email address Click to expand... I suspect that you cannot do a full validation, but could check things like that there is only one "@" which is not the first or last character... Mike.
D Deleted member 103 Guest Oct 5, 2010 #5 this code can you in Basic4ppc convert. VB.NET - Email Validation Function - VBForums Ciao, Filippo
klaus Expert Licensed User Longtime User Oct 5, 2010 #6 Trying to transform the VB code according to Filippo's suggestion I noticed that the solution does already exist in the help of the RegEx library. Attached the test program. Best regards. Attachments TestEMail.sbp 1.2 KB · Views: 312
Trying to transform the VB code according to Filippo's suggestion I noticed that the solution does already exist in the help of the RegEx library. Attached the test program. Best regards.
J jothis Active Member Licensed User Oct 6, 2010 #7 Thankyou Klaus It is Working Good ! :sign0060::sign0060::sign0060::sign0060: jothis