Client-side Scripting in DesignBais

DesignBais doesn’t have documented support for JavaScript or VBScript for customized client-side behaviors, but that doesn’t mean you can’t do it. Here’s a discussion on the topic.

DesignBais Tip – Image Toolbar

Using graphical elements familiar to end-users will enhance the value of your application and show that you really are taking that next step toward a real GUI. A toolbar is an example of the sort of thick-client UI feature that end-users are starting to expect in browser apps now.

DesignBais Tip – Referencing Images

When adding an image in the Form Designer, the default Image File value is DBLOGO.JPG. When referring to images, we use this original Image File value, for example: DBIMAGESPEC<1> = "DBLOGO.JPG" This presents a problem as soon as another image goes on the form and you need to refer to it in code – which DBLOGO.JPG do you want?

DesignBais Tip – Formatting Date/Time Fields

For fields that input and display time, the default output format is MTHS, which will show AM/PM plus the seconds. Most applications don’t require seconds, but there is no way to display data in DesignBais with a mask like MTH. A similar situation applies to dates where you want to input or display dates in a variety of formats, depending on […]

Relationship with DBI

Greetings DesignBais developers! Nebula Research and Development recently entered into an agreement with DesignBais International to provide Professional Services to and on behalf of DesignBais International, on an as-requested basis. In case you didn’t know me before, I just wanted to introduce myself.

DesignBais Tip – Image Location

Rather than putting application images directly into C:\db\images, put them in a folder under that. For example: C:\db\images\MyComp. This will help with upgrades, doing mass replacement of image files, etc. The default path used by DesignBais for images is images\ (with a trailing slash and relative to the base directory which is usually C:\db\. So, when referring to images, use […]

DesignBais Tip – Radio Buttons

Welcome to the first product usage tip for DesignBais on this blog! Radio buttons are mutually exclusive, round check boxes. Selecting one of them unsets all of the others. DesignBais does not yet natively support radio buttons, but we can simulate them using the image technique for toolbars and other controls (to be discussed in another tip).

The DesignBais Audience

DesignBais is a great product and perfectly suited to the Pick developer who doesn’t know or care about .NET, ODBC, sockets, ActiveX, Java, PHP, Perl, or any of these other tools that we discuss in public forums. I tend to say DesignBais is not for us, the geeks in the crowd, but that’s not entirely accurate.

What is DesignBais? Part 1

As many of you know I have been working with DesignBais for a while now. I’ve been impressed with it from the first time I saw it. This article contains excerpts from various forum postings I’ve made, and new material, to describe the product and explain my relationship with DesignBais International (DBI).

How many licenses do I need?

This is an in-depth explanation of how web clients consume licenses with a back-end MV DBMS. It might be too basic for some people but it should help to bring everyone up to a common level for discussions on this important topic.