Tag: Technology
-
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 Thirteen Contact Mgt App Controlling Data Entry
Hello everyone It’s Labor Day and I hope all are having fun. Today’s lesson is about controlling data entry on the form’s you create for your application. An important aspect in program design is controlling the data entry process for the end user. Regardless of how attractive a form may be, if the data entry…
-
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…
-
Tutorial: Lesson 9 Contact App Field Rules
Hello Everyone In the last training session I said we would discuss the memo entry process and the differences between a standard memo field and a rich text memo field. As I was setting up this lesson, I noticed there were several things that needed to be done before we could actually do that. Alpha…
-
Tutorial : Lesson eight controlling data entry with forms
Hello everyone Today we will discuss the various types of forms available for data entry into Alpha Software. Typically when you design your application and you build your tables and sets you will bind your forms to your set or tables and use those for data entry . Alpha software provides additional methods for creating…
-
Tutorial: Lesson Six Contact App Progressive Lookup
Hello Everyone. Today we will look in greater detail about form design and add some new components to our People form. As we discussed in the previous lesson, the form in the default app is disjointed, cluttered and awkward to use. Look at our new form below to see the differences. This new form introduces…
-
Tutorial: Lesson: Five Contact App Passing data values to the default browser
Hello everyone. Today we are going to discuss how to supercharge your Contact application by including Web Interface. We will discuss how to pass data values stored in a local table to the users default browser performing search’s and queries. For this example, we use Google maps to show how it works. On our original…
-
Tutorial: Contact Management App Lesson Three
Hello everyone, and welcome back As we mentioned yesterday we will be discussing how to send a report to an external file viewer. First, lets look at the print preview code which is attached to the original print preview report button on the main menu. When you look at the on push event for the…