Just been alerted to a bug in the mail merge. It would happen after the confirmation message. This is a little typo bug and will fix this lunchtime and upload...
Another request I thought was worth passing on: How do you show the marital status of patients? Stick a SQL node on any node where you need this information ...
Bart Whilst typing with boxing gloves on I noticed that if I type the wrong password into v13.2 I don't get an error message saying "you have typed the wrong...
Hi Dan, Yes, this is a consequence of the new error handler, but I agree this shouldn't happen. Will fix that and will be as it was in 13.22 Bart _____ From:...
The new error handler looks very efficient at making it easy for us to tell you what has happened, instead of us saying "well the thingy doesn't go and when I...
Have uploaded a version 13.22, but only to the BY site: http://www.rbs-software.pwp.blueyonder.co.uk/ as it will need a bit further testing. Many improvements,...
Have uploaded a new file, 13.24, again to: http://www.rbs-software.pwp.blueyonder.co.uk/ Mainly interface improvements. Still waiting for the source code of...
Quite a few fixes and improvements. Macro editor is now ready and this can be started either from the Macro wizard dialog or in the report node via the show...
Nick, I had a request for this a few weeks ago and put together a plain SQL report. Plain SQL means it doesn't run in the normal way, walking the treeview from...
One little fix. When you have set the option to add a footer to printed pages and you are offered to add this footer when you are about to print (or print ...
Bart Since synergy 1.6 upgrade or addin 13.25 the linking routine is not working as well as before. Looking for notes linked to problems other than the chosen...
Paul, We don't have 1.6 yet, so no idea what is causing this. Will investigate when we have this installed. What do you mean with: seems to hang? Could you...
Link file attached. By hanging, I meant nothing had happened after five minutes (normally takes a few seconds) Task manager said excel was not responding Paul ...
Paul, Thanks, will have a look. If you have time could you do this: Run the same report with Show SQL ticked. Then tell me at what part it starts to go slow. I...
Paul, Possibly this is the new bit (as on the forum 2 weeks ago): PATIENT_ID > -33000 This used to be PATIENT_ID < 1000000000000 But apparently this can leave...
Paul, My suspicion ( > -33000 not as good as < 1000000000000 ) has been confirmed as they both give a different search plan in this particular query. So, I...
As I heard some people had very high PATIENT_ID numbers I had done in a few places PATIENT_ID > -33000. I used to do PATIENT_ID < 1000000000000. This is the...
Bart Is it possible to search on registration qualifier category? I want to create a list of Adopted Child. Repman only finds one, but I know there are many...
Paul, There is a problem with messages from this group coming through to my BY webmail. Yes, that can be done like this: Setup a report with one ID node and...
Have uploaded a new file to: http://www.rbs-software.pwp.blueyonder.co.uk/ that has the option to copy a whole branch of nodes and paste it to another node....
This is not working properly with branched branches as it won't keep the existing structure of the branch. Have a fix though and will upload lunchtime. Bart ...
Have fixed the bug mentioned earlier and I think that copying whole branches (including branched braches) both within a report and between different report...
The new option to copy and paste whole branches of nodes, both within a report and between different reports is now ready for general release. Again this works...
Quite a few fixes/additions: 1. Single patient report will work with searching on linked problem Read code. 2. Single patient report will work with the count...