Is there a back-end way to maintain print settings in Safari?

Hey folks!
The evironment is a business software that is web-based, and one of its functions is receipt printing on a TSP Star receipt printer.  In order to print correctly, the paper size must be set to 72mm x 200mm (or 72mm x Receipt).  After saving the preset and printing, one finds that the next time a receipt is printed the paper size reverts to US Letter.
The main issue with this is a feature in the software that allows automatic printing (avoiding a print options window each time you ring up a transaction), but those presets are always off.  Changing the settings in System Preferences doesn't hold in Safari!  The seem to in Firefox, but there is no peripheral device options to open a cash drawer as well (six of one, half dozen of the other!).
So back to this question:  Is there a file somewhere that can be altered so that the default paper size will ALWAYS be 72x200?  I'm not entirely Mac literate but I know of .plist files, and was curious if editing one of those would help fix the issue.
Any help would make you a hero!

EarthAngel6543 wrote:
I'm concerned about restoring my phone, I'm not exactly computer savvy, and there are some game apps on my phone that I'd be afraid of deleting.
Just wondered if there was another way?
If doing a restore is the only way, would someone be able to tell me how to do it and whether or not I will have a heck of a time getting all my info & apps back onto my phone afterwards?
Thanks!
How does this relate to your first post?
Are you talking about restoring as new? or restoring to a backup?
Why are you restoring?
If it is to recover History  and you think that you have a backup that contains the missing history you could restore to that. Doing this will restore your iPad to the state that it was in at the time of the backup, Apps, Games, etc.
Note that there are PC and Mac applicatons that can read iPad backup files and extract information. Check the internet for these. I do no know if they extract Safari History.

