Search found 542 matches

by John
Wed May 13, 2009 12:30 pm
Forum: Non-BR Topics
Topic: [BR_forum] AutoIt
Replies: 5
Views: 15001

[BR_forum] AutoIt

You may also want to note that AutoIt also provides a whole suite of on screen user interface options… so pretty much anything ScreenAce could do, AutoIt can do. Grids, radio buttons, etc. Additionally you don’t have to compile the script… I used a br program to write an autoit script and then calle...
by John
Wed May 13, 2009 10:47 am
Forum: General Development
Topic: [BR_forum] BR 4.2 - ready for primetime?
Replies: 28
Views: 26161

[BR_forum] BR 4.2 - ready for primetime?

Shouldn’t parent=none windows be modal??? I can’t imagine a situation in which you wouldn’t want them to be modal. And modal windows – when their parent gets focus the focus is instantly shifted to the modal child, there’s no waiting for an action, it just shifts the focus on focus. Is there a situa...
by John
Wed May 13, 2009 8:10 am
Forum: General Development
Topic: [BR_forum] BR 4.2: STR2MAT and MAT2STR
Replies: 24
Views: 25598

[BR_forum] BR 4.2: STR2MAT and MAT2STR

It’s at the end of line 2 in his example. From: br_forum-bounces@ads.net [mailto:br_forum-bounces@ads.net] On Behalf Of Larry Sent: Wednesday, May 13, 2009 10:06 AM To: 'Business Rules Forum' Subject: Re: [BR_forum] BR 4.2: STR2MAT and MAT2STR Where is the embedded carriage return? From: br_forum-bo...
by John
Tue May 12, 2009 3:05 pm
Forum: General Development
Topic: [BR_forum] Reseting ERR
Replies: 6
Views: 6680

[BR_forum] Reseting ERR

if file(1)=11 and err=4272  i believe should test specivically for nokey On Tue, May 12, 2009 at 4:17 PM, Mikhail Zheleznov <zheleznovster@gmail.com ( zheleznovster@gmail.com )> wrote: Wouldn't   FILE(1)<> 0 be true in other cases as well, and not only if there is a NOKEY? I think FILE returns -1 Fi...
by John
Tue May 12, 2009 11:51 am
Forum: Non-BR Topics
Topic: [BR_forum] FW: New BR forum?
Replies: 0
Views: 9844

[BR_forum] FW: New BR forum?

I believe dreamincode.net would probably give us a section in their other languages section for Business Rules! if we want it.  ( http://www.dreamincode.net/forums/showforum62.htm )  They support RSS feeds and such... it may be worth consideration - as we wouldn't have to host it ourselves and it'd ...
by John
Tue May 12, 2009 10:54 am
Forum: General Development
Topic: [BR_forum] BR 4.2: STR2MAT and MAT2STR
Replies: 24
Views: 25598

[BR_forum] BR 4.2: STR2MAT and MAT2STR

For CSV you should be able to sue str2mat and then search through the array for unpaired encapsulation characters and combine that range of array items together, shift everything after it back and drop the excess items off the end. -john From: br_forum-bounces@ads.net [mailto:br_forum-bounces@ads.ne...
by John
Tue May 12, 2009 8:22 am
Forum: Printing
Topic: [BR_forum] NWP and multiple columns
Replies: 5
Views: 7432

[BR_forum] NWP and multiple columns

Oh I see – very nice. From: br_forum-bounces@ads.net [mailto:br_forum-bounces@ads.net] On Behalf Of Susan Smith Sent: Tuesday, May 12, 2009 9:53 AM To: Business Rules Forum Subject: Re: [BR_forum] NWP and multiple columns The customization that the author sent allowed me to bypass the print dialog a...
by John
Tue May 12, 2009 7:46 am
Forum: Printing
Topic: [BR_forum] NWP and multiple columns
Replies: 5
Views: 7432

[BR_forum] NWP and multiple columns

I recall that in atlantis there was a command line option to only show the print dialog and not the program, I’m surprised you had to get a custom copy of atlantis to accomplish this. As for Open Office – I sure someone else is probably already doing it – there are some very fast versions of open of...
by John
Mon May 11, 2009 5:44 am
Forum: General Development
Topic: [BR_forum] George - PROC TT
Replies: 3
Views: 5332

[BR_forum] George - PROC TT

Small note – if you proc any of your programs, than instead of procing these things in subproc them in… like so: 00202 execute “*SubPROC =:vol002tt” Because a proc will destroy/override a preious proc that may be running, but a subproc will work irregardless. I might even suggest the leading * (show...
by John
Sun May 10, 2009 11:42 am
Forum: General Development
Topic: [BR_forum] BR 4.2: STR2MAT and MAT2STR
Replies: 24
Views: 25598

[BR_forum] BR 4.2: STR2MAT and MAT2STR

admin please delete this entry
by John
Sun May 10, 2009 11:20 am
Forum: General Development
Topic: [BR_forum] BR 4.2: STR2MAT and MAT2STR
Replies: 24
Views: 25598

[BR_forum] BR 4.2: STR2MAT and MAT2STR

admin please delete this entry
by John
Sun May 10, 2009 11:19 am
Forum: General Development
Topic: [BR_forum] BR 4.2: STR2MAT and MAT2STR
Replies: 24
Views: 25598

[BR_forum] BR 4.2: STR2MAT and MAT2STR

admin please delete this entry
by John
Sun May 10, 2009 10:57 am
Forum: General Development
Topic: [BR_forum] BR 4.2: STR2MAT and MAT2STR
Replies: 24
Views: 25598

[BR_forum] BR 4.2: STR2MAT and MAT2STR

admin please delete this entry
by John
Sun May 10, 2009 9:34 am
Forum: Libraries and Functions
Topic: [BR_forum] Organizing Libraries
Replies: 5
Views: 15820

[BR_forum] Organizing Libraries

i'd seperate things by objective like print.wb screen.wb accounting.wb payroll.wb array.wb etc,,,  this helps make things easy to find and obvious where they belong...   or you might consider one big redirect library that points to everything.  and then each library have it's own .wb file.  this is ...
by John
Sat May 09, 2009 2:53 pm
Forum: General Development
Topic: [BR_forum] Transparent attribute on PRINT FIELDS
Replies: 3
Views: 5833

[BR_forum] Transparent attribute on PRINT FIELDS

sometimes you might want to let people choose their own background image, in which case you may want the text to force the color of it's background so you can always read it no matter the dynamic background...  maybe... On Sat, May 9, 2009 at 11:46 AM, Susan Smith <susan@creativelyspeaking.net ( sus...