Search found 662 matches

by Susan Smith
Thu May 07, 2009 12:09 pm
Forum: General Development
Topic: [BR_forum] BR 4.2 - ready for primetime?
Replies: 28
Views: 26269

[BR_forum] BR 4.2 - ready for primetime?

Good advice, Gabriel and Kevin:

I haven't implemented 4.18 features yet EITHER, but perhaps I'll go that route: license the client for 4.2, USE 4.18 feature set and then I'll be ready for both worlds. Thanks!

-- Susan
by Susan Smith
Thu May 07, 2009 11:09 am
Forum: General Development
Topic: [BR_forum] BR 4.2 - ready for primetime?
Replies: 28
Views: 26269

[BR_forum] BR 4.2 - ready for primetime?

Hi all, My primary client is interested in upgrading to the "latest" version of BR. They are currently using 4.17 WITHOUT NWP. They want to use NWP so we can print to some of their braindead printers as well as to solve some other driver issues. They also want to "become current"...
by Susan Smith
Tue Apr 28, 2009 5:27 am
Forum: New to Business Rules
Topic: [BR_forum] MY Edit
Replies: 2
Views: 13244

[BR_forum] MY Edit

by Susan Smith
Thu Oct 02, 2008 8:06 am
Forum: General Development
Topic: [BR_forum] Setenv
Replies: 4
Views: 4941

[BR_forum] Setenv

Larry, You can set environment variables inside your programs with this syntax: 00010 LET SETENV("USERNUM",A$) or 00010 LET SETENV("USERNUM","123") You can only use strings. To retrieve that value, PRINT ENV$("USERNUM") -- Susan Larry wrote: I seem to recall t...
by Susan Smith
Thu Sep 25, 2008 11:05 am
Forum: General Development
Topic: [BR_forum] &= operator
Replies: 16
Views: 13893

[BR_forum] &= operator

That is a really good idea! -- Susan Mikhail Zheleznov wrote: The += opertaor is nice, so you can say let total += itemprice instead of let total = total + price It would be even nicer if we had a &= operator for strings for appending _______________________________________________ BR_forum mail...
by Susan Smith
Tue Sep 23, 2008 3:40 pm
Forum: Non-BR Topics
Topic: [BR_forum] Cut/Paste not working
Replies: 0
Views: 9841

[BR_forum] Cut/Paste not working

Hi all, Have any of you ever had your cut & paste stop working? I'm using Win XP Pro (local machine, not a network), and when I got back from Nashville, my cut & paste had stopped working - in ALL applications including MS Office 2003. I can highlight text and delete it, but pasting it doesn...
by Susan Smith
Tue Sep 23, 2008 3:28 pm
Forum: Conferences
Topic: 2008 Conference Wrap-up
Replies: 2
Views: 4216

[BR_forum] Emails

A new discussion forum will be unveiled soon, which WILL have both an online archive facility. You can have the Emails sent to your inbox, read them online, or BOTH. It's not quite time to open the doors yet, but that will be coming soon, so stay tuned. It should address the concerns of both John an...
by Susan Smith
Wed Sep 03, 2008 9:46 pm
Forum: Advanced Concepts
Topic: [BR_forum] br-electric-fence-leaks.txt
Replies: 3
Views: 4919

[BR_forum] br-electric-fence-leaks.txt

Ah... that's sort of what I was thinking. I haven't used the debug versions before, so this is the first I've seen of it. Thanks. -- Susan George Tisdale wrote: It's a debug thing that Dan puts out there to try to spot memory corruption "things". It started I think in the 4.17 series. Geor...
by Susan Smith
Wed Sep 03, 2008 6:00 pm
Forum: Advanced Concepts
Topic: [BR_forum] br-electric-fence-leaks.txt
Replies: 3
Views: 4919

[BR_forum] br-electric-fence-leaks.txt

Does anyone know anything about a file that's being created automatically (by BR I believe) called br-electric-fence-leaks.txt? I believe BR is creating it because I see Dan's name in the file. I'll attach it here. I'm testing some user-contributed code for the conference flash drives (running BR di...
by Susan Smith
Fri Aug 29, 2008 10:24 pm
Forum: BR Configuration
Topic: [BR_forum] CONFIG STYLE
Replies: 9
Views: 17425

[BR_forum] CONFIG STYLE

Thanks John. I just tried it your way. I DEFINITELY like the labels in upper case. I'm still considering the mixed expressions. I appreciate the input. There are many features in BR that I just never took advantage of when they first came out. (If it ain't broke, don't fix it, I suppose) But now and...
by Susan Smith
Fri Aug 29, 2008 7:27 pm
Forum: BR Configuration
Topic: [BR_forum] CONFIG STYLE
Replies: 9
Views: 17425

[BR_forum] CONFIG STYLE

Hi all, I've never used a CONFIG STYLE in my WBCONFIG.SYS file before to format my source code while editing. When I need indents, I just use spaces. I'm curious as to your favorite STYLE settings for readability of your source code. I tried this one, which I copied off the wiki, modifying all of th...
by Susan Smith
Fri Aug 22, 2008 3:15 pm
Forum: Printing
Topic: [BR_forum] Kudos to Dan and Gordon
Replies: 15
Views: 16488

[BR_forum] Kudos to Dan and Gordon

It's not QUITE that easy - even with the [|]s. Positioning something to a specific place doesn't exactly place the text there. Try it. It tends to print further to the right, which is where the original idea of invisible characters possibly advancing the cursor came from. You have to use trial and e...
by Susan Smith
Thu Aug 21, 2008 1:24 pm
Forum: Printing
Topic: [BR_forum] Kudos to Dan and Gordon
Replies: 15
Views: 16488

[BR_forum] Kudos to Dan and Gordon

George, I got your right alignment test program working. But can you right justify with proportional fonts when you need to specify EXACT positioning on the paper for the right edge? I have a few forms (as you probably do) where the vertical columns must be at a precise position. In many cases this ...
by Susan Smith
Mon Aug 18, 2008 1:59 pm
Forum: Non-BR Topics
Topic: [BR_forum] GotoAssist Beta
Replies: 3
Views: 11649

[BR_forum] GotoAssist Beta

Hi Steve! You're all married now! I hope you and Heidi had a wonderful day on August 8th! They were setting off some awfully big fireworks in China in your honor that day. They made have called it the Olympic opening ceremonies, but we know better :) Aren't you using LogMeIn for remote support now? ...
by Susan Smith
Thu Aug 14, 2008 1:32 pm
Forum: Non-BR Topics
Topic: [BR_forum] Version control
Replies: 25
Views: 34257

[BR_forum] Version control

I don't use a version control system at all. Well on second thought, I have a very prehistoric procedure that PRETENDS to be a version control system: I don't store my source in source format. It's all in .wb files. I have a backup folder for each programs directory that contains all of the prior ve...