Category: Smatch_Memo
-
King James Bible Reader Lesson 5: Code Branching
Hello Everyone Today’s lesson is about code branching in xBasic based on user choices. For our example we have created an open ended search feature in our King James Bible Reader. Based on the user’s input into the search fields, the code branches and searches the correct table for the requested bible verses. The video…
-
King James Bible Reader Lesson 4: Searching Memo Fields
Hello Everyone Today we are discussing how to build a list of records based on the values found in a memo field. As an example, we will look at the search feature of our King James Bible Reader. The short video below shows how the Search feature works and gives an overview of the code…