Search found 87 matches

by Mikhail
Wed Sep 08, 2010 2:06 pm
Forum: General Development
Topic: What's a good non-proportional Font to use with GUI ON?
Replies: 2
Views: 4958

What's a good non-proportional Font to use with GUI ON?

What's a good non-proportional Font to use with GUI ON?
by Mikhail
Thu Sep 02, 2010 9:35 am
Forum: General Development
Topic: Changing the caption on #0 without re-opening #0
Replies: 2
Views: 4742

Thank you John!
by Mikhail
Thu Sep 02, 2010 9:26 am
Forum: General Development
Topic: Changing the caption on #0 without re-opening #0
Replies: 2
Views: 4742

Changing the caption on #0 without re-opening #0

Is there a way to change the caption on window #0 without re-opening window #0?
by Mikhail
Wed Aug 18, 2010 1:46 pm
Forum: General Development
Topic: Anyone know what would cause and index file to get dropped?
Replies: 3
Views: 5623

Anyone know what would cause and index file to get dropped?

Anyone know what would cause and index file to get unintentionally dropped?
by Mikhail
Fri Jun 25, 2010 2:37 pm
Forum: Error Codes
Topic: Error 9998
Replies: 11
Views: 23855

I'm sorry, BR4.03K
by Mikhail
Fri Jun 25, 2010 2:37 pm
Forum: Error Codes
Topic: Error 9998
Replies: 11
Views: 23855

It's a little over 8000 lines, using BR version 4.02F
by Mikhail
Fri Jun 25, 2010 2:35 pm
Forum: Error Codes
Topic: Error 9998
Replies: 11
Views: 23855

Seems to be a size issue
by Mikhail
Fri Jun 25, 2010 1:35 pm
Forum: Error Codes
Topic: Error 9998
Replies: 11
Views: 23855

Not using an external editor.

This program works, but if I try even just adding a comment, it bombs with error 9998
by Mikhail
Fri Jun 25, 2010 1:07 pm
Forum: Error Codes
Topic: Error 9998
Replies: 11
Views: 23855

Only this program
by Mikhail
Fri Jun 25, 2010 12:37 pm
Forum: Error Codes
Topic: Error 9998
Replies: 11
Views: 23855

Error 9998

Error 9998 is not listed.

Does anyone know what it means?

I get it when I try to do a REPLACE
by Mikhail
Wed Jun 02, 2010 1:01 pm
Forum: General Development
Topic: "BR closing" event
Replies: 12
Views: 13667

What I'm talking about is a global BR_closing event, which always gets triggered before BR quits. Maybe, adding on BR_closing run logout.br into your wbconfig.sys This way we wouldn't have to add code to each of our programs. I guess there is no such thing now, but it wouldn't be difficult to implem...
by Mikhail
Tue Jun 01, 2010 8:55 am
Forum: General Development
Topic: "BR closing" event
Replies: 12
Views: 13667

"BR closing" event

We have the "BR start" event, sort of, in the form of being able to run a program when BR starts. It would be great if we had a "BR closing" event. For example, I want to log out the user if they abnormally terminate a program.
by Mikhail
Thu May 06, 2010 12:22 pm
Forum: General Development
Topic: protected colored cells in a grid
Replies: 6
Views: 8621

That was OK in version 4.17L But starting with BR4.18 and ending with BR4.20d the following was happening: If you first protect a cell, and later apply color to it, then applying the color would un-protect the cell. I just tried it with BR4.20F and that is no longer the case, i.e. the cell stays pro...
by Mikhail
Thu May 06, 2010 11:56 am
Forum: General Development
Topic: protected colored cells in a grid
Replies: 6
Views: 8621

The post you pointed me to answers the question of how to apply an attributes to grids, but not the "protected colored" attribute. (Sorry to be a pest)
by Mikhail
Thu May 06, 2010 10:32 am
Forum: General Development
Topic: protected colored cells in a grid
Replies: 6
Views: 8621

Tried

execute 'config attribute [a]/[BLACK]:[Aliceblue]'
execute 'config screen N [a]'

let _Fieldforms$(1) =_Fieldforms$(2) ="C 40,[a]LP"

didn't do it for some reason.

Would you please provide a quick example?