Search found 542 matches

by John
Thu Jan 18, 2018 10:12 am
Forum: General Development
Topic: leading colons
Replies: 4
Views: 13874

leading colons

Question 1: What does the second colon do in this path: @::\\server\resource\file.txt From client/server installations I can not see @:\\server\resource\file.txt (even though the location is accessible via windows) but I can see @::\\server\resource\file.txt. My logic dynamically adds the @: if it i...
by John
Wed Jan 03, 2018 5:59 am
Forum: Error Codes
Topic: an unhandled exception c0000005 was encountered
Replies: 1
Views: 11313

Re: an unhandled exception c0000005 was encountered

I get this BR assertion error sometimes in my big client server installation. Usually after a screen is left open for a while, it may give this error and die off.

BR 4.32f
brassertion 56 .png
brassertion 56 .png (13.31 KiB) Viewed 11260 times
by John
Fri Dec 29, 2017 1:16 pm
Forum: Non-BR Topics
Topic: Team Viewer 12
Replies: 2
Views: 13012

Re: Team Viewer 12

I feel very much the same way. I'm still on Teamviewer 12. I paid for each upgrade, but am hesitant to switch to 13 which requires me to pay roughly the same price annually. I use the Host Installers you mentioned to give my users a branded teamviewer which is nice. I have on a number of occasion ra...
by John
Thu Oct 19, 2017 10:51 am
Forum: General Development
Topic: KOREAN WON
Replies: 5
Views: 15460

Re: KOREAN WON

numbers above 256 are Unicode. You probably won't have much luck printing a Unicode character. I'd suggest either finding a font that contains it as a character and switching in and out of that font to print it or printing it as an image (which won't give you as crisp a character possibly) Such old ...
by John
Fri Sep 22, 2017 2:56 pm
Forum: General Development
Topic: Drive REmapping
Replies: 3
Views: 12470

Re: Drive REmapping

I am actually also using a config substitute to make fileio work. I have some default locations for data to reside (%programdata%\ACS\etc) but sometimes I do set the environment variable in my brconfig.sys.
i.e.

Code: Select all

 SetEnv Data \\LITTLE_KOI\Users\John\OneDrive\ACS\Dev-5 Data
by John
Fri Sep 22, 2017 9:35 am
Forum: General Development
Topic: Drive REmapping
Replies: 3
Views: 12470

Re: Drive REmapping

So - I found a simple enough work around. I changed all (5,743) references to Q: in my software to env$('Q') and set that environment variable to the path instead of using a virtual drive. Gee, these environment variables sure do make a whole lot of things easier.
by John
Fri Sep 22, 2017 5:07 am
Forum: General Development
Topic: Drive REmapping
Replies: 3
Views: 12470

Drive REmapping

I need to change my BR Drive mapping at certain times. So I use "Config Drive" statements to set them. A problem I am encountering is that when I've already set it once for a given drive letter trying to change results in an error 1006. Simply changing the drive letter to one I haven't use...
by John
Fri Sep 08, 2017 6:46 am
Forum: General Development
Topic: Windows 10 BR! Server
Replies: 14
Views: 25060

Re: Windows 10 BR! Server

On my Windows 10 (Home) machine the secpol.msc and Local Security Settings were a dead end. (Though they do work on my Win 10 Pro machine) I've switched over to using a goDaddy virtual machine with windows server 2012. I've got 30 days in which to try it out and I can get like a 2/3rd refund if I do...
by John
Thu Sep 07, 2017 2:28 pm
Forum: General Development
Topic: Windows 10 BR! Server
Replies: 14
Views: 25060

Re: Windows 10 BR! Server

that must be a windows 10 pro feature - windows 10 home does not have that bottom frame - only the top one.
by John
Thu Sep 07, 2017 12:56 pm
Forum: General Development
Topic: Windows 10 BR! Server
Replies: 14
Views: 25060

Re: Windows 10 BR! Server

I found this "Enable Remote Desktop for Windows 10 Pro The RDP feature is disabled by default, and to turn the remote feature on, type: remote settings into the Cortana search box and select Allow remote access to your computer from the results at the top." from https://www.groovypost.com/...
by John
Thu Sep 07, 2017 3:17 am
Forum: General Development
Topic: Windows 10 BR! Server
Replies: 14
Views: 25060

Windows 10 BR! Server

Has anyone setup a windows 10 machine as a client/server server and not used the anonymous option? I'm trying to add local accounts but am not able to make them work. The primary administrator accounts seem to work fine. I know there is a concern with "allow logon locally" but I'm not able...
by John
Wed Aug 30, 2017 1:23 pm
Forum: General Development
Topic: Parameterized SQL queires from BR
Replies: 6
Views: 17089

Re: Parameterized SQL queires from BR

does your form statement need a pos?
by John
Tue Aug 01, 2017 7:06 am
Forum: Conferences
Topic: 10,000 Foot Webinar
Replies: 2
Views: 11218

10,000 Foot Webinar

Gordon mentioned in the Dealer Letter that there would be an a "10,000 Foot Webinar." Is there a date/time set for this yet?

-John
by John
Fri Jul 21, 2017 1:37 pm
Forum: General Development
Topic: catastrophic weirdness
Replies: 6
Views: 16123

Re: catastrophic weirdness

probably windows 10 OSs. That's what most of my customers are running. 64-bit standard versions. However I only use 32 bit BR because the 64 bit version of BR does not support the PDF stuff which I am still trying to get working sufficiently for me to start using it. But only 32-bit BRs are what the...
by John
Fri Jul 21, 2017 11:58 am
Forum: General Development
Topic: catastrophic weirdness
Replies: 6
Views: 16123

Re: catastrophic weirdness

I don't really think it's the screenio nor fileio - it really wasn't doing anything with it any of the times. And I have my doubts about the fnsnap. I do have one other suspicion. I (somewhat) recently added a line to my brsonfig.sys file that says: PrintScreen gui Win:/Select I kinda suspect that i...