Tag: Technology
-
Tutorial: Lesson One Building a Contact Management Application
Hello everyone, we are starting a programming lesson on how to build a Contact Management Application is Alpha Software. We will be using version 10 of their development platform. First Lesson we are going to show how to build a complete application using the free Contact App distributed with Alpha Software v10 Each Lesson will…
-
Creating custom Super Controls
Hello Everyone Today we are going to discuss Super Controls in Alpha Software. Super controls in Alpha Software are cool and bring a professional and modern look to your application. However, they don’t necessarily meet the needs of all developers; also, for developers using older versions of Alpha5 these super controls simply are not available.…
-
Displaying table data in a bubble help window.
Hello, Today we are going to discuss alternate ways to display data from an external table in Alpha Software. Typically, if you need data displayed you would create a form or browse view displaying the data from the table you want. Let’s say you have a form open and you want to display data from…
-
AlphaDAO: Using values from a Spreadsheet in your Alpha Software Application.
Many small businesses use spreadsheets for their daily data processing. While it is OK, it does not provide the business with proper data analysis and trend forecasting. For that, they need a database. Alpha Software has easy procedures for extracting and using data in a spreadsheet eliminating the need for double entry, thus giving the…
-
Adding a Conditional Object to a Form in Alpha Software
One of the nice features of Alpha Software is it’s ability to control the display area of a form. The feature we will discuss today is the conditional object.The purpose of the conditional object is to allow the developer to show objects conditionally. For example, if you are creating payment screens, you would not need…
-
Controlling Objects in Alpha Software with xBasic Code.
http://www.youtube.com/watch?v=nm8iXv9zp-Q&list=UU07-NobPtrXAiLS4Zkmk6mQ&index=8&feature=plcp A short demo
-
Starting the Design Process
When it comes to programming, regardless of the platform, certain rules apply. One of which is a design document. I am not saying a program cannot be developed without a design document and on the other hand I am not saying a design document must be complicated explaining every step of the program you are…