Search found 336 matches
- Thu Jan 14, 2021 8:57 pm
- Forum: Dale Harris Educational Software
- Topic: New links to old destinations
- Replies: 1
- Views: 23777
Re: New links to old destinations
In short, don't despair over the broken links. I have downloaded and tested them at the time of their individual debut. All samples offered were just test shells with a few user input screens and lacked the entire back-end of program. The core components (stages) for most software development: Wishi...
- Mon Jun 10, 2019 3:21 pm
- Forum: Dale Harris Educational Software
- Topic: Do you want to sell POS systems?
- Replies: 10
- Views: 89394
Re: Run FreeDOS and start DHPOS from autoexec.bat
Its easier just to add this to autoexec.bat C:\POS\POS.EXE I don't know if its worth putting this line in CONFIG.SYS too (prob not necessary for newer PCs) PATH=C:\POS Regards, Alan Merry Christmas from Scotland! Being completely bored and seeing there's no new horses to beat, I'll resurrect this 1...
- Sat Sep 16, 2017 9:01 am
- Forum: Dale Harris Educational Software
- Topic: Sending reports
- Replies: 4
- Views: 35619
Re: Sending reports
There is a program called SendMail. I have not tried it but you may want to investigate. It seems to be able to automate the sending of files through SMTP. It is command line driven so setting up a batch file ( vbscript, or other.) to run it seems to be the way to go. Using Windows Scheduler, you wo...
- Tue Jun 06, 2017 9:03 pm
- Forum: Dale Harris Educational Software
- Topic: DHPOS timer bug
- Replies: 7
- Views: 7386615
Re: DHPOS timer bug
Which is it??Fifo wrote: ↑Mon Jun 05, 2017 3:48 amI've been using the COM1=LPT1 redirection for a while now and it’s working flawlessly so far!Code: Select all
1. mode com1=9600,n,8,1 2. mode lpt1=com1 3. set DHPOS to use LPT1
COM1=LPT1
LPT1=COM1
- Fri Jun 02, 2017 10:08 pm
- Forum: Dale Harris Educational Software
- Topic: DHPOS timer bug
- Replies: 7
- Views: 7386615
Re: DHPOS timer bug
The only trouble I've had is when using whole milk. Otherwise nothing says breakfast like a byte of serial.
Though after dinner I prefer Serial port red wine.
Though after dinner I prefer Serial port red wine.
- Fri Jun 02, 2017 9:45 pm
- Forum: Dale Harris Educational Software
- Topic: Sending reports
- Replies: 4
- Views: 35619
Re: Sending reports
I've used DHPOS the last 10 years or so and I've tried at least 4 times (in the early years) to get it to work. Each time I tried I was overwhelmed with unwarranted optimism which turn into despair without any success each time. To avoid further disappointment I stopped trying to get it to work. Lat...
- Sun Apr 23, 2017 11:48 pm
- Forum: Dale Harris Educational Software
- Topic: Simplify Journal report?
- Replies: 16
- Views: 75301
Re: Simplify Journal report?
To allow macros to run in Excel use the menu TOOLS > MACROS > SECURITY Then select either Medium or Low . biglog, My program does not do a 'lookup' of an item's prices in the stock table for a given item. My program just flatten exactly what is shown in the source CSV file for any line item. There a...
- Wed Apr 12, 2017 10:24 am
- Forum: Dale Harris Educational Software
- Topic: 64 bit version of DHPOS
- Replies: 3
- Views: 30313
Re: 64 bit version of DHPOS
Dale, I am par excellent at breaking things.
I would like to help debug.
Send me an email to let me know when you have something stable for testing.
I would like to help debug.
Send me an email to let me know when you have something stable for testing.
- Tue Apr 11, 2017 10:07 pm
- Forum: Dale Harris Educational Software
- Topic: Simplify Journal report?
- Replies: 16
- Views: 75301
Re: Simplify Journal report. Confirm it works
I now have a XP pc. I've tested and verified my program works. I half guarantee this to work with 2002 up to Excel 2007. My RecCSV_Parse.xls program does flatten the journal csv to show each item sold on a single line. You must have Excel set to allow macros to run. TOOLS > MACROS > SECURITY Select ...
- Sat Mar 11, 2017 7:12 pm
- Forum: Off-Topic
- Topic: I need color in my username!
- Replies: 39
- Views: 328282
Re: I need color in my username!
…Wow, I can’t believe I was like this in 2011-2012. Somebody please remove this topic, it’s embarrassing. hhe..hhe, In my youth the web was in its very very early infancy. I'm soo glad it wasn't there to easily memorialize my youth until the end of time. Note to Fifo . This was laying dormant since...
- Wed Mar 08, 2017 11:56 pm
- Forum: Dale Harris Educational Software
- Topic: System upgrade: how to retain Z Report?
- Replies: 4
- Views: 32182
Re: System upgrade: how to retain Z Report?
Dale,
Thanks for pat on the head.
*bruce rummages through his box of hobbies.*
Thanks for pat on the head.
*bruce rummages through his box of hobbies.*
- Wed Mar 08, 2017 11:50 pm
- Forum: Dale Harris Educational Software
- Topic: Simplify Journal report?
- Replies: 16
- Views: 75301
Re: Simplify Journal report?
Hey Dale,
Good to see ya too.
Good to see ya too.
- Mon Mar 06, 2017 1:21 am
- Forum: Dale Harris Educational Software
- Topic: Simplify Journal report?
- Replies: 16
- Views: 75301
Re: Simplify Journal report?
Well, I found the password to the code module. "Ohh joy!" I said. I'll just browse my code and see if my code flattening the CSV file will meet what the OP wanted. Only to find out that back in the day of development I decided the code module should not only be password protected, BUT the code shoul...
- Sun Mar 05, 2017 10:17 pm
- Forum: Dale Harris Educational Software
- Topic: Simplify Journal report?
- Replies: 16
- Views: 75301
Re: Simplify Journal report?
Long, long ago (2011) I created a helper app (in Excel 2002) to work with the output file created by Dale's REC2CSV.EXE utility. It was intended so sort out the method of payments plus some other stuff. It was helpful to 1's of people. However aside from the summary data, I think i remember that the...
- Mon Dec 12, 2016 6:54 pm
- Forum: Dale Harris Educational Software
- Topic: Don't run DHPOS with Windows in SAFE MODE
- Replies: 0
- Views: 53689
Don't run DHPOS with Windows in SAFE MODE
Just a quick note of caution to all. Having a problem with your PC and think you can limp along for the day by running in SAFE MODE. DON'T DO IT!! With Windows in SAFE MODE, DHPOS will crash. One morning I was having some hardware issues with a PC I've been running the register on for many years. I ...