MB56 does not display correct information

Hello,
All 3 plants, use transaction MB56 for traceability.  This shows the components that used to manufacture the product and also where the product was shipped, depending on whether you select top/down or bottom/up.  I have found an error in the transaction.  When you execute for Bottom up to see where the product was shipped,  the information is not correct. 
The number of pcs is correct for the total amount shipped, but it does not display all of the deliveries that the product was shipped on.  Please see the attachment for details of one example. I have executed this for 4 different materials and I have the same problem everytime.
Could you tell me what went wrong?
Thanks
JJ

Hi John,
MB56 will not display data because there is pre-requisite of it.
You must have to compile the inventory documents by MB57 first.
Only you need to execute MB57 t.code.
Specify from & to date & execute it. (It will take some minutes).
Then check it by MB56. You will find traceability.

Similar Messages

  • Main Viewer Window does not display correctly

    Ever since I upgraded to Aperture 3.3 through 3.4.1, the main viewer window does not display correctly.  Everything is justified to the right of the screen.  When viewing images, the are not in teh center, they are over to the right.  I can't even see the import controls when trying to import... actually I can't even press the import button or add metada.  I am really in a bad position here.  Need help with this... anyone out there have a solution please?  my clients are waiting for their photos.  Yikes!
    Right justified?
    No Import Controls?
    Faces -  Everything displayed in a single row, runs off the end of the right side of the screen

    Have a read through this page and follow the directions to delete your application preferences,
    Let us know how you go.
    Tony
    http://support.apple.com/kb/HT3805
    Message was edited by: Tony Gay

  • Oops - spry menu bar 2.0 does not display correctly when loaded

    Oops - obviously I'm new at this. I think I got my graphics loaded now.
    Dear Sirs:
    I notice bzz31 had a pretty complicated post, so perhaps someone can help me with my complicated problem that has been vexing me for months. I tried the Spry Menu Bar 1.0, but it was impossible for me to edit, and I was delighted to see Spry Menu Bar 2.0 come out. However the 2.0 version has been frustrating me as well.
    I can get my menu bar to display properly in Live View, as shown below.
    However when I load everything onto the server, the menu bar does not display correctly, as shown below:
    I don't quite understand the code "file:///" but I interpret it to mean that the Spry-UI-1.7 folder is in the topmost folder of MacPro5-Docs, which is my hard drive. Here's the code I'm having trouble with:
    Here's my computer directory, shown below:
    Since my index file is two folders down from Spry-UI-1.7, I loaded the files onto the server similarly, as shown in the next three pictures:
    (The picture below is the same as the one just above, but now you can see the path from index to Spry-UI-1.7.)
    I would be most appreciative if someone can help me.
    Thank you.

    Have a look at the following links
    <script src="file:///MacProG5-Docs/Spry-UI-1.7/includes/SpryDOMUtils.js" type="text/javascript"></script>
    <script src="file:///MacProG5-Docs/Spry-UI-1.7/includes/SpryDOMEffects.js" type="text/javascript"></script>
    <script src="file:///MacProG5-Docs/Spry-UI-1.7/includes/SpryWidget.js" type="text/javascript"></script>
    <script src="file:///MacProG5-Docs/Spry-UI-1.7/includes/SpryMenu.js" type="text/javascript"></script>
    <script src="file:///MacProG5-Docs/Spry-UI-1.7/includes/plugins/MenuBar2/SpryMenuBarKeyNavigationPlugin.js" type="text/javascript"></script>
    <script src="file:///MacProG5-Docs/Spry-UI-1.7/includes/plugins/MenuBar2/SpryMenuBarIEWorkaroundsPlugin.js" type="text/javascript"></script>
    <link href="file:///MacProG5-Docs/Spry-UI-1.7/css/Menu/basic/SpryMenuBasic.css" rel="stylesheet" type="text/css" />
    Each of the above points to a file on your local system and cannot be found by the remote server.
    Replace the red coloured parts with http://www.twhsbands.org/ will remedy the situation.
    You also have some remnants of the other SpryMenuBar that should be removed from your markup.
    Gramps
    Wel, so much for the red coloured parts, they did not show up.
    The red coloured parts read file:///MacProG5-Docs/

  • I just upgraded to Mavericks and suddenly youtube does not display correctly although other sites work fine. I am using the newest MacBook Air. Any suggestions?

    I just upgraded to Mavericks and suddenly youtube does not display correctly although other sites work fine. I am using the newest MacBook Air. Any suggestions?

    Hi ..
    Open System Preferences > Flash Player then select the Advanced tab.
    Click Delete All under Browsing Data and Settings
    Back to Safari. Press Command + Option + E to empty the Safari cache.
    Quit and relaunch Safari, try a video.

  • Report does not display correctly when exported to adobe

    Post Author: mgisonda
    CA Forum: Crystal Reports
    Hopefully someone can help me. I am currently running Crystal Reports profession version 10. I have applied service pack 1 and recently service pack 6. I am having a problem with the display of a report within adobe. My report is a bit complex. It is a 8.5x11 one page landscape report. It is set up in a grid format with multiple lines and boxes drawn on it. Here is the report information: Report Definition----
    Number of Database Fields:   144     Number of On-Demand Formulas:   40     UFLs in use:   None     Page N of M Used:   No     File Format Schema:   10.2.0    I created the report using CR developer. I use the report within a web project. The user requests the report and it returns to the user, an adobe file of the report. However, this is where I am having trouble. On my local development machine, the report displays fine. In CR developer, the report displays fine. When I export the report to Adobe from the CR Developer, it exports fine. BUT when I run the report from my web site, the adobe file that is returned is broken up over 42 pages. What seems to be actually happening is the return adobe file seems to think that the page size is 2in X 4in.. Where it got that, I don't know.The server running IIS is a windows server 2003. It has adobe 8.0 reader on it. I also have Crystal 10 Server Distribution loaded on it. And I have loaded CR10 Service pack 6 on that as well. Below is the web code that is used to display the report:Imports CrystalDecisions.Shared'Imports CrystalDecisions.CrystalReportsImports CrystalDecisions.CrystalReports.EngineImports CrystalDecisions.CrystalReports.Engine.ReportClassPublic Class PrintInspectionLayout    Inherits System.Web.UI.Page   Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load        Dim mNotInSpringDesign As String        Dim mPartType As String        mNotInSpringDesign = Request.QueryString("NotInSpringDesign")        If mNotInSpringDesign = "TRUE" Then            mStockCode = Request.QueryString("StockCode")            lblNotInSpringDesign.Text = "Stock Code #: " & mStockCode & " does not exist in Spring Design."            lblNotInSpringDesign.Visible = True            Response.Write("<br><br><br><br><br><font color='blue'><center><a href='SpringDesignWildCardSearch.aspx'>Go To Search Page</a></center></font>")        Else            mStockCode = Request.QueryString("StockCode")            Dim pList As ParameterValues = New ParameterValues            Dim paramName, paramValue As String            Dim pV As ParameterDiscreteValue = New ParameterDiscreteValue            Dim Report As ReportDocument= New ReportDocument            Dim expOpts As ExportOptions = New ExportOptions            Dim pdfRtfWordFormatOpts As PdfRtfWordFormatOptions = expOpts.CreatePdfRtfWordFormatOptions            Dim expFormatOpts As ExportFormatOptions = expOpts.ExportFormatOptions            expOpts.ExportFormatType = ExportFormatType.PortableDocFormat            mPartType = Request.QueryString("PartType")            'SELECT THE INSPECTION LAYOUT TYPE TO PRINT            Select Case mPartType                Case Is = "C"                    Report.Load(MapPath("./Reports/CompressionLayout.rpt"))                    'Report.Load(MapPath("./Reports/PCAR.rpt"))                Case Is = "E"                    Report.Load(MapPath("./Reports/ExtensionLayout.rpt"))                Case Is = "T"                    Report.Load(MapPath("./Reports/TorsionLayout.rpt"))                Case Is = "W"                    Report.Load(MapPath("./Reports/WasherLayout.rpt"))                Case Is = "F"                    Report.Load(MapPath("./Reports/FreeFormLayout.rpt"))                Case Else            End Select            pV.Value = mStockCode            pList.Add(pV)            Report.DataDefinition.ParameterFields("StockCode").ApplyCurrentValues(pList)            Response.ClearContent()            Response.ClearHeaders()            Response.ContentType = "Application/pdf"            Report.ExportToHttpResponse(expOpts, Response, False, "")            Report.Close()        End If    End Sub    Any ideas as to the solution? Why is it not displaying correctly? I have spent two days researching every FAQ  to try to find an answer, but to no avail. Please any help would be greatly appreciated. ThanksMike   

    Hi Paul
    You're more likely to get an answer to this if you post in the UNIX forum.
    By the looks of it, you may have a problem with your fonts.

  • SMS text message header does not display sender information

    When I receive a text message the only header information that displays is the date and time.  The senders information does not display.  The lines are not even there.  There is no way to reply to a text message or tell who the sender is.  This problem is only with SMS messages.  Regular email headers display just fine.  I have done a wipe, reset, reload, everything possible with no luck.  I am the only one in my office with this problem.  I have not been able to find any information or postings from anyone having the same problem.  I can read the text message, but there is no header (except for the date and time).  Any thoughts?
    Blackberry Curve 8350i

    I was able to resolve the problem by uninstalling the Blackberry desktop manager software and reinstalling it selecting Internet Email vs. Blackberry Enterprise Server.  If you get to the screen that asks you to choose which type of email service you use and you accidentally choose the wrong one your phone will work but will do strange things, including sending all sorts of redirect emails.  For me, this seemed to do the trick.

  • Dragging and dropping an item within horizontalList does not display correctly

    It appears that when I drag an item from a HorizontalList to another location within the same HorizonList, it does not display the images correctly. In my HorizontalList, I have an itemRenderer that shows the thumbnail image of the item.  I have about half a dozen items in the list and when I drag the sixth item and move to the beginning of the list, the display looks as if the first and the sixth element are switched, while in reality the resulting dataProvider array seems to have the right order, meaning the sixth element became the first element and the first element became the second element and so on. Has any one seen such a behavior and how do I rectify this? Thanks in advance. Cheers, Ramesh
    The HorizontalList def is
    <mx:HorizontalList id="myList" width="92%" height="100%" columnWidth="90" rowHeight="105" rollOverColor="#f26722"
                        itemRenderer="com.myListRenderer" labelField="name" dataProvider="{arr}" columnCount="10"
                        click="updateView(event)" dragEnabled="true" dropEnabled="true" dragMoveEnabled="true" >
    </mx:HorizontalList>
    The renderer code is
    <?xml version="1.0" encoding="utf-8"?>
    <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" horizontalScrollPolicy="off" verticalScrollPolicy="off" horizontalAlign="center"
            verticalAlign="middle" width="90" height="90" verticalGap="0" creationComplete="init()" >
    <mx:Script>
        <![CDATA[
            private function init():void {
                imageFile.source = data.url;
                imageName.text = data.name;
        ]]>
    </mx:Script>
        <mx:Image id="imageFile" scaleContent="true" width="90" height="70" horizontalAlign="center" verticalAlign="middle"/>
        <mx:Label id="imageName" height="18" width="90" textAlign="left"/>
    </mx:VBox>

    Hi Alex,
    In your blogpost on itemRenderers, you discussed something relevant in a brief section on "Background color changes when data changes". However, I could not find any reference for use on dataChange event handler. Can you pelase point me to the right article?
    Implementing dataChange event instead of creationComplete did not solve my issue. I still had the issue. Thanks, Ramesh

  • Firefox does not display page information correctly

    On the form on http://ppbm5.com/submission.html select a raid level of Raid 0 for the OS disk and select the Number of OS disk next. The only choices you see are 3, 4, 5 and 6. The same applies to the project disk question and the output disk question.
    Using Chrome or Internet Explorer the number of disks shown to choose from are 2, 3, 4, 5 and 6.
    Firefox hides or forgets the option for 2 disks.
    The form used shows up correctly in the Form Maker site, it shows up correctly in Dreamweaver, it shows up correctly in both Chrome and Internet Explorer.
    My only conclusion is that this is a Firefox issue. What can be done to resolve this?
    As it currently is, one can only tell visitors to only use the form with Chrome or IE.
    PS. I tried with FF 4.0 beta 10 and the problem persists.
    BUT, the strange thing is on two other machines, with FF 3.6.13 the problem does not occur, so something must have messed up my regular system to prevent the correct display of the page.
    I tried disabling add-ons, extensions and plug-ins, but that did not help.

    Did you use the same [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder] for the test with 3.6.x and 4.0 ?
    Looks like a problem with JavaScript (Ajax).
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    If you the Firefox 4 beta version with the same profile then you should create a new profile exclusively for the 4.0 beta version and create a desktop shortcut with -P "profile" appended to the target to launch that profile.
    * http://kb.mozillazine.org/Testing_pre-release_versions
    * http://kb.mozillazine.org/Creating_a_new_Firefox_profile_on_Windows
    * http://kb.mozillazine.org/Shortcut_to_a_specific_profile
    * http://kb.mozillazine.org/Using_multiple_profiles_-_Firefox

  • Mail notifications for Eudora clients not displaying correct information in message subject

    I have been using PMDF from Innosoft with Netscape Calendar Server 4.0. I
    recently upgraded from Calendar Server 3.51 to 4.0, and I am using the
    sendmail command to
    send out email notifications. When I send out email notifications, clients
    who use Eudora and who are on a Windows platform do not see the correct
    information in the Subject line of the emails. This problem does not occur
    with other email clients, including Eudora clients on Macintosh platforms.
    This problem also does not occur when I send email using the natives endmail
    binary.
    <P>
    The following line is an example of the Subject line that is displayed when
    a Eudora client on Windows views an email notification:<BR><P>
    Subject: Wallace (xsw),Brian SmlhbiBT
    <P>
    Is there is a way to configure how Calendar Server writes the Subject lines
    for email notifications?
    <P>
    Check the setting for the character set that is being used for the content
    portion of email messages. This setting is in the Calendar Server
    configuration file, which is located at<BR>
    <P>
    /users/unison/misc/unison.ini
    <P>
    The mimecontentcharset
    parameter under the [CWS]
    section determines what character set is used to encode the content and subject
    portion of a (MIME) email message.<BR>
    <P>
    The accepted values for the mimecontentcharset
    parameter are as follows:<BR>
    <P>
    ISO-8859-1
    Shift_JIS
    MSCP932
    <P>
    The default value is ISO-8859-1
    .<BR>
    <P>
    For more information about the steps for configuring the Calendar Server,
    please see the Netscape Calendar Server 4.0: Administrator's Guide at
    <BR>
    <P>
    http://docs.iplanet.com/docs/manuals/calendar/ncs40/ag/chapter7.htm#1019632

    Try first disabling any custom rules you may have, and see whether that makes a difference. If the problem persists, proceed as follows.
    Verify/repair the startup disk (not just permissions), as described here:
    The Repair functions of Disk Utility: what's it all about?
    After having fixed all the filesystem issues, if any, and ensuring that there’s enough space available on the startup disk (a few GB, plus the space needed to make a backup copy of the Mail folder), try this:
    1. Quit Mail if it’s running.
    2. In the Finder, go to ~/Library/Mail/. Make a backup copy of this folder, just in case something goes wrong, e.g. by dragging it to the Desktop while holding the Option (Alt) key down. This is where all your mail is locally stored.
    3. Locate Envelope Index and move it to the Trash. If you see any other “Envelope Index”-named file there, delete it as well.
    4. Move any “IMAP-”, “Mac-”, or “Exchange-” account folders to the Trash. Note that you can do this with IMAP-type accounts because they store mail on the server and Mail can easily re-create them. DON’T trash any “POP-” account folders, as that would cause all the mail stored there to be lost.
    5. Open Mail. It will tell you that your mail needs to be “imported”. Click Continue and Mail will proceed to re-create Envelope Index — Mail says it’s “importing”, but it just re-creates the index if the mailboxes are already in Mail 2.x format.
    6. As a side effect of having removed the IMAP account folders, those accounts may be in an “offline” state now. Do Mailbox > Go Online to bring them back online.
    Note: For those not familiarized with the ~/ notation, it refers to the user’s home folder. That is, ~/Library is the Library folder within the user’s home folder, i.e. /Users/username/Library.

  • Mac mini minidvi to hdmi does not display correctly new Panasonic TC-L37D2

    Hi,
    I have the 2009 mac mini (2.2GHz cor 2 duo nvidia 9400 256mb) and I recently purchased the Panasonic TC-L37D2 LED LCD tv. I use the mini dvi to dvi adapter with a belkin dvi to hdmi cable I purchased at the apple store to connect the mac mini to the tv. I cant seem to get the display to correctly fill the screen. When I select 1080P the top menu bar is out of view. Basically the desktop is larger than what is displayed on the screen making navigation difficult. I tried overscan but my screen then has black bars framing the entire desktop. Are there any updated display drivers I can try to fix this. I tried the third party software switchresx but I was only able to correct the vertical issue and not the horizontal issue (so the apple pulldown in the upper left corner is off of the screen). Why is it such a hassle to get this working? My buddy has a 42 inch Panasonic plasma and does not have any problems. Anyone know the correct switch resX settings at least? I see that Apple has added an hdmi port to the new mac minis but that just means I should have waited to buy mine. :/

    Read my post in Mac Mini to HDTV. A 3rd party utility called DisplayConfigX will allow you to create a custom resolution that will resize the Mac DVI/HDMI output to fit.
    It is annoying when that top menu bar is off the screen huh?

  • Iweb updated page does not display correctly in firefox or safari

    www.rohanstevenson.com
    tried to update my site with a couple of cues and the wheels have completely come off. i cannot get the site to display correctly.
    it looks a bit better if i open the page directly from the computer, but after sending it to ftp host it will not load up properly in the browsers.
    i have no idea what is going on and i rather desperately need that site back up and running
    help!!

    This is happening probably because the text encoding on your server end is set wrong. Or perhaps your FTP program is doing the encoding differently. This is commonlly seen when uploading iWeb pages to 3rd party servers and can be corrected.
    Our own Tom Gewecke has a nice writeup about these strange looking characters that can appear. He also has some suggestions about what to check and what to do. Check it out and see if any of it might be relevant to your situation. If not come on back and we'll keep trying to troubleshoot with you...
    http://homepage.mac.com/thgewecke/iwebchars.html
    Good luck!

  • Book Title in Navigation Bar Does Not Display Correctly

    Hi,
    I tried creating a epub file following Epub Best Practices ebook but after creation and loading of the ebook, I noticed that the book title at the navigation bar is not appearing correctly. The only the upper half of the text is shown so it appears that the text is cut in half. What should I do to correct this?
    Thanks,
    -- Jeff

    It seems that ADE is having errors displaying the book title when it has a non-breaking space. The book title in the previous post contains an non-breaking space. And when I replaced it with a regular space, the display was fixed. See link for the screen grab:
    http://picasaweb.google.com/lh/photo/WIRjcDpEJSGOIur7FEBvzg?authkey=U6NN0HOA9dw&feat=direc tlink
    Aside from non-breaking spaces, what other characters does ADE does not support (which displays the title incorrectly)?
    -- Jeff

  • Splash screen does not display correctly

    Hello everyone. I have a class which shows a spashscreen. When run from the main method it display the splash correcly.
    I have a login module. When the login is sucessful , I call the splashcreen module. Here the problem arises. It just gives me the white background. The image is not there.
    I also encounter this sort of problems when calling other panels from my mainpage. The panels have a background. When called for the first time they appear distorted. When a second time they are called( by clicking the menu button from my mainpage) everything displays correctly.
    I am very confused with the above problem because there is simply no error in the coding. I can't see where the problem lies.
    Please Please Help me! I'll be indepted to you all!

    This is my class that I've written that works fine. Feel free to use it.
    * SplashScreen.java created on May 14, 2003
    * Copyright (c) 2003 Rene Peters Consultancy.
    * This software is the confidential and proprietary information of Rene
    * Peters Consultancy ("Confidential Information"). You shall not
    * disclose such Confidential Information and shall use it only in
    * accordance with the terms of the license agreement you entered into
    * with Rene Peters Consultancy.
    package nl.renepetersconsultancy.util.gui;
    * An application to show a title screen in the center of the screen
    * for the amount of time given in the constructor. This class includes
    * a sample main() method to test the splash screen, but it's meant for use
    * with other applications.
    * @author Ren� Peters
    * @version 1.0 May 14, 2003
    import java.awt.Dimension;
    import java.awt.Toolkit;
    import java.net.URL;
    import java.util.logging.Logger;
    import javax.swing.ImageIcon;
    import javax.swing.JLabel;
    import javax.swing.JPanel;
    import javax.swing.JWindow;
    public class SplashScreen extends JWindow implements Runnable {
    private Logger logger = null;
    private int minimumDuration;
    private String resource;
    private boolean keepRunning = true;
    private boolean waitForStop = true;
    private boolean done = false;
    * Constructor for the SplashScreen. Only used for initialisation. Nothing really happens yet.
    * @param resource Location of the image (jpeg, gif, png or xbm)to be displayed in the SplashScreen.
    * Image must be located somewhere on the classpath. E.g. "nl/petersconsultancy/planner/gui/logo.jpg".
    * @param minimumDuration The time in milliseconds the SplashScreen will be displayed, at least.
    * It can not be stopped before that. Values must be in the range [0, ->]. If smaller the 0 the will be
    * set to 0.
    * @param waitForStop Boolean to indicate if the object will be displayed after the minimumDuration has passed
    * by calling the "pleaseStop" method or if it will stop being displayed anyway.
    * background or the rest of the execution should hold for a while.
    public SplashScreen(String resource, int minimumDuration, boolean waitForStop) {
    logger = Logger.getLogger("nl.renepetersconsultancy.util.gui.SplashScreen");
         if (minimumDuration < 0) {
              this.minimumDuration=0;
         else {
         this.minimumDuration = minimumDuration;
    this.resource = resource;
    this.waitForStop = waitForStop;
    Thread thread = new Thread(this);
    thread.setDaemon(true);
    thread.start();
    * Check if the minimumDisplay time has elapsed already.
    public boolean isDone(){
         return done;
    * Request this from being displayed and have it removed.
    public void pleaseStop(){
         keepRunning = false;
    * Display the SplashScreen.
    public void run() {
    // Build the splash screen.
    if (resource==null) {
    logger.warning("The image to display in the SplashScreen is set to 'null'.");
    return;
    } else if (resource.equals("")) {
    logger.warning("The image to display in the SplashScreen is set to an empty string.");
    return;
    URL URLImage = this.getClass().getClassLoader().getResource(resource);
    if (URLImage==null) {
    logger.warning("The resource for the image to display in the SplashScreen can not be found.");
    return;
    ImageIcon imageIcon = new ImageIcon(URLImage);
    JLabel label = new JLabel(imageIcon);
    // Set the window's bounds, centering the window.
    // Take the dimension of the icon for reference.
    int width = imageIcon.getIconWidth();
    int height = imageIcon.getIconHeight();
    Dimension screenDimension = Toolkit.getDefaultToolkit().getScreenSize();
    int x = (screenDimension.width-width)/2;
    int y = (screenDimension.height-height)/2;
    this.setBounds(x,y,width,height);
    JPanel content = (JPanel) this.getContentPane();
    content.add(label);
    // Display it while running for a while in the background.
    this.setVisible(true);
    try { Thread.sleep(minimumDuration); } catch (Exception e) {}
    done = true;
    if (waitForStop) {
         while (keepRunning) {
    try { Thread.sleep(100);} catch (Exception e) {}
    setVisible(false);
    this.dispose();
    public static void main(String[] args) {
    SplashScreen splash = new SplashScreen("nl/renepetersconsultancy/util/gui/images/Ape.jpg",500, true);
    while (!splash.isDone()){
    try { Thread.sleep(50000); } catch (Exception e) {}
    splash.pleaseStop();
    System.exit(0);

  • CS4 GUI does not display correctly

    I'm using the trial version of Dreamweaver CS4 on a Thinkpad
    T60 with XP Pro SP3. My monitor is 1280 x 1024 and the fonts size
    is set to Large (which may be the source of this problem.)
    When I am using Dreamweaver, the window at the bottom of the
    screen, the one with a tab labeled Properties, does no fully
    display. The second line of data entry boxes, the ones labeled ID
    and Link are partially cut off. There does not seem to be any way
    to increase the size of that window and I also don't know if there
    are more than 2 lines.
    Is this a font size issue? is there any fix, other than using
    normal size fonts?

    Adobe applications unfortunately do not adhere to OS UI
    standards.
    Al Sparber - PVII
    http://www.projectseven.com
    The Finest Dreamweaver Menus | Galleries | Widgets
    http://www.projectseven.com/go/pop
    The Ultimate DW Menu System
    "vicroberts" <[email protected]> wrote in
    message
    news:gjoe9i$7vc$[email protected]..
    >I did not mention in my original post that I'm using an
    external monitor
    >with
    > the Thinkpad.
    >
    > I can confirm now that the problem I discuss in my
    original post
    > disappears if
    > I switch to Normal fonts instead of Large. It would be
    nice if there were
    > some
    > way to display this window complete when using Large
    fonts. I have not
    > seen
    > any programs that have problems with large fonts in
    quite some time. I'm
    > surprised that a program such as Dreamweaver would not
    be coded to adjust
    > correctly for large fonts.
    >

  • SharePoint group containing AD security group - Check Permissions does not show correct information

    I'm seeing a problem with SharePoint 2013 groups that contain Active Directory security groups. When using the Check Permissions feature to see what permissions a specific user has, it does not reflect the correct permissions for a user inside of the AD
    security group. This occurs when checking permissions on a site, library, list or folder. When a user is added as a direct member of the SharePoint group it lists their proper permissions. I should note that the users ability to access the site or list works
    properly and coincides with the SP/AD group the user belongs to. It's only the Check Permissions that doesn't work. This does not happen with SharePoint 2010 and the Check Permissions tool is very useful. Any ideas?

    It's not wrong, it is expected behavior and working as designed. Until a user logs into the SharePoint site that is granted access via AD group, the user is not going to show under 'check permissions' as having access. SharePoint must have a record of the
    user in the UIL in order to validate their access.
    You're free to file an RFC with Microsoft, but the monetary impact to you must be extremely high in order for this behavior to be changed.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

Maybe you are looking for