Tag: Bible Reader
-

Understanding Queries in Alpha Software
—
by
in .queryrun, batch_Begin, Changing Object Property Values, Converting Data Types, Declaring Variables on a Form, Fetch, Fetch_Last, fetch_Next, Form Design, How To, King James Bible Reader, List Object, List Objects, Memo Fields, Object Explorer, Object Method, ON Change, On Init, On Push, Radio Object, wordIn this current age of application development it is not enough to create an application which looks good and does what it was intended to do, it must also be fast. In Alpha Software when you create a table or set you will most likely create one or more index’s for controlling your data view.…
-
Having fun with Graphics Lesson 4: Desktop Widget
—
by
in Autoexec Script, Changing Object Property Values, Custom Super Controls, Declaring Variables on a Form, Desktop Application, Form Design, Form Load Method, Having Fun With Graphics, How To, Object Explorer, Object Method, On Event, On Init, On Push, On Timer Event, Owner Draw, Using Eval function, Using If Else if, Writing Array’s, XBasic Tips and Tricks, xDialogHello everyone At the end of lesson three, I said we would work on a CAD Design style application but it is taking some time to put together so in the mean time, I thought I would post this fun and useful lesson. To start, watch this short video to see the widget work and…
-
King James Bible Reader Final Lesson:
—
by
in Changing Object Property Values, Converting Data Types, Desktop Application, External Email Client, External Report Viewers, External_Record_Content_Get, Form Design, Form Load Method, How To, King James Bible Reader, List Objects, Object Explorer, Object Method, On Event, On Push, Record List Combo, Table Open Method, XBasic Tips and Tricks, xDialogHello everyone This is our final lesson on building a King James Bible reader in Alpha Software. Below is a short video which wraps up the final pieces of object code for our application and shows the solution for our new range query function. First we will look at the code for our new range…
-
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…