Resources for building an application following the Alpha Anywhere Mobile App in an Hour tutorial.
For a tutorial for how this application was built, visit https://www.youtube.com/watch?v=wHnSIX7dJu0
- Click the Clone or download button and select the Download Zip option to download the application.
- Extract all files from the .zip file.
- When extraction is complete, launch Alpha Anywhere and open the Alpha Anywhere .adb file located inside the folder where the extracted files were saved.
For detailed instructions, see How to download a Sample App from the Alpha Anywhere GitHub Repository.
In order to use this component, you must create an AlphaADO Named Connection called "conn" that connects to the Access Database "onehourapp.mdb".
Alternatively, you can re-create the database in your SQL Database system of choice from the onehourapp.sql file and configure your "conn" connection string to point to the database you created.
The following files are in this repository:
- alphaOneHourApp.adb - The Workspace file.
- onehourapp.mdb - An Access database file
- onehourapp.sql - A sql file for re-creating the Access database in the SQL Database system of your choice
- main_ux.a5wcmp - The UX Component that contains the application.
- .gitignore - A file used by git that lists files and folders to "ignore". If you fork this repository to your own GitHub account, the files and folders listed in this document will not be check into git. See How To Configure Source Control to Ignore Alpha Anywhere Files to learn more.