Search the web
Sign In
New User? Sign Up
ExcelReportingAddin · Rep-Aid
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 827 - 856 of 3839   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
827
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...
bartsmissaert
Offline Send Email
Mar 2, 2006
9:46 am
828
Fixed the mailmerge bug as explained and new file uploaded. Version 13.20 Bart...
bartsmissaert
Offline Send Email
Mar 2, 2006
11:59 am
829
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 ...
bartsmissaert
Offline Send Email
Mar 3, 2006
5:11 pm
830
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...
Daniel Jeffery
jeffery_dan
Offline Send Email
Mar 7, 2006
4:08 pm
831
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:...
RB Smissaert
bartsmissaert
Offline Send Email
Mar 7, 2006
4:20 pm
832
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...
Daniel Jeffery
jeffery_dan
Offline Send Email
Mar 7, 2006
5:07 pm
833
Agree, much easier for me as well. Bart ... to tell ... go and ... typed the ... (I typed ... ...
bartsmissaert
Offline Send Email
Mar 7, 2006
5:11 pm
834
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,...
bartsmissaert
Offline Send Email
Mar 7, 2006
5:11 pm
835
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...
bartsmissaert
Offline Send Email
Mar 8, 2006
5:03 pm
836
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...
bartsmissaert
Offline Send Email
Mar 12, 2006
1:24 pm
837
Got to do this for QOF - does anyone have such an audit (I'm being lazy) otherwise I will have to make one up. Nick Barrie...
nicholas55007
Offline Send Email
Mar 13, 2006
11:36 am
838
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...
bartsmissaert@...
bartsmissaert
Offline Send Email
Mar 13, 2006
11:46 am
839
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 ...
bartsmissaert
Offline Send Email
Mar 13, 2006
2:29 pm
840
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 Smith
drpsmith1957
Offline Send Email
Mar 13, 2006
2:37 pm
841
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...
bartsmissaert@...
bartsmissaert
Offline Send Email
Mar 13, 2006
3:22 pm
842
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 Smith
drpsmith1957
Offline Send Email
Mar 13, 2006
3:36 pm
843
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...
bartsmissaert@...
bartsmissaert
Offline Send Email
Mar 13, 2006
3:42 pm
844
Paul, Have run it it here and had to kill it off. It is a 1.6 thing as we are still on 1.5. Will investigate this further. Bart...
bartsmissaert@...
bartsmissaert
Offline Send Email
Mar 13, 2006
4:16 pm
845
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...
bartsmissaert@...
bartsmissaert
Offline Send Email
Mar 13, 2006
4:37 pm
846
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...
bartsmissaert@...
bartsmissaert
Offline Send Email
Mar 13, 2006
4:57 pm
847
Paul, Just to confirm that the > -33000 was indeed the culprit. Have run now with < 1000000000000 and as fast as before. Bart...
bartsmissaert@...
bartsmissaert
Offline Send Email
Mar 13, 2006
5:33 pm
848
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...
bartsmissaert
Offline Send Email
Mar 13, 2006
11:41 pm
849
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 Smith
drpsmith1957
Offline Send Email
Mar 14, 2006
3:49 pm
850
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...
bartsmissaert
Offline Send Email
Mar 14, 2006
6:16 pm
851
ID node will now do all possible registration types. Added 2 other .ini files to be dumped to the sheet under Debugging. Version 13.28 Bart...
bartsmissaert
Offline Send Email
Mar 14, 2006
11:38 pm
852
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....
bartsmissaert
Offline Send Email
Mar 16, 2006
1:34 am
853
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 ...
bartsmissaert
Offline Send Email
Mar 16, 2006
12:11 pm
854
Have fixed the bug mentioned earlier and I think that copying whole branches (including branched braches) both within a report and between different report...
bartsmissaert
Offline Send Email
Mar 16, 2006
2:22 pm
855
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...
bartsmissaert
Offline Send Email
Mar 16, 2006
11:24 pm
856
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...
bartsmissaert
Offline Send Email
Mar 19, 2006
10:32 pm
Messages 827 - 856 of 3839   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help