Questions tagged [editview]

33 questions
0
votes
2 answers

Is there a way to add a hidden field in the edit view of a custom module in Sugar Pro 6

Is there a way to add a hidden field in the edit view of a custom module in Sugar Pro 6 and then assign a value to that field and use that value in the before_save logic hook by obtainig it via REQUEST variable for example…
Sheikh Rahat Ali
  • 1,293
  • 8
  • 37
  • 61
-1
votes
1 answer

Get two edittext values, retrieve output from database and show in textview in another activity

I'm trying to display a bus number in a textview in another activity when a user enters their location and destination. I can't find where I am making mistakes: DatabaseOpenHelper.java public class DatabaseOpenHelper extends SQLiteAssetHelper { …
-4
votes
3 answers

Android EditText check if text match requested

I have a EditText in my application that i need to check if the text is like, ##-##-## the "#" can be letters or numbers in groups of 2, how can i do that?
Celta
  • 3,540
  • 3
  • 21
  • 22
1 2
3