Category: Object Method
-
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 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…