Category: Contact Management Application
-
Incorporating xBasic into Form & HTML Document Design: 12
—
by
in bin_to_rtf, Changing Object Property Values, character conversion, Conditional Object, Contact Management Application, Converting Data Types, Declaring Variables on a Form, Desktop Application, External_Record_Content_Get, Fetch, fetch_Next, file.to_string, Form Design, Form Load Method, How To, HTML memo field, List Object, List Objects, Memo Fields, ON Change, On Event, On Fetch, On Init, On Push, rtf_to_html, SuperControls, Table Open Method, tablecount, Tables and Sets, Using If Else if, XBasic Tips and TricksHello everyone Today we will be looking at further enhancements to our Desktop App by building a custom Report Viewer. Looks interesting right. Well to see it in action watch this short video then follow along to see how it is done. I hope you enjoyed the video. Lets get started. As I mentioned in…
-
Incorporating xBasic in Form Design: 06
—
by
in batch_Begin, Changing Object Property Values, Conditional Object, Contact Management Application, Declaring Variables on a Form, Desktop Application, External_Record_Content_Get, Fetch, fetch_Next, Form Design, Hot Spots, How To, On Event, On Init, On Push, On Timer, On Timer Event, Progressive Lookups, Table Open Method, tablecount, Using If Else if, XBasic Tips and TricksHello Everyone In this session we will look at an application I originally designed in Alpha Software v5. (Author’s Note: For those who have pointed out the displayed button styles were not available in version 5, the app was written is version 5 and continually updated through version 8 of Alpha Software taking advantage…
-
Tutorial: Lesson Eighteen Contact Mgt App Exporting notes
Hello Everyone This is our last lesson in the series; building a better and more robust Contact Management App in Alpha Software. Our next series of lessons will focus on the xBasic language Alpha Software uses as it’s programming language and contrast it with the high level action scripts and table operations. The short video…
-
Tutorial: Lesson Seventeen Contact Mgt App using For Each Next…
Hello Everyone Today’s lesson will review the actions available for the user on our pop up xDialog box showing notes and reminders for our focus date. The video above shows the code for each of the Note Organizer actions but we are going to examine more closely the function called For Each Next.. Personally this…
-
Tutorial: Lesson Fourteen Contact Mgt App ZipCode Tbl Lookup Dialog
Hello everyone In the previous lesson I intended to include the zip code table look-up function but forgot to include it. This short lesson will address just that routine. If you are creating a look-up form a zip code database based on city, the return value will most likely include more than one result. For…
-
Tutorial: Lesson Twelve Contact Mgt App Advanced xDialog
—
by
Hello again. Before we begin our new lesson, lets take a moment to look back at what we have accomplished so far. Below is the application before we started to modify it. Navigation bar to the left and a big blue space filling the screen. Now lets look at where we are so far. We…
-
Tutorial: Lesson Eleven Sending Rich Text data to an External Email Program
Hello everyone Today our lesson will center on using the newly created memo writer as an E-Mail writer and exporting the users memo to their favorite external email program. Last week we created our Note Writer (see below) and showed how to extract the data from the memo field and display the contents in a…
-
Tutorial: Lesson Ten Contact App Using Memo Fields
Today’s lesson looks at the difference between standard memo fields and rich text memo fields and the xbasic code required to extract data from either. We will also examine the process for controlling object properties on the screen and how you can use those properties as a means of branching code. A standard memo field…