Tag: lesson session
-
Programming in Alpha Software Lesson 5: Sudoku Puzzle Solver Program using xBasic to build Bubble Help
We left off with the code for locking cells and in this lesson we will look at the next four buttons on our form: Fill in Block Values Swap Cells Clear Selection Que Lock UnLock Cell Before we do , watch this short video to see each of them in action. As I said, it…
-
Programming in Alpha Software Lesson 4: Sudoku Puzzle Solver Program
We left off in the middle of a lengthy script which is run when a new game is started. You can review that script here Programming in Alpha Software Lesson 3. After the randomization runs we then save the solution to our currentpuzzlesolution table. My intent is to use the solution as a move checker…
-
Programming in Alpha Software Lesson 3: Understanding, Reason & Logic
In our last lesson we looked at Memory and how it is used in conjunction with look ups to provide the user with a list of choices for his – her review or action. Today we will look at Understanding Reason and Logic and the parts they play in your programming. Thought: The logical place…
-
Using Alpha Software to Program for the Surface Pro 4 Lesson 7
For our final lesson on designing for the Surface Pro 4 we will examine the purchase and sale transaction form. On our main form we have two buttons , Record Purchase and Record Sale. The name clearly identifies the action that will be taken and the form for the most part is straight forward.…
-
Using Alpha Software to Program for the Surface Pro 4:Lesson 2 Table and Set Creation
Welcome back Today as stated in the previous lesson I am going to show how to develop the tables for our Collectibles application. Now I know even the beginners know how to create a table in design mode so I won’t go over the very basic steps, rather we will look at the thought behind…
-
Using Alpha Software to Program for the Surface Pro 4: Lesson 1
Hello everyone. I know I said we would do a project manager application next and we will soon. I have received my Surface Pro 4 and I thought it would be better to do a lesson on developing an app for the tablet. I already have an order from a customer who provides field service…
-
Creating a Responsive HTML5 Website to work with Alpha Software
Hello everyone In our lesson on super controls I suggested we might be able to create web pages using the HTML memo field on a form in Alpha Software in conjunction with an activeX web component for viewing our design . If you are creating a Alpha Software Web Application then the HTML memo field…
-
Incorporating xBasic into Form Design Writing scripts: 14
—
by
in Changing Object Property Values, Declaring Variables on a Form, Desktop Application, External_Record_Content_Get, Fetch, fetch_Next, Form Design, How To, List Object, List Objects, Object Method, On Event, On Push, Progressive Lookups, Radio Object, Table Open Method, Using If Else if, XBasic Tips and TricksHello everyone. Today we are going to look at using Alpha Software scripts and how they fit into the program design. If you have been following along, you know most of the code I write is attached to the various objects on a form and or the form itself. There are times however when an…