Edit a TopLink Expression

Hi. I am design a application in Jdeveloper 11g, but i have a problem with a try to edit a toplink expression a first argument, in the button edit I click in this button but nothing happend. Why happend this, i need edit this first argument but i can not.
Thanks...

I am also having this problem using JDevloper 11g Update 2 for OSX. The Expression Builder works fine on smaller projects but chokes on larger ones. It also doesn't seem to work for the Batch Read Attributes and Joined Attributes buttons.
The following error shows up in my console:
30/04/09 11:59:07 AM [0x0-0x113113].oracle.ide.boot.Launcher[3761] Exception in thread "AWT-EventQueue-0"
30/04/09 11:59:07 AM [0x0-0x113113].oracle.ide.boot.Launcher[3761] java.lang.StackOverflowError
30/04/09 11:59:07 AM [0x0-0x113113].oracle.ide.boot.Launcher[3761] at java.lang.StringBuffer.<init>(StringBuffer.java:104)
30/04/09 11:59:07 AM [0x0-0x113113].oracle.ide.boot.Launcher[3761] at sun.text.normalizer.ReplaceableString.<init>(ReplaceableString.java:46)
30/04/09 11:59:07 AM [0x0-0x113113].oracle.ide.boot.Launcher[3761] at sun.text.normalizer.ReplaceableUCharacterIterator.<init>(ReplaceableUCharacterIterator.java:44)
30/04/09 11:59:07 AM [0x0-0x113113].oracle.ide.boot.Launcher[3761] at sun.text.normalizer.UCharacterIterator.getInstance(UCharacterIterator.java:66)
30/04/09 11:59:07 AM [0x0-0x113113].oracle.ide.boot.Launcher[3761] at sun.text.normalizer.NormalizerBase.<init>(NormalizerBase.java:559)
30/04/09 11:59:07 AM [0x0-0x113113].oracle.ide.boot.Launcher[3761] at sun.text.normalizer.NormalizerBase.<init>(NormalizerBase.java:1563)
30/04/09 11:59:07 AM [0x0-0x113113].oracle.ide.boot.Launcher[3761] at java.text.CollationElementIterator.<init>(CollationElementIterator.java:105)
30/04/09 11:59:07 AM [0x0-0x113113].oracle.ide.boot.Launcher[3761] at java.text.RuleBasedCollator.getCollationElementIterator(RuleBasedCollator.java:303)
30/04/09 11:59:07 AM [0x0-0x113113].oracle.ide.boot.Launcher[3761] at java.text.RuleBasedCollator.compare(RuleBasedCollator.java:346)
30/04/09 11:59:07 AM [0x0-0x113113].oracle.ide.boot.Launcher[3761] at oracle.toplink.workbench.utility.node.Node$1.compare(Node.java:436)
30/04/09 11:59:07 AM [0x0-0x113113].oracle.ide.boot.Launcher[3761] at oracle.toplink.workbench.utility.node.Node$1.compare(Node.java:428)
30/04/09 11:59:07 AM [0x0-0x113113].oracle.ide.boot.Launcher[3761] at java.util.Arrays.mergeSort(Arrays.java:1270)
30/04/09 11:59:07 AM [0x0-0x113113].oracle.ide.boot.Launcher[3761] at java.util.Arrays.mergeSort(Arrays.java:1281)
30/04/09 11:59:07 AM [0x0-0x113113].oracle.ide.boot.Launcher[3761] at java.util.Arrays.mergeSort(Arrays.java:1282)
30/04/09 11:59:07 AM [0x0-0x113113].oracle.ide.boot.Launcher[3761] at java.util.Arrays.mergeSort(Arrays.java:1281)
30/04/09 11:59:07 AM [0x0-0x113113].oracle.ide.boot.Launcher[3761] at java.util.Arrays.sort(Arrays.java:1210)
30/04/09 11:59:07 AM [0x0-0x113113].oracle.ide.boot.Launcher[3761] at java.util.Collections.sort(Collections.java:159)
30/04/09 11:59:07 AM [0x0-0x113113].oracle.ide.boot.Launcher[3761] at oracle.toplink.workbench.mappingsmodel.mapping.relational.MWAbstractTableReferenceMapping.subQueryableElements(MWAbstractTableReferenceMapping.java:455)
30/04/09 11:59:07 AM [0x0-0x113113].oracle.ide.boot.Launcher[3761] at oracle.toplink.workbench.mappingsmodel.mapping.relational.MWAbstractTableReferenceMapping.isLeaf(MWAbstractTableReferenceMapping.java:447)
30/04/09 11:59:07 AM [0x0-0x113113].oracle.ide.boot.Launcher[3761] at oracle.toplink.workbench.mappingsplugin.ui.query.relational.QueryableTreeModel.getChild(QueryableTreeModel.java:72)
30/04/09 11:59:07 AM [0x0-0x113113].oracle.ide.boot.Launcher[3761] at oracle.toplink.workbench.uitools.swing.Tree.expandAllNodes(Tree.java:163)

