Requested CCMDB changes for the next version: Difference between revisions

Line 14: Line 14:
=== Object With Variable - possible solution ===
=== Object With Variable - possible solution ===
Migth be a problem with the procedure that sets thisdb to be called wherever a dataset is opened. If the procedure setting this crashes, further code will not have access to the data. Found while working on the Audit DB. [[User:Ttenbergen|Ttenbergen]] 17:15, 28 January 2010 (CST)
Migth be a problem with the procedure that sets thisdb to be called wherever a dataset is opened. If the procedure setting this crashes, further code will not have access to the data. Found while working on the Audit DB. [[User:Ttenbergen|Ttenbergen]] 17:15, 28 January 2010 (CST)
=== Fix Unable to sent OR Dx Bug ===
If no priority is assigned to a diagnosis it defaults to priority 0. This means you end up with a duplicate priorities, which in turn means that the "order" of the diagnoses is not defined. So, even though the OR Dx might list first, it is not "first" as far as Access is concerned. I will need to make the order explicit (i.e. order by priority first and by dxcode second) for both the send_dxs table and the data source for the dx form.Ttenbergen 16:57, 28 January 2010 (CST)