Can anybody help with these basic questions..?

Hi friends,
1)
I am developing a inventory module. As soon as sales man confirms invoice , invoice should be printed on LOCAL printer AND a picking list be printed on NETWORK printer of warehouse. So how can I get/assign a list of printers.
2) What is the maximum no.of records that can be displayed/entered in a datablock? Is it 250 ? If it is then, is there any way to enter/display more than 250 records in a datablock ? I am using forms5.0. what is the use of TABLE_FROM_BLOCK builtin ?
thankyou verymuch,
Mubeenmd

2) I haven't discovered the limit so far.
You may have thousands of records. Only, be careful how you handle the data, for fetching once thousands of records may choke the network.
1) Use reports. You should call the desired report using run_product and passing to it a parameter indicating the desname (printer name).
null

Similar Messages

  • Can anybody help with a dock question?

    Hey all,
    I am looking for a plastic-ish piece to cover the end that sticks out of the iphone dock. This part...
    http://www.iphonealley.com/images/storyimages/july08/dock3.JPG
    I used to have one but cant remember where I found it. I would really appreciate it. Thanks in advance guys.
    Eric

    Thanks for your replies,
    I still feel very confused though. Could you explain the areas of my code i'd need to change? Will i have to start over again?
    I have saved a jpeg banner that doesnt contain the logo to have running at the top of the page and i have a plain background to run along side the content.
    Im changing the footer in a few days so im not too worried about that just now.
    Can i make all of the to my template that will them apply to each page? Heres the code for it...
    </head>
    <body>
    <div id="container">
    <div id="banner">
    <div id="bannerblankspace"></div>
    <div id="navhome"><p><a href="../index.html">home</a></p>
    </div>
    <div id="navabout"><p><a href="http://www.allroots.org/about">about</a></p>
    </div>
    <div id="navyoga"><p><a href="../yoga/index.html">yoga</a></p>
    </div>
    <div id="navclasses"><p><a href="../classes/index.html">classes</a></p>
    </div>
    <div id="navretreats"><p><a href="../retreats/index.html">retreats</a><a href="../treatments/"></a></p>
    </div>
    <div id="navtreatments"><p><a href="../treatments/index.html">treatments</a></p>
    </div>
    <div id="navblog"><p><a href="../blog/index.html">blog</a></p>
    </div>
    <div id="navcontact"><p><a href="../contact/index.html">contact</a></p>
    </div>
    </div>
    <!-- TemplateBeginEditable name="EditRegionMain" -->
    <div id="editablecontent"></div>
    <!-- TemplateEndEditable -->
    <div id="footer"> <img src="../footer.jpg" alt="all roots footer" width="1100" height="442" border="0" usemap="#Map2" />
      <map name="Map2" id="Map2">
        <area shape="rect" coords="633,414,722,437" href="http://www.bennh.co.uk" alt="benn.h design" />
      </map>
    </div>
    </div>
    </body>
    </html>
    Thanks!!!!!!!!

  • Can anybody help with this........I've bought a pack of self adhesive lables with a view to printing them via my printer,  However, I can't find a programme that allows me to do this.  Personnel in the MAC shops don't know either!!  I've a IMAC running on

    I've bought a pack of self adhesive labels that I wanted to print up on my IMAC,running on Snow Leopard.  However, I can't find a programme that will do this, nor can the personnel in the MAC shops.  The labels are stuck on a normal sheet od A4, and I just want to print addresses on them.   Can anybody help?

    Are they Avery Labels? If so there are templates here:
    http://www.avery.com/avery/en_us/Templates-&-Software/Templates

  • Can anybody help with some subtleties to this code?

    Hello,
    I was wondering if anyone could take a look at the code in general for me, which is to go in an 'effects' pedal.  The first while loop is for a footswitch that either reads high or low.  It controls the mode of the pedal.  the first mode is the default, where no signal manipulation occurs, and what comes in the audio input just comes out; the second mode stores data (fundamental frequency, average FFT amplitude from 3 kHz to 5 kHz) from the E string of a guitar, which is plucked after that mode is actuated; the third mode does the same for the A string; and the final mode takes in a note on the E or string, recognizes it as either on the E or A string, and adjusts the frequency content to be in tune based the data stored in modes 2 and 3.  then the new magnitude vector is put through an inverse FFT and output through the DAC and sounded.
    What I'm curious to know is, are there any blatant errors I've made?  Will the signal coming out of the inverse FFT be sounded through the DAC? does it need to be changed from a double to an I32?  I am trying to debug, but right now I'm having problems getting the correct output voltages on the Blackfin (the SPORT 0 pinout doesn't seem to match what is on the board....).
    also, I was wondering if I will lose any phase information on the signal that I get out compared to the signal I put in.  Will it be detectable by ear?  Or would it all sound the same?  along with the phase change for some signals, using an inverse FFT resulted in a loss of amplitude (from about 1 to on the order of 10^-5.  that's a lot!).  but when the test program was played on my computer, the phase change was not noticeable from the output signal, and neither was the magnitude change!  the output played at the same volume as in the input, despite the waveform chart on the front panel showing an amplitude five orders of magnitude less!  can you help explain that to me?  what can I do, will it matter coming out of the Blackfin and into an amplifier?
    i appreciate any input anyone can give me on all this!!  thank you!!
    Attachments:
    102 project.vi ‏287 KB

    Hi noahgrant,
    I've had a look at your vi and can make some suggestions that you can try.
    From what I can see, your while loop with the wait timer of 100 ms and continue if true condition on it (we shall cool this loop 1) will always keep running.
    The other while loop (loop 2) is nested within a couple of case structures and will only run once (false to a continue if true condition). The default case has a different condition and will always run, instead.
    From what I can make of this, loop 2 and all its case structures will only run once (except for case 0, default). WHEN it runs will depend on how it was compiled on the Blackfin - case structure/loop2 may go first or loop 1 will go first.
    If you want loop 2 to go first (and only go once) then you need to link the output of the case structure to the input of loop 1 - this can be done by simply wiring up a boolean to it (data flow rules).
    If you want loop 2 to always be checking the status of the mode then you need to place the whole case structure within a while loop, to run continuously.
    That is a very quick interpretation of what you are trying to do. There are a lot of question marks (missing vi's) and some heavy use of local variables. I would consider using sub-vi's, in particular functional global variables (FGV's).
    I hope that helps.

  • Can anyone help with these kernel panics?

    I work for the NHS.  Have spent most of my salary on Adobe Premiere Pro using a Intel Core Mac OS 10.5.8 which is supposed to be enough for the system requirements.  Have spent all day shutting down my computer unable to start the software.  If it does start it freezes and tells me to restart.  This is not acceptable.  Can anyone help??? Adobe cefrtai nly don't want to is there ahtyone out there with any solutions?  I ahve checked the hard drive it is fine, have done all the usual checks to no avail. Cannot find anywhere to talk to Adobe, their website is a minefield of Groundhog Day!
    I have the same problem with Photoshop purchased last year as part of a creative package.  This is really annoying!

    Dear Wonderspark,
    I am back at my iMac.  Here are the details of my hardware.
    Model Name:
    iMac
      Model Identifier:
    iMac7,1
      Processor Name:
    Intel Core 2 Duo
      Processor Speed:
    2.4 GHz
      Number Of Processors:
    1
      Total Number Of Cores:
    2
      L2 Cache:
    4 MB
      Memory:
    3 GB
      Bus Speed:
    800 MHz
      Boot ROM Version:
    IM71.007A.B03
      SMC Version (system):
    1.20f4
      Serial Number (system):
    W88035L3X86
      Hardware UUID:
    00000000-0000-1000-8000-001EC205D8B9
    Chipset Model:
    ATI,RadeonHD2600
      Type:
    Display
      Bus:
    PCIe
      PCIe Lane Width:
    x16
      VRAM (Total):
    256 MB
      Vendor:
    ATI (0x1002)
      Device ID:
    0x9583
      Revision ID:
    0x0000
      ROM Revision:
    113-B2250F-219
      EFI Driver Version:
    01.00.219
      Displays:
    iMac:
      Resolution:
    1680 x 1050
      Depth:
    32-Bit Color
      Core Image:
    Hardware Accelerated
      Main Display:
    Yes
      Mirror:
    Off
      Online:
    Yes
      Quartz Extreme:
    Supported
      Built-In:
    Yes
    The software versionas are as follows.
    Adobe Photoshop CS5 version 12.0.4
    Adobe Premiere Pro CS 5.5 version 5.5.0
    I hope that is more use.  As I said, the software is successfully installed, but I cannot open Premiere Pro.  Photoshop does open occasionally but rather like Russian roulette.
    I also have the Creative suite and Dreamweaver is no problem, neither is Indesign.  This makes no sense to me I would be grateful for any help.  I have checked the hardware and the system is ok.  I have tried re-installing the software after un-installing it but that made no difference.  I obviously have turned the machine on and off because of the black veil that descends upon the screen during the kernel panic.  Premiere Pro has alo frozen everything rather than causing a panic too. HELP!

  • Can someone help with a layout question?

    Hi guys,
    Heres my site www.allroots.org
    I wanted to have the textured background and green navigation banner at the top of the page continue all the way across the right and left of the web browser.
    At the moment to the right and left of the page i just have white margins as i have set my website to a specific size.
    Can anyone help explaining how you go about achieving this?
    Cheers

    Thanks for your replies,
    I still feel very confused though. Could you explain the areas of my code i'd need to change? Will i have to start over again?
    I have saved a jpeg banner that doesnt contain the logo to have running at the top of the page and i have a plain background to run along side the content.
    Im changing the footer in a few days so im not too worried about that just now.
    Can i make all of the to my template that will them apply to each page? Heres the code for it...
    </head>
    <body>
    <div id="container">
    <div id="banner">
    <div id="bannerblankspace"></div>
    <div id="navhome"><p><a href="../index.html">home</a></p>
    </div>
    <div id="navabout"><p><a href="http://www.allroots.org/about">about</a></p>
    </div>
    <div id="navyoga"><p><a href="../yoga/index.html">yoga</a></p>
    </div>
    <div id="navclasses"><p><a href="../classes/index.html">classes</a></p>
    </div>
    <div id="navretreats"><p><a href="../retreats/index.html">retreats</a><a href="../treatments/"></a></p>
    </div>
    <div id="navtreatments"><p><a href="../treatments/index.html">treatments</a></p>
    </div>
    <div id="navblog"><p><a href="../blog/index.html">blog</a></p>
    </div>
    <div id="navcontact"><p><a href="../contact/index.html">contact</a></p>
    </div>
    </div>
    <!-- TemplateBeginEditable name="EditRegionMain" -->
    <div id="editablecontent"></div>
    <!-- TemplateEndEditable -->
    <div id="footer"> <img src="../footer.jpg" alt="all roots footer" width="1100" height="442" border="0" usemap="#Map2" />
      <map name="Map2" id="Map2">
        <area shape="rect" coords="633,414,722,437" href="http://www.bennh.co.uk" alt="benn.h design" />
      </map>
    </div>
    </div>
    </body>
    </html>
    Thanks!!!!!!!!

  • Can someone help with a email question please

    i changed comptuer email addresses but my old email address still shows on my ipod touch can anyone help show me how to delete it

    Changed it where?
    Just what did you do?
    Where is it not changed?
    What do you mean by " comptuer email addresses"?

  • Can anyone help with a basic billing question? Verizon has shown they cannot.

    Duplicate discussion - please visit:
    https://community.verizonwireless.com/thread/808960
    Message was edited by: Admin Moderator

    You call the bank or credit card company and have them do a charge back. You need only prove with your documents that it was an error and that they were returned.
    Much easier than fighting Verizon for the moola!
    Good Luck

  • Newbie to iPhoto - Can anyone help with a few questions?

    Hi everyone,
    I have had iPhoto since December and I love it. I have been able to naviagate around it pretty well and love the fact I can put names to faces. I own a childcare business so this helps me individualise each child's photo's which I put on a thumb drive each week.
    The things that I am having problems with are...
    1. When I am uploading photo's from my SD card do they go directly into Events?
    2. Why do they have event and albums? Is this to create just a few photo's from each event etc.? I am trying not to have double ups as when dealing with so many individual kids it can be confusing.
    3. I noticed in the albums there is
    - Photo Stream
    - Last Import
    - Photo's
    If I delete these albums will these photo's be deleted from my events?
    4. I also have photo's on FB which appear to be showing in my albums below (facebookTraceyBrock)
    if I delete any of these do they delete photo's from my facebook?
    5. Why is there events and albums? don't they both do the same thing? or as a guess is it just because you can import only the photo's you want to a specific album.
    Any help on the best way to organise photo's would be so very much appreciated!
    Thankyou in advance
    Tracey

    1. When I am uploading photo's from my SD card do they go directly into Events?
    Yes.
    2. Why do they have event and albums? Is this to create just a few photo's from each event etc.? I am trying not to have double ups as when dealing with so many individual kids it can be confusing.
    Basic Concept: Every Photo is in the Library. Events are a view of the Library. Delete a photo from an Event and you delete from iPhoto
    More opportunities for organising. Events are handy, but very limited: Events are organisation for those who can't really be bothered. They are automatic - based entirely on Date and Time the camera records the photos as taken. You can move photos between Events, you can Merge Events, you can Rename them and sort them in various ways except one: You cannot manually sort in an Event as Events are all automated.
    Events also contain the Actual photos. So if you have a photo in more than one Event you are using more disk space than you need.
    Albums contain pointers to the Photos in the Library. A Photo can be in 50 albums and use no disk space extra disk space whatever. You can mix and match in any way you like in an Album. Photos from different events, photos categorised or selected in any  way you fancy.
    I'll post a longer answer at the bottom of this, showing some of the possibilities of Albums
    I noticed in the albums there is
    - Photo Stream
    - Last Import
    - Photo's
    If I delete these albums will these photo's be deleted from my events?
    Photos is not in Albums. It's under Library, like Events. It's another view of the same material. Like different windows into the same room. Deleting Photos from Photos is removing them from the Library
    PhotoStream and Last Import are just handy shortcuts. They don't contain the photos, just pointers to them. There is no duplication here. There is no need to delete anything from here.
    I also have photo's on FB which appear to be showing in my albums below (facebookTraceyBrock)
    if I delete any of these do they delete photo's from my facebook?
    Yes. Because you're using iPhoto to manage the pics on Facebook.
    5. Why is there events and albums? don't they both do the same thing? or as a guess is it just because you can import only the photo's you want to a specific album.
    See above. Some of the possibilities of Albums, Smart Albums and so on:
    I use Events simply as big buckets of Photos: Spring 08, July - Nov 06 are typical Events in my Library. I use keywords and Smart Albums extensively. I title the pics broadly.
    I keyword on a
    Who
    What
    Where basis (The When is in the photos's Exif metadata). I also rate the pics on a 1 - 5 star basis.
    Using this system I can find pretty much find any pic in my 40k library in a couple of seconds.
    So, for example, I have a batch of pics titled 'Seattle 08' and a  typical keywording might include: John, Anne, Landscape, mountain, trees, snow. With a rating included it's so very easy to find the best pics we took at Mount Rainier.
    File -> New Smart Album
    set it to 'All"
    title contains Seattle
    keyword is mountain
    keyword is snow
    rating is 5 stars
    Or, want a chronological album of John from birth to today?
    New Smart Album
    Keyword is John
    Set the View options to Sort By Date Ascending
    Want only the best pics?
    add Rating is greater than 4 stars
    The best thing about this system is that it's dynamic. If I add 50 more pics of John  to the Library tomorrow, as I keyword and rate them they are added to the Smart Album.
    In the end, organisation is about finding the pics. The point is to make locating that pic or batch of pics findable fast. This system works for me.

  • Can someone help with some basic answers on Premiere Elements 12

    I have used Premiere Elements in the past (up to Premiere Elements 9) but only once per annum to edit the past year's video of my Grandchildren. The change now is that I am using a Panasonic HC-V520 and have been shooting in 1080 50p. Premiere Elements 9 doesn't support this format I believe.
    My questions are:
    1     Can Premiere Elements 12 import and edit this format?
    2     If the answer is yes to question 1, can I mix older footage from my old Sony Camcorder with this newer footage for edit in Premiere Elements?
    3     Can I then output to either a Blu Ray disc to play on my DVD Player or an ordinary DVD disc to play on an older DVD Player which is not blu ray compatible?
    4     Am I wasting my time in recording in 1080 50p and should I instead be recording new footage in a different format?
    Thanks for any help you can give me.

    1. yes
    2. yes
    3. No. DVD players can't play BluRay discs -- even if they are burned to a DVD disc.
    4. 1080p50 is a perfectly legitimate mode for shooting, particularly if you're shooting video with a lot of action, since it has double the actual frames of 1080i50. However, your output video may or may not actually have 50p frames (or even be 1920x1080), depending on what form of media you're publishing as. The BluRay files that Premiere Elements outputs, for instance are 50i.

  • Can anybody help with problems with Mail & Backup, please?

    Hi, yesterday, for some reason, a problem developed with Mail.
    Without me changing anything, while it will send and receive e-mails through my Apple account, it has stopped downloading emails from my BT account, which previously worked fine.
    It keeps trying to log on to collect them (the rotating gear wheel beside the account operates) but nothing downloads. It is not the BT account which is at fault, since my iPhone, which is synched to the computer, downloads them fine.
    Also, while I had been regularly getting advice from Backup that my storage disk was full and it was deleting an old backup, today Backup has told me that the disc is full and the backup has failed.
    I cannot see anything in Settings which could obviously account for these changes.
    i am a pretty new Apple user (a conversion I cannot claim has been a great success so far, and I would be grateful for any help you can provide.
    Many thanks,
    Neil

    Export the folders/mailboxes and put them in the other users Public folder or go to the hard drive level user and put them in the Shared folder. You may have to reset permissions using Get Info (command - I). The other user can them import them.

  • Can anyone help with a jar question?

    Okay, I'm trying to create Icon objects of particular gif files I have located in a directory /gui/common/data
    I want to be able to call these gif files in such a way that upon loading a jar file with all the necessary ingredients, it is a complete package and can be run from anywhere.
    Below is a synopsis of my code that compiles and runs fine when I run the main class from the command line ( java gui/common/src/main ) but I get a null pointer exception error when I run
    java -jar myJar.jar
    Any opinions, statements, help would be greatly appreciated.
    Thanks!
    (I'm typing from memory here, so I hope I don't make any mistakes)
    //Main class
    public class Main
    public static void main(String args[])
    Main mainSuff = new Main();
    public Main()
    Constants constants = new Constants(); ->get null pointer exception here when running jar file
    //other stuff here
    //Constants class
    public class Constants
    //I use the icon in many places so I'd like to make it "global" like this.
    public static myIcon = null;
    public Constants()
    java.net.URL url = getClass().getResource("/gui/common/data/myFile.gif");
    myIcon = new ImageIcon(url);
    in my script to create the jar file I include
    creation and class loading of the jar
    jar uvf myJar.jar gui/common/data/*.gif
    ...manifest/main file stuff

    Maybe you should try this:
    Image icon = getToolkit().getImage(url);setIconImage(icon);
    /Michael

  • Can someone help with some quick questions?

    If someone has the time it would really help if I had the
    answers to the following questions. I appreciate they may be
    obvious or mundane to some but I am trying to set up a network at a
    primary school. I've searched the forum for answers with no luck.
    1. Where does Contribute save the settings of a provided key?
    2. Can the file(s) that contains those settings be copied
    over for other users to use?
    Thanks in anticipation

    Thanks for your reply. I'm actually using the software in a
    primary school and would like to use the stc key and thus the
    settings it creates and save them into a profile that each pupil
    user would then load up automatically. I would like to avoid them
    having to enter the details each time. It appears to work as the
    ntuser.dat file has been updated.

  • Can anyone help with these email headers

    Have been receiving delivery failure notifications from verizon about emails I never sent. Can anyone tell me by these headers if these emails are actually being sent from my account or a verizon server or if someone is just using my email to send spam. My actual email address is replaced by [email protected]
    Return-path: <>
    Received: from process-daemon.vms173011.mailsrvcs.net by
     vms173011.mailsrvcs.net
     (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009))
     id <[email protected]> for [email protected]; Sat,
     13 Apr 2013 18:01:49 -0500 (CDT)
    Received: from vms173011.mailsrvcs.net
     (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009))
     id <[email protected]>; Sat,
     13 Apr 2013 18:01:49 -0500 (CDT)
    Date: Sat, 13 Apr 2013 18:01:49 -0500 (CDT)
    From: [email protected]
    Subject: Delivery Notification: Delivery has failed
    X-Eset-AntiSpam: OK;1;calc;2013-04-14 19:00:26;1304141900260036;0FAC
    To: [email protected]
    Message-id: <[email protected]>
    MIME-version: 1.0
    Content-type: multipart/report; report-type=delivery-status;
     boundary="Boundary_(ID_ww4AK7TaqM8cPGeNhVh/NQ)"
    Original-recipient: rfc822;[email protected]
    X-EsetId: 38E0F329C482776927E6F37BCCD63337
    X-EsetScannerBuild: 13617
    --Boundary_(ID_ww4AK7TaqM8cPGeNhVh/NQ)
    Content-type: text/plain; charset=us-ascii
    Content-language: en-US
    This report relates to a message you sent with the following header fields:
      Message-id: <[email protected]>
      Date: Sat, 13 Apr 2013 18:00:49 -0500
      From:{edited for privacy}<[email protected]>
      To: {edited for privacy}
    Your message cannot be delivered to the following recipients:
      Recipient address: {edited for privacy}
      Reason: Remote SMTP server has rejected address
      Diagnostic code: smtp;550 Requested action not taken: mailbox unavailable
      Remote system: dns;mx1.hotmail.com (TCP|206.46.173.11|55184|65.54.188.72|25)
    __________ Information from ESET Smart Security, version of virus signature database 8227 (20130414) __________
    The message was checked by ESET Smart Security.
    http://www.eset.com
    --Boundary_(ID_ww4AK7TaqM8cPGeNhVh/NQ)
    Content-type: message/delivery-status
    Reporting-MTA: dns;vms173011.mailsrvcs.net (tcp_hotmail-daemon)
    Arrival-date: Sat, 13 Apr 2013 18:01:48 -0500 (CDT)
    Original-recipient: edited for privacy}
    Final-recipient: {edited for privacy}
    Action: failed
    Status: 5.0.0 (Remote SMTP server has rejected address)
    Remote-MTA: dns;mx1.hotmail.com (TCP|206.46.173.11|55184|65.54.188.72|25)
    Diagnostic-code: smtp;550 Requested action not taken: mailbox unavailable
    --Boundary_(ID_ww4AK7TaqM8cPGeNhVh/NQ)
    Content-type: message/rfc822
    Return-path: <[email protected]>
    Received: from tcp_hotmail-daemon.vms173011.mailsrvcs.net by
     vms173011.mailsrvcs.net
     (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009))
     id <[email protected]>; Sat,
     13 Apr 2013 18:01:49 -0500 (CDT)
    Received: from CTNMOAPP03 ([unknown] [206.46.236.69])
     by vms173011.mailsrvcs.net
     (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009))
     with ESMTPA id <[email protected]>; Sat,
     13 Apr 2013 18:01:48 -0500 (CDT)
    Date: Sat, 13 Apr 2013 18:00:49 -0500
    From:{edited for privacy} <[email protected]>
    To: {edited for privacy}
    Reply-to: [email protected]
    Message-id: <[email protected]>
    MIME-version: 1.0
    Content-type: text/plain; charset=utf-8
    Content-transfer-encoding: base64
    aHR0cDovL2dhbGF4eWZvcnVtLnBydi5wbC9jaXJjbGVkYW5jaW​5nbWFydGlud2hpdGUvICAN
    Cg0KaHR0cDovL3d3dy5wZWNhdmkuZXMvYnJvdGhlcmFueGlvdX​NtYXJ0aW5icm93bi8NCg0K
    DQogICAgICAgICAgICAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS​0tLS0tLS0NCiAgICAgICAg
    ICAgIFNlbnQgdXNpbmcgVmVyaXpvbi5uZXQgTW9iaWxl
    --Boundary_(ID_ww4AK7TaqM8cPGeNhVh/NQ)--

    I appears that someone sent the original message with your account as the sender through a Verizon outbound server. Whether this was spoofed or they actually have your account information is unclear.
    Probably safer to go ahead and change your password and Secret Question/Answer, as well as run a virus/spyware scan on any computers you use to check your mail.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.
    "All knowledge is worth having."

  • Can anyone help with these annoyances

    Hi,
    I've used Logic since 2.4 and enjoyed its continued development and improvement up through Logic 7. Since the major retooling in Logic 8, I feel that it has become more buggy, less professional and genuinely less pleasurable to use. I've found work arounds (or just given up) on some things that used to be easy or even just "doable" in older version... Maybe some of you out there have some solutions to the following annoyances in Logic 9.x
    I wish it would/could;;;
    Return to last play position while in record. (worked fine on Logic 7)
    Copy Drag consistently instead of just moving the part (even though the help tag says "copy" it only drags, then often puts it a measure ahead of where I put it) (worked fine on Logic 7)
    Not Record audio while recording midi if an audio track is in "input" (worked fine on Logic 7)
    Could resize screen objects and things like I really want them to look (worked fine on Logic 7)
    Not have major lag times for things like renaming objects, deleting tracks in the arrange page, bouncing, opening 3rd party plug ins, (worked fine on Logic 7)
    Have freedom to put the loop browser anywhere I want (worked fine on Logic 7)
    Get key commands to work consistently (worked fine on Logic 7)
    Could assign record names globally instead of only on the track being recorded (worked fine on Logic 7)
    Have a visible tool bar for things like "pencil" "fade" "text" etc instead of a pull down menu (worked fine on Logic 7)
    Have visual feedback when I've armed the "Fade" tool (worked fine on Logic 7)
    Be able to choose fonts and sizes on individual score text objects (worked fine on Logic 7)
    Not have help tags constantly bugging me when I'm resizing or moving notes and objects (worked fine on Logic 7)
    Be able to create a new "audio object" in the environment (instead of having to copy something else and then reassign its purpose (worked fine on Logic 7)

    Dan,
    I can commiserate with you on most of these annoyances. Let's just say that we're kindred spirits in this regard. Hopefully I can help you alleviate some of these things that stick in your craw. I'll (try and) limit my comments to things that can be changed (as opposed to those which are "permanently broken"):
    Could resize screen objects and things like I really want them to look (worked fine on Logic 7)
    Plugin windows can be resized in L9. Aside from that, I'll (try to) stick to limiting my comments re those things that cannot be changed.
    Have a visible tool bar for things like "pencil" "fade" "text" etc instead of a pull down menu (worked fine on Logic 7)
    The variety of tools has been reduced (for your safety and well-being) to the lucky number of three, and that's only if you have the right click assigned as a tool. Otherwise you are limited to two. So it's still a palette, though compared to what we used to have it's kind of hard to swallow. In case you didn't notice, there's a pun in there. I almost missed it myself.
    I have my "V" key programmed to call up the toolbox. Its close proximity to the spacebar (play/stop) and the CMD key (for assigning a tool to) make it an ideal way to change tools without having to mouse all the way across the screen to access the unpalatable palette.
    Be able to choose fonts and sizes on individual score text objects (worked fine on Logic 7)
    This is still possible using the slow-to-appear, WYSI-not-WYG, icky-looking, way-too-small-font "Fonts" editor in the score editor. *Text > Fonts...* And because it's no longer even remotely as easy to resize text I've gotten into using the resize tool, as well as setting up various boilerplate text styles using the text styles editor. One thing that's nice though (hey, it's not all bad) is that you can import text styles from other projects.
    Not have help tags constantly bugging me when I'm resizing or moving notes and objects (worked fine on Logic 7)
    These can be disabled in the Logic prefs: *Prefs > Display > General*
    Be able to create a new "audio object" in the environment (instead of having to copy something else and then reassign its purpose (worked fine on Logic 7)
    You can still do this. Environment: *New > Channel Strip > Audio*
    The best thing about Logic 9 is flex editing. Othewise, gimme back L7 any day (minus the bugs, of course).

Maybe you are looking for

  • When I try to open iTunes, the page comes up but is inoperable.

    I have had iTunes installed on this laptop for a year, but when I opened iTunes today, the screen froze. No buttons would work. After having this happen, I uninstalled iTunes from my computer then downloaded the newest version from the Apple website.

  • How do you get more free effects to use in Final Cut pro x?

    I am looking for a safe free place to download more effects that I can use on my videos in Final cut pro x that include effects that aren't just limited to the colors of the video. I also hope that the place will have clear instructions on how to dow

  • When defining copy rules, only one source field allowed

    Our users have requested the facility to allow them to copy pricing condition records when in in VK12 transaction. But when configuring the copy rules, we have come across the following problem: When configuring copying rules for copying pricing cond

  • Function modules copy from standard FM?

    Hi All, I am copying FM CS_BOM_EXPL_MAT_V2 into ZCS_BOM_EXPL_MAT_V2 for some calculation. I already copied the Function group CSS4 into ZCSS4 but when I m using ZCS_BOM_EXPL_MAT_V2 in my program I am not getting the right BOM. Where I am worng plz le

  • Full version vs monthly subscription download functionality?

    Hi, I've been successfully using a version of Captivate 7 that was downloaded and part of a monthly subscription license. Now my job has purchased a full license for me. They have loaded that version onto my laptop. Also, I am now on running on a mor