Search found 87 matches

by Mikhail
Tue Dec 22, 2009 10:16 am
Forum: 3rd Party Software from the BR Community
Topic: BR 4.20C and 4.20D exit when attempting to use a .NET contro
Replies: 6
Views: 16213

PEM Event handling in BR

Question for Dan:

Could you provide a short example on how BR could capture a .NET
event?
by Mikhail
Tue Dec 22, 2009 10:00 am
Forum: 3rd Party Software from the BR Community
Topic: BR 4.20C and 4.20D exit when attempting to use a .NET contro
Replies: 6
Views: 16213

Where are the latest BR4.20, pemnet.dll, and BRconvert.dll?

Where are the latest BR4.20, pemnet.dll, and BRconvert.dll?
by Mikhail
Mon Dec 21, 2009 3:26 pm
Forum: 3rd Party Software from the BR Community
Topic: BR 4.20C and 4.20D exit when attempting to use a .NET contro
Replies: 6
Views: 16213

BR 4.20C and 4.20D exit when attempting to use a .NET contro

BR 4.20D exits when attempting to use a .NET control.

BR 4.20 A is OK.

What has changed?
by Mikhail
Thu Nov 19, 2009 10:24 am
Forum: Printing
Topic: Turn off IMAGE CACHE in NWP
Replies: 3
Views: 13471

Turn off IMAGE CACHE in NWP

How to turn off IMAGE CACHE in NWP?
by Mikhail
Wed Oct 21, 2009 1:16 pm
Forum: General Development
Topic: Forcing rinput to focus on the next empty field
Replies: 1
Views: 3953

Forcing rinput to focus on the next empty field

Suppose we have the following code: !==================== do rinput #win, fields mat inputspecs$: mat inputs$ if inputs$(1) = ... then do something if inputs$(2) = ... then do something else . . loop until fkey = 99 !==================== How can I make the rinput focus on a specific field, and not n...
by Mikhail
Fri Sep 25, 2009 7:58 am
Forum: General Development
Topic: Message on the screen while indexing
Replies: 3
Views: 5922

Message on the screen while indexing

The message on the screen while indexing is

CREATE INDEX FILE IN PROGRESS

Is there a way to force BR to also include the file name in this message?
by Mikhail
Fri Sep 25, 2009 7:41 am
Forum: Advanced Concepts
Topic: Get value of selected line from a BR! grid/list widget
Replies: 1
Views: 4100

input #window, fields gridspec$&",row,cur,nowait" : mat selectedrow$
by Mikhail
Fri Sep 18, 2009 9:52 pm
Forum: Printing
Topic: Check printing and MICR font/ink
Replies: 2
Views: 11748

Check printing and MICR font/ink

Hello, everyone!

Our company is looking into buying a printer (or printers) to print checks.

We are looking for something capable of about 1000 checks a day. Also interested in MICR font and ink.

Does anyone have suggestions/comments/experiences they'd like to share?
by Mikhail
Wed Sep 09, 2009 12:42 pm
Forum: General Development
Topic: How are CMDKEY and FKEY reset?
Replies: 1
Views: 3913

How are CMDKEY and FKEY reset?

Is there a way to reset CMDKEY and FKEY after they are triggered by an event?
by Mikhail
Wed Aug 26, 2009 3:44 pm
Forum: BR Wiki
Topic: Can I temporarily remap CTRL+P
Replies: 1
Views: 10719

Can I temporarily remap CTRL+P

Can I temporarily remap CTRL+P to do something else besides a screenprint? Our users are used to printing with CTRL+P. I am changing one of our screens to use a grid. Sometimes the contents of the grid will take more than can fit on the screen. In this case regular screen print won't work. I want to...
by Mikhail
Mon Aug 10, 2009 8:13 am
Forum: BR Configuration
Topic: Maximum number of open sessions
Replies: 6
Views: 19149

Maximum number of open sessions

The Maximum number of open sessions I ever was able to have was 9.

One of our genius users managed to somehow open TWENTY THREE.

I did not think this was possible.
by Mikhail
Wed Jul 15, 2009 2:58 pm
Forum: General Development
Topic: Can GRID columns be made UNSORTABLE?
Replies: 4
Views: 6988

Can GRID columns be made UNSORTABLE?

Can GRID columns be made UNSORTABLE?

We would like to make them unsortable, because when data is loaded into the GRID, certain rows are grouped together.

These rows represent service lines of health claims.

If a sort is performed on a column, then the service lines of DIFFERENT claims get mixed up.