Search found 255 matches

by GomezL
Thu May 20, 2010 11:41 am
Forum: General Development
Topic: Windows 2008 File I/O Question
Replies: 2
Views: 5558

There is a known SMB 2.0 problem with Windows 2008 server, the following link describes how to disable SMB 2.0:

http://www.petri.co.il/how-to-disable-s ... r-2008.htm
by GomezL
Mon May 17, 2010 10:18 am
Forum: BR Configuration
Topic: ODBC on Windows 7 64 bit
Replies: 1
Views: 11870

By Default 64 bit windows shows 64 bit drivers.

To view 32 bit drivers use:
C:\windows\SysWOW64\odbcad32.exe
by GomezL
Thu May 06, 2010 9:12 am
Forum: Advanced Concepts
Topic: Distance between two zips using Longitude/latitude
Replies: 5
Views: 9078

Zip1$, LAT1 & LONG1 are required Zip2$, LAT2 & LONG2 are required I am not exactly sure about the "N" & "W", but Both LAT & LONG need to be (+) Values IE: "61360" LAT =41.3267 LONG =88.6042 "60541" LAT =41.5266 LONG = 88.5274 100 LET CNV1=180/P...
by GomezL
Wed Apr 28, 2010 1:19 pm
Forum: Non-BR Topics
Topic: Commercial Legal Software - Computer Programmer
Replies: 0
Views: 11409

Commercial Legal Software - Computer Programmer

Commercial Legal Software - Computer Programmer Commercial Legal Software, Inc., author of Collection-Master, is currently looking for an experienced computer programmer to join its product development team. Although knowledge of the primary programming environment that we use (Business Rules) is no...
by GomezL
Wed Apr 07, 2010 4:14 pm
Forum: Printing
Topic: Left Margin on Inkjet Printer.
Replies: 7
Views: 18684

Joy!

I found fnsnap.dll right where you told me!

FNLEFT$(_L)=CHR$(27)&"&a"&STR$(_L)&"L"

You example:

PRINTER PCL [LEFTMARGIN(XXX)], "\E&aXXXL"

Is perfect!

Now I have to see if this works for NWP!
by GomezL
Wed Apr 07, 2010 11:37 am
Forum: Printing
Topic: Left Margin on Inkjet Printer.
Replies: 7
Views: 18684

Still no joy!

/Brg_pub/Zip/fnsnap.zip is dated 6/25/2008
by GomezL
Tue Apr 06, 2010 5:04 am
Forum: Printing
Topic: Left Margin on Inkjet Printer.
Replies: 7
Views: 18684

I tried downloading a new copy of FNSNAP.ZIP from ftp://ftp.ads.net/Brg_pub/Zip/
I wasn't able to find a copy of FNLEFT$ inside FNSNAP.DLL, is there a newer version?
by GomezL
Mon Apr 05, 2010 2:47 pm
Forum: Printing
Topic: Left Margin on Inkjet Printer.
Replies: 7
Views: 18684

Left Margin on Inkjet Printer.

I have a report that is "Chopping off" the leftmost 4 or 6 columns of the report because the printer has a margin that cannot print. I am wondering if there is a way with NWP to set the left Margin, so the entire report is a few characters to the right. I could of course change the templat...
by GomezL
Wed Mar 10, 2010 10:57 am
Forum: BR Configuration
Topic: Client Server 4.2
Replies: 26
Views: 46478

I always thought it would be nice to be able to include information in the command line. Our workaround was to create environment variables that BR uses to trigger The answer might be to support @%ENV%@ or something like that in Client Server. That way, BR an have a command like SETENV CLIENT_COMPUT...
by GomezL
Wed Mar 10, 2010 5:51 am
Forum: BR Configuration
Topic: Client Server 4.2
Replies: 26
Views: 46478

I ultimately figured out that @::C:\WORK is require to find an "Absolute Path". I have been trying to figure out how to assign a "WSID" for each workstation. In our "Regular WB32.EXE", we have a command line as follows: F:\CLSINC\WBWIN\WB32.exe -%WSID% -WBCONFIG.SYS RUN...
by GomezL
Fri Feb 19, 2010 11:44 am
Forum: General Development
Topic: Workstation Basic (3.34b) Documentation and ODBC Drivers
Replies: 4
Views: 7451

WB or Workstation basic is now called Business Rules. Documentation is available online: http://brwiki.ads.net/ Since 3.34b, there have been quite a few software releases. 3.34b was released sometime in the early 90's, Perhaps 1992?. There are ODBC drivers available, but they were released much late...
by GomezL
Thu Feb 18, 2010 4:47 pm
Forum: General Development
Topic: Grid problem
Replies: 1
Views: 4260

Try using a BRDEBUG.EXE version. The FTP site has various versions. Generally, I try the "Newest One", because there is a good chance that the newest version already fixed the prblem. The DEBUG release will updaload the "Crash Dump" file to the FTP site, and I find that this is a...
by GomezL
Thu Feb 18, 2010 11:30 am
Forum: BR Configuration
Topic: Client Server 4.2
Replies: 26
Views: 46478

I tried that one as well, it says it copied, but I can't find the file.

I also tried:
pr exists("@:C:\TEST.TXT")

This returns 0

I might have a really old client server version, perhaps this version isn't working correctly.
by GomezL
Thu Feb 18, 2010 11:15 am
Forum: BR Configuration
Topic: Client Server 4.2
Replies: 26
Views: 46478

I am trying to perform a copy to my local system:

copy Text.txt @C:\Text.txt

or

EXISTS("@C:\Text.TXT")

I get an error 4320 trying the copy and EXISTS Returns 0.

Am I missing something?
by GomezL
Tue Feb 16, 2010 2:22 pm
Forum: Error Codes
Topic: BR Error 4320
Replies: 0
Views: 10735

BR Error 4320

This error can mean many things, but there is a particular configuration that warrants attention. Windows 2008 Server with Windows 7/Vista Systems. We post the following links to help customers to resolve this problem: Windows Server 2008: - Due to Bugs in Windows Server 2008 See Problem #14504 : ht...