October 28, 2025, 08:30:19 PM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


Recent posts

Pages 1 ... 4 5 6 7 8 ... 10
51
User Offerings / Re: Tablets Database
Last post by Brian - June 13, 2024, 07:59:16 AM
In response to Larry's suggestion about having an extra field to state why a particular medication was prescribed when you printed a list of meds, here's a little fix. As before, if you have already got a database set up, you will have to re-input the data

I have also adjusted the DDoc print routines to print Letter paper size if you are in the US or Canada, and as A4 for other countries

Note that I have changed the 'Print All' menu option to 'Print Listing' and modified the help file

Re-uploaded today . . .

BrianNo message is associated with this attachment.
52
User Offerings / Re: Tablets Database
Last post by Brian - June 12, 2024, 03:18:00 AM
I'll take a look at that, Larry - thanks for responding

Brian
53
User Offerings / Re: Tablets Database
Last post by LarryMc - June 11, 2024, 01:11:00 PM
on the list of meds that I take to all my visits to Dr's offices, hospitals, ERs, etc there is a column that list the reason I take the med(was prescribed it)
54
User Offerings / Re: Tablets Database
Last post by Brian - June 11, 2024, 04:55:23 AM
I have realised when you used the 'Print All' menu option that it could do with a bit more detail, so I have added an extra edit field for you to type in medication instructions, such as 'Take 1 a day, with food' or 'Take 1, twice a day' or 'Take 1 at night, with water' etc

Because I have added an extra field onto the MDB, you will have to re-enter your data into the program, but it will be most unlikely that there will be hundreds of lines to alter!

All you need in the zip. I have deleted all previous uploads of the program

Brian
55
User Offerings / Re: Tablets Database
Last post by Brian - May 29, 2024, 11:44:25 AM
Hi,

For those of you who want to take advantage of the Print Form feature, I have modified the Preferences dialog for you to add your Name, Address and DoB. This means you don't have to re-compile the program in any way

There is also an updated CHM and ini file. This zip contains the exe, source, help file and ini only

Brian
56
User Offerings / Re: Tablets Database
Last post by Brian - May 23, 2024, 11:35:13 AM
Here's the lib and inc files for DDoc, if you need them, for the above program

Brian
57
User Offerings / Re: Tablets Database
Last post by Brian - May 23, 2024, 04:43:36 AM
Hi,

While using this program, I noticed that if you failed to fill in a required Prescription entry, the program fell over. It now checks all the edit boxes, and if one is empty (or more) the program beeps and highlights the offending edit box in red, and changes back to the default colour when you click in it to enter data

This program also fixes an error when updating a Prescription, where if you took more than one tablet per day, it wasn't calculating the RunsOut and OrderBy dates correctly

Everything included in the zip, and includes the exe

Brian
58
User Offerings / Re: Tablets Database
Last post by Brian - May 19, 2024, 08:18:48 AM
Hi,

If anyone is using this program, there is an important, but small, update for the program:

In the EditUpdate() sub, change this line:

InStock-=iVar
to
InStock-=iVar*PerDay

and then re-compile. It was wrongly calculating how many tablets there were left when adding a repeat Prescription to the database. I knew something was wrong, but I couldn't figure out where

Brian
59
General Questions / Re: Question about DEF and DIM
Last post by billhsln - May 15, 2024, 09:23:59 AM
I know I haven't used the 'Type abc,1'.  Of course, I also don't know why it might be required.

Bill
60
General Questions / Re: Question about DEF and DIM
Last post by Rock Ridge Farm (Larry) - May 14, 2024, 07:01:15 AM
I found it in std.inc

Larry
Pages 1 ... 4 5 6 7 8 ... 10