Finding the County and Presenting it Better Making a Find Function and using Fields We finished up the last lesson, sorting our data in different ways Now we want to make a formal lookup screen, and showing the results: Like this: Hiding the list (field "my Data") We start by hiding the buttons and the field "myData" 1. click on the field "my Data" and open up the Inspector - uncheck the "visible" checkbox click on each button and uncheck it's "visible" checkbox or 2. open up the "Message Box" (the icon is on the LiveCode Menubar") - type hide field "my Data" Now add a button "Find" and a field "mycounty" on the button, add the code:
But it still does not look right, So we have to be more specific:
notes on the new code:
Now you have a nice look-up App |
Big Data >