Help with passing integer value in A.S.S

I get an NSinternal script error while trying to pass this value can anyone help?
Also I wonder if it is possible to pass the value to a matrix
on clicked theObject
tell button "checkbox" of window 1
if integer value = 1 then
set button "checkbox2" of window 1 to integer value = 1
else
set integer value to 0
end if
end tell
end clicked
I also tried:
if state of button "checkbox" of window1 is 1 then
set the state of button "checkbox2" of window1 to 1
end if
Message was edited by: Doug Bassett

I've been following this thread and trying to figure out how to make this work. I was getting inconsistent results or errors with most of the code that has been posted. But I finally got it working... at least on a Leopard machine (not sure if this could have changed between Tiger and Leopard so your mileage may vary).
What I found was that a checkbox button that's located directly in a window seems to have a state that's equal to 0 when it's unchecked and 1 when it's checked. But a checkbox cell that's contained within a matrix seems to have a state that's set to either _off state_ or _on state_. Trying to set a cell's state to 0 or 1 simply wasn't working right for me. So I get the state of the "selectall" checkbox button (which is a 0/1) and transform it to either "off state" or "on state" before setting the states of the checkbox cells in the matrix.
Here's my code:
on clicked theObject
set n to name of theObject
if n = "selectall" then
set s to state of theObject
log "state: " & s
if s = 0 then
set newState to off state
else
set newState to on state
end if
repeat with i from 1 to count of cells of matrix "directories" of window "main"
tell cell i of matrix "directories" of window "main"
set state to newState
end tell
end repeat
return
end if
if n = "logStatesBtn" then
logStates()
return
end if
end clicked
on logStates()
log "Logging states:"
set s to state of button "selectall" of window "main"
log "selectall checkbox: " & s
repeat with i from 1 to count of cells of matrix "directories" of window "main"
tell cell i of matrix "directories" of window "main"
set s to state
end tell
log "Cell " & i & ": " & s
end repeat
end logStates
Note the "logStates" handler is just something I connected up to a "logStatesBtn" button in my window that lets me spit out the states of all the checkboxes into the console log. This is how I actually discovered that the cells were set to "off state" or "on state".
Steve

