Category: On Push
-
Powerball Random Number Generator Lesson Three
Hello everyone As I mentioned in the last post we would discuss how to build a data analyzer for our Powerball Game. The principles we will discuss go beyond our game and can be used in all types of database applications. When designing an application for a business regardless of the development platform or the…
-
Powerball Random Number Generator Lesson Two
Hello everyone. Today’s lesson is about using the Rand() function in Alpha Software to generate the random numbers needed for our Powerball generator. Powerball rules are you need to pick 5 numbers from 1 to 59 for the white ping pong balls and pick one red ball number which ranges from 1 to 35. If…
-
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 7 Error Trapping
Hello Everyone Today’s lesson will cover three topics; Error Trapping and how to handle errors Restricting data entry based on data values stored in a table. Conditional Object as a means of form layout control. The form we will be using for our demonstration today are the Take Message form and the Administrator form Let’s…
-
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 4 Using Variables to Control Data Views
Hello Everyone Today we are going to examine the code on the Review Message Form of our TC Message Center application. On this form there are two text boxes which display the current state of the data view and also are used to process changes made by the user to change the data view. At…
-
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…