Lost value of a constant

In the spec part of a package I define
c_GTCON50_S CONSTANT VARCHAR2(1):='S';
In a procedure in the body part I do:
INSERT INTO IGIC_DECE_400_11_INCIDENCIAS
( ID_DECE_INCI, ID_DECE_400, COD_DECE_INCI,
COD_DECE_NIVI, ACTIVA_INCIDENCIA,
FECHA_INICIO_SIT_TRIB, FECHA_FIN_SIT_TRIB )
VALUES
( GTSEQU_INCI.nextval, p_id_DECE400, p_incidencia,
p_codDeceNivi, c_GTCON50_S, NULL, NULL );
Do you see? I INSERT that constant... But when I inspect what I have in the table, I can see that record but the field corresponding to the constant IS NULL ??????
Why?
What's the reason for that "lost value" of a constant?
This procedure of the package with that INSERT is executed by another package..
I don't know if it is a clue...
Edited by: pacoKAS on 31-mar-2010 14:13

pacoKAS wrote:
Thank you for your interest...
But my CONSTANT is ONLY defined in the specification section of the package.... The "invoking" package has not defined a CONSTANT with the same name....A constant cannot be changed.
SQL> create or replace package MyLibrary is
  2
  3          MY_CONSTANT     constant varchar2(5) := 'fixed';
  4
  5  end;
  6  /
Package created.
SQL>
SQL>
SQL> -- cannot change its value
SQL> exec MyLibrary.MY_CONSTANT := 'gotya';
BEGIN MyLibrary.MY_CONSTANT := 'gotya'; END;
ERROR at line 1:
ORA-06550: line 1, column 17:
PLS-00363: expression 'MYLIBRARY.MY_CONSTANT' cannot be used as an assignment target
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
SQL>
There is a reason for the "loss of value" of the constant...
But I don't know that reason....It cannot loose the value. Not possible. As shown above, you cannot change the variable's value - the reserve word "+constant+" does not allow it.
The only other explanation is scope - you think you are referring to that constant, but within the current code unit's scope, the reference is to another variable. And that's the value that you see.
This is of course assuming that you are diagnosing the problem correctly. A trigger could be responsible for changing the row's column value set by that constant via the INSERT statement. There could be an error (constraint violation for example) that is suppressed - so it seems that a row with that constant value is inserted, when it is not the case. Etc.

