Search found 31 matches

by PJKLUG
Fri Mar 04, 2022 9:25 am
Forum: Printing
Topic: Printing a Signature
Replies: 4
Views: 16342

Re: Printing a Signature

The customer is still on Version 3.91 I can't even find a complete current version of George's "Vol002" and his check signing functions were converted to 4.3 He sent me instructions on how to take a signature .jpg through some freeware to get it into a "SIGNAT" file but that didn...
by PJKLUG
Mon Feb 28, 2022 9:47 am
Forum: Printing
Topic: Printing a Signature
Replies: 4
Views: 16342

Printing a Signature

I have an old old customer that changed ownership and needs a new signature on their checks. Running 3.91 and I was using George's check signing but I can't get that to work anymore. Any other options without going to 4.3 with NWP? Any options on an external check signing software that won't cost a ...
by PJKLUG
Tue Jun 02, 2020 12:38 pm
Forum: General Development
Topic: NAS drive as a mapped drive for BRules
Replies: 4
Views: 12563

Re: NAS drive as a mapped drive for BRules

Thanks. That's where we bought the WD one. Hopefully they haven't burned the store down before we can get there to swap the WD for the Buffalo. Do you know for a fact that BRules! won't have issues with this or do we just try and hope?
Pete
by PJKLUG
Mon Jun 01, 2020 12:56 pm
Forum: General Development
Topic: NAS drive as a mapped drive for BRules
Replies: 4
Views: 12563

NAS drive as a mapped drive for BRules

We had a WD NAS drive connected to a hub/router that we were running as a mapped drive for anyone connected to that hub/router. Both BR.exe's and data were on that mapped drive. It worked great. You could also use it as a "server" backup by changing your drive mappings to the NAS drive if ...
by PJKLUG
Tue Feb 12, 2019 1:13 pm
Forum: Printing
Topic: PRINTER_LIST function on Windows 10
Replies: 10
Views: 26629

Re: PRINTER_LIST function on Windows 10

Increased the DIM statement solved the problem. Microsoft Office added the OneNote Printer at 138 characters only on the Windows 10 boxes. Thank you Microsoft. OneNote @Microsoft.Office.OneNote_16001.11231.20118.0_x64__8wekyb3d8bbwe_microsoft.onenoteim_S-1-5-21-1638338925-1907253268-310601177-1205 P...
by PJKLUG
Mon Feb 11, 2019 5:10 pm
Forum: Printing
Topic: PRINTER_LIST function on Windows 10
Replies: 10
Views: 26629

Re: PRINTER_LIST function on Windows 10

The printers work in any other application.
I use PRINTER_LIST to include only certain printers for the user to select in the BR/WB applications.
by PJKLUG
Mon Feb 11, 2019 4:52 pm
Forum: Printing
Topic: PRINTER_LIST function on Windows 10
Replies: 10
Views: 26629

Re: PRINTER_LIST function on Windows 10

Thanks. I logged out and logged back in as an Administrator and it worked again.
Logged out and logged back in as the user and it failed.
Any idea to what or where the user needs rights to in order to access the system file that holds the workstation printer info?
by PJKLUG
Mon Feb 11, 2019 2:57 pm
Forum: Printing
Topic: PRINTER_LIST function on Windows 10
Replies: 10
Views: 26629

Re: PRINTER_LIST function on Windows 10

Only three lines of code to test this....

DIM P_LIST$(1)*90
LET P_X=PRINTER_LIST(P_LIST$)
PRINT MAT P_LIST$
by PJKLUG
Mon Feb 11, 2019 2:49 pm
Forum: Printing
Topic: PRINTER_LIST function on Windows 10
Replies: 10
Views: 26629

Re: PRINTER_LIST function on Windows 10

We only have two Windows 10 computers on WB/BR and they both started failing to show printers on Friday. No errors, just nothing showing up in the function list. Nothing was changed or added printer wise which is why I'm looking at Windows updates. I have a call into our IT support to see what updat...
by PJKLUG
Mon Feb 11, 2019 1:47 pm
Forum: Printing
Topic: PRINTER_LIST function on Windows 10
Replies: 10
Views: 26629

PRINTER_LIST function on Windows 10

Suddenly on Thursday or Friday last week the PRINTER_LIST function on Windows 10 no longer returns workstation printer names in all versions of WB/BR. Still works on Windows 7.
Help?
Pete - CTL
by PJKLUG
Mon Jan 28, 2019 11:48 am
Forum: Conferences
Topic: 2019 Conference - need your input please!
Replies: 7
Views: 17840

Re: 2019 Conference - need your input please!

So far just me. In on Wednesday and out on Saturday. 3 nights.

Pete
by PJKLUG
Mon Feb 17, 2014 2:42 pm
Forum: Using this forum
Topic: Modifying ACT! 2013 Database from BR
Replies: 2
Views: 12870

Modifying ACT! 2013 Database from BR

I have been modifying data in an ACT! 2000 database for many years using a concept for breaking down the database header information to give me header record size, data record size, and number of data records in the database thanks to Luis. We installed ACT! 2013 on the server and now I get an error...
by PJKLUG
Thu Mar 07, 2013 5:16 pm
Forum: Conferences
Topic: BRG Conference - Book your hotel room!
Replies: 4
Views: 6980

Car Rental in Boston

An important note about renting a car... You can traverse Boston quite successfully on their subway system (known as the "T"). However, IF you plan to rent a car, it's gonna cost you dearly. You cannot self park at our hotel and the valet charge is $35 per day. Ouch! It's gone up from wha...
by PJKLUG
Tue May 29, 2012 11:01 am
Forum: General Development
Topic: Config Collate Alternate
Replies: 3
Views: 6845

EXECUTE "CONFIG COLLATE ALTERNATE" works fine for me in 4.18i and it had better continue to work through all the new versions. It is the first line of all my WBConfig.sys files. The term "AlphaNumeric" in itself infers that Alpha appears before Numeric. In 4.18i I have reindexed ...
by PJKLUG
Fri Jan 20, 2012 1:18 pm
Forum: Announcements
Topic: Uploading a .xml file to a FTP site from WB
Replies: 2
Views: 14849

Uploading a .xml file to a FTP site from WB

I need to automate the posting of an .xml file created in WB directly into an FTP site.

Hopefully someone has already done this. Is there an FNGeorge function for this? (Just hoping!)

Pete