Search found 49 matches

by dmeenen
Mon Jul 15, 2019 8:44 am
Forum: General Development
Topic: System call to Atlantis word processor hanging
Replies: 29
Views: 54047

Re: System call to Atlantis word processor hanging

Susan, Looking over your steps to trouble shoot: 6. He disabled all security on the server and on the workstation, going so far as to uninstall the Sophos (their security product). No diff. Sophos (and all other AV products) - if you insert an Exclusion or disable the AV, we have found that the Excl...
by dmeenen
Mon Jul 15, 2019 8:27 am
Forum: General Development
Topic: System call to Atlantis word processor hanging
Replies: 29
Views: 54047

Re: System call to Atlantis word processor hanging

Susan, Here is how Steve and I Kill a running process before starting another process for the same program. (7za.exe in this case) execute "sy -M start /wait /b taskkill.exe /im 7za.exe /f" ! Kill 7za in Windows substitute your Atlantis.exe for 7za Also, Network Shared drives are giving us...
by dmeenen
Mon Jan 28, 2019 1:05 pm
Forum: Conferences
Topic: 2019 Conference - need your input please!
Replies: 7
Views: 17842

Re: 2019 Conference - need your input please!

Susan,
Doug Meenen 3 nights, Arrive Wed, depart Saturday
by dmeenen
Fri Jan 29, 2016 1:27 pm
Forum: BR Configuration
Topic: Windows automatic update for Win10 install - kills BR
Replies: 22
Views: 38926

Re: Windows automatic update for Win10 install - kills BR

Here is a link to "How to Block Windows 10 upgrades" It involves creating 2 registry settings and works on all of the computers I have implemented on. http://www.zdnet.com/article/how-to-block-windows-10-upgrades-on-your-business-network-and-at-home-too/?tag=nl.e589&s_cid=e589&ttag...
by dmeenen
Fri Nov 20, 2015 9:41 am
Forum: General Development
Topic: BR Client Server in Windows Server 2012
Replies: 9
Views: 19637

Re: BR Client Server in Windows Server 2012

Gabriel,
Have you tried disabling SMB 2.0 on both the server and the client?
Google "How to Disable SMB 2.0 on Windows"
for the specific instructions.

Good Luck,
Doug Meenen
by dmeenen
Thu Apr 23, 2015 3:25 pm
Forum: General Development
Topic: Misc 4.3 Issues
Replies: 14
Views: 20964

Re: Misc 4.3 Issues

Matt,

Here are the Memory specs we use in BR wbconfig.sys

REM - SYSTEM PARAMETERS
FILENAMES LOWER_CASE
STATUSLINE ON
MAXRECALL 300
BASEYEAR 1950
workstack 1240000
FORSTACK 400
FLOWSTACK 1250
rpnstack 3750
break 8 1600
MEMORY

Doug Meenen
by dmeenen
Fri Mar 07, 2014 3:16 pm
Forum: Non-BR Topics
Topic: Please Reply
Replies: 4
Views: 13788

Re: Please Reply

Alive and well !
Thanks to Feed My Inbox software, I continue to receive Br Forum posts!

Doug Meenen
by dmeenen
Fri Feb 21, 2014 10:31 am
Forum: 3rd Party Software from the BR Community
Topic: Who is using ScreenIO and who plans to use it "some day"?
Replies: 2
Views: 11816

Re: Who is using ScreenIO and who plans to use it "some day"

Macs is using Screenio with BR 4.20
We have converted some programs to use it and new development is under way.
by dmeenen
Thu Mar 21, 2013 9:16 am
Forum: Advanced Concepts
Topic: Listviews of big files are taking too long to load
Replies: 10
Views: 21217

Susan, I have a listview in Payroll Maintenance that lists the payroll checks for each individual employee when you are maintaining that employee. The method I used was to sort the file first with what I wanted in the listview. Sort Entire Check file by: Only this employee, only payroll checks for t...
by dmeenen
Thu Oct 18, 2012 9:29 am
Forum: General Development
Topic: File Browser in BR
Replies: 1
Views: 5005

File Browser in BR

Here is the File Browser code from the BR Wiki: A File Browser Control ( client side only ) is supported OPEN #99: "NAME= OPEN|SAVE:starting-directory[mask], ..." Specify OPEN or SAVE to indicate what style of file selection box should be used. The colon is required. If you wish to use the...
by dmeenen
Tue May 22, 2012 3:13 pm
Forum: General Development
Topic: Config Collate Alternate
Replies: 3
Views: 6845

CONFIGCOLLATE ALTERNATE filename has been removed with version4.16
by dmeenen
Tue May 22, 2012 3:10 pm
Forum: General Development
Topic: Config Collate Alternate
Replies: 3
Views: 6845

Found this in the BR Manual: BRConfig.sys Configuration Parameters Collate Alternate CONFIGCOLLATE ALTERNATE filename has been removed. Start-up Default: COLLATE NATIVE ! ASCII sequence Parameters: COLLATE NATIVE specifies the ASCII collating sequence. In this sequence, the binary representations of...
by dmeenen
Thu Mar 29, 2012 3:35 pm
Forum: General Development
Topic: Date picker control written in BR
Replies: 9
Views: 11395

Fyi Susan,
I received the date_picker.br file from the Mikhail's email.
Doug