lkching7 Member Licensed User Longtime User Oct 19, 2019 #1 I created a B4XDialog, I like to Make sure all textview not empty before user can press [OK] Can I know How to Make It ? Attachments test.gif 89.5 KB · Views: 180
I created a B4XDialog, I like to Make sure all textview not empty before user can press [OK] Can I know How to Make It ?
H Hamied Abou Hulaikah Well-Known Member Licensed User Longtime User Oct 19, 2019 #2 using b4x form builder, you can check any text field as required. or programmatically you can write like this: B4X: b4xdialog.GetPrefItem("text1").Required=True Upvote 0
using b4x form builder, you can check any text field as required. or programmatically you can write like this: B4X: b4xdialog.GetPrefItem("text1").Required=True
lkching7 Member Licensed User Longtime User Oct 20, 2019 #3 HAH said: using b4x form builder, you can check any text field as required. or programmatically you can write like this: B4X: b4xdialog.GetPrefItem("text1").Required=True Click to expand... Thank a lot . HAH. I Try Now.. Upvote 0
HAH said: using b4x form builder, you can check any text field as required. or programmatically you can write like this: B4X: b4xdialog.GetPrefItem("text1").Required=True Click to expand... Thank a lot . HAH. I Try Now..