This app was inspired when a relative went to the ER and when asked what medicines they took I was unable to remember them all let alone the dosages.
This app for device or desktop lets you have all the family medicines,dosages,when taken and special instructions. It uses sqlite and in order to display the details one at a time with next and previous control I used a list box(hidden) loaded with data as per selected name, then displaying it in text boxes one line at a time. I am not a huge fan of on form tables except for business apps. So this was my workaround. There is a print sub commented out just uncomment it for the desktop version, a button is also there just make it visible. b4ppc is fantastic I have written several small apps already..sorry about the screen size I thought I had it set to 320w x 240h for my windows phone. It still works ok on the desktop and I am reworking the dev version. I have taken this version down I will redo......here is the correct version...thanks to Klaus for his comments
Thanks
This app for device or desktop lets you have all the family medicines,dosages,when taken and special instructions. It uses sqlite and in order to display the details one at a time with next and previous control I used a list box(hidden) loaded with data as per selected name, then displaying it in text boxes one line at a time. I am not a huge fan of on form tables except for business apps. So this was my workaround. There is a print sub commented out just uncomment it for the desktop version, a button is also there just make it visible. b4ppc is fantastic I have written several small apps already..sorry about the screen size I thought I had it set to 320w x 240h for my windows phone. It still works ok on the desktop and I am reworking the dev version. I have taken this version down I will redo......here is the correct version...thanks to Klaus for his comments
Thanks
Last edited: