View RSS Feed

Development Team Blog

  1. Saving Error Messages in Text Form

    Did you know that in Windows most error messages can be converted to text using the Copy (Ctrl+C) function? This is a tremendous, yet somewhat hidden and thus underutilized, feature of Windows.

    Most importantly, it works with standard Visual DataFlex errors and all messages based on the standard Windows MessageBox interface (see Message_Box, Info_Box, Stop_Box, etc. in the Visual DataFlex help index).

    So, for example, if you run the Order sample workspace and try to ...

    Updated 1-Dec-2013 at 12:40 PM by Vincent Oorsprong

    Categories
    Uncategorized
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	CannotDeleteError.png 
Views:	1320 
Size:	16.0 KB 
ID:	5294   Click image for larger version. 

Name:	UnhandledError.png 
Views:	1293 
Size:	22.2 KB 
ID:	5295  
  2. Configuring Source Control for Visual DataFlex

    This post contains information about configuring a source control system to be used for Visual DataFlex projects. This post can be used in conjunction with Source Control and Visual DataFlex 101: The Basics and Source Control and Visual DataFlex 102: Multi-Developer Use. Also, see my previous post, The Case for Source Control to learn why you should use it.

    What Files to Check Into Source Control

    The rule of thumb for checking in source code is only to check in files ...
  3. Source Control and Visual DataFlex 102: Multi-Developer Use

    Source Control and Visual DataFlex 101: The Basics got you started with source control.; this post will show you how to use source control when multiple developers work on the same project. This post builds on the previous post and assumes you are familiar with the information in it, so if you have not, please read it now.

    Just as the aforementioned post, the purpose of this post is to allow you to start using source control in a fast and efficient manner. It is not intended to explain ...
  4. Source Control and Visual DataFlex 101: The Basics

    In The Case for Source Control, I told you why you should use source control. Now I will show you how to use source control with Visual DataFlex. This post will demonstrate the basics of source control from a single developer perspective. Source Control and Visual DataFlex 102: Multi-Developer Use moves on to using source control when multiple developers work on the same project. The purpose of this post is to allow you to start using source control in a fast and efficient manner. See Configuring Source Control for Visual DataFlex ...
  5. The Case for Source Control

    Source Control has been discussed in our forums off and on for years and it appears that some developers are not convinced that using it will benefit them. If you are not currently using source control, you should seriously reconsider doing so. I hope this article clears up most questions you have.

    Source control is often also referred to as "version control" or "revision control". I prefer the term source control because it does so much more than simply tracking revisions, as I will ...
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	VaultHistoryBT4711.PNG 
Views:	3136 
Size:	16.7 KB 
ID:	3806   Click image for larger version. 

Name:	VaultHistoryBT4711DrillDown.PNG 
Views:	3164 
Size:	57.8 KB 
ID:	3807   Click image for larger version. 

Name:	VaultBT4711ChangesInBC.PNG 
Views:	9516 
Size:	92.3 KB 
ID:	3808  
  6. Developer Resources: Getting the Most from the Forums

    Our forums are chock full of information and we want to make sure that everyone can make the most of this.

    Post all relevant information

    Sometimes the operating system on which you encounter a problem matters, sometimes it does not, sometimes other product versions matter. By providing all the pertinent information from the get-go, it allows people who read your posts to better help you and not have to guess. At minimum, I would suggest that you provide the following ...

    Updated 26-Mar-2010 at 12:56 PM by Dennis Piccioni

    Categories
    Uncategorized
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	UnhandledProgramError.png 
Views:	1339 
Size:	33.5 KB 
ID:	3797   Click image for larger version. 

Name:	SubscribeToThread.PNG 
Views:	1286 
Size:	8.1 KB 
ID:	3798  
  7. Developer Resources: Finding Information

    A big part of our job as software developers is knowing lots of detailed information, but I would argue that knowing how to find information when you need it is even more important. So here is an assortment of resources and tips for Visual DataFlex developers. I use just about all of these resources on a daily basis:

    ...
  8. Why Some Files Are Not Migrated to the Latest VDF Revision

    We try to make migration from any Visual DataFlex revision to the latest revision as smooth as possible for our developers, but one migration-related question has come up repeatedly in the forums: "Some of the files in my workspace didn't get migrated. What's going on?"

    The migration wizard uses the same code parser that the Studio uses to determine what to migrate. As Sonny recently discussed in his blog Under the Hood: The Studio Parser, most source code files are not autonomous, ...