Similar Messages

  • Help with displaying integer values

    I am not sure what is going on in my code.
    I have a field where  use
    <?php
    if ($pets==1) echo "Pets Allowed";
    ?>
    and that works fine.  Integer 1 in my database.
    But when I want to use that for another field, same exact settings, just different field, nothing shows up.  Even tried putting in quotes.  I queried from mysql with success and using the entered value of 1 in the dreamweaver recordset window and it showd.  But yet the PHP wont display.

    That's the thing.  Everything is exactly the same.  The line of code is copied and only replacing pets with cdla.

  • Help with passing values to methods

      GregorianCalendar baseTime = new GregorianCalendar();
      long baseSystemTime = System.currentTimeMillis();
      // After some iterations I want to update the
      // calendar to reflect the current time.
      // I do not want to go through instantiating a new calendar
      baseTime = updateTimestamp(baseTime,baseSystemTime);
      private static GregorianCalendar updateTimestamp(GregorianCalendar GC, long lastTime){
        // This gets the difference between the last time check and now.
        // It then adds that difference to the calendar and returns the updated
        // calendar.
        int msDifference =
          new Long(System.currentTimeMillis() - lastTime).intValue();
        GC.add(GregorianCalendar.MILLISECOND,msDifference);
        lastTime = new Long(System.currentTimeMillis()).longValue();
        return GC;
      }The problem is that the lastTime variable that it passed gets updated to the current MS value. But, the original baseSystemTime never changes.
    I thought that if you pass something to a method and it gets altered in the method the original object is updated. Am I wrong?

    So objects are passed by reference but primitives are
    passed by value?Simply speaking: Yes.
    Strictly speaking: No. Every parameter is passed by value because Object obj IS a reference. So when you do call(myObject), you are passing the value of the reference of the object (the adress of the object).

  • BDC - help with passing values

    Hi,
    The BDC code works fine when the value(3) or any value is hard coded. But it is not working if I use 'RMQAM-AKTIV(p_insty)' where p_insty is the parameter value entered at selection screen. Please let me know how to pass this value.
    perform screen using: 'SAPLQPLS' '0100'.
    perform field using: 'RMQAM-AKTIV(3)' w1_aktiv,
    'BDC_OKCODE' '=WEIT',
    'RMQAM-AKTIV(3)' 'X'.
    Regards,
    bindazme

    Use this code instead.
    data lv_field(30).
    concatenate 'RMQAM-AKTIV(' p_insty ')' into lv_field.
    perform screen using: 'SAPLQPLS' '0100'.
    perform field using: lv_field w1_aktiv,
    'BDC_OKCODE' '=WEIT',
    lv_field 'X'.
    Please mark points if the solution was useful.
    Regards,
    Manoj
    Message was edited by:
            Manoj V Kumar

  • Passing integer value in prompt

    Hi Everyone,
    I am trying to pass a smallint datatype value (ex: 2000) from a page prompt to a filter. When I try to view the result, I am getting an error;
    Error getting drill information: SELECT C1, C2, FROM SH WHERE C1 = variable1
    Odbc driver returning an error (SQLExecDriverW).
    State: HY000. Code: 10058....
    Unresolved column: "variable1".(HY000)
    Note: I tried CAST(C1 as INT) for the column formula, but it didn't help.
    But, I tried modifying the prompt column with non-integer, like Product Name, and pass the variable, the value is passed to the filter column Product Name and it worked.
    My goal is to pass a presentation variable(integer) and apply an expression to the variable (variable1 - 1) and use both the variable values for my filter between condition.
    Simply, I am looking for how to pass integer from prompt to filter and apply expression to the passed variable.
    Hope you guys will help me in solving this issue.
    Thanks,
    Tom.

    Hi,
    Can someone help in correcting the syntax that applied on the filter: cast(@{variable1} as int). I tried lot of ways.
    Passing a value from prompt and convert it to integer at filter end.
    I am trying to implement SQL Expression for filter as
    *cast(@{variable1} as int) - 1*
    Thanks.
    Edited by: user598596 on Aug 4, 2009 9:38 PM
    Edited by: user598596 on Aug 4, 2009 9:49 PM

  • Help in passing array values

    Hi,
    I have a procedure which accepts in parameter
    email_list. this is of type merge_email.
    Now merge_email is a record type:
    TYPE merge_email_value IS RECORD (
    contact_type_id number,
    contact_email_id varchar2,
    email_address varchar2,
    email_priority varchar2
    type merge_email is table of merge_email_value ;
    i want to test this procedure. how will i pass multiple values to this parameter?
    eg:
    1'st set of email:
    1,2,[email protected],3
    2'st set of email:
    1,2,[email protected],2
    i want to pass these two sets of values at a time to this IN parameter email_list. How can i achieve this?
    Thanks for your help
    Edited by: user13294597 on Jun 17, 2010 4:53 AM

    Hi blueforg,
    It is not an SQL type...but a PL type... and karthik had put another proc in the pkg to assign the values...but i suppose it is not possible to assign values from outside the pkg....smthng like you have done...
    i tried karthiks approach by defining a similar type outside
    eg:
    declare
        type t1_temp is record(contact_type_id number,
    contact_email_id varchar2(20),
    email_address varchar2(20),
    email_priority varchar2(10));--same record as defined in PKG.
        t1_temp1 t1_temp:=t1_temp();
    begin
    t1_temp1.extend();
    t1_temp1(1).id1:=1;
    t1_temp1(1).id2:=1;
    t1_temp1.extend();
    t1_temp1(1).id1:=2;
    t1_temp1(1).id2:=2;
    p_test_pkg.p_test(t1_temp1);
    end;--this does not seem to work...                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • OVS Value help with a preallocate value

    Hi everybody,
    i use a OVS Value Help whitch contains one field and a button for search.
    Now i want to preallocate this field with a default value and execute the search automatically when the OVS View appears.
    How can i do it?
    Regards,
    Sid
    Edited by: Sid on Nov 7, 2011 1:05 PM

    Hi Sid,
    You can set default value to the field in value help within the method applyInputValues() and within this method, call onQuery() method which contains the logic for fetching the search results. Please find below the sample code for applyInputValues():
    public void applyInputValues(IWDNodeElement applicationNodeElement, IWDNodeElement queryInputNodeElement)
         // On clicking Value help pop-up icon, get all the records from database
         wdContext.nodeDemoOutput().invalidate();
         queryInputNodeElement.setAttributeValue(IDemoInputElement.NAME, "<default_value>");
         onQuery(queryInputNodeElement, wdContext.nodeDemoOutput());
    Hope this helps.
    Regards,
    Pavithra

  • How can I populate a UILabel with an Integer value?

    I have a UILabel field and I want to display an integer value in this field.
    I used lblTemp.text = @"number of apples"; this worked for string only. But now I have an TempInt integer whose value I want to put into the lblTemp.text.
    my final label field should be "number of apples is <TempInt>"
    Any suggestions on the syntax to do this?
    thanks for the help,
    Max

    [NSString stringWithFormat:@"%d", tempInt]

  • How I can extend JSlider to work with non-integer values?

    I need to create slider with non-integer scale. How I can do it?

    As it turns out, I found a solution by myself.  By using the "onBlur" method instead of the "onChange" method, I got what I needed.
    Thanks,
    Ralph

  • Help With Passing Values to a Subquery

    Hello,
    I am new to the SQL programming language. I have a fairly simple query that reads as follows:
    SELECT Utility_Type,Instance_ID, WINS_Current_Amount/
    (SELECT AVG
      (CASE WHEN (Corrected_Usage_Standardized IS NULL AND Extrapolated_Usage IS NOT NULL) 
    THEN (WINS_Current_Amount/Extrapolated_Usage)
    WHEN (Corrected_Usage_Standardized IS NOT NULL AND Extrapolated_Usage IS NULL) 
    THEN (WINS_Current_Amount/Corrected_Usage_Standardized)
      END)
    FROM All_Utility_Data_Standardized_With_Extrapolated_Values
    WHERE WINS_Account_Number = '021202000'
     AND (Corrected_Usage_Standardized IS NOT NULL OR Extrapolated_Usage IS NOT NULL) 
     AND (('10-01-2013' <= WINS_Invoice_Date) AND (WINS_Invoice_Date <= '09-30-2014')))
    FROM All_Utility_Data_Standardized_With_Extrapolated_Values
    WHERE WINS_Account_Number = '021202000'
     AND (Corrected_Usage_Standardized IS NULL AND Extrapolated_Usage IS NULL) 
     AND (('10-01-2013' <= WINS_Invoice_Date) AND (WINS_Invoice_Date <= '09-30-2014'))
    All the data I am concerned with is coming from a single table with a long-winded name (All_Utility_Data_Standardized_With_Extrapolated_Values). Essentially, the subquery takes the average of the calculated unit cost and applies that unit cost to where values
    for the Current_Amount are not corrected or extrapolated. This query works great when I manually input the account number i.e. ('021202000'). But now I want to pass it 3,283 other accounts which I obtain from the following query using the same table:
    SELECT DISTINCT(WINS_Account_Number)
    FROM All_Utility_Data_Standardized_With_Extrapolated_Values
    WHERE Corrected_Usage_Standardized IS NULL 
        AND Extrapolated_Usage IS NULL 
        AND ((WINS_Invoice_Date > '10-01-2013') AND (WINS_Invoice_Date < '09-30-2014'))
    I tried to put this query in place of '021202000' but it says that Subquery returned more than 1 value which I understand why, but I'm not sure how to fix. All I want to do is one-by-one place a new account number in the bold statement in the first query
    and update a table using the calculated values. Each account may have any number of results (multiple averaged results), but I need to make sure the averaging only occurs using values specific to the account entered in bold. If that makes any sense. Anyways,
    any help would be much appreciated as I am just starting to learn SQL. Thanks.
    Kevin

    Hi Kevin, 
    To fix the subquery error you just need to change "=" to "IN".  
    However, the query will probably run a lot faster if you use an inner join instead, like so:
    SELECT Utility_Type,Instance_ID, WINS_Current_Amount/
    (SELECT AVG
      (CASE WHEN (Corrected_Usage_Standardized IS NULL AND Extrapolated_Usage IS NOT NULL) 
    THEN (WINS_Current_Amount/Extrapolated_Usage)
    WHEN (Corrected_Usage_Standardized IS NOT NULL AND Extrapolated_Usage IS NULL) 
    THEN (WINS_Current_Amount/Corrected_Usage_Standardized)
      END)
    FROM All_Utility_Data_Standardized_With_Extrapolated_Values
    INNER JOIN 
    SELECT DISTINCT(WINS_Account_Number)
    FROM All_Utility_Data_Standardized_With_Extrapolated_Values
    WHERE Corrected_Usage_Standardized IS NULL 
    AND Extrapolated_Usage IS NULL 
    AND ((WINS_Invoice_Date > '10-01-2013') AND (WINS_Invoice_Date < '09-30-2014'))
    ) Accts ON All_Utility_Data_Standardized_With_Extrapolated_Values.WINS_Account_Number = Accts.WINS_Account_Number
     AND (Corrected_Usage_Standardized IS NOT NULL OR Extrapolated_Usage IS NOT NULL) 
     AND (('10-01-2013' <= WINS_Invoice_Date) AND (WINS_Invoice_Date <= '09-30-2014')))
    FROM All_Utility_Data_Standardized_With_Extrapolated_Values
    INNER JOIN 
    SELECT DISTINCT(WINS_Account_Number)
    FROM All_Utility_Data_Standardized_With_Extrapolated_Values
    WHERE Corrected_Usage_Standardized IS NULL 
    AND Extrapolated_Usage IS NULL 
    AND ((WINS_Invoice_Date > '10-01-2013') AND (WINS_Invoice_Date < '09-30-2014'))
    ) Accts ON All_Utility_Data_Standardized_With_Extrapolated_Values.WINS_Account_Number = Accts.WINS_Account_Number
     AND (Corrected_Usage_Standardized IS NULL AND Extrapolated_Usage IS NULL) 
     AND (('10-01-2013' <= WINS_Invoice_Date) AND (WINS_Invoice_Date <= '09-30-2014'))
    Cheers
    Lucas
    LucasF

  • Help with passing parameters to Aspell from C [SOLVED ENOUGH]

    I found this really cool utility called aspellstdout that will allow for rudimentary spell check in Scite:
    http://www.distasis.com/cpp/scitetip.htm#spell
    What I can't figure out (and the author didn't either) is how to pass parameters beyond language to Aspell. What I want to be able to do is pass mode switches. For instance, if I have a LaTeX document I want to be able to pass the -t switch (--mode=tex). I looked through aspell.h and couldn't see what I'm looking for.
    --EDIT--
    The output to xterm option is far easier and it makes quite a bit more sense now that I'm use to it. From my .SciTEUser.properties:
    # Rudimentary LaTeX Spell Checker
    command.name.2.$(file.patterns.tex)=Spell Check
    command.2.$(file.patterns.tex)=xterm -e aspell -t -c $(FileNameExt)
    command.subsystem.2.$(file.patterns.tex)=0
    Last edited by skottish (2008-09-08 01:58:57)

    Hi,
    I see you're using System.Data.OracleClient (which has been deprecated by MS) rather than Oracle.DataAccess.Client, but this works for me with Oracle's ODP, maybe it will help.
    Cheers,
    Greg
    using System;
    using System.Data;
    using Oracle.DataAccess.Client;
    using Oracle.DataAccess.Types;
    public class dataadapterfill
        public static void Main()
            using(OracleConnection con = new OracleConnection("user id=scott;password=tiger;data source=orcl"))
                con.Open();
                using(OracleCommand cmd = new OracleCommand("select ename from emp where ename = :1", con))
                    cmd.Parameters.Add(new OracleParameter("myename", OracleDbType.Varchar2, 50)).Value = "KING";
                    OracleDataAdapter da = new OracleDataAdapter(cmd);
                    DataSet ds = new DataSet();
                    da.Fill(ds);
                    foreach (DataRow row in ds.Tables[0].Rows)
                        Console.WriteLine("ename: {0}", row["ename"]);
    }

  • Newbie needs help with passing variables or creating flash object based on parameters

    Hello Community,
    I'm an amateur developer of Ms Access databases. In one of my applications I want to visualize the options available when reaching a certain score.
    What I'd like to get from this trial period, is a flash animation of a dartboard. Depending on an array of variables that provides the fill color (or reference thereof) the layers of the flash object will be dynamicly created, altered, or switched. The dartboard itself remains "static". I'm hoping to use 9 colors.
    I can manipulate the array any way needed. I can provide XML coding to pass the array variables. I'm just too new and untrained to incorporate this in a Edge animation or Dreamweaver.
    There is no need for interaction, once the object is created (ie no user feedback).
    Can someone point me in the right direction?
    thanks in advance,
    Jay from Stockholm

    Hi,
    I see you're using System.Data.OracleClient (which has been deprecated by MS) rather than Oracle.DataAccess.Client, but this works for me with Oracle's ODP, maybe it will help.
    Cheers,
    Greg
    using System;
    using System.Data;
    using Oracle.DataAccess.Client;
    using Oracle.DataAccess.Types;
    public class dataadapterfill
        public static void Main()
            using(OracleConnection con = new OracleConnection("user id=scott;password=tiger;data source=orcl"))
                con.Open();
                using(OracleCommand cmd = new OracleCommand("select ename from emp where ename = :1", con))
                    cmd.Parameters.Add(new OracleParameter("myename", OracleDbType.Varchar2, 50)).Value = "KING";
                    OracleDataAdapter da = new OracleDataAdapter(cmd);
                    DataSet ds = new DataSet();
                    da.Fill(ds);
                    foreach (DataRow row in ds.Tables[0].Rows)
                        Console.WriteLine("ename: {0}", row["ename"]);
    }

  • Help with getting array values from a file

    Hey ppl. Im doing a programming assignment just now and im completely stumped. I know i can ask my tutor but that will take a week (he is never in) so i was wondering if any of you could help. The basic idea is that you have to store numbers read from a file into an array. The catch is that you are not given the size of the array, you have to discover this by counting the numbers in the file. It terminates when -1 is discovered. This 'count' then states the size of the array.
    I got this done ok and i thought I was on easy street after that. All i had to do was read the numbers into the array but alas its not working. The compiler gives it the ok, but when i run the program i get the following error
    Exception in thread "main" java.lang.nullPointerException
    at marks.main(marks.java:48)
    By the way line 48 is as follows
    numbers[index] = Integer.parseInt(infile.readLine().trim());
    and here is the evil program!!!!!
    //Paul Rodger ***MARKS*** 14/1/02
    //A program which takes numbers from a file and enters them into an array.
    //The stream of numbers is terminated when the number -1 is discovered
    import java.io.*;
    class marks
    static BufferedReader keyboard = new
    BufferedReader(new InputStreamReader(System.in));
    static PrintWriter screen = new PrintWriter(System.out, true);
    static public void main(String[] args) throws IOException{
    FileReader file = new FileReader("numbers.txt");
    BufferedReader infile = new BufferedReader(file);
    //local Data
    int COUNT;
    double x;
    char ans;
    COUNT=0; // initialising the counter
    //inputs values and calculates the sum
    x = Double.parseDouble(infile.readLine().trim());
    while (x>=0){
    COUNT++;
    x= Double.parseDouble(infile.readLine().trim());
    // display the count
    screen.println("the number of values entered was : " +COUNT );
    // stores numbers in the array
    int[] numbers = new int[COUNT];
    for(int index=0 ; index < COUNT; index++)
    numbers[index] = Integer.parseInt(infile.readLine().trim());
    infile.close();
    Any help is appreciated!

    What was suggested is this -
    prior to this line ...
    int[] numbers = new int[COUNT];insert these lines ...
    file = new FileReader("numbers.txt");
    infile = new BufferedReader(file);An alternative solution, one which reads the file only once, is to do it this way ...
    1. read the numbers and put them into a List (either ArrayList or Vector)
    2. instantiate the array based on the size of List (list.size())
    3. populate the array from the list

  • Need help with passing a variable in a function

    Hello. I am working on a Flash app that needs to play videos. I have code using netstream that works great for one movie. The problem is I have 3 movies I want to play and I need to figure out how to replace the string variable with the correct path info depending on what button is pushed. I'm thinking this needs to be an array which I have coded but it is not working. Here is the code:
    var buttonArray:Array = [chamber.btnV01,chamber.btnV02];
    var strSource:Array = ["HiFlow_Conventional_4.mp4","Tool_Less_5.mp4"];
    trace (buttonArray)
    for (var i:int = 0; i < buttonArray.length; i++) {
    buttonArray[i].addEventListener(MouseEvent.CLICK, playClicked);
    function playClicked(e:MouseEvent):void {
    // check's, if the flv has already begun
    // to download. if so, resume playback, else
    // load the file
    if(!bolLoaded) {
    var clickedIndex:int = buttonArray.indexOf(event.currentTarget);
    nsStream.play(strSource[clickedIndex]);
    bolLoaded = true;
    trace (strSource)
    else{
    nsStream.resume();
    This is just set for two buttons for testing. I keep getting the "1120: Access of undefined property event." right at the "nsStream.play(strSource[clickedIndex]);" line. The variable strSource is what I am trying to pass different movie paths into, but I am having no luck. Am setting this up right or is there another way to do this? Any help would be much appreciated. Thanks.
    -Shawn

    use:
    var buttonArray:Array = [chamber.btnV01,chamber.btnV02];
    var strSource:Array = ["HiFlow_Conventional_4.mp4","Tool_Less_5.mp4"];
    trace (buttonArray)
    for (var i:int = 0; i < buttonArray.length; i++) {
    buttonArray[i].addEventListener(MouseEvent.CLICK, playClicked);
    function playClicked(e:MouseEvent):void {
    // check's, if the flv has already begun
    // to download. if so, resume playback, else
    // load the file
    if(!bolLoaded) {
    var clickedIndex:int = buttonArray.indexOf(e.currentTarget);
    nsStream.play(strSource[clickedIndex]);
    bolLoaded = true;
    trace (strSource)
    else{
    nsStream.resume();

  • Help with passing parameters from a servlet to an applet

    dear all
    i m working on a application which will check weather a file is present in a server (webserver) if it is present then it will take the file name and put it into a drop down list and there is a button on click of which i m taking the call to an applet and then on that i need the file name if it is there then i use it to draw a graph
    i m struck on how to take parameter from Servlet -> Applet
    thanks
    Nakul

    hi,
    I understood your question,The context "servlet" cannot communicate to
    an applet becoz applet runs at clients browswer, rather you can communicate from an applet to servlet(HTTPURLCONNECTION class).
    Well coming to the problem, this is how i have understood your problem,
    basically uou get the list of files from the server using normal servelt programing and you will display in an html LIst box and then click the button to view the graph or chart ,
    then you just want to pass the filename which is there in the listbox to an applet and applet will display some image.
    As we know all that using <PARAM NAME=XX VALUE=YY> WE CAN GET THE VALUE IN APPLET BY USING GETPARAMTER() METHOD. and Im very sure that you are not asking that question. your question is like " both the applets and
    the listboxes will be loaded at once and when he selects one of the file from the list box then without refreshing the page , how to display the graph.
    Im i right?
    If so i guess you have to use javascript to do that stuff, and i think its like gave an id for the tag shown <applet id="yes">
    then in the javascript , you can call the Java applet methods (I have never tried before but seen some demos(i dont have that links- google it for inf))
    but i can give clue like.. trying the <PARAM VALUE=""> IF POSSIBLE
    CHAING THE HTML CONTENT IS POSSIBLE IN IE which is again through javascript by calling yes.innerHTML="<PARAM><PARAM><PARAM><PARAM>..."
    Im sure that you can call Java methods from javascript but i never tried and even you can pass an arguments to it.. Let me check out like
    becoz even im interested to know abt it
    bye
    with Regars
    Lokesh T.C

Maybe you are looking for

  • Can I use Adobe Acrobat X Pro to batch convert v1.6 PDF files to v1.3?

    Recently I have posted up a project so the contractor can read the text in the PDF and create hyperlinks from these text. These PDFs are in format of engineering drawings. He informed me that he was going to use PHP to read the PDF text as javascript

  • EBP - SUS integration

    Hi experts,      I m new to SRM5.0.  Can any one explain me abt EBP-SUS integration? Wt is the need of this integration? wt r the prerequisites to this? I m using EBP4.0 and SRM5.0. Kindly help me on this. Regards Raaams.

  • Can i use a variable instead of a fixed TextField?

    Hello I have to set the readOnly property to some set of fileds DYNAMICALLY (i mean, until run time, i dont know Which fields are readOnly and which are not? based on TYPE (Manager, Officer, Clerk....) of user...i hv to set it . So, i want to replace

  • Adobe premiere pro - Problème d'ouverture de projet

    Bonjour, J'ai un problème lors de l'ouverture d'un projet (qui est une leçon provenant du disque avec le livre "Classroom in a book - Adobe Premiere Pro CS 5"). Lorsque j'ouvre mon projet (qui a été enregistré sous le logiciel "Adobe Premiere Pro CS

  • Conversion factor error in the source sys

    Hi all, I got the following error message: " conversion factor error in the source sys" while loading data, can one give the solution? points will be given thanks