Tag: Programming
-
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…