Tag: How to
-
PC Desktop: Controlling Browse Data Views in a One to Many Set Part2
Hello Everyone This is part 2 of Controlling Browse Data Views in a One to Many Set. Since posting part 1 the other day I have received an email requesting information on how I made the check mark show up in the selected files, so we will start there. First Lets recap the previous post.…
-
PC Desktop: Controlling Browse Data Views in a One to Many Set
Hello Everyone For those of you who have been following along, you know I have devoted many articles to presenting and controlling data in list views. Today we will look at the more traditional Browse Data Views in a one to many set. For the purpose of this lesson we will be looking at our…
-
PC Desktop: Note Organizer KeyList_Build function
Hello Everyone Today I will focus on a very cool function in Alpha Software called KeyList_Build() and to do so, I will be demonstrating it’s use in our upgraded Note Organizer Module. Below is a short video which shows the keylist_build function in action. Please watch the video to see how it works then continue…
-
PC Desktop: Note Organizer Search functions using form objects and or xDialog
Hello Everyone, At the end of our last session I said we would look at our Search feature on our new File Manager, but in preparing I realized I already have a session devoted to that exact subject. The link below will take you to the original blog session if you wish to see it…
-
PC Desktop: Building List Dynamically
Hello Everyone If you read yesterdays blog entry I showed how to add values to a drop down control from another drop down control. The example was simple in design and required a basic understanding of list objects. Today I will cover Advanced procedures for building list dynamically. To do this we will look at…
-
Adding Values to a Dynamic Dropdown List using xBasic
Hello everyone This session is a request from another programmer looking for some assistance. He wants to build a drop down control using xBasic and populate the values from another control which may be a database look up or some other type of list control. Typically you would use the object properties on the form…
-
PC Desktop: Application Launch Bar
Hello Everyone. Today we are looking at a new feature for our PC Desktop which is a Launch Bar. Now throughout the history of Windows Desktop many Launch bars have been created, tried and forgotten; so why bother. Well I created this launch bar in response to customer feedback from people trying my new desktop…
-
Object Events: Where do I put my code?
Hello Everyone If you have been following along, you know I write a lot of object code on forms rather than putting code in the code library. I was recently asked; How do I know what object should get what code? This is a fair question and deserves a look. To start with lets look…
-
Designing a Custom Form Query
Hello Everyone Today we are looking at how to design a custom form query for the simple form we created in the last session. Alpha Software provides a Query by Form option on the drop down Query Menu.This option will display the query toolbar and blanks all fields on the form allowing the user to…
-
Displaying Data from Multiple Tables Without Creating a Set
Hello Everyone When you look at the title you might ask yourself why would I want to do that? The answer is in a flat table all data is easily sorted, queried or viewed without the restrictions imposed by the rules of the set. Many would say why not just build another data view to…