Archive for the ‘MV’ Category

DesignBais Tip - Goodbye plain text forms

Saturday, December 9th, 2006

How’d you like to get complex text and image formatting into your DesignBais forms? How’d you like to edit that text with a WYSIWYG editor, without having to see any HTML at all? Might your users be interested in storing formatted data rather than plain old text - including images?

(more…)

Running scripts from your desktop

Sunday, November 26th, 2006

You can easily find answers elsewhere to the security problem documented here, but since one of my recent posts might lead you into the problem I thought I’d provide the solution.

(more…)

Outlook Appointments from MV

Saturday, November 18th, 2006

I have code that updates the Outlook Calendar from MV apps. I decided to hook it up with DesignBais. This is just too cool.

(more…)

The Dreaded Back Button

Wednesday, November 15th, 2006

Once in a while this question comes up about what to do when the user hits the Back button in a browser app. Well, the italian in me says "break their fingers", but most of my colleagues aren’t italian, so here’s a solution for the rest of you.

(more…)

DesignBais Hacks - Introduction Part 1

Monday, October 30th, 2006

One of the neat things about DesignBais is that the product itself is written in DesignBais. This isn’t uncommon in the world today. Java is written in Java, C is C, C# is C#, etc. While we can’t open DesignBais system forms in the Forms Designer, we can manually customize them. We could do this with the editor but I believe that would lead to chaos, so I’m proposing here a coding standard which will allow us to hack specific aspects of forms into something we like, or back into their original form.

(more…)

Setting Time, MV and *nix

Monday, October 30th, 2006

Steven Dorst asked about setting D3 time from the host OS. Here are some notes about setting the OS or MV time from either environment.

(more…)

D3 Tip - OSFI Part 1

Monday, October 16th, 2006

Over the years there seems to be continuing confusion on how the D3 OSFI works, and confusion with the similarly named FSI. In this first tip on this topic, I’ll provide a couple hints about how to use slashes and drive references, and some examples for use.

(more…)

Protected: Hands-on User Group Meetings

Friday, October 13th, 2006

This post is password protected. To view it please enter your password below:


DesignBais Tip - The Art of Indirection

Thursday, September 28th, 2006

One of the less intuitive aspects of working with DesignBais is that things aren’t always done directly. We don’t always use Field=Data to assign data to a field. We frequently need to tell the field where it needs to go to get its data, and then we load that data source as necessary.

(more…)

DesignBais Tip - Launching a URL - Part 2, E-mail

Wednesday, September 20th, 2006

Part 1 on Launching a URL provided details about how to launch a complex URL from a DesignBais form. In this Part 2 of 2 I’ll show you how to send e-mail from the user’s PC. The effect we’re looking for is a Click Here link which will launch the end-user’s email client, rather than sending mail from the server.

(more…)