Possible to do? Take Looped selection and create regions/duplicate?

If you have a looped selection, wondering if its possible to take that section and repeat it without have to cut every track with the sissors tool.
Also, something weird, when I import say a garage band mix or use a aiff loop and repeat it, sometimes the repeats are grey and sometimes they show the wave form. When I use the glue tool to connect the parts, nothing happens. They stay seperated.
Thanks!

Yes, you can split objects by locators amongst other things - pull up the keyboard shortcuts window and do a search. My keystroke is 'apple'+'/' to split by locators for example, though it may not be the default.
The thing you are talking about with the greyed out loops is the loop function in logic, this can come about by hitting 'L' or by dragging the top right hand corner of an object. If you want to consolidate parts you'll need to copy them properly. If the object is exactly the right length (ie 1 bar) and you want 7 more bars of the same thing - hit 'R' (repeat). There are some options with the R function that you can look up in the manual. All pretty easy stuff really.
Best of luck with it.

Similar Messages

  • Very new to Mac, how do I take a dvd and create something I can watch on my Mac book pro and I Pad2

    How do I take a DVD and create something in a format I can watch and save on both my MacBook Pro and I Pad 2/

    dean1959 wrote:
    what if I have an unencrypted DVD? for instance something I have recored to DVD
    No "what if."   No one here knows exactly what you really want to do legally or illegally.  Suggest that you re-read Apple's TOU which you agreed to.
    You would do better by doing a Google search for exactly what you want to do & the instructions to do so.  "Google is your friend."

  • How can I edit imported audio track? After selecting and deleting region and joining remaining parts, it keeps playing the track with the deleted part! What am I doing wrong?

    How can I edit imported audio track? After selecting and deleting region, and joining remaining parts, it keeps playing the track with the deleted region!
    What am I doing wrong?

    After selecting and deleting region, and joining remaining parts, it keeps playing the track with the deleted region!
    What am I doing wrong?
    How exactly are you doing this?
    When I cut out a part of an audio region, then drag the remaining parts together, so they are touching, the track will skip the cut out section when playing the file.  Also, if I select the remaining parts of the region and use the command "Edit > join regions". This will create a new audio file with the cut out part deleted.
    You should see this prompt, when you are joining the regions:

  • Is it possible to put a loop inside a CREATE statement?

    Hi,
    Is it possible to put a for loop inside a Create statement? Obviously, I've tried it and am getting errors, but I just want to know is it at all possible!?
    I want to create a dynamic table where the number of fields is dependent on the number of items the user enters!
    This is what I have tried, but it tells me:Error #: 204 : illegal start of expression
    String createDatabase = "CREATE TABLE " TheTopic
    for (int i=0; i < ListBox.getModel().getSize(); i++)
    "(Item"+i+" VarChar(20))";
    stmt.executeUpdate(createDatabase);
    Is there anyother way of doing what I am trying to do?

    >
    Is there anyother way of doing what I am trying to do?You might want to reconsider your design unless you are creating software to manager, rather than use, a database.
    If managing then, obviously, the user would want to create tables, delete them, etc.
    But if using then managing these tables is going to be a problem. If so you should first examine that you really want to do this. If yes, then consider a meta-data design. A meta design might look like.
        Table_Name
             Table_id
             Table_name
        Table_Field
             Field_id
             Table_id
             Field_name
             Field_type
        Table_Value
             Value_id
             Field_id
             Value_value
    With the above instead of creating a new table each time, you just add entries to the first and second tables.

  • Loop through select and create cursor

    Is it possible to create a cursor after looping through a select?
          FOR TEST IN
            SELECT *
              FROM SOMETABLE
             WHERE SOMEID > 100
           ) LOOP
              IF TEST.NAME = 'AB' THEN
                   --CREATE CURSOR AND LOAD DATA
                   --LOAD TEST.ID, TEST.NAME, TEST.ADATE INTO NEW CURSOR
              END IF;
           END LOOP;     This is just a sample not the actual scenario.

    SeshuGiri wrote:
    Is it possible to create a cursor after looping through a select?Yes. But is also usually the wrong thing to do.
    A cursor loop within another cursor loop is known as a nested loop join in SQL. The SQL language is perfectly able to do joins like that. And far better and faster. It has a very clever optimiser and has more sophisticated algorithms than just a nested loop, for joining data sets.
    The sample code you've posted shows a very old 80's style Cobol approach to processing ISAM files or magnetic tape. In a row-by-row fashion.
    This approach does not scale in the modern database, where the SQL language is a data set processing language - and not an I/O interface for merely reading a record/row and writing a record/row as we did in the 80's with file-based data records.
    The basic approach to Oracle is: Maximise SQL. Minimise PL/SQL (Java/etc).
    This means using the very flexible, incredibly powerful, SQL language first and foremost to crunch database data. And only when the processing is beyond the capability of the SQL language alone, employ PL/SQL. Else restrict PL/SQL to managing only the process flow and error handling of SQL language statements.

  • Is it possible  to ask user a text, and create watermark with the answer?

    I am using the action wizard combined with preflight profiles to make some arrangements in the pdf I get from my customers.
    I usually create a watermark and introduce it without problems, but I would like to go further, introducing a code number that changes for every item as a watermark.
    It would be interesting that Acrobat asked the user that code number, and acrobat put that information in the bottom-center or the existing page...
    Is that possible with the action wizard, or should I look for information in the javascript forum?
    Thanks and Kind Regards.
    Joan

    I simply store *.HTM files on my memory card.
    then used the Memory explorer to browse the memory card, and click on the HTM file.
    it works fine.
    you can also look the "save page" option when you are viewing a page.
    the page gets added to your messages list like a regular email.
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

  • Insert, select and create table as give different results

    Hi all
    I have a strange situation with this three cases:
    1) select statement: SELECT (...)
    2) insert statement with that same select as above: INSERT INTO SELECT (...)
    3) create table statement again with that same select: CREATE TABLE AS SELECT (...)
    Each of these cases produce different number of rows (first one 24, second 108 and third 58). What's more the data for second and third case doesn't have any sense with what they should return. The first case returns good results.
    One interesting thing is that select uses "UNION ALL" between 2 queries. When simple UNION is used, everything works fine and all three cases return 24 rows. Also if each query is run seaprately, they work fine.
    Anyone encountered something like this? (before i create an SR :)
    Database is 10.2.0.2 on AIX 5.3. It's a data warehouse.
    Edited by: dsmoljanovic on Dec 10, 2008 3:57 PM

    I understand UNION vs UNION ALL. But that doesn't change the fact that same SELECT should return same set of rows wether in INSERT, CREATE TABLE AS or a simple SELECT.
    DB version is 10.2.0.2.
    Here is the SQL:
    INSERT INTO TMP_TRADING_PROM_BM_OSTALO
    select
    5 AS VRSTA_PLANIRANJA_KLJUC, u1.UNOS_KLJUC, t1.TRADING_TIP_KLJUC, i1.IZVOR_KLJUC, m1.ITEMNAME AS MJESEC,
    l1.PLAN AS IZNOS, l1.TEKUA AS TEKUCA, l1.PROLA AS PROSLA, l1.PLANTEKUA_ AS IZNOS_TEKUCA, l1.PLANPROLA_ AS IZNOS_PROSLA, l1.TEKUAPROLA_ AS TEKUCA_PROSLA, l1.DATUM_UCITAVANJA
    from
    HR_SP_PLAN.L_12_ET_PROMETI_I_BRUTO_MARZA l1,
    select
    m1.ITEMIID, m1.ITEMNAME
    from
    HR_SP_PLAN.L_12_IT_4_MJESECI m1
    where
    UPPER (m1.ITEMNAME) NOT LIKE '%KVARTAL%' AND UPPER (m1.ITEMNAME) NOT LIKE '%GODINA%' AND UPPER (m1.ITEMNAME) NOT LIKE '%PROC%' and
    m1.DATUM_UCITAVANJA = to_date('24.11.2008','dd.mm.yyyy')
    union all
    select -99, null from dual
    ) m1,
    HR_SP_PLAN.L_12_IT_5_SEKTORI l2,
    HR_SP_PLAN.L_12_IT_2_TIPOVI_OSTALO l3, HR_SP_PLAN.D_UNOS u1, HR_SP_PLAN.D_TRADING_TIP t1, HR_SP_PLAN.L_12_IT_1_PROMET_I_BM_OSTALO p1, HR_SP_PLAN.D_IZVOR i1
    where
    l1.ELIST = l2.ITEMIID and
    l2.ITEMNAME = u1.UNOS_NAZIV and u1.USER_KLJUC = 12 and l2.DATUM_UCITAVANJA = to_date('24.11.2008','dd.mm.yyyy') and
    l1.DIMENSION_1_PROMET = p1.ITEMIID and
    p1.ITEMNAME = i1.IZVOR_NAZIV and i1.USER_KLJUC = 12 and p1.DATUM_UCITAVANJA = to_date('24.11.2008','dd.mm.yyyy') and
    nvl(l1.DIMENSION_4_MJESEC , -99) = m1.ITEMIID and
    l1.DIMENSION_2_TIPOVI = l3.ITEMIID and
    l3.ITEMNAME = t1.TRADING_TIP_NAZIV and l3.DATUM_UCITAVANJA = to_date('24.11.2008','dd.mm.yyyy') and
    l1.DATUM_UCITAVANJA = to_date('24.11.2008','dd.mm.yyyy') and
    'PROC' = 'PLAN'
    union all
    select
    4 AS VRSTA_PLANIRANJA_KLJUC, u1.UNOS_KLJUC, t1.TRADING_TIP_KLJUC, i1.IZVOR_KLJUC, m1.ITEMNAME AS MJESEC,
    l1.PROCJENA AS IZNOS, l1.TEKUA AS TEKUCA, l1.PROLA AS PROSLA, l1.PROCJENATEKUA_ AS IZNOS_TEKUCA, l1.PROCJENAPROLA_ AS IZNOS_PROSLA, l1.TEKUAPROLA_ AS TEKUCA_PROSLA, l1.DATUM_UCITAVANJA
    from
    HR_SP_PLAN.L_13_ET_PROMETI_I_BRUTO_MARZA l1,
    select
    m1.ITEMIID, m1.ITEMNAME
    from
    HR_SP_PLAN.L_13_IT_4_MJESECI m1
    where
    UPPER (m1.ITEMNAME) NOT LIKE '%KVARTAL%' AND UPPER (m1.ITEMNAME) NOT LIKE '%GODINA%' AND UPPER (m1.ITEMNAME) NOT LIKE '%PROC%' and
    nvl(ceil(to_number(m1.ITEMNAME)/3), mod(4, 5)) = mod(4, 5) and m1.DATUM_UCITAVANJA = to_date('24.11.2008','dd.mm.yyyy')
    union all
    select -99, null from dual
    ) m1,
    HR_SP_PLAN.L_13_IT_5_SEKTORI l2, HR_SP_PLAN.L_13_IT_2_TIPOVI_OSTALO l3,
    HR_SP_PLAN.D_UNOS u1, HR_SP_PLAN.D_TRADING_TIP t1,
    HR_SP_PLAN.L_13_IT_1_PROMET_I_BM_OSTALO p1, HR_SP_PLAN.D_IZVOR i1
    where
    l1.ELIST = l2.ITEMIID and
    l2.ITEMNAME = u1.UNOS_NAZIV and u1.USER_KLJUC = 13 and l2.DATUM_UCITAVANJA = to_date('24.11.2008','dd.mm.yyyy') and
    l1.DIMENSION_1_PROMET = p1.ITEMIID and
    p1.ITEMNAME = i1.IZVOR_NAZIV and i1.USER_KLJUC = 13 and p1.DATUM_UCITAVANJA = to_date('24.11.2008','dd.mm.yyyy') and
    nvl(l1.DIMENSION_4_MJESEC , -99) = m1.ITEMIID and
    l1.DIMENSION_2_TIPOVI = l3.ITEMIID and
    l3.ITEMNAME = t1.TRADING_TIP_NAZIV and l3.DATUM_UCITAVANJA = to_date('24.11.2008','dd.mm.yyyy') and
    l1.DATUM_UCITAVANJA = to_date('24.11.2008','dd.mm.yyyy') and
    'PROC' = 'PROC';

  • Iphone 5S iphoto crashing when trying to select and create folders on IOS 8.0.2

    The iPhoto app keeps crashing when I try to make a new folder.  Don't get me started on the "recently added" tab.  I cannot access my entire library anymore through apps because they can't find my entire library.  They can only see the recently added tab and any other custom tab made.  Therefore I need to create and move all of my photos to another custom tab. But, the app crashes every time I try.  Any input would be appreciated!

    Hello Nosewitdot,
    After reviewing your post, I have located an article that can help in this situation. It contains a number of troubleshooting steps and helpful advice concerning device issues:
    Turn your iOS device off and on (restart) and reset
    How to restart
    Press and hold the Sleep/Wake button on the top of your device until the red slider appears. Then drag the slider to turn your device completely off.
    After the device turns off, press and hold the Sleep/Wake button again until you see the Apple logo.
    How to reset
    You should reset your device as a last resort and only if you can't restart it.
    To reset, press and hold both the Sleep/Wake and Home buttons for at least 10 seconds, until you see the Apple logo.
    Get more help
    See what to do if your device still doesn't respond or doesn't turn on.
    Thank you for contributing to Apple Support Communities.
    Cheers,
    BobbyD

  • In photos: I have tried to select and delete some duplicate pictures that I transferred from my other iPhone 5S on this new iPhone 5S and when I select the only options available is moving the photos or email/text. I cannot put in trash bin

    iPhone 5s photos/video,deleting duplicate photos and video transferred from other iPhone 5s &amp; iPhone 4S
    I have tried selecting photos and videos to throw them in trash bin, but the trash bin doesn't work when pressing and or clicking on it
    I would like to know how to get rid of the unwanted and duplicate pictures that I've transferred from my other iPhones. 
    If someone could please help me, I would greatly appreciate it !!
    Thank you so much,
    Ginger

    How did you transfer the photos from your other iPhone? If you did it by importing them from the old phone to a computer and then used iTunes to sync them back to the new phone, then you would delete them by syncing again using iTunes but this time change the selection of which photos are to be synced. Each time you sync using iTunes, it sets the non-Camera Roll photos on the phone to match the current settings/selection in iTunes.

  • I've lost the ability to loop audio and midi regions...

    so it seems as though everyone wishes they could turn the loop function off so as to increase productivity and editing speed. well, somehow i've managed to turn it off and i don't know how. I actually don't want it turned off, but somehow when i place my cursor over the top right edge of the end of a region, i do not get the looping tool. i get the extending tool on the bottom left edge of the end of the region, but no loop function.
    Anyone have any ideas as to why? i'd really like to get this back, because option dragging these regions in order to loop them is getting really old.
    thanks in advance.
    tyler

    In the parameters box next to each track header there
    is a check box for looping but that will loop the whole
    track. One thing I might suggest is expanding the track
    vertically. I am thinking that you have the track to small.
    I really do not think that this feature can be turned off.
    Sometimes when I have the track to small it does not show
    up easily. Expand the track and see if your looping ability
    comes back.

  • SELECT and detail Region in IE

    The following code work great in Firefox but not in IE.
    Basically what I'm doing is search a DB with a string and
    populating a Select menu with the results. Once the select menu
    populated, the user chooses a name and the details of that employee
    is displayed in fields at the bottom. Like I said, it works great
    in FF but got an unwanted suprise when i tested in IE.
    <fieldset>
    <legend>Ship To</legend>
    <label for="ShipLname">Last Name:</label>
    <input type="text" name="ShipLname" id="ShipLname" />
    <hr>
    <label for="ShipLname">First Name:</label>
    <input type="text" name="ShipFname" id="ShipFname"
    /><hr>
    <input type="button" value="Get"
    style="width:45px;margin-left:217px;"
    onclick="getEmployee('ShipLname','ShipFname',dsShipTo);" />
    <hr>
    <div spry:region="dsShipTo">
    <label for="select2">Please choose one</label>
    <select name="ShipEmpID" id="label">
    <option spry:repeat="dsShipTo"
    onmousedown="dsShipTo.setCurrentRow('{ds_RowID}')"
    value="{empid}">{fullname}</option>
    </select> <span class="style1">{ds_RowCount}
    Record(s) Found!</span><hr>
    </div>
    <div id="shipDetail2" spry:detailregion="dsShipTo" >
    <label for="shipSector">Sector</label>
    <input id="shipSector" name="shipSector" value="{sector}"
    disabled /><hr>
    <label for="shipTitle">Titler</label>
    <input id="shipTitle" name="shipTitle" value="{title}"
    disabled /><hr>
    <label for="shipApplid">Employee ID</label>
    <input id="shipApplid" name="shipApplid"
    value="{employeeid}" disabled /><hr>
    </div>
    </fieldset>
    spry call
    <script>//com/employee.cfc?method=getEmployees
    var dsShipTo = new
    Spry.Data.XMLDataSet("com/employee.cfc?method=getEmployees&lastname=null&firstname=null",
    "employees/employee");
    dsShipTo.setColumnType("title","html");
    </script>
    Functions
    function getEmployee(lname,fname, ds){
    var firstname = document.getElementById(fname).value;
    var lastname = document.getElementById(lname).value;
    var thisURL =
    'com/employee.cfc?method=getEmployees&lastname=' + lastname +
    '&firstname=' + firstname;
    //alert(thisURL);
    ds.setURL(thisURL);
    ds.loadData();
    var rowCnt = ds.getRowCount();

    Hii Barascu, Thank for checking this problem out with me.It's
    really appreciated.
    When I do the text/html, stops working in FF and still does
    not work in IE.
    Here is the xml cfc
    <cfset ds = getEmployeesQry2(arguments.firstname)>
    <Cfset xmldoc = '<?xml version="1.0"
    encoding="utf-8"?><employees>'>
    <cfloop query="ds">
    <Cfset xmldoc = xmldoc & '<employee>
    <firstname>#key_first_name#</firstname>
    </employee>'>
    </cfloop>
    <cfset xmldoc = xmldoc & '</employees>'>
    <cfcontent type="text/xml">
    <cfoutput>#xmldoc#</cfoutput>
    </cffunction>

  • I am unable to open my current LR catalog. How can I take a .CR2  and. .xmp file to create a .jpg?

    I work off my external hard drive. I am still able to access all files on the hard drive, however they are all .CR2 files and .xmp. I'm trying to take the files and create a .jpg. What is the easiest way to go about this?
    HELP!

    What happens that you cannot open the catalog??

  • MRP: Delete Purchase Requisitions and Create Planned Orders

    Hi there,
    I have a scenario, where in a material (HALB) was marked as externally procured. MRP was run for FERT material. The dependent requirements for FERT were created. Planned orders of the HALB material were changed to Purchase Requisitions.
    Later, the procurement type of material was changed to Inhouse Production.
    Now, I want all the Purchase requisitions that were created to be deleted and Planned orders should be created when I run MRP.
    I tried all the possibilities, but of no success.
    Please lemme know if there is any possibility to delete the P.Rs and Create Planned orders by running MRP.
    Regards,
    ABC

    I Haven't read the Plan order is converted in to PR Before
    If YOU convert the plan order in to PR, system will firm the Requirement, YOU need to remove the firm indicator FIxed iD in PR Before doing the MRP Run Again
    Do the following thing in PR
    In PR Remove the  Fixed ID in Quantities and Dates tab of the item
    and Rerun the MRP with Planning Mode 3 It will create a plan order
    Edited by: Sundaresan . E. V on Oct 29, 2010 6:39 PM

  • Diff between at line selection and HIDE technique

    hi all,
           wht is the diff between at-line-selection and HIDE technique.
            wht r code instructor
            wht is extended testing
            how can we find selected error records in session                          method ex:-if there r errors in 4th 9th 13th record.
    tthnx in advance

    HIDE
    Syntax
    HIDE dobj.
    Effect
    This statement stores - in the current list level - the content of the variable dobj together with the current list line whose line number is contained in sy-linno. The data type of the variables dobj must be flat and no field symbols can be specified that point to rows of internal tables, and no class attributes can be specified. The stored values can be read as follows:
    For each user action in a displayed screen list that leads to a list result, all the row values stored using HIDE - that is, the row on which the screen cursor is positioned at the time of the event - are assigned to the respective variables.
    If a list row of an arbitrary list level is read or modified using the statements READ LINE or MODIFY LINE, all the values of this row stored using HIDE are assigned to the respective variables.
    Notes
    The HIDE statement works independently of whether the list cursor was set. In particular, variables for empty list rows can be stored - that is, rows in which the list cursor was positioned using statements like SKIP.
    The HIDE statement should be executed immediately at the statement that has set the list cursor in the row.
    Outside of classes, constants and literals that cannot be read in list results and in the statement READ LINE can be specified for dobj outside of classes.
    Example
    Storing square numbers and cubic numbers for a list of numbers. The example shows that arbitrary variables can be stored independently of row content. In the real situation, one would more likely store only the number and execute the calculation, when required, in the the event block for AT LINE-SELECTION.
    REPORT ...
    DATA: square TYPE i,
          cube   TYPE i.
    START-OF-SELECTION.
      FORMAT HOTSPOT.
      DO 10 TIMES.
        square = sy-index ** 2.
        cube   = sy-index ** 3.
        WRITE / sy-index.
        HIDE: square, cube.
      ENDDO.
    AT LINE-SELECTION.
      WRITE: square, cube.
    AT LINE-SELECTION
    Syntax
    AT LINE-SELECTION.
    Effect
    This statement defines an event block whose event is triggered by the ABAP runtime environment during the display of a screen list - provided the scren cursor is on a list line and you select a function using the function code PICK. Through the definition of this event block, the standard list status is automatically enhanced in such a way that the function code F2 and, with it, the double-click mouse function is linked up to the function code PICK.
    Note
    If the function key F2 is linked with a function code different than PICK, each double click will trigger its even, usually AT USER-COMMAND, and not AT LINE-SELECTION.
    Example
    This program works with the standard list status. A line selection with the left mouse key causes the event AT LINE-SELECTION and creates details lists.
    REPORT demo_at_line_selection.
    START-OF-SELECTION.
      WRITE 'Click me!' COLOR = 5 HOTSPOT.
    AT LINE-SELECTION.
      WRITE: / 'You clicked list', sy-listi,
             / 'You are on list',  sy-lsind.
      IF sy-lsind < 20.
        SKIP.
        WRITE: 'More ...' COLOR = 5 HOTSPOT.
      ENDIF.
    Thanks,

  • Is it possible to select multiple clips and create a sequence from each individually?

    Is it possible to select multiple clips and create a sequence from each individually?  If you select multiple clips and select "New Sequence from Clip" it puts all of the clips into one sequence.  Is there an easy way to quickly perform this on multiple selected clips separately? 

    So now I *have* used Butler with PPro, and it works very well, here's an idea of how to do it:
    Import folder of clips
    Ensure first clip selected in bin and sorted by Media Type
    Most of these commands need shortcuts assigning - mine listed below
    Macro:
    To create seq from selected clip:
      ‘New seq from clip’ (Shift+CMD+N)
    To duplicate this seq:
      ‘Reveal Sequence in project’ (Shift+F) - not strictly necessary as it will already be selected
      ‘Window | Project’ (CMD+9)
      ‘Edit | Duplicate’ (Shift+CMD+/)
    To rename the duplicate
      ‘Enter’
      Various keystrokes to rename as required
      ‘Enter’ - to make name stick
      ‘Shift+Enter’ - to reselect that sequence
      ‘Esc’ - to get out of editing name
    To change resolution of duplicate:
      ‘Sequence Settings’ (CMD+5)
      ‘Tab’ x 3 (to get to H Frame Size)
      ‘xxxx’ (to enter frame width)
      ‘Tab’ x 1 (to get to V Frame Size)
      ‘yyyy’ (to enter frame height
      ‘Enter’ x 2 as prompt will say previews will have to be deleted
    To then find next clip ready for macro to run again:
      ‘Open in Timeline’ (Shift+CMD+O)
      ‘Match Frame’ (Shift+Spacebar)
      ‘Reveal in Project’ (Shift+CMD+F)
      ‘Window | Project’ (CMD+9)
      ‘Down Arrow’ - to select next clip
    I tried it with Butler (manytricks.com - free trial, $20 to buy) and it worked a treat, takes about 3 secs per clip
    AHK (for windows) is at autohotkeys.com and is free.
    You could start making multiple macros - that would enable you to do grade / resize in middle of duplication - and then export etc, but I figure you can figure that out ;-)

Maybe you are looking for

  • Values not getting refreshed in web report.

    Hello Friends, Currently i am running an web report. The scenerio is i have check box with 5 options For Ex: IMS , IMR, IMN,IMM,IMP. IMS is the combination of all divisions and IMR is the combination of only three divisions. In BEx we runthe report w

  • Access violation, tescas.dll, T400 ?

    Hi, Every time I turn on my laptop (T400 2767, Windows Vista 32bit Business), it displays: "Access violation at address 01AD6B18 in module 'tescas.dll'. Read of address 00000004". Why this? What is "tescas.dll"? How to fix this problem? Thanks.

  • Cannot change recon. account in customer master

    hi, after i create customer master, i want to change recon. account, but cannot , this field display only. Anything i missing? thanks

  • Can you undo a cut in a shot long after cmd-Z was available

    I hope I will be able to put my question as clear as possible. In FCP7, if you made a cut in a shot on the timeline and you didn't use this after all to separate the two, you could undo / restore this even days or weeks later. I just had to select th

  • Using script to delete list item attachment

    $.ajax({ url: "/_api/lists/getByTitle('Test')/getItemById(1)/AttachmentFiles/getByFileName('test.txt')", method: 'DELETE', headers: { 'X-RequestDigest': $('#__REQUESTDIGEST').val() i want to delete list item attachment using script. Above code workin