Similar Messages

  • Assigning a value to a constant in Calc Script

    Hi All,
    I'm trying to assign a value to a constant in a calc script, but not able to make it work.
    I need to get a user entered value from the database such as Indexation Value, and use that many times in my script. Rather than use:
    "member1"->"member2"->"member3"->"member4"->"member5"
    every time I access the value, I'd like to use:
    VAR IndexVal = "member1"->"member2"->"member3"->"member4"->"member5";
    and then use IndexVal in the script.
    Is this possible?, or do I have to use a substitution variable?
    Thanks.

    It is possible, but the variable and the calculations that use it must exist in the same Calc Bloack statement (Beginning and ending in parens)

  • Assigning a value to a Constant

    I have OWB 10..0.1.31 on XP as Client installed.
    I want to assign a value to a constant; I did the following:
    Picking the Constant from the toolbox->assigned a name to the constant ->added an attribute to the outputgroup, the name is TODAY DATE; I then did an right click on the attribute, I expected, that a window will pop-up, which shows me, among others, the Expression-button; instead of that, the Constant-Editor pops-up again, so I am not able to assign the Constant a value.
    Does anybody does have an idea, where my mistake is ?
    Regards,
    Rüdiger

    Hi Rüdiger
    When you click on the attribute in the constant operator in the mapping canvas, the Attribute Properties should be refreshed in the mapping editor (it is a dockable panel in the mapping editor). In this panel there are a bunch of properties for the attribute (representing your constant) and one of them is the Expression. Click on the right hand column of the property inspector table next to Expression and the expression editor will appear....
    Cheers
    David

  • Keybord trick to insert quickly a value into a constant array

    Hi everybody,
    I want just to know if there is a keybaord trick which allows yuo to pass quickly from an element to the next one (or to new one) while I'm typing the values into a constant array, you know if is there?
    What I mean is a keybord key as the TAB key that quickly allow you to pass from a cell to the next one into the grid control.
    Thank you in advance,
    Regards.
    Ricky
    Italian Developer engineer
    www.www.selt-sistemi.com
    Solved!
    Go to Solution.

    Darin.K wrote:
    [...] unzip the files and put them in the directory
    [LabVIEW ####]\resource\dialog\QuickDrop\plugins
    Create some cells in Excel (or other similar program), select and copy to the clipboard.  (Any tab delimited data will work).  On the FP Ctrl-Space Ctrl-e creates a control with the data in numeric form (simple check to decide DBL or I32).  Ctrl-Space Ctrl-E (shift+e) creates a string control.  Similar commands for the BD to create array constants (numbers or string).  Single rows or columns become 1D arrays, otherwise you get 2D array controls/constants.  Change the letter by renaming e.vi if you'd like.  I chose e for Excel since X was taken along with s for spreadsheet and a for array.
    Jim
    You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice

  • How do I find the closest value to a constant in an array

    I have an array of floating numbers and I want to find a value in that array that is closest to a floating constant.     For example if I have the array 5.9, 2.8, 3.7, 5.8, 6.9, and if I have the constant 5.4, how would I find the closest value to 5.4 in the array, which in this case would be 5.8. The only approach I can think of is to subtract each value in the array from 5.8 and find the minimum value of an array which would be created from the differences. Is there a better approach?
    Thank you.

    Just be sure to take the absolute value of the difference and your proposed method is fine.

  • Lost values in DropDown List

    Hello Experts!
    I created a dynamic interactive form with a dynamic table. This table has two buttons. One to add a new row and one to delete
    the selected row. The row has field called EAN. This field is formatted as dropdown list. I created i the interface of the form a table and bind the table to this dropdown list field. With my print program i fill the table, generate my form and download it on my pc.
    Now my problem. After download, i open my form and the first row of my table has the first value as content in the field.
    Every thing is right. But if a create a new row, the field is empty. This is also correct. But if i will select a new value from my dropdown list, one value is missing and i got two new blank values in my dropdown list. This runs so on if i create a new row.
    I don´t understand why i lost my values in the dropdown list, when i create a new row.
    I hope anybody of you knows the solution for that.
    For your information, here is my coding to add the new row:
    data.#subform[0].FORM.DATA.DATA_ITEMS.I_DATA.STRUC.Teilformular1.Schaltfläche1::click - (JavaScript, client)
    // xfa.host.print(1, "0", (xfa.host.numPages -1).toString(), 0, 0, 0, 0, 0);
    var anInstanceManager = this.parent.parent.instanceManager;
    var newInstance = anInstanceManager.addInstance(1);
    var aToIndex = this.parent.parent.index + 1;
    var aFromIndex = newInstance.index;
        anInstanceManager.moveInstance(aFromIndex, aToIndex);}
    Regards
    Barney

    Hi Sanoosh!
    Thanks for your advice!
    I already bound the field for the dropdown list to a different node than the datatable.
    So that is also a fact that i don´t understand. When i have a different data node, why
    is it possible to fill or overwrite data from a different data node!
    Regards!
    Barney

  • X-axis values - Set values based upon constant date

    I am creating a line graph.   I am plotting based upon date/time.   I'd like to use a constant date across the x-axis.  IE 8:00, 8:15, 8:30.   Within the constant value there could be many points or no points.   For example there could be a point at 8:01, 8:02, 8:05 and then a point at 8:35.   Along the x-axis the label should remain constant at 8:00, 8:15...
    Any ideas?

    Hi,
    use the chart engine for creating your graph. When requiring a horizontal time axis you have to use the chart type TimeScatter.
    Download the SAP Chart Designer (SDN - Downloads - WebAS) and see the included pdf document that describes how to structure your data XML.
    Demo reports are GRAPHICS_GUI_CE_DEMO and GRAPHICS_IGS_CE_TEST.
    Regards, Kai

  • How do I plot average sensor values against a constant array (length positions)?

    I have 7 microphones from which I'm taking the RMS value.  They are physically in a line and I'd like to plot their values vs. their positions.  How do I do think.  I'm assuming I'll need to use the XY plot, but I'm not sure how to turn 7 signals into a single array and how to create an array of constants for the positions.
    Solved!
    Go to Solution.

    I don't know if I could catch your point, but I tried to buid a vi to plot 7 mic inputs as each mic was related to an specific X position. In the next while cycle, new mic values will be plotted offseted by the lenght of the arangement.
    Well, I hope this helps you.
    Leo
    Attachments:
    Mic_Array_01.vi ‏35 KB

  • How to use two values for a constant in update rule..

    Hi,
    I have to make a update rule for Fiscal year variant. and I have to assign two values Z4 and FW as constant to it.
    Please suggest me any idea. As I think at a time we can give only one constant value to a update rule...
    Thanking you..
    Saurabh Tiwari
    [email protected]

    Hi:
    If you want to give either Z4 or FW depending on a Logic, you can use ABAP or Formula Builder.
    Ofcourse you cannot give FiscVariant = 'Z4FW' because thats not a valid value.
    Ram C.

  • ADF selectBooleanCheckbox lost values

    I created a simple page with selectBooleanCheckbox in a table:
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:h="http://java.sun.com/jsf/html"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
      <jsp:directive.page contentType="text/html;charset=UTF-8"/>
      <f:view>
        <af:document id="d1">
          <af:messages id="m1"/>
          <af:form id="f1">
            <af:panelStretchLayout id="psl1">
              <f:facet name="center">
                <af:panelGroupLayout id="pgl1">
                  <af:panelGroupLayout id="pgl2"  styleClass="AFStretchWidth"
                                       binding="#{backingBeanScope.DeptBean.tablePGL}">
                    <af:table value="#{bindings.DeptWithFlagView1.collectionModel}"
                              var="row" styleClass="AFStretchWidth"
                              rows="#{bindings.DeptWithFlagView1.rangeSize}"
                              emptyText="#{bindings.DeptWithFlagView1.viewable ? 'No data to display.' : 'Access Denied.'}"
                              fetchSize="#{bindings.DeptWithFlagView1.rangeSize}"
                              rowBandingInterval="0"
                              selectedRowKeys="#{bindings.DeptWithFlagView1.collectionModel.selectedRow}"
                              selectionListener="#{bindings.DeptWithFlagView1.collectionModel.makeCurrent}"
                              rowSelection="single" id="t1">
                      <af:column sortProperty="Deptno" sortable="false"
                                 headerText="#{bindings.DeptWithFlagView1.hints.Deptno.label}"
                                 id="c2">
                        <af:inputText value="#{row.bindings.Deptno.inputValue}"
                                      label="#{bindings.DeptWithFlagView1.hints.Deptno.label}"
                                      required="#{bindings.DeptWithFlagView1.hints.Deptno.mandatory}"
                                      columns="#{bindings.DeptWithFlagView1.hints.Deptno.displayWidth}"
                                      maximumLength="#{bindings.DeptWithFlagView1.hints.Deptno.precision}"
                                      shortDesc="#{bindings.DeptWithFlagView1.hints.Deptno.tooltip}"
                                      id="it2">
                          <f:validator binding="#{row.bindings.Deptno.validator}"/>
                          <af:convertNumber groupingUsed="false"
                                            pattern="#{bindings.DeptWithFlagView1.hints.Deptno.format}"/>
                        </af:inputText>
                      </af:column>
                      <af:column sortProperty="Dname" sortable="false"
                                 headerText="#{bindings.DeptWithFlagView1.hints.Dname.label}"
                                 id="c4">
                        <af:inputText value="#{row.bindings.Dname.inputValue}"
                                      label="#{bindings.DeptWithFlagView1.hints.Dname.label}"
                                      required="#{bindings.DeptWithFlagView1.hints.Dname.mandatory}"
                                      columns="#{bindings.DeptWithFlagView1.hints.Dname.displayWidth}"
                                      maximumLength="#{bindings.DeptWithFlagView1.hints.Dname.precision}"
                                      shortDesc="#{bindings.DeptWithFlagView1.hints.Dname.tooltip}"
                                      id="it4">
                          <f:validator binding="#{row.bindings.Dname.validator}"/>
                        </af:inputText>
                      </af:column>
                      <af:column sortProperty="Loc" sortable="false"
                                 headerText="#{bindings.DeptWithFlagView1.hints.Loc.label}"
                                 id="c3">
                        <af:inputText value="#{row.bindings.Loc.inputValue}"
                                      label="#{bindings.DeptWithFlagView1.hints.Loc.label}"
                                      required="#{bindings.DeptWithFlagView1.hints.Loc.mandatory}"
                                      columns="#{bindings.DeptWithFlagView1.hints.Loc.displayWidth}"
                                      maximumLength="#{bindings.DeptWithFlagView1.hints.Loc.precision}"
                                      shortDesc="#{bindings.DeptWithFlagView1.hints.Loc.tooltip}"
                                      id="it5">
                          <f:validator binding="#{row.bindings.Loc.validator}"/>
                        </af:inputText>
                      </af:column>
                      <af:column sortProperty="Flag" sortable="false"
                                 headerText="#{bindings.DeptWithFlagView1.hints.Flag.label}"
                                 id="c1">
                        <af:selectBooleanCheckbox value="#{row.bindings.Flag.inputValue}"
                                                  required="#{bindings.DeptWithFlagView1.hints.Flag.mandatory}"
                                                  shortDesc="#{bindings.DeptWithFlagView1.hints.Flag.tooltip}"
                                                  id="it1">
                        </af:selectBooleanCheckbox>
                      </af:column>
                      <af:column sortProperty="Flag" sortable="false"
                                 headerText="#{bindings.DeptWithFlagView1.hints.Flag.label}"
                                 id="c6">
                        <af:outputText value="#{row.bindings.Flag.inputValue}"
                                       shortDesc="#{bindings.DeptWithFlagView1.hints.Flag.tooltip}"
                                       id="ot1"/>
                      </af:column>
                      <af:column sortProperty="TranFlag" sortable="false"
                                 headerText="#{bindings.DeptWithFlagView1.hints.TranFlag.label}"
                                 id="c5">
                        <af:selectBooleanCheckbox value="#{row.bindings.TranFlag.inputValue}"
                                                  required="#{bindings.DeptWithFlagView1.hints.TranFlag.mandatory}"
                                                  shortDesc="#{bindings.DeptWithFlagView1.hints.TranFlag.tooltip}"
                                                  id="it3">
                        </af:selectBooleanCheckbox>
                      </af:column>
                      <af:column sortProperty="TranFlag" sortable="false"
                                 headerText="#{bindings.DeptWithFlagView1.hints.TranFlag.label}"
                                 id="c7">
                        <af:outputText value="#{row.bindings.TranFlag.inputValue}"
                                       shortDesc="#{bindings.DeptWithFlagView1.hints.TranFlag.tooltip}"
                                       id="ot3"/>
                      </af:column>
                    </af:table>
                  </af:panelGroupLayout>
                  <af:panelGroupLayout id="pgl3" visible="false"  styleClass="AFStretchWidth"
                                       binding="#{backingBeanScope.DeptBean.hidePGL}">
                    <af:outputText value="Hidden" id="ot2"/>
                  </af:panelGroupLayout>
                </af:panelGroupLayout>
                <!-- id="af_one_column_stretched"   -->
              </f:facet>
              <f:facet name="top">
                <af:commandButton text="Show/Hide" id="cb1"
                                  action="#{backingBeanScope.DeptBean.onSHowHideClicked}"/>
              </f:facet>
            </af:panelStretchLayout>
          </af:form>
        </af:document>
      </f:view>
    </jsp:root>
    I have Show/Hide button to show / hide the table, the action method is below:
        public void onSHowHideClicked() {
            if(tablePGL.isVisible()){
                tablePGL.setVisible(false);
                hidePGL.setVisible(true);
            } else {
                tablePGL.setVisible(true);
                hidePGL.setVisible(false);
            refreshComponent(tablePGL);
            refreshComponent(hidePGL);
        private RichPanelGroupLayout tablePGL;
        private RichPanelGroupLayout hidePGL;
    After hide -> show, all checked checkbox lost their value (unchecked).
    This is constantly reproducable issue for adf selectBooleanCheckbox.
    Can anyone please provide solution for this issue? If this is a known issue, any workaround? I can provide this simple code for analysis if needed.
    Thanks

    tried with
    <af:selectBooleanCheckbox value="#{row.TranFlag}" 
    </af:selectBooleanCheckbox>
    Also, take a look at pageDef, you should to have something like this:
    <tree...>
    <Item Value="TranFlag" Binds="TranFlag"/>
    </tree>
    <buttonid="TranFlag"
    >
    <AttrNames>
    <Item Value="TranFlag"/>
    </AttrNames>
    <ValueList>
    <Item Value="true"/>
    <Item Value="false"/>
    </ValueList>
    </button>
    this code formater driving me crazy, I am unable to handle it at all :-(

  • FP default-values and diagram "constants" can change in LabVIEW 6.1 and 7.1

    Hi Folks,
          I'm posting here [instead of bug report] first, in case this isn't really a bug.
    I created a bunch of similier VIs with type-def cluster inputs, and, on each VI, gave the clusters a default-value.  I'm finding that when these typedefs are changed by removing an element, the default FP values are corrupted.  In my case it gets worse.  When I used these VIs on diagrams, I frequently created a cluster-constant - derived from the VI's cluster-control (described above.)  The remaining elements in the diagram-"constants" are also changing.
    Regards
    P.S.  Sorry if topic has already been discussed! (I did search a "bit", first...)   
    Message Edited by Dynamik on 10-28-2005 10:44 PM
    When they give imbeciles handicap-parking, I won't have so far to walk!
    Attachments:
    Untitled12.vi ‏17 KB
    Untitled.ctl ‏7 KB

    This sounds like it could be a bug AND normal operation.
    There are bugs in LV 7.1, 7.0 and possibly earlier that cuases LV to choose the wrong value when bundling and un-bundling by name.
    I have been told these are fixed in LV 8.0
    See this thread for more details on the bug.
    http://forums.ni.com/ni/board/message?board.id=170&message.id=105455&jump=true
    Now as far as the constants that are based on the typedef changing, tht is normal behaviour. As Odd_Modem mentioned, doing an explicit bundle by name is the way to handle this. If you use the same "constant" repeatedly in your code, a sub-VI that does the bundling makes your code a lot easier to read.
    Here is a code snippet
    and the source for that example can be ound in this thread.
    http://forums.ni.com/ni/board/message?board.id=170&message.id=148471#M148471
    Ben
    Message Edited by Ben on 10-29-2005 10:42 AM
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Setting Value of Static Const

    Hi,
    I want to set the value of a static const to a localised string...
    public static const DEFAULT_PROPERTY_NAME:String =
          ResourceManager.getInstance().getString(
            'strings', 'myVar');
    But it is always null...

    If this compiles, then the problem is that the ResourceManager is loaded with resources AFTER the static initializatino of this class occurs. You'll probalby have the same problem if you make it a static var and initialize it in the declaration of the var. However, you could make it a static var (or maybe even a static const) and initialize in the constructor of the first instance, with code like
    public MyClass()
        if (DEFAULT_PROPERTY_NAME == null)
            DEFAULT_PROPERTY_NAME = ResourceManager.getInstance().getString('strings', 'myVar');
    By the time you are constructing instances, the ResourceManager should be loaded with resources.
    Gordon Smith, Adobe

  • Interpreting a string variables value & returning a constants int value

    Let's say I have the following:
    private string ballColour;
    private static final int RED = 1;
    the value of the variable ballColour is obtained via keyboard input from the user.
    lets say they enter in the string red (or RED, whatever case, it's converted to lowercase & stored in ballColour).
    I now want to create a method which returns the integer value of the RED constant (i.e. if the user enters a ballColour of red, I want to return the integer value 1 - to a new variable called intValueOfBallColour).
    I've no idea how to do this & i'm sure it isn't that complicated, but I'm having trouble with incompatible data types.
    Please help!

    Hmm...not really.
    I have a class & a driver (though the driver really
    only contains the system.out.println & gets the
    user's input).
    The class should be doing all the work & whilst our
    code is somewhat similar, i.e. same kind of
    principle, it differs quite a bit.
    For example, I'm not sure what this section of your
    code is for:
    public static void main(String[] args) {
    ballColour = args[0];
    setIntValueOfBall();
    System.out.println("intValuOfBall=" +
    Ball=" + intValuOfBall);
    My class contains many more methods/constructors.
    it really should work. I'll have a look at your code
    more & see if i can get it work. It's so
    straightforward. So frustrating as well.
    Thanks so much for your help.you can post your whole code (between code tags), that'll help people spot the problem

  • JUnit Test Debug: Static variable lost value!!!

    Hi, I am writing JUnit code.
    env: JDeveloper + JUnit Plugin + Selenium RC
    While I am debugging, I found the static variable lost between 2 different test, I mean a test is a @Test, do somebody know why??
    Thank you very much!!

    1.) The File you initialize in the method is not the same as the instance file variable that you initially initialized to null. You declared a new File in that method.
    2.) Read about layout managers. The behavior you are seeing is because of the default layout manager's behavior.

  • Variable lost value

    else if (invalue >= STAMP3S && invalue <= STAMP3E)
    NSLog(@"Greater than 250,000 and leass than 500,000 StampDuty
    \t\t3%%"
    [lblIntrest setText:[NSString stringWithFormat:@"Stamp Duty:\t\t%@" , [currencyStyle stringFromNumber:stampN3]]];
    NSLog(@"Prints
    StampDuty value %@ ", [noStyleFormatter stringFromNumber:stampN3]);
    NSLog(@"Prints
    Purchase Price %.0f",
    invalue);
    NSLog(@"Prints stamp
    duty %@ ", stampDuty);
    NSNumber *stampDuty = [stampN3 retain];
    // at this point stampDuty seems to have a value but looses it on
    exit calculation
    float
    Beven = (invalue + SaleP + survey +
    stampDuty etc etc
    All
    the
    values
    have been calculated BUT "stampDuty" goes into the calculation total as
    zero
    Notice
    that stampDuty is a different color this must be
    significant???

    monalesa9876 wrote:
    else if (invalue >= STAMP3S && invalue <= STAMP3E) {
    NSLog(@"Greater than 250,000 and leass than 500,000 StampDuty           3%%");
    [lblIntrest setText:[NSString stringWithFormat:@"Stamp Duty:          %@", [currencyStyle stringFromNumber:stampN3]]];
    NSLog(@"Prints StampDuty value %@ ", [noStyleFormatter stringFromNumber: stampN3]);
    NSLog(@"Prints Purchase Price %.0f", invalue);
    NSLog(@"Prints stamp duty %@ ", stampDuty); // stampDuty #1
    NSNumber *stampDuty = [stampN3 retain]; // stampDuty #2
    // at this point stampDuty seems to have a value but looses it on exit
    // Which stampDuty? #1 or #2
    calculation
    float Beven = (invalue + SaleP + survey + stampDuty etc etc </div>
    Please, no "etc". You need to post more of this code is anyone is going to be able to figure anything out.
    Please, post it between two lines of:
    Don't use any other method.
    You have two variables with the name "stampDuty". Your compiler must be issuing a warning about this. Even if the compiler isn't issuing a warning for some reason, I am!
    <div class="jive-quote">Notice that stampDuty is a different color this must be significant???
    Color has no significance. You must post more code.

Maybe you are looking for

  • Raid Options on 865PE Neo2 Fis2r

    Hey Guys, Here is my setup. 2 X WD74 Raptors on SATA 1 & 2 ICH5R 2 X WD250 PATA on IDE 3 Promise 20378 Question is: Can I add a third array using the Promise 20378 SATA 3 & 4 connectors? I.E. 2 X WD74 Raptors on SATA 1 & 2 ICH5R 2 X WD250 PATA on IDE

  • Two Technical Names with same Description in BW

    Hi Experts, Currently I am facing Problem in SAP BPC NW 7.5  one of Applications ( Profit And Loss Appl) At Backend ( BW) I could observe that for P&L application 2 diff technical names with same description "PROFIT AND LOSS". We were not sure who cr

  • Get computer login names

    Hey Everyone, I started at a new company recently and there are a ton of computers that are not associated to users.  Basically I don't have a way of knowing which computer belongs to whom unless I check each computer.  I need a script that checks th

  • Moving entire project from one comp. to another

    All of My work is on My mac pro, Basement studio. I purchased the I Mac for My 2nd floor office. I loaded logic 9 into it. I wont really be doing any final mixing on the I mac due to the speakers or headphones. But more just to experiment and learn t

  • How do you create a DVD from FCPX 10.0.7

    To start off..I'm no expert. Just frustrated. I have my finished Project in FCPX 10.0.7 and want to burn it to DVD. Not looking for any fancy intro's, titles, chapters or anything. I just want to throw it onto a DVD which will begin playing once I po