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
Search found 29 matches
- Tue Jun 02, 2020 12:38 pm
- Forum: General Development
- Topic: NAS drive as a mapped drive for BRules
- Replies: 4
- Views: 1120
- Mon Jun 01, 2020 12:56 pm
- Forum: General Development
- Topic: NAS drive as a mapped drive for BRules
- Replies: 4
- Views: 1120
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 ...
- Tue Feb 12, 2019 1:13 pm
- Forum: Printing
- Topic: PRINTER_LIST function on Windows 10
- Replies: 10
- Views: 7877
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...
- Mon Feb 11, 2019 5:10 pm
- Forum: Printing
- Topic: PRINTER_LIST function on Windows 10
- Replies: 10
- Views: 7877
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.
I use PRINTER_LIST to include only certain printers for the user to select in the BR/WB applications.
- Mon Feb 11, 2019 4:52 pm
- Forum: Printing
- Topic: PRINTER_LIST function on Windows 10
- Replies: 10
- Views: 7877
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?
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?
- Mon Feb 11, 2019 2:57 pm
- Forum: Printing
- Topic: PRINTER_LIST function on Windows 10
- Replies: 10
- Views: 7877
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$
DIM P_LIST$(1)*90
LET P_X=PRINTER_LIST(P_LIST$)
PRINT MAT P_LIST$
- Mon Feb 11, 2019 2:49 pm
- Forum: Printing
- Topic: PRINTER_LIST function on Windows 10
- Replies: 10
- Views: 7877
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...
- Mon Feb 11, 2019 1:47 pm
- Forum: Printing
- Topic: PRINTER_LIST function on Windows 10
- Replies: 10
- Views: 7877
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
Help?
Pete - CTL
- Mon Jan 28, 2019 11:48 am
- Forum: Conferences
- Topic: 2019 Conference - need your input please!
- Replies: 7
- Views: 4328
Re: 2019 Conference - need your input please!
So far just me. In on Wednesday and out on Saturday. 3 nights.
Pete
Pete
- Mon Feb 17, 2014 2:42 pm
- Forum: Using this forum
- Topic: Modifying ACT! 2013 Database from BR
- Replies: 2
- Views: 4056
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...
- Thu Mar 07, 2013 5:16 pm
- Forum: Conferences
- Topic: BRG Conference - Book your hotel room!
- Replies: 4
- Views: 1747
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...
- Tue May 29, 2012 11:01 am
- Forum: General Development
- Topic: Config Collate Alternate
- Replies: 3
- Views: 1957
- Fri Jan 20, 2012 1:18 pm
- Forum: Announcements
- Topic: Uploading a .xml file to a FTP site from WB
- Replies: 2
- Views: 6214
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
Hopefully someone has already done this. Is there an FNGeorge function for this? (Just hoping!)
Pete
- Mon Oct 03, 2011 9:52 am
- Forum: General Development
- Topic: 8.3 paths with ~
- Replies: 7
- Views: 2620
8.3 paths with ~
Back in the days when Windows gave us long file names and DOS didn't know what to do with them the "Docum~1" came to pass. I assumed Windows kept a cross reference table of both names. I don't know if it was dynamic or stayed assigned for the life of the path. "Docum~1" would be ...
- Thu Jul 28, 2011 9:24 am
- Forum: Announcements
- Topic: Maximum Number of Shares of a drive - Windows XP Home
- Replies: 4
- Views: 7320
I thought about using an external drive but aren't I going to have the same issue? This is just a Windows network with WB running on a shared folder mapped with a drive letter. The external drive would have to be shared by whatever workstation it is plugged into and if that workstation was XP home i...