How to do a view select

mrjaw

Active Member
Licensed User
Longtime User
Hi!
I am trying to do a view to select a record. I need to show a layout with a table with record so when I clicked a record select this record and return where was called.

Example: I have a button -> Click button -> Show a layout with record into table -> click a record in the table -> return the record clicked to screen where is the button.

How can I do this?

Anu cluues?
 

mc73

Well-Known Member
Licensed User
Longtime User
Or use the tag property of your cells in case of a manual grid creation. I am on this track, since I have some reasons to avoid classes no matter how efficient they are usually.
 
Upvote 0

mrjaw

Active Member
Licensed User
Longtime User
I have the tableView my question is what to use to show this tableview. How show the layout.?
I need to use another activity?
Use just other layout?
 
Upvote 0
Top