Similar Messages

  • How to open and edit a TopLink .mwp file?

    I can not open the toplink_mappings.mwp file using JDeveloper tool.
    How to open and edit a TopLink .mwp file?
    Thank you

    Hi,
    Use JDeveloper to import the mwp project .In Jdeveloper,File->Import->ToplinkWorkbench->Select the .mwp file and can work from JDeveloper in editing the tlmap.xml and session.xml.
    Regards,
    P.Vinay Kumar

  • SQL query from toplink expression

    Hi,
    I have a oracle.toplink.expressions.Expression object with me which has been created using oracle.toplink.expressions.ExpressionBuilder. I want to find its equivalent SQL query(say select emp.empname,emp.empId from employee emp) which will be fired in order to fetch data i.e. find its equivalent Statement/PreparedStatement or anything which will help me obtain the raw SQL statement about to be fired.
    Please let me know if there is any soln.
    Thanks,
    Adithya.

    You can create ReadAllQuery with the expression and get the query's SQL using query.prepareCall() and then query.getSQLString().
    James : http://www.eclipselink.org

  • How to Query Multiple Fields from different Tables using Toplink Expression

    Hi,
    I am trying to prepare an Oracle Toplink Expression to qurey the multiple columns of different tables. the query as following. Please can anyone help?
    SELECT CYCLE.CYCLE_ID,
    CYCLE.ASPCUSTOMER_ID,
    CYCLE.FACILITYHEADER_ID,
    CYCLE.ADDUSER,
    ASP.FIRSTNAME || ' ' || ASP.LASTNAME ADDUSERNAME,
    CYCLE.ADDDATE,
    CYCLE.LASTUPDATEUSER,
    ASP.FIRSTNAME || ' ' || ASP.LASTNAME LASTUPDATEUSERNAME,
    CYCLE.LASTUPDATEDATE,
    CYCLE.CYCLENAME,
    CYCLE.CYCLENUMBER,
    CYCLE.DESCRIPTION
    FROM CYCLE,ASPUSER ASP
    WHERE CYCLE.ADDUSER = ASP.ASPUSER_ID
    and then i want to send that expression to readAllObjects method as a parameter
    Expression exp = (..............this is the required qurey expression...................)
    Vector employees = session.readAllObjects(getClass(), exp);
    thanks,

    You havent given any information on the mapping between Cycle and Asp. I presume there is a one to one mapping between them. Also it appears there is no "WHERE" clause to limit the number of cycles being retrieved. If that is the case then I presume you want to load all cycles in the system.
    Thats just a clientSession.readAllObjects(Cycle.class). If you have indirection turned on the Asp should get loaded when you do a cycle.getAsp().
    I presume that SQL you posted loads all the columns of CYCLE and ASP. If you are interested in a subset of CYCLE or ASP then you should do a ReportQuery or partial object read.
    Hi,
    I am trying to prepare an Oracle Toplink Expression
    to qurey the multiple columns of different tables.
    the query as following. Please can anyone help?
    SELECT CYCLE.CYCLE_ID,
    CYCLE.ASPCUSTOMER_ID,
    CYCLE.FACILITYHEADER_ID,
    CYCLE.ADDUSER,
    ASP.FIRSTNAME || ' ' || ASP.LASTNAME ADDUSERNAME,
    CYCLE.ADDDATE,
    CYCLE.LASTUPDATEUSER,
    ASP.FIRSTNAME || ' ' || ASP.LASTNAME
    LASTUPDATEUSERNAME,
    CYCLE.LASTUPDATEDATE,
    CYCLE.CYCLENAME,
    CYCLE.CYCLENUMBER,
    CYCLE.DESCRIPTION
    FROM CYCLE,ASPUSER ASP
    WHERE CYCLE.ADDUSER = ASP.ASPUSER_ID
    and then i want to send that expression to
    readAllObjects method as a parameter
    Expression exp = (..............this is the required
    qurey expression...................)
    Vector employees = session.readAllObjects(getClass(),
    exp);
    thanks,

  • Editing a calculated expression.

    Hi All,
    I have requirement of editing a calculated expression, is it possible to do so in MDM?
    If possible please let me know.
    Regards,
    Pramod

    Hi Pramos,
    My requirement is I want some fields to be dafulted with values when i am creating or importing a
    record & i should be able to change atleast one time if required.
    In my View, you can use the Assignments for this requirement. You will have to include the assigment in a workflow and then run the workflow for the import of records. SO as soon as the records are imported, the default value for the field for which you have written the assigment will be achieved.
    You can't use Calculated Expressions for this requirement, as you will not be able to change its value later on.But with Assignemnt, you will be able to make changes to the defualted value
    While Importing, you can then defualt some fields with some values.
    Just use this field property: For that field, You can make the field property as Writable Once as" YES"/"NO".in console.
    This property will allow you to make changes to that field if it is NO and will not allow you to make changes if its YES.
    So if you want to use it, put Writeable Once as "NO" for that field.
    Hope it helps.
    Thanks and Regards
    Nitin Jain
    Edited by: Nitin Jain on Aug 5, 2008 6:46 AM

  • Toplink expression - using complex in clause

    We are trying to build an toplink expression in java that would produce the following where clause:
    where (settlement_id, retailer_id, site_id, end_read_datetime, txn_datetime)
         in (select settlement_id, retailer_id, site_id, end_read_datetime, max(txn_datetime)
                   from tlsa_dim
         where end_read_datetime
         BETWEEN to_date('1/1/2002 00:00:01','mm/dd/yyyy hh24:mi:ss')
                        AND to_date('1/9/2002 00:00:00','mm/dd/yyyy hh24:mi:ss')
                   and site_id = '0040473041023'
              group by settlement_id, retailer_id, site_id, end_read_datetime )
    We have created a reportquery to represent the internal sub query, but
    cannot seem to find how to tell the ExpressionBuilder to get 5 fields together
    before the .in(reportQuery).
    Anyone have any ideas?          
    here is our java code
    public static ReportQuery getReportQueryForSiteIdAndEffectiveDateRangeAndMaxHistoricalStartDate() throws DataIntegrityException {
    ExpressionBuilder aBuilder = new ExpressionBuilder();
    ReportQuery query = new ReportQuery(aBuilder);
    query.setReferenceClass(Dim.class);
    query.addAttribute("settlementId", aBuilder.get("settlementId"));
    query.addAttribute("retailerId", aBuilder.get("retailerId"));
    query.addAttribute("siteId", aBuilder.get("siteId"));
    query.addAttribute("endReadDateTime", aBuilder.get("endReadDateTime"));
    query.addMaximum("max-txndatetime", aBuilder.get("historicalStartDate"));
    query.setSelectionCriteria(equalsSiteId.and(greaterThanEqualtoEffectiveStart.and(lessThanEqualtoEffectiveEnd)));
    query.addGrouping(aBuilder.get("settlementId"));
    query.addGrouping(aBuilder.get("retailerId"));
    query.addGrouping(aBuilder.get("siteId"));
    query.addGrouping(aBuilder.get("endReadDateTime"));
    // Vector reports = (Vector) session.executeQuery(query);
    return query;
    public static Expression forSiteIdAndEffectiveDateRangeAndMaxHistoricalStartDate(String siteId, DateInterval effectiveDateInterval) throws DataIntegrityException {
    ExpressionBuilder aBuilder = new ExpressionBuilder();
    Expression greaterThanEqualtoEffectiveStart = aBuilder.get("endReadDateTime").greaterThanEqual(effectiveDateInterval.getStartDate());
    Expression lessThanEqualtoEffectiveEnd = aBuilder.get("endReadDateTime").lessThanEqual(effectiveDateInterval.getEndDate());
    Vector parameterVector = new Vector();
    // trying a vector, but no luck
    parameterVector.addElement(aBuilder.get("settlementId"));
    parameterVector.addElement(aBuilder.get("retailerId"));
    parameterVector.addElement(aBuilder.get("siteId"));
    parameterVector.addElement(aBuilder.get("endReadDateTime"));
    parameterVector.addElement(aBuilder.get("historicalDateRange").get("historicalStartDate"));
    Expression inMaxGroup = aBuilder.get(parameterVector).in(getReportQueryForSiteIdAndEffectiveDateRangeAndMaxHistoricalStartDate());
    Expression equalsSiteid = forSiteId(aBuilder, aSiteId);
    return equalsSiteid.and(inMaxGroup);
    public static Expression forSiteId(ExpressionBuilder aBuilder, String aSiteId){
    Expression equalsSiteId = aBuilder.get("siteId").equalsIgnoreCase(aSiteId);
    return equalsSiteId;

    There is no expression support for this. You'll have to use SQL.
    Here is a thread of an example using Having with report queries.
    Re: How to build SQL Where clause "Having" using Toplink ExpressionBuilder
    - Don

  • How to SQL intersect using Toplink expressions

    I try to do this SQL intersect
    SELECT part_k FROM ATTR_VALUE
    where commodity_n ='dab badge' and attribute_n='Badge Width' and attribute_value_x='10'
    INTERSECT
    SELECT part_k FROM ATTR_VALUE
    where commodity_n='dab badge' and attribute_n='Brand Logo' and attribute_value_x='Jaguar'
    using the following Toplink expressions:
    Expression e1 = builder.get("commodity").equal("dab badge")
    .and(builder.get("attribute").equal("Badge Width"))
    .and(builder.get("value").equal("10"));
    Expression e2 = builder.get("commodity").equal("dab badge")
    .and(builder.get("attribute").equal("Brand Logo"))
         .and(builder.get("value").equal("Jagua"));
    Expression myExpression = e1.and(e2);
    However, this would not give me the correct result.
    Any suggestions would be greatly appreicated.

    Right, TopLink doesn't have an Intersect operator. If it did, you might still get the same problem unless you are using a report query to return only the "part_k" value instead of an object since attribute_n cannot have a value of both 'Badge Width' and 'Brand Logo' at the same time.
    You can get the part_k values or the objects from the ATTR_VALUE
    table by using a report query for the second expression as a subquery to the IN clause. Something like
      ReportQuery subquery = new ReportQuery(yourclass.class);
      ExpressionBuilder subBuilder = subquery.getBuilder();
      Expression e2 = subBuilder.get("commodity").equal("dab badge").and(subBuilder.get("attribute").equal("Brand Logo")).and(subBuilder.get("value").equal("Jagua"));
      subquery.setSelectionCriteria(e2);
      subquery.addAttribute("partk");
      Expression myExpression = e1.and( builder.get("partk").in(subquery) );Regards,
    Chris

  • ADF BC equivalent of TopLink Expressions

    Hi,
    I'm looking for equivalent of TopLink Expressions in ADF BC world.
    Does such thing exist ?
    http://download-uk.oracle.com/otn_hosted_doc/ias/preview/web.1013/b13593/expres.htm

    Hi,
    the link you provide doesn't exist. I guess you mean http://www.oracle.com/technology/products/ias/toplink/doc/1013/main/_html/expres.htm
    ADF BC works similar but does not have object oriented expressions that you use. E.g. to filter a query you use ViewCriteria or bind variables in the query itself
    Frank

  • GET_UTC_DATE() and GET_UTC_TIMESTAMP() with Toplink Expression

    Hi All,
    I have a requirement which needs me to do some manipulation with dates. I am writing a report query and need to use the get_utc-date() function. What is the equivalent using the toplink expression builder?
    An example of such a query should generate the following SQL:
    SELECT order_no FROM vista_order_transfer vot where vot.updated_timestamp < get_utc_date() - 30. I could not figure out how to use the expression builder to build the get_utc_date() - 30 part of this SQL.
    Any help would be gratly appreciated.
    Roland.

    There is a currentDate() method on Expression which will return the current date, but this is SYSDATE not UTC. To call this function you can use the getFunction() method on the ExpressionBuilder.
    i.e.
    ExpressionBuilder builder = new ExpressionBuilder();
    Expression expression = builder.get("updatedTimestamp").lessThan(ExpressionMath.subtract(builder.getFunction("GET_UTC_DATE"), 30));
    There is also an Expression method postfixSQL() that will let you append any SQL you wish to the expression.

  • MIDI editing with Logic Express (Thinking about buying Express)

    I currently use GarageBand to write songs using MIDI. When I want to finalize a song, I use Pro Tools to give it some gentle limiting. I'd use Pro Tools exclusively, but I find GB so easy to use that I can't see myself bothering with PT for MIDI.
    How are the MIDI editing capabilities on Logic Express? How would they compare in terms of ease of use versus GarageBand (and Pro Tools, for that matter)? Is there another program out there that's great for MIDI editing/programing? Can GarageBand export MIDI (I doubt, though...).
    [ I wish I could use the software instruments found (free) in Pro Tools with GarageBand, seeing as how I'd have a little more to choose from and a bit higher quality. How would you rate the software intruments found in Logic Express? ]
    MacBook (2 GHz Intel Core 2 Duo, 2 GB 677 MHz)   Mac OS X (10.4.8)   GarageBand & Pro Tools

    Hi Jose,
    My version of Protools is 6.4, so the midi editing in Logic Express,
    is far better, if you like GarageBand you'll probably Love Express,
    apart from the learning curve everything's better.
    Better than Express only Logic pro.
    Every sound you have in GB you have in Logic ( I believe they share the same audio engine) but with the benefit the plug-ins (32 bits internal process it sounds better) also you can twick the sounds, plus you have Soft synths and sampler with loads of new sounds.
    Cheers,
    Jorge

  • Toplink Expression - edit button not showing all possible field names

    Hi,
    i use Jdev 11g (11.1.1.0.1) with TopLink. I created a Toplink mapping and everything works well. I now want to create another named query with a selection criteria, but the Edit-Button in the Expression Builder for the selection criteria isn't working well. If i click the button nothing happens, but JDev freezes for about 15 sec. Anyone else with this problem ?
    Thanks,
    Friedrich

    You should put all your menus in the root menu.
    <?xml version="1.0" encoding="utf-8"?>
    <openbox_menu xmlns="http://openbox.org/3.4/menu">
    <menu id ="root-menu" label="Exit">
    <item label="Reboot">
    <action name="Execute">
    <execute> sudo /sbin/shutdown -r now </execute>
    </action>
    </item>
    <menu id="apps-accessories-menu" label="Accessories"/>
    <menu id="apps-editors-menu" label="Editors">
    <item label="Scite">
    <action name="Execute">
    <command> scite </command>
    <startupnotify>
    <enabled> yes </enabled>
    </startupnotify>
    </action>
    </item>
    </menu>
    </menu>
    </openbox_menu>

  • Action footage edited in FCP Express is choppy in iDVD 6.0.3

    Hello...
    I have edited action footage (featuring football) in Final Cut Express and the exported it as a .mov file. When I played the .mov file from Quicktime, it plays great. But, when I imported my movie into iDVD, burned it to a DVD+R, and watched it on a regular DVD player, the action footage was very choppy. Sometimes there were "ghost trails" behind the football players' running shots, and at certain parts the movement seemed sped up and almost like a "cartoony speed" - if that makes any sense.
    So, I tried a few more times with the same bad results
    Does anyone know how to go about fixing this problem? Thank you so much in advance for your feedback!
    ...Rae

    Rae,
    Your problem may just be the result of MPG-2 compression artifacts. Rather than making your 'burn' from iDVD to writable media, 'burn' to a disk image file (an option under File in iDVD). This will create a version of your final DVD on your desktop. Use Apple's DVD Player application to play the image file on your computer. If you still see the ghosting/choppy playback then you have a content problem. If the disk image plays with no problems, then you had a problem writing the digital data to the writable DVD media that led to a lot of burn errors. Use Apple's Disk Utility to burn the image to writable media. See Burning a disk image file on a CD or DVD in Mac OS X at http://docs.info.apple.com/article.html?artnum=93006
    Using good quality media (Verbatim or Maxell) and make the burn at 4x or slower. Disk Utility allows you to adjust the burn rate, while iDVD doesn't.
    F Shippey

  • Exporting from Quicktime for optimal editing in FinalCut Express

    I've read that it is recommended to export H.264 for best quality in Quicktime, but Final Cut Express doesn't play H.264 in real time. It forces you to render if you want to edit in the timeline. What is the best format to export from Quicktime in to enable real time editing in FCE?

    To convert the file so that FCE doesn't need rendering you need QuickTime Pro and do the following:
    - open the file
    - menu File > Export...: then select +Export: Movie to QuickTime Movie+ and click Options.
    - In the +Video > Settings+ dialog select:
    - Compression Type: DV/DVCPRO-NTSC (or DV-PAL) and make sure that:
    - Frame Rate: 29.97 (or 25), Quality is Best, Scan Mode: Interlaced, Aspect Ratio: 4:3 (or 16:9 if anamorphic)
    - In the +Sound > Settings+ dialog select:
    - Format: Linear PCM, Channels: Stereo (L R), Rate: 48000, Quality: Normal, Sample size: 16 bits
    The result is a .mov file (not .dv) that doesn't need rendering when imported to FCE to a sequence with setup DV-NTSC (or PAL).
    Piero

  • Editing Final Cut Express HD

    I want to edit video filmed in HD in Final Cut Express (FCE), which it is capable. I am looking at the Cannon HV20 video camera.
    1. Do I need a video capture card/board etc. or will the cable with the camera import the file directly to my MacPro.
    2. I have extensive analog video editing experience, is digital similar and......
    3. I realize that unless I have a HD DVD player, the picture won't be HD, BUT will the picture be better filmed in HD and FCE converting it to standard format, or should I just look for a good analog video camera.
    Thanks in advance,
    Steve

    You will need to buy a Firewire cable to capture from the HV20. Nothing too expensive, but you can't capture video with the USB cable that's in the package. I assume you already have a FW port on the MacPro.
    I have an HV20 and the Mac gear listed in my profile. It works great and results look awesome! I have captured HDV to the internal drive on the iMac and generic Firewire drives on both the desktop and the G4 laptop. My test on the laptop was only a few minutes of HDV tape, but it worked. Canon has had glitches with daisy-chained FW drives in the past, but I've seen no such problems. Please search for "HV20" and you'll find a bunch of recent posts.
    See also the HV20 forum at dvinfo.net and hv20.com.
    On question #3: The HV20 has a ton of features and is at a reasonable price point. There are 'prosumer' features like shutter and aperture control, volume control, and 24p capture (w/some edit limitations for now). You didn't really mean "analog" in your question, but DV tape as the alternative. Hard-disk and DVD camcorders seem to have a bunch of limitations. The HV20 will let you record in HDV or DV now, or record in HDV and down-convert in-camera, in FCE, or in iDVD, so you're pretty future-proof -- for at least a month ot two. [grin]

  • Apprentice Editing Station - Will Express Work?

    I currently use Final Cut Studio and need to add an additional workstation for capturing and logging footage.
    This second workstation will be used by an apprentice for minimal editing - mostly lining up and trimming shots. I am considering purchasing the current version of Final Cut Express for this task.
    Can I use Final Cut Express to capture, log and set-up sequences, then transfer those projects to Final Cut Pro 5 for final editing and mastering?
    I don't see a need for projects to go the other way (Pro to Express) and would really like to avoid the expense of purchasing another version of Studio.
    Powermac G5   Mac OS X (10.4.3)  

    FCE doesn't do batch capture - it only captures single clips while logging or using Capture Now. It also only does DV or HDV.
    Not sure about the compatibility of captured files. Though, you would think the latest version of FCE would write in a usable format...
    x

Maybe you are looking for

  • FCE Widescreen Glitch

    I tried searching about this but couldn't come up with anything. I imported some photos into an easy setup DV NTSC project. For some reason the screen (Canvas) was widescreen and I didn't catch it. When I adjust the motion parameters to get a ken bur

  • Createing Local DC based on Existing DC from NWDI Inactive DC's

    Friends, How do i create a Local Development Component from existing Development Component which is existed in NWDI Development Configuration perpective , inactive DC's? Thanks in adnvace. Pete

  • Siebel Marketing 7.8 (Unable to load Campaign)

    Am working in siebel marketing 7.8. We done following steps to load a campaign. 1) New campaign created in campaign screen. 2) Offer has been associated in design tab. 3) list is added for the created campaign. 4) In program design palatte, allocated

  • PO Invoice price difference handling - accounting issues

    Hi, I am working for a distribution company that is selling right away the goods it bought. Therefore we first receive the goods before creating a PO and then receive the invoices from our suppliers later on. Very often, there are differences between

  • Can't open .dmg files on Mavericks.

    Hello! I can't seem to open any .dmg files. Tried with DiskMounter and disk utility but still can't install any new applications. Anyone having the same issue with Mavericks? I upgraded 3 days ago and I don't want to regret it. I thought maybe some k