Tag: action scripting
-
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…
-
Writing xBasic Lesson 8 Controlling Code Flow with object Properties
Hello Everyone Today’s video looks at how you can user property values on objects to modify or change the actions of an on push event. Also we demonstrate the high level append operation and setting a field type to Record List Edit Combo Box. Watch the video then continue with this blog lesson for the…
-
Writing xBasic Lesson 6
Hello Everyone Today’s lesson will look at controlling the sate of objects on a form using various xBasic methods. Knowing in advance what you expect from the form objects helps you write efficient and compact code. Watch the short video above to see what we mean. First lets look at the changes we made to…
-
Writing xBasic Lesson 5 Changing Properties with xBasic
Hello everyone If you watched the above video, you saw an example of changing object properties on a form using xBasic code. We have discussed this before using a more complex system to control object properties so now I want to show you a simple method for doing the same. Remember from our previous discussion…
-
Writing xBasic Lesson 3 Object Properties
Hello Everyone Today we will examine the Log In button on our Sign in form. This code is an excellent example of managing object properties and their methods. Watch the above video to get the overview of what is being done and how it works then proceed with this lesson. In the video I talk…
-
Writing xBasic Lesson 2 Dialog Boxes
Hello Everyone As stated in the last lesson, we will discuss the creation of the dialog box which displays when you click ‘Read Me’ on the Sign In form. The video above gives a quick overview of the various ways to write the code to build a dialog box and I encourage you to watch…
-
Writing xBasic Lesson 1 Overview:
Hello everyone. Today we are starting a new lesson session on writing xBasic code and how it compares to Alpha Software’s Action scripting and high level commands. The video below shows the tutorial application provided by Alpha Software called ‘It’s for You’. We will use this tutorial as a guide and in the process make…