Fill initials/dates once and populate all pages

Hi folks, I have a question on a fillable form. I have a 36 pages patient survey PDF. On top of each page, we have Patient's initials, Evaluator's initials and Date. These evaluators are complaining that they have to fill these boxes on every page and it's very tedious. By making these boxes fillable, using acrobat pro 9, we can populate these boxes with correct initials and dates.
My questions is: is it feasible to populate all Patient's initials, evaluator's initials and dates on all pages just by filling the first page? I think this can be done through some scripting. Can anybody give some hints? Thank you very much in advance.

Yes, it can be done. The exact method depends upon which product you used to create the form.
In AcroForms you name all the fields for a given data item with the same name.
In LiveCycle Designer you give all the field for a given data item the same name and set the fields binding to "Global"

Similar Messages

  • Printing Header and Footer once in HTML and on all pages in RTF and PDF using one RDF

    Hi,
    I am using a single RDF to generate reports in HTML,PDF and RTF.
    For printing the header only on the first page I used the
    following trigger
    begin
    srw.get_page_num (page_num);
    IF upper(:P_FORMAT) = 'HTML' THEN
    if page_num = 1 then
    return(true);
    else
    return (FALSE);
    end if;
    ELSE
    return (TRUE);
    END IF;
    end;
    I alo require to print the footer once on the last page in case
    of HTML and on all pages for RTF and PDF.Is there any way I can
    get the total number of pages or is there any other way to
    acheive this. ???
    Any help would be appreaciated .
    Thanks,
    Alka

    Generally, one template can not create nice output in all formats. In your case, you would need a format parameter to suppress headers/footers if it's value is 'EXCEL'. The problem is (I wish someone would correct me on this) that we can not refer the standard parameter already there and have to create another, user-defined parameter.

  • I canno't see the menu:file;help;tools;downloads,they dessapear,how to show them back?Also,what's the tastature tab for forward/back and minimizing all pages at once?I am speaking for mozilla latest version under win 7

    I canno't see the menu:file;help;tools;downloads,they dessapear,how to show them back?Also,what's the tastature tab for forward/back and minimizing all pages at once?I am speaking for mozilla latest version under win 7

    I canno't see the menu:file;help;tools;downloads,they dessapear,how to show them back?Also,what's the tastature tab for forward/back and minimizing all pages at once?I am speaking for mozilla latest version under win 7

  • How to delete FOR GOOD, Once and for all, a podcast?

    Hi I have subscribed to a podcast that I want to delete. I cal click on delete, it geos away, and yet the next time I start itunes there it is again? THis has been going on for a month now... so I hope someone can hlpe me get rid of for once and for all this haunted podcast.
    Can you delete it from the folder instead of from itunes? I have never done something like this...
    Please help! Halloween is over and this is not funny anymore!
    nd

    This sounds like something having to do with Home Sharing rather than iTunes Match. Nothing will be downloaded from the cloud unless you specifically click the button. 
    There is a setting in the Home Sharing settings of iTunes that will copy music from one computer to another when ever iTunes is opened on both computers at the same time. I don't have multiple computers so I don't remember exactly where that setting is, but this KB article should be helpful <http://support.apple.com/kb/HT3819>. If the page doesn't load the first time just reload it.

  • Once and for All ---- Please

    Hello all,
    I have used CF for several years now and bought Flex as soon
    as it was released. In my process of understanding how Flex handled
    Remote objects for CF I decided to use the CF Builder wizard for
    Flex that creates all kinds of nice CFC's and stuff for me to
    connect to a database and CRUD the data within. Ok all fine and
    dandy on the local machine, works great, I am impressed! That is
    until I try to upload the app to my Shared Server (HMS) and I get
    all kinds of cryptic error messages like:
    (mx:rpc:Fault)#0 error id = 0
    faultCode ='Client.Error.MessageSend"
    faultDetail = "Channel.Connect.Failed error
    NetConnection.Call.Failed :HTTP:Status 500"
    faultString = "Send Failed"
    message = "faultCode.Client.Error.MessageSend
    faultString:'Send Failed'
    faultDetail:'Channel.Connect.Failed error
    NetConnection.CallFailed: HTTP: Status 500" name = "Error"
    rootCause = (Object)#1
    code = NetConnection.Call.Failed"
    description = "HTTP: Status 500"
    details = "
    http://www.MYDOMIAN.com/flex2gateway/"
    level = "error"
    So I have read the DOCs and read all the blogs I can find on
    the subject but no one can clearly answer as to why I can not make
    this work on a Shared Server if I can make it work on my local box,
    Heck I can even tap into the MySQL database on the Shared Server
    via the Flex builder. I use HostMySite.com with the CF package if
    that helps.
    If it is just a matter of something on my hosts end I need
    them to configure for me that would be nice to know, or if I simply
    can't use Flex and CF together on a Shared Server all together.
    That would be nice to know. But for all the hype Flex is getting
    and how easy it supposed to be to create an app with CF, I am
    wondering why someone can not answer this question once and for
    all. I know others have posted to this and many other forums asking
    the same things I am. Is it too much to ask one of the Flex Gurru's
    of Adobe, or anywhere else for that matter to help us out?
    Not everyones wants to run their own server and I would think
    that Adobe would have kept that in mind when creating Flex, and how
    it would run on shared servers.
    So please if anyone can help understand this please let me
    know.
    Thanks

    Halodev / Peter,
    I was JUST about to ask the same question. The problem I was
    having was migrating a Flex app created on my local machine,
    connecting with my local CF app, to a test (model of production)
    server.
    I knew the following:
    1) The flex app worked as expected
    2) The data was not an issue, as I mapped a datasource to my
    production DB
    My main concern was getting the Flex app to work on the test
    server, but my biggest issue was the fact that the setup of my
    local and test servers are different. Example, I have a single
    instance locally, running off localhost. On my test server, I have
    multiple JRUN instances on the D-drive (as opposed to the c-drive,
    locally).
    From this post, I figured out that I needed to change the
    project properties to account for the different location of the
    flex-config file. I right clicked on the project and selected
    properties, and altered the values in the "Flex Compiler" and "Flex
    Server" sections to reflect the TEST server locations of the
    flex-config file.
    Now, to make life hard on myself, the "d" drive on my laptop
    is the CD ROM, and when I tried to enter the path in FB, I got an
    error saying that the path was invalid. I looked into partitioning
    my drive, but I was warned off it by our tech guy here (besides, it
    seemed too much like real work!). SO, I burned a CD with the proper
    path, just as a temporary solution.
    I re-built the app, and deployed ALL of the files in the
    local projects "bin" directory. It worked, eventually, but there
    are some questions I have, maybe, Peter, if you read this you could
    help.
    1) I had trouble with SSL - my test servers use them (as do
    the production servers). The SWF started to load but I got a 403
    error (that is SSL related, I believe). I'm not sure if that was
    when it was loading, or trying to access the CFC. Any thoughts on
    this? Are there known SSL issues?
    2) The whole "D" drive thing was a pain. As I mentioned, I
    have multpile JRUN instances on my Test (and Dev) server - one for
    each site. If I created a single generic site on the c-drive, would
    all sites that access flex be able to use that flex-config file, or
    do they need to access the local file? I'm not really getting how
    the flex services-config.xml file relates. Maybe I'll re-read your
    posts in this thread.
    3) Do I need to copy all the files from the bin directory, or
    is that over-kill? What is the bare-minimum code I need to get the
    Flex SWF to run? Could I just copy a sub-set of the HTML to a
    content management system?
    Any help with the above is appreciated.
    I'm not sure if I answered the original question, or
    contributed positively to this post - I hope I did, and that
    someone will find this information useful in the future.
    Cheers guys,
    David

  • Firefox does not print. I AM DONE USING FIREFOX UNTIL THEY FIX PRINTING PROBLEMS ONCE AND FOR ALL!

    Firefox does not print. Mozilla doesn't seem to care to fix this problem, ignoring the numerous customer requests and pleadings for help. At this point, I AM DONE USING FIREFOX UNTIL THEY FIX PRINTING ONCE AND FOR ALL!!!!!!!!!
    == This happened ==
    Every time Firefox opened

    I honestly think the OP is making the correct decision to quit using Firefox due to all the print-related problems and Bugs that are in Firefox, '''that Mozilla doesn't want to fix'''. And there are more Bugs that affect only the Mac-platform (like the one where the user has to open a page in a new window for the 2nd web page printed from that window), than there are on Windows and Linux.
    Users having to reset hidden preferences repeatedly isn't a cure.
    The same 3 print-related Bugs in 2002 that caused me to take 6 months to switch over to ''Phoenix'' from IE 5.5, '''are still present in Firefox!''' I print nothing from Firefox these days without viewing Print Preview first, then about 10% of the time I do a "View in Opera" and do a Print Preview there - which shows a good print out 95% of the time (which IMO shows the page isn't at fault), and print it from Opera.
    1660 Bugs listed for "'''print'''"
    https://bugzilla.mozilla.org/buglist.cgi?quicksearch=print

  • Even I cant believe this is happening again! i'm once again asking for help with my account.  Since im very sick I ask that u look into my account and read the hell verizon has put me through and assist ending the hell once and for all even if that means

    Even I cant believe this is happening again! i'm once again asking for help with my account.  Since im very sick I ask that u look into my account and read the hell verizon has put me through and assist ending the hell once and for all even if that means ending my contract, i just want the hell over. I went into my bill tonight and the mess was still there I paid $110. that's what I owe

    I guess I spoke too soon!  I really can't believe this nightmare is not over yet! My account is still wrong.  The credit that I was due totaled $63.00  I am looking at a message on my phone saying that $21.01 was credited which makes my balance $219.72.  I received a text the following day that says, I processed your credit of $30.00 and your new balance $216.73 how is that possible?  None of the late fees were credited and the amount due for my monthly charges are wrong.  Before any changes were made to my data plan back in Nov. My monthly charges were $140.00, I needed my hot spot back and i was told that the hot spot will increase my bill $10 for each phone that totals $20.  The customer rep that change my data plan at that time also gave me a credit of $20 to compensate for the increase until I had time to talk with customer service about the mix-up with my Hot spot. I originally had the hot spot, but the rep that change my plan almost a year prior told me nothing was changing except I was getting more for less money.  I explained to that rep that I need my hot spot 4 times a year...and I don't want my plan to have any changes. To verify what I'm telling u check my account and see that I called from Albany New York wanting to know where my hot spot was and I was told I didn't have the hot spot on my account since the last data change!  I lost money once again due to the verizon rep's.  so my current data plan the rep promised would increase $20 which makes my monthly charges that were $140 prior to the change $160 after the hot spot was returned to my account.  Then I was given a $12 credit per month for 12 months because of so many mistakes made to my account so with that $12 credit my monthly charges should $148 + surcharges + taxes and that's not what I see. I do know this much right now my account is in such a shambles I can hardly see the light at the end if there is an end!  I need real help!
    >> Personal information removed by Verizon Moderator to comply with the Verizon Wireless Terms of Service <<

  • I DON'T WANT TO UPGRADE OR HAVE AN ADD ON EVER, DISABLING UPDATES DOES NOT WORK, HOW DO I KILL ALL MEASAGES FOR UP GRADES AND ADD ON'S FOR EVER, ONCE AND FOR ALL, COMPLETELY, THE END AND NEVER BE BOTHERED AGAIN EVER!

    I DON'T WANT TO UPGRADE OR HAVE AN ADD ON EVER, DISABLING UPDATES DOES NOT WORK, HOW DO I KILL ALL MESSAGES FOR UP GRADES AND ADD ON'S FOR EVER, ONCE AND FOR ALL, COMPLETELY, THE END AND NEVER BE BOTHERED AGAIN EVER! ALSO IF I KILL MYSELF I WILL HOLD YOU PERSONALTY RESPONSIBLE.edit

    There is a world of information in these forums if you use the search function near the top right of this page. Just type in NAS for example and you get many threads on the subject (marked with a green checkmark if it solved the question) another example would be Airport Exterme and sound system. Once you formulate your ideas better then specific questions can be addressed one at a time. You may find that a less expensive choice for a server might be a mac mini. Good luck with your project, ask more specific questions and update you systems profile.

  • Once and for all, Sleep or Shut down?

    Just wondering if it is better to let my PB sleep after usage,
    or shut it down after usage. I've read somewhere on one of the boards
    that it is better for PB to sleep rather than shutdown in a long run because of an electric shock that is sent to the motherboard each time PB is turned on (I don't know.. That's what I read).
    Oh, and plz let me know same thing goes for an iMac as well. For an iMac, I've read on one of the boards(yup, I read a lot) that it shouldn't be left on more than 8 hours or something, even if it is a sleep. People are saying different things based on different ideas, and I want this settled once and for all. Thanks in advance.

    Pete:
    Your practice of shutting down when you leave your iMac unattended is perfectly acceptable. I, too, live in an area with plenty of lightning storms, and Hurricane Katrina caused a number of power problems in Baton Rouge. I do have a UPS, however, and highly recommend them.
    I usually sleep my iMac overnight and when I'm taking breaks, but shut it down when it's going to be unattended for a while. Even a big UPS can run out of battery power, and I don't want my data and directory at risk if that were to happen.
    Don't worry about the "stresses" of restarting an iMac. If the computer is within specs, it is designed to handle quite a few thousand restarts. No big deal. Your computer will become obsolete before it is worn out by daily restarts.
    Besides, an occasional restart is a Very Good Thing. It cleans out the 'cobwebs' that can accumulate during uptime, as well as Virtual Memory swap files and other temporary files used by the operating system and some of your applications. Remember that an iMac isn't a server. It doesn't have error-tolerant RAM; bits can get twiddled over time. Whoops! There went another cosmic ray. So trying to set records for the longest uptime between restarts really isn't prudent, especially if you have valuable data.
    Edit add: My data is worth far more to me than the cost of my iMac, so I'm more concerned about protecting it than my computer. But I've been acting this way for many years, with many Macs, and have never had a hardware failure.

  • Once and for all - malware protection needed?

    Can anyone tell me - once and for all - if I need to install malware/virus protection on my MacBook Pro and, if so, what is a legitimate and effective product?  I have browsed other discussion threads on this topic and found that the responses tend to be obnoxious and argumentative.  So, I would really appreciate only thoughtful, knowledgeable answers based on facts/data.  Thank you so much for any guidance.

    This comment applies to malicious software ("malware") that is installed unintentionally by the victim of the attack. It does not apply to potentially harmful software, such as keystroke loggers, that may be installed deliberately by an attacker who has hands-on access to the victim's computer. That threat is in a different category, and there's no easy way to defend against it. If you have reason to suspect that you're the target of such an attack, you need expert help.
    OS X versions 10.6.7 and later have built-in detection of known Mac malware in downloaded files. The recognition database is automatically updated once a day; however, you shouldn't rely on it, because the attackers are always at least a day ahead of the defenders. In most cases, there’s no benefit from any other automated protection against malware.
    The most effective defense against malware is your own intelligence. All known malware on the Internet that affects a fully-updated installation of OS X 10.6 or later takes the form of trojans, which can only work if the victim is duped into running them. If you're smarter than the malware attacker thinks you are, you won't be duped. That means, primarily, that you never install software from an untrustworthy source. How do you know a source is untrustworthy?
    Any website that prompts you to install a “codec,” “plug-in,” or “certificate” that comes from that same site, or an unknown site, merely in order to use the site, is untrustworthy.
    A web operator who tells you that you have a “virus,” or that anything else is wrong with your computer, or that you have won a prize in a contest you never entered, is trying to commit a crime with you as the victim.
    “Cracked” copies of commercial software downloaded from a bittorrent are likely to be infected.
    Software with a corporate brand, such as Adobe Flash Player, must be downloaded directly from the developer’s website. No intermediary is acceptable.
    Disable Java (not JavaScript) in your web browser(s). Few websites have Java content nowadays, so you won’t be missing much. This setting is mandatory in OS X 10.5.8 or earlier, because Java in those versions has bugs that make it unsafe to use on the Internet. Those bugs will probably never be fixed, because those older operating systems are no longer being maintained by Apple. Upgrade to a newer version of OS X as soon as you can.
    Follow these guidelines, and you’ll be as safe from malware as you can reasonably be.
    Never install any commercial "anti-virus" products for the Mac, as they all do more harm than good. If you need to be able to detect Windows malware in your files, use the free software ClamXav — nothing else.

  • Outlook 2007 .ost file corrupt / scanpst.exe 3-4x daily & 3 to 4 runs before "clean", long term issue - need help on how to repair my .OST FILE once and for all, please...

    I've had many issues with my .ost data file (couple years) with:  very slow going into outlook 2007, scanpst.exe 3-4x before its "clean", and have to run it few times daily.
    No major issues i can pinpoint, but just SLOW, hangs at times, file less than 1GB, IT people just mess it up more, etc.
    NEED some PROFESSIONAL minds to help me get this data file cleaned up once and for all... forever hopefully.
    Any help greatly appreciated.

    Why the need to repair it?
    You could:
    1. Create a new Outook profile a different name and a new ost will be created ( leaving the old one there)
    2. Close up Outlook completely, delete the existing.ost and re-open Outlook to create a new one.
    3. Close Outlook completely and rename the existing .ost and re-open Outlook to create a new one.

  • Turn off display mirroring once and for all ?

    Hi there,
    I have a 13'' macbook pro, recently upgraded to Snow Leopard. Now every time I connect my external screen (a DELL E198WFP connected with the DVI output) the display starts in "mirroring" mode. I have to manually turn mirroring off every time. According to the documentation, MacOS is supposed to "remember" my settings the next time I connect the screen but it doesn't work. Previously I had a Macbook Air with Leopard and I had not this issue (the screen would start with mirroring turned off when I connect it). Is there any possibility to disable mirroring once and for all, as I never use this feature ? Thanks

    Ok since you upgraded your system you might have a issue with your preference files for the displays. you need to Delete these two files reboot and Zap your PRAM. (Print this out)
    #1. Delete these files:
    /Library/Preferences/com.apple.windowserver and ~/Library/Preferences/ByHost/com.apple.windowserver"
    #2. Turn off Computer
    #3. Reset your PRAM by:
    (From Apples instruction page)
    Resetting PRAM and NVRAM
    Shut down the computer.
    Locate the following keys on the keyboard: Command, Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys. You must press this key combination before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.

  • I will give $100 to the person who can solve this problem once and for all.

    I'm not even kidding, dude. We can do PayPay, I'll mail you a check, whatever you want. That is how frustrating this is, that is how badly I want it fixed, and that is how much overtime I've worked lately thanks to being shorthanded at my place of biz-nass. I'm an hombre of my word, so if you actually come up with a solution that works, the cheddar will be yours. Okay let's hit it.
    It's the skipping thing. First 10-12 seconds of a song - every song - will play fine, then iTunes skips, stutters, and basically does the god **** hokey pokey and shakes it all about. It happens most notably with songs that I double-click to play, but I'm pretty much noticing it on any song now after a transition is made. I've been using iTunes for ages and this didn't happen until the upgrade to 7.3. I have poured over these forums for nearly a week, tried every solution offered (even offered one of my own that actually worked for maybe four days before the whole thing started up again) and NOTHING. To save us all some time, here's what I've tried:
    - Downgrading. I'll admit I didn't do this correctly at first. I didn't remove everything according to the support guidelines, but I went down to version 6.05 and that did nothing to quell the skipping. I upgraded back up to 7.3 because hey, why not, and attempted the remaining trial fixes. I have since removed both iTunes and Quicktime, step my step according the the guidelines, and not only have I downgraded to my current running version of 7.2, I put both of the programs on my F drive (as opposed to the default C drive), my gigantic bonus internal drive where I typically keep nothing but my giganto music library. I thought putting the app on the same drive as the music might fix things. I thought wrong. Dead wrong. Dead diddly dum iddly wrong.
    - Quicktime settings. My settings for Quicktime have always been in safe mode with the output size at 16 bits. So when I saw this "fix" I just rolled my eyes. I used to have that dealio back in the dizzle when iTunes would just get all static-y and skip when I'd open other programs or even just minimize it, so that fix worked for that, but it's nothing compared to this. In simpler terms, that fix is like Superman, and this skipping? The kryptonite. Actually that's probably not a great metaphor, but we've got a ways to go and this is going to get mucho boring if I don't throw some chuckles out there. Ready for fix three? Giddy up!
    - Turn off cross-fade? It's never been on. I never really got the appeal of that, and also I think it resulted in some minor skipping back in the d. I also attempted similar fixes like turning off the equalizer, messing with the volume, closing last.fm, REMOVING an old album art retrieval program from back before iTunes got its **** together with album art, ANYTHING that might interfere with playback was turned off, removed, b-slapped, and sent crying home to its moms. Nada.
    - Recreating my library. This was the fix I offered someone else, because it actually did the trick for a few days. After an entire night spent reimporting 73 gigs worth of music, it played fine, but I did lose a ton of album art, playcounts, etc, so you can imagine how ****** I was when this wound up not being a permanent fix. I was beyond ******. I was livid. But I was taught in the dojos of my youth to channel my anger into productivity, and instead of sculpting a lovely bonsai tree, I set out to fix this pup once and for all.
    - That darn anti-virus! This was the final fix I tried, even though I wasn't using any of the culprit programs listed in the forums as causes of the skipping, and even those offering this as a solution confessed it was pretty hit or miss. But having tried everything else, having resorted to playing my music on MediaMonkey of all things, I figured I'd give it a shot. I used (reason for the past-tense forthcoming) AVG Anti-Virus, Lavasoft AdAware and something called Spyware Doctor that I think just came bundled with XP. I removed all of them. I had just done a virus scan recently to see if that's what was causing this, so I figured I'd be okay until I could redownload them after this fix wound up not working. And it didn't work, so there's that.
    There may be a couple of fixes I've tried that I'm forgetting now, since I'm delirious after spending practically every night for the past week trying to fix this problem, while my girlf, Heather, sits and laughs at me while watching Clark and Michael on her MacBook. In fact, she's laughing at the $100 offer as I type this, but I assure you, if you offer a solution that works, the money is as good as yours. If you come up with a workable solution, I'll have to test and make sure it isn't temporary like the recreating my library thing, but I won't leave you hanging once I'm satisfied that it's fixed for good. I know it's unorthodox, perhaps illegal in some states, but I'm desperate here, peeps. The ball is in your court, and I beg you not to give up the rock.
    Gateway E-2000 Windows XP

    I think the problem lays with Last.fm. I had the same exact problem as you. In your processes screen, end the task "lastfmhelper.exe" Last.fm still scrobbles. The tracks don't skip, although I notice there is still a bit of a lag in the first part of the song - but if you can deal with that, no skipping. I think you will have to end that task everytime you boot up your computer, or uninstall last.fm completely until they fix it; it is a bug in their software, as opposed to iTunes.

  • I was recently searching in my iPhone 3GS for a phone number, and the search hits revealed text messages that I have long ago deleted and would rather not have in my iPhone. How do I delete these once and for all?

    It was the strangest thing. You would think that once you delete a message off your phone it is gone.
    But in the "search iPhone" feature several key numbers like an area code reveal phone numbers of people
    who aren't in my contact list, specifically the first few words of text messages that I deleted long ago.
    I would like to eliminate these once and for all.
    Will "Erase Content and settings" do this for good? Once I restore the phone will they come back?
    Thanks.
    ******note found another thread relating to this********no need to reply********
    Message was edited by: stewart g.

    The terms of service of the Apple Support Communities prevent us from helping anyone with a jailbroken phone.
    You're on your own.  Good luck.

  • Account needs sorting once and for all PLEASE!

    Hi, I have sent an email to moderators here as I did last time. Last time I was given a rebate, for incorrect bill. My bill AGAIN has not been worked out correctly. To be frank I am fed up of rubbish BT not sorting out my problems since September last year.
    One thing cannot be done at a time, my whole account especially online is all in a mess, nothing is as it should be, and someone needs to go on a computer to go through it with a toothcomb to fix it. Rebate on a bill is not going to change the fact my bills are being generated incorrectly. STILL!
    I wish to SPEAK by phone to anyone who can fix this as I am not going to continue this way with BT, and if they even try to charge me for no honouring my side of the contract, then I shall end up taking this up with a solicitor. I have even been charged £10 on my new bill for not honouring my direct debit, considering one of the foreign advisors had promised my bill would not go out my bank, but it did try to, twice and I was charged £50 from my bank, and you even try to charge me £10 for YOUR mistakes.
    I am fed up. I have 8 months left on this so called contract. I do not intend to go on like this for that amount of time. I want my account sorted out once and for all PLEASE!
    I apologise to you forum admin, and I know this is NOT your error, I am merely really frustrated at the lack of communication to fix my problems and have spoken via phone 3 times since my last forum entry to try fix my online account, and have been promised again it would be fixed and it is not.
    Thank you

    Hi thebillies,
    We were looking into this for you and had reported a fault to try and get to the bottom of the discrepancies.
    I'll make sure that you get an update on this later today.
    Thx
    Craig
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry but we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)”
    td-p/30">Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

Maybe you are looking for