Where do I find help on how to use a software?

Recently I've purchased a ZIP software through App Store - (Smart Zipper Pro). I have never used one of these programs and now have a large file to send to a customer. I found no customer support nor directions on the use of it.
I will appreciate there is someone that could help me understanding how to use this software. I have tried different alternatives but files seems to have the same size as the original. There is no compression.
Your help on this subject will be greatly appreciated.
AntaresPower

have a large file to send to a customer.
*Some suggestions regarding sending large files:*
If you both have High-speed connections, the easiest & fastest way is through Dropbox.
I send all my large/huge files this way instead of using email.
iChat has the same ability of transferring large files as Dropbox but is slower.
Adium has file transfers.
Yahoo Messenger has file transfers.
If you must use email, check out YouSendIt and TransferBIGFiles for large & small file transfers.
MediaFire is another file transfer site.
Care to share which OS you are using? 

Similar Messages

  • Where I can find documentations on how to use MyComponse API ?

    Where I can find documentation on how to use MyComponse API ?
    Any example ?
    Thanks

    not 100% sure at which point the callout to BEFOREPROCESSCOMPOSE is done, but during the process logs phase, the data in the CVR$ tables is copied into the clg$ tables, and the cvr$ table dml flags cleared
    unles the query is very complex/long running why not join the clg$ tables (only have the data that has changed, so smaller than the cvr$ tables, to your base tables for determining if relevant within the MyCompose needCompose method?
    an example from one of our MyCompose classes is
    public int needCompose(Connection conn, String clientid) throws Throwable{
    boolean baseDirty = false;
    Statement st = conn.createStatement();
    String sql = null;
    int rowCount = 0;
    int fetchCount = 0;
    ResultSet rows;
    // log user
    // sql = "INSERT INTO qpub_log (TIMESTMP,message) "
    // + " values (sysdate, '" + clientid + " assd' )";
    // rowCount += st.executeUpdate(sql);
    // need to compose if there are any relevant changes to assessment details FOR
    // TIR / SOLO assessments
    // Inspection history checklists
    // PIJ marking sheets
    // INSSI
    // Risk Assessment)
    // also changes to (in case of underlying alterations causing data to be withdrawn)
    // STATUS_LOGS
    // ROLE_ASSGNTS
    if(this.baseTableDirty("CDB_OWNER", "ASSESSMENT_DETAILS")){
    return oracle.lite.sync.MyCompose.YES;
    if(this.baseTableDirty("CDB_OWNER", "STATUS_LOGS")){
    sql = "SELECT count(clg.context_key) "
    + "FROM CDB_OWNER.ROLE_ASSGNTS rola "
    + " ,CDB_OWNER.USER_ACCOUNTS usra "
    + " ,CDB_OWNER.CLG$STATUS_LOGS clg "
    + "WHERE usra.user_name = '" + clientid + "' "
    + "AND rola.rolat_rol_code IN ('INSPECTOR','COVER_INSP','DELEG_INSP') "
    + "AND rola.context_key_by=to_char(usra.par_id) "
    + "AND rola.context_key_for=clg.context_key "
    + "AND clg.staa_seq_no=47 ";
    rows = st.executeQuery(sql);
    rows.next();
    fetchCount = rows.getInt(1);
    if (fetchCount != 0) {
    sql = "INSERT INTO qpub_log (TIMESTMP,message) "
    + " values (sysdate, '" + clientid + " assd stal" + fetchCount + "' )";
    rowCount += st.executeUpdate(sql);
    return oracle.lite.sync.MyCompose.YES;
    if(this.baseTableDirty("CDB_OWNER", "ROLE_ASSGNTS")){
    sql = "SELECT count(clg.id) "
    + "FROM CDB_OWNER.ROLE_ASSGNTS rola "
    + " ,CDB_OWNER.USER_ACCOUNTS usra "
    + " ,CDB_OWNER.CLG$ROLE_ASSGNTS clg "
    + "WHERE usra.user_name = '" + clientid + "' "
    + "AND rola.rolat_rol_code IN ('INSPECTOR','COVER_INSP','DELEG_INSP') "
    + "AND rola.context_key_by=to_char(usra.par_id) "
    + "AND rola.id=clg.id ";
    rows = st.executeQuery(sql);
    rows.next();
    fetchCount = rows.getInt(1);
    if (fetchCount != 0) {
    sql = "INSERT INTO qpub_log (TIMESTMP,message) "
    + " values (sysdate, '" + clientid + " assd rola" + fetchCount + "' )";
    rowCount += st.executeUpdate(sql);
    return oracle.lite.sync.MyCompose.YES;
    // if no relevant changes do not compose
    return oracle.lite.sync.MyCompose.NO;
    }

  • Where do I find information on how to use all the features of iPhoto on the iMac?

    I was told that iphoto  would be easy to use on IMac but I am not finding that true.  Is there a guide to how to use Iphoto?  Transferring photos from my external drive to iphoto is not working as I would expect.  It imports them to a new "last import" and not to the folder I want.  I am frustrated and can't find information that is helpful.  help window only gives me connections I'm not looking for.  I'm not seeming to ask the right questions.  Can't even find the category I'm looking for.  Is there a guide somewhere that I don't know about?

    There's also this popular book: Amazon.com: iPhoto: The Missing Manual: 2014 release, covers iPhoto 9.5 for Mac and 2.0 for iOS (Missing Manuals) (9781491947319): David Pogue, Lesa Snider: Books
    OT

  • Where do I find examples of how to use formula functions? Online help only provides syntax

    Hello,
    I would like to run a formula ( for my custom field in Project 2013)  that allows me to see the Finish Time e.g. 17:15 for a task.  I am trawling through the online help to determine which one is best but I would like to read some examples
    of how a function can be used. I hoped Help may do this but no.
    Hope you can point me into the right direction.  Thanks in advance.
    Alan

    Alan,
    Yeah I agree, the on-line help is lacking in information on how to actually USE a function. However, there are some places that may help. Here are a couple, I'm sure there are many others.
    https://support.office.com/en-nz/article/Project-functions-for-custom-fields-7e525143-380f-4083-8d5a-3ecc6ba44f22
    https://msdn.microsoft.com/en-us/library/office/ee767700(v=office.14).aspx
    Since many of the custom field formulas are also used in VBA, I've found the object library reference for VBA to be very helpful in understanding and setting up custom field formulas. To get the the object library, go to Developer/Code group/Visual Basic.
    Once the Visual Basic Editor window opens, hit View/Object Browser. Hit the Help menu and select the Help for Visual Basic. Type in the function of interest.
    However, you say you want a custom formula to see the finish time for a task. You don't need any customization to see that. Simply go to File/Options/General tab and select a date format that includes the time.
    Hope this helps.
    John

  • Where can I find a guide / How to about how to upgrade using SM?

    Hi,
    Where can I find a guide / How to about how to upgrade a NetWeaver server using SAP Solution Manager?
    Thanks.

    >
    Doron Shai wrote:
    > Hi,
    >
    > Where can I find a guide / How to about how to upgrade a NetWeaver server using SAP Solution Manager?
    >
    > Thanks.
    Dear Doron
    Solution Manager system will never physically participate in the upgrade of a Netweaver Server. It will only help you to find the right files via the maintenance optimizer. Also if you want to develop / use a Project for your upgrade you could use the upgrade roadmap and then use Solution Manager as a Project Management tool for the upgrade.
    Besides this there will be no guide available for "upgrading" a system, since the upgrade roadmap is generic and the maintenance optimizer feature is isolated from the roadmap. You will have to follow the upgrade guides available on
    http://service.sap.com/instguides.
    Hope that this answers your query.
    Regards
    Amit

  • Where can I find help about configuring forms?

    Hi, everyone,
    I want to develop web-based application using forms 9i, but I don't know how to configue my developing enviroment. I searched in forms online help and otn website, but I found nothing, except some articles about forms service. but I don't think I need install forms service when I develop my application. so who can be so nice to tell me where can I find help about this problem.
    besides, after creating a database in my local machine, how can I connect with it in foms?
    thank you very much!

    If you installed Oracle9iDS you'll have everything configured for you. (It basically work the same way as the Oracle9iAS Forms Services so all the documents are still relevant). For a quick understanding of the configuration files check out this document: http://otn.oracle.com/products/forms/pdf/forms9icstowebmigration.pdf
    To connect to your database you need to create a SQL*NET connection and add an entry to your tnsnames.ora using the SQL*NET easy configuration tool.

  • Where do I find info on how to print on different size projects?

    I'm not sure if I'm posting this on the correct board or not. My question is where do I find instructions on how to print on different size papers such as, envelopes and postcards both addresses and return addresses. I know how to print the body of my postcards since I use Windows Publisher but I'd rather not have to use labels. It would be so much faster and more professional to print the addresses and return addresses directly on the postcards and envelopes. I've owned many HP printers and have always been able to do that but can't seem to set my Deskjet 8500 910A.
    Thanks for any help available.

    linadads,
    I am happy to help you with your issue regarding printing on envelops. The printer software doesn't carry the functionality to create envelope documents. You will use a word processor for completing this such as, Microsoft word. In Microsoft Word (or a like word processor) it will give you the option to create an envelope with the send from and send to address sections.
    I hope this helps
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • Where can I find info on how to install and run Snow Leopard Server as virtual machine inside Mountain Lion

    Where can I find info on how to install and run Snow Leopard Server as virtual machine inside Mountain Lion

    Here is the short answer:
    Installing Snow Leopard Server into Parallels 10 for DUMMIES:
    http://forums.macrumors.com/showpost.php?p=17285039&postcount=564

  • I have a 2Gb time capsule but setup says it needs an IP address - where do I find this or how do I decide what the address is, I have a 2Gb time capsule but setup says it needs an IP address - where do I find this or how do I decide what the address is

    I have a 2 Tb Time Capsule and the set up wants an IP address - where do I find that or how do I dreate that?

    Ip address will be found in your home network settings.  If you have wireless network look it up in those settings. 

  • I want to copy bookmarks in my folder.where i can find its and how i make it?

    i want to copy bookmarks in my folder.where i can find its and how i make it?please

    Profile is a folder where your Firefox store all of your information
    * https://support.mozilla.com/en-US/kb/Profiles
    in this link you can find how to backup your profile and restore them

  • I just moved my safari off the bottom line of icons on my mac. where do I find now, or how do i get it back?

    i just moved my safari off the bottom line of icons on my mac. where do I find now, or how do i get it back?

    Simply go back into your applications folder and find the icon for Safari. Click and drag the icon back into the menu bar. You can choose where to place it by moving it to the perfered place in the menu bar and unclick to set.

  • HT5246 I have downloaded Flashback Malware Removal tool, now where do I find it and how do I get to run?to run

    I have downloaded Flashback Malware Removal tool, now where do I find it and how do I run it?

    joseph94530 wrote:
    I have downloaded Flashback Malware Removal tool...
    FYI, if it did not show up in Software Update, then it was not needed.

  • Hi, i am from india, im using iphone3gs with ios5.1.1 .i want to update the same to ios6 or to ios7,but i couldnt find the software update option in my iphone,so plz help me how to update my software.

    hi, i am from india, im using iphone3gs with ios5.1.1 .i want to update the same to ios6 or to ios7,but i couldnt find the software update option in my iphone,so plz help me how to update my software.

    Are you sure it's a 3GS? What is the model number?

  • Where can I find help on weblogic.proprties

    Hi
    Where can I find help on weblogic.proprties explaining each property fileds.
    I want to set the roles for entire weblogic server instead of setting up
    roles for each ejb in ejb-jar.xml, is it possible?
    Thanks
    Chandra

    Posting to more than one newsgroup does not help your questions get answered
    faster. Please review the answers to this same post on the other
    newsgroups.
    Thanks,
    Michael
    Michael Girdley
    Product Manager, WebLogic Server & Express
    BEA Systems Inc
    Chandra Talluri <[email protected]> wrote in message
    news:8h62b8$2fc$[email protected]..
    Hi
    Where can I find help on weblogic.proprties explaining each propertyfileds.
    >
    I want to set the roles for entire weblogic server instead of setting up
    roles for each ejb in ejb-jar.xml, is it possible?
    Thanks
    Chandra

  • Where do I find help contecting my IPhone 4 to my cars bluetooth hands free system?

    Where do I find help contecting my IPhone 4 to my cars bluetooth hands free system?

    Try the owner's manual or your dealer. Some in car systems have updates available to support iOS 4.
    It might be hlepful if you gave us a little more information, like what kind of car, what, exactly, you've done to try to get it working and what the problem you're having is.
    Some cars have systems that will do things like read you text messages and e-mail. Those features are NOT compatible with the iPhone.

Maybe you are looking for

  • Photoshop CC crashes when using 3D.

    I have just installed Photoshop CC and anytime I try to create a 3D layer, Photoshop crashes. Below is my system info. Any help would be appreciated to figure out why it is **** this. I have updated to the latest display driver. Adobe Photoshop Versi

  • My camera is in use by another application???????

    Well actually no, its not. But when I use iChat AV both my G4 and G5 say so. This is obviously a software problem and the only change I have made is to switch to Tiger. I have been using my Sony mini DV DCR-HC-32 to video chat for a while now on both

  • No data found for region

    Hi all, I am using jdeveloper 9i version. I have 2 instances. When i am trying to run the page,  one instance page is  working fine but in other instance it is showing the below error. oracle.apps.fnd.framework.OAException: No data found for region (

  • Customer rebate-one payer with multiple sold-to parties

    I create one rebate agreement with payer A0001 and put two conditions one is sold-to party A0001 with rate 20% one is sold-to party A0001A with rate 15% but when I create billing for sold-to party A0001A  I found that condition type is not 15% but 20

  • I want to erase ....please help

    I want to erase ALL of my deleted txt and mail so it can't be retrieved again! From my iphone