Similar Messages

  • Surely there must be a way to import my settings from CC to CC2014?

    The sync does not work as advertised!
    No matter how many times I sync settings with the old CC version of DW the new CC2014 doesn't pick up any of the changes.
    What is going wrong?
    I have read the other posts - most seem to be windows rather than Mac. So how to I export my old CC settings then import them onto CC 2014?
    I could weep. This palaver has happened for years. What are we meant to do?

    P.S.
    How to rename files by adding them to a folder
    Mac-How | Use Folder Action to Rename your Files

  • I can't print from Firefox. I followed instructions in 'Troubleshooting' under 'Reset Firefox printer settings' but print.print_printer is not there. I tried 'Reset all Firefox printer settings' and I can't open 'prefs.js' at all. Help!

    When I try to open prefs. I get 'Error: Invalid character & code: 800A03F6.

    Don't try to open the prefs.js file with a double click. That makes Windows try to run the file as a JScript files and that fails.
    Did you check the <b>about:config</b> page in Firefox?
    *http://kb.mozillazine.org/about:config

  • Really no way to pretty print XML???

    I wonder if there is really no way to pretty print a DOM, using Java's standard API (http://java.sun.com/j2se/1.4.2/docs/api/index.html).
    What I've tried is (assume having a org.w3c.dom.Document instance doc:
    TransformerFactory tf = TransformerFactory.newInstance();
    Transformer transformer = tf.newTransformer();
    transformer.setOutputProperty(OutputKeys.METHOD, "xml");
    transformer.setOutputProperty("encoding", encoding);
    transformer.setOutputProperty(OutputKeys.INDENT,"yes");
    transformer.setOutputProperty("{http://xml.apache.org/xslt}indent-amount", "3" );
    DOMSource source = new DOMSource(doc);
    FileOutputStream os = new FileOutputStream(file);
    StreamResult result = new StreamResult(os);
    transformer.transform(source,result);which gives, e.g. something like
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <documentData>
    <Asset assetID="229609"/>
       <Picturedescription>
    <Asset assetID="229609"/>
    </Picturedescription>
    </documentData>which is not even proper indent. I can't believe that there is no way in pretty prenting an XML document, using Java's Standard API....
    Does anybody know more about it?
    Urs

    Have you tried this:
    StringWriter sw = new StringWriter();
    org.apache.xml.serialize.OutputFormat outFormat = new org.apache.xml.
    serialize.OutputFormat();
    outFormat.setIndenting(true);
    outFormat.setIndent(4);
    org.apache.xml.serialize.XMLSerializer xmlser = new org.apache.xml.serialize.XMLSerializer(sw, outFormat);
    try {
    xmlser.serialize(your_document); //replace your_document with reference to document you want to serialize
    catch (Exception ex1) {
    }

  • Is there a way to find out details about, who approved the RMA on system using front end or back end?

    Is there a way to find out details about, who approved the RMA on system using front end or back end?

    But is there a way (simple or not-so-simple) to find
    out EVERY SINGLE FILE that's referenced on a
    timeline? (I have lots of stuff imported into the
    project that I know isn't used on any timeline, but
    I'm afraid of moving or deleting things for fear of
    never finding it again.)
    I'd love to get some sort of "printout" (a list or
    something) of every single file.
    There is, go to browser and cntrl click on any one of the columns,
    and select - show/source. A new column named "source" will pop up and will show where everything "lives". Click on the header at the top and it will justify the column as well. You'll notice this won't show anything for your seq.'s. of course, but will show stills/audio/motion files...
    Once you have the new column, you can drag it next to the "name" column and get a grab of it and print it if you like, or whatever.
    If you want to do this for just 1 seq., then can create a new bin and double click it to open it. Cntrl-A (select all) in your main seq. and just drag all into the new bin. You will see only what's in that seq. with the "source" column right next to it.
    From what I've read, you seem to get the MM thing and it's obviously what you'll need to do to archive as the guys said. But what your missing is a file path system to where everything resides.
    Hope this helps and that I've read you properly,
    Peace
    P-Book 1.5, 17" 2gsRAM   Mac OS X (10.4.4)   FCStudio

  • Best way of creating a report where end user can maintain names in groups

    I'm working on a project as a independent consultant for a company and I'm using Crystal Professional Reports version XI.
      I have a main report and a subreport that contains summary totals.  I'm going to link the two reports by a date parameter range.  For the subreport, the report is going to be grouped by four groups.  Each of the groups contain a list of names.  What would the best approach to give the end user who will be running the report on a daily basis to add or remove names for each of the groups when end user is prompted to run the report?
       I want to make it easy as possible for the end user to maintain this list in the sub report because of the following reasons: after the report is deployed,I will not be there on site to maintain it instead I will be available over the phone for support and the end user is the manager of the department and is not a Crystal reports developer or programmer. 
       I hope that made sense.  If not I can give more details.  Have a good day.
    Thanks for your help,
    Ting

    Well let me start by saying that maintaining hard coded lists in a report definition is a bad idea and should be avoided if at all possible.
    This of course means that it isn't always possible... In fact I have a few of my own reports that suffer from the same situation. Here is the way I handle it to make the list maintenance as easy and error free as possible.
    #1) I created a new Report Custom Function. Let's call it  NamesToGroups. The function will look like this... (Crystal Syntax)
    Function (stringVar PersonName)
    SELECT PersonName
    CASE
    "Gustavo Achong",
    "Catherine Abel",
    "Kim Abercrombie",
    "Humberto Acevedo",
    "Pilar Ackerman",
    "Frances Adams",
    "Margaret Smith",
    "Carla Adams" :
        "Name of Group 1"
    CASE
    "Jay Adams",
    "Ronald Adina",
    "Samuel Agcaoili",
    "James Aguilar",
    "Robert Ahlering",
    "François Ferrier",
    "Kim Akers",
    "Lili Alameda",
    "Amy Alberts" :
        "Name of Group 2"
    CASE
    "Alberto Baltazar",
    "Wayne Banack",
    "Darrell Banks",
    "Norma Barrera",
    "Gytis Barzdukas",
    "David Bartness",
    "Karel Bates" :
        "Name of Group 3"
    CASE"Donald Blanton",
    "Linda Burnett",
    "Michael Blythe",
    "Gabriel Bockenkamp",
    "Michael Bohling",
    "Eli Bowen",
    "Lester Bowman",
    "David Bradley" :
        "Name of Group 4"
    Default : "Unknown Name"
    Note that the list setup makes it easy to see who's in what group and makes it easy to add new people to the correct group...
    #2) Now you can simple use the function in a formula. Lets call it NameGroups and the formula would look like this...
    NamesToGroups({TableName.FullPersonName})
    #3) Now NameGroups is available for grouping or selection purposes or just to add as a formula on the design surface.
    #4) If you are using CRS or BOE the function can be saved to the repository for use in other reports as well
    Now any time a new name needs to be added, the user can access the "Report Custom Functions" are of the Formula Workshop and add the name to the function, which in turn, will be propagated through the rest of the report. It's also easy to see how the function is actually working so that new groups can also be easily added.
    HTH,
    Jason

  • A way to know the parameters passed to SAP back-end from t-code

    Hello,
    When my users report me performance issues from a specific t-code, I always need to ask them a variant or criterias they used to launch the query.
    SAP logs the t-code used in STAD or STATTRACE but is there a way to go further and find what were the field passed to the back-end?
    Thanks
    François

    Hi
    U can only ask it to your users or, if it's a background process, check the variant in the job (trx SE37)
    Max

  • I put my iPad into DFU mode without thinking much about it. I didn't realize I would lose everything. Is there a way to get everything back the way I used to have it before I tried recovering my iPad?

    A couple of days ago my iPad died, so I plugged it in to charge. It went into a rebooting loop, and when I looked up how to fix this, I saw that I can put my iPad into DFU mode to fix certain things like this. I did, not thinking much about it because l had seen both of my parents get new phones and everything was slowly but surely on their phone the way it was on their old phones.
    I thought that even though I agreed to the iPad being put back into factory settings, I thought I would be able to get everything back the way it used to be just by logging into iCloud when setting it up. I was wrong. This is a school iPad, so all of my notes are gone. The only things that were backed up were my photos. All the games, social media, etc. that I had downloaded prior were gone. Even my notes.
    Is there a way I can get everything back to the way it used to be, or was agreeing to put the iPad back into factory settings the wrong thing to do? Was it a mistake to take it upon myself to fix my iPad in this restarting loop? I would really like to get everything back, especially my school notes.

    The only way to get everything back is by restoring a backup. If you didn't have a backup, there is nothing that you can do to recover your lost documents and your notes. If you have a backup restore the backup in order to recover your data. Purchased apps can always be downloaded again as long as you use the same Apple ID that you bought them with, but data can only be recovered from a backup or if you have copies of the documents and notes on a computer.
    Back up and restore your iPhone, iPad, or iPod touch using iCloud or iTunes - Apple Support

  • Hello there, I am creating a database of all our companies press contacts. I would like to create a form that would act as the front end and feed the database which is obviously the back end. The database is in Access 2013. My question is to whether this

    Hello there, I am creating a database of all our companies press contacts. I would like to create a form that would act as the front end and feed the database which is obviously the back end. The database is in Access 2013. My question is to whether this is indeed possible?

    This forum thread appears to point towards the problem.
    Re: Unable to Switch Audio Sync Settings

  • Terminate:Activity failed; there is no back end error log. - Query Designer

    Hello all,
    Has anyone encountered this erro before while using query Designer. I am trying to drag an infoobject in the rows section and I get this STOP error in message section at the bottom.
    Terminate: Activity failed; there is no back-end error log [A006(R9E)]
    Diagnosis
    An error occurred in the back end.
    System Response
    An error occurred in the back end for which there is no error message. You cannot continue to work.
    Procedure
    Exit the Query Designer and correct the error on the back end.
    Then start the query designer again.
    Procedure for System Administration
    I dont get what is going wrong here,
    Thanks,

    hi,
         There may be some problems with the connectivity in the box which you have logged in or in the excel properties itself. Try to login again and see if the problem is resolved else contact the BASIS or admin.
    Thanks,
    vrrp.

  • I would like to restore my iphone to ios 4.3.5 from 5.0.1. i've tried and watched videos over youtube  and it doesn't helps. is there any other specific way? the ios 5.0.1 makes my phone crash and drains my battery whenever i tried to switch it back on.

    i would like to restore my iphone to ios 4.3.5 from 5.0.1. i've tried and watched videos over youtube  and it doesn't helps. is there any other specific way? the ios 5.0.1 makes my phone crash and drains my battery whenever i tried to switch it back on. kindly help me.

    There is no legit way to do this at all.

  • Is there a way to maintain the zoomed in look as my final picture?

    is there a way to maintain the zoomed in look as my final picture when I'm editing in
    Iphoto?

    I have no idea what you are thinking but zooming lets you view a portion of a photo closer. Cropping let's you're move part of a photo leaving only the uncropped portion  if you could save (which you can not do in iPhoto) that is exactly what you would get and exactly what would be phased to any other program for further editing
    cropping is the only way
    LN

  • There was any possible way to get them back.  Thank you.

    I deleted photos on my iPod I deleted  generation and I wanted to know if there was any possible way to get them back.  Thank you., I deleted photos on my iPod 5th generation and I wanted to know if there was any possible way to get them back.  Thank you.

    Maybe by:
    How to perform iPad recovery for photos, videos
    Wondershare Dr.Fone for iOS: iPhone Data Recovery - Wondershare Official     
    http://www.amacsoft.com/ipod-data-recovery.html
    iPod recovery software to restore lost music files      
    -iPod touch Deleted Photo Recovery Tips You Should Know

  • My txt message settings recently changed to send txts from my Mac email rather than my phone# and there doesn't seem to be a way to change the settings back. The phone# in receive at screen is under intensified so unselectable. Any suggestions?

    My txt message settings recently changed to send txts from my Mac email rather than my phone# and there doesn't seem to be a way to change the settings back. The phone# in receive at screen is under intensified so unselectable. Any suggestions?

    After reading what you have posted, I checked my iPhone 4S. When looking at messages in settings, my receive at has 2 addresses, my phone number and my Apple ID email address. The phone number is "under intensified" as you describe it. Checking the Caller ID, it shows my phone number and Apple ID email. The phone number is checked. This all seems to be the same as you describe yours. My text messages are all working as they always have, and they are showing as coming from my phone number. Both to people that I iMessage with and people that I can only text with. I'm not sure why you say texts are being sent from your Mac email. Did someone receive a text that shows the email as the return address?

  • There is supposed to be a back door way to run Skype on a PB.

    "there is supposed to be a back door way to run Skype on a PB.
    All I have found is a port of a 'droid' app and only the chat feature works. You have to side load it into your PB.

    Yup.  I have looked high and low for a decent video chat option for cross platform chat and can find NOTHING.  Imo does not work correctly on upgraded os2 andreelportal is really poor quality.
    I love the PB.  I love thesize, it's speed, it's UI, but I can't get over its software limitations.  I'm going away in 3 weeks and need video chat.  So ilooked at my options last couple of days and unfortunately iam now on the verge of selling pb and getting an android tablet..............and giving up my bb handset for a galaxy s2.  the limitations of the pb has unfortunately highlighted the limitations of bb to me and unless things change inthenext few days with video chat options on pb, RIM have lost a loyal customers.  Sad, but the way of the world.

Maybe you are looking for