Archive for the ‘MV’ Category
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…)
Posted in DesignBais, MV, Tech | No Comments »
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…)
Posted in DesignBais, Tech | No Comments »
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…)
Posted in mv.NET, DesignBais, .NET General, MV, Tech, General | 9 Comments »
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…)
Posted in DesignBais, FlashCONNECT, ASP.NET, Tech, General | 8 Comments »
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…)
Posted in DesignBais, MV, General | No Comments »
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…)
Posted in Time, D3, MV, Tech | No Comments »
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…)
Posted in D3, MV, General | No Comments »
Friday, October 13th, 2006
Posted in Caché, MV | Comments Off
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…)
Posted in DesignBais, MV, General | No Comments »
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…)
Posted in DesignBais, MV, General | No Comments »