General protection fault with alt-tabbin​g and pop ups

Hi,
This is probably a case of me doing something I shouldn't, but I figured out a while ago that I could get resizable modal pop ups by doing something like this:
SetPanelAttribute(panelHandle2, ATTR_SIZABLE, 0);
InstallPopup(panelHandle2);
SetPanelAttribute(panelHandle2, ATTR_SIZABLE, 1);
This is almost certainly a hack, but it seems to work and I get modal pop ups that the user can resize and maximize.  However, the run-time engine does not seem to like this, and I am getting general protection faults when alt-tabbing between the main application window and the pop up (which both have taskbar buttons).  The address where it crashes, at least on my computer, is 0x684F5E34 which is in cvirte.dll.  This also seems to crash in the release configuation.
I've attached a small sample application.  In order to see the problem, launch the application, open the Pop Up, and alt-tab a few times between the two windows.  On my development PC this will generate a general protection fault after a few times (often the first time).  I'm running CVI 2012SP1 on a Windows XP Pro PC.
Any insight would be helpful.  Thanks.
Attachments:
Pop Up Test.zip ‏5 KB

What I don't understand is how you can switch between main and popup panel since the latter is displayed with InstallPopup: I never succeed in getting focus to the main panel when the popup is active, and it is not even listed among windows in alt-tab procedure. If I select the main window in taskbar, the popup immediately comes up and gets the focus.
Proud to use LW/CVI from 3.1 on.
My contributions to the Developer Zone Community
If I have helped you, why not giving me a kudos?

Similar Messages

  • Graph control causes general protection fault when changing axis range (64bit)

    Hello,
    i wrote a 32bit application which i'm porting to 64bit now and stumbled across a problem with the graph control.
    The Graph axsis are set to editable so that the user can change the axis range manually at runtime. The 32bit version has no problem here, but the 64bit  version is crashing  with a general protection fault at the source line with RunUserInterface().
    Is there a compiler option/value or something i should be aware of when swithing to 64bit that should be set?
    Or is this just a problem with the code of the control?
    I tried it with LabWindows v13.0.2 (278)  and v13.0.1, running under Windows 7 64bit.
    Thanks.

    Hello, danouj!
    Thank you for reporting this issue to us!
    However, information you provided is still unsufficient for us to determine the background of this bug.
    Please also provide the following details, so that we can identify the issue and investigate whether a workaround for this problem exists:
    From my understanding, when porting the application to 64-bit, you also performed some code changes to your CVI application. What are these code changes?
    If you run the 64-bit version of your application without these code changes, does the application also crash?
    What is the address of this crash?
    It would also be very useful, if you can send us a copy of a minimal snapshot of your project application, in which the problem still occurs, for us to investigate the issue.
    You can upload the sources at ftp://ftp.natinst.com/incoming
    Best regards,
    - Johannes

  • General Protection Fault in module WIN87EM.DLL while Running Windows XP Mode

    I am attempting to run a legacy, 16-bit program, P3, on a Windows XP Mode Virtual Machine, hosted by a Windows 7 x64 box. When performing various activities in the program, I receive "P3 caused a General Protection Fault in module WIN87EM.DLL
    at 0001:02C6." This occurs on multiple platforms (Core i5, Core 2 Duo).
    Based on my research, I have found "The Windows 80x87 emulator library,
    WIN87EM.DLL, works at the 16-bit-Windows level
    to virtualize the coprocessor among multiple Windows-based applications that run inside the system VM."
    It appears to me that, with the Virtual Machine using a Virtualized Processor (not related to the above reference to "virtualized coprocessor") as opposed to an emulated processor, the Virtual Math Coprocessor Device (VMCPD) and/or WIN87EM.DLL
    generate an error from the virtualized processor (perhaps they do no recognize it?)
    In addition "When the kernel loads an application, it checks to see if floating-point hardware is present. If a coprocessor is not present, the kernel uses the
    fixup records to replace the actual floating-point instructions with
    Interrupt 3x calls to emulation code in WIN87EM.DLL."
    I have found some information that points to "hiding" the math coprocessor from the Virtual Machine, so it doesn't go to the processor. This apparently can be achieved by using a program called WinFloat which includes a tool called HIDE87, which is suppose
    to hide the math coprocessor from the kernal.
    The issue I'm running into is, to properly achieve this, HIDE87 must be loaded before Windows. I have tried a couple techniques, but I think I'm doing it wrong. I have tried adding the HIDE87 program to the System32 directory and then adding
    HIDE87 (just before autocheck autochk *) to BootExecute under the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager
    key.
    For a little more info, when you run HIDE87 from the command prompt it reads "HIDE87: Int 11h hook installed (must reboot to remove)." The documentation says this is what needs to occur before Windows loads. You can find WinFloat here:
    http://support.microsoft.com/kb/97265.
    Any help or insight would be greatly appreciated.

    This link helped point me to winfloat to solve the very same issue with WIN87EM.dll crashing under Windows XP on VMware 5 for an old legacy Windows 3.1.  I thought I would mention that the original approach taken by tstock_sjc should work fine.   First
    off, winfloat is a self extracting executable and we really don't want to run winfloat, but rather hide87.com which is a tiny TSR that is inside the winfloat archive.  When you run any DOS or Windows 3.1 executable, Windows XP first boots up (if one isn't
    already running) a mini-MSDOS 5 environment called NTVDM.exe.   Just as with the original MSDOS, when the shell loads, it loads files similar to config.sys and autoexec.bat.   Of course, there are more restrictions on drivers and not everything
    under MSDOS is emulated but nevertheless, it is a fairly good approximation of an MSDOS 5 environment.  The issue that tstock_sjc had was NTVDM.exe looks for %WINDIR%\system32\autoexec.nt and %WINDIR%\system32\config.nt instead of autoexec.bat
    and config.sys.  If you extract hide87.com out of winfloat.exe and place it into the %WINDIR%\system32 directory and add a line like %SystemRoot%\system32\hide87.com to the end of autoexec.nt , NTVDM will indeed load this TSR before launching its emulated
    copy of of Windows 3.1 (wowexec.exe).  When the 16 bit application is finally launched after wowexec.exe, the coprocessor is then masked.  It worked fine for me anyway (after applying changes and rebooting).  Under process monitor I could clearly
    see NTVDM.exe reading autoexec.nt and hide87.com and the WIN87EM.dll GP fault went away. 

  • Savepanelstate general protection fault

    I'm once in a while receiving a "General Protection Fault" when using SavePanelState in CVI 2010 running Windows XP.
    This a program that runs 24/7, and that function call is probably executed 20k times a day, and runs on number of benches with the same configuration and no problems.
    It sounds similiar to the problem that was found a while back for 64 bit applications, the CVI Runtime engine is 10.0.1.419.
    Any updates that would correct this available?  Any other ideas?
    Terry

    Hi Terry,
    There was a bug in 64-bit for SavePanelState, but it was related to the creation of the save file. It could only occur for 64-bit applications and SavePanelState would always fail. So I don't think that is related to your issue.
    Am I correct that this issue only occurs on 1 system? How often does it occur?
    Are you able to reproduce this with the debugger attached? Is there an address attached to the fault?
    Could you generate a crash dump and send it to us?
    How To Create and Submit a Crash Dump to NI
    National Instruments
    Product Support Engineer

  • General protection fault windows 3.1

    I am  using a real time devices pc104 computer stack running windows 3.1, trying to install labwindows 5.1.  program installs, but when I try to run I get
    "CVI caused a general protection fault in module cvi.exe at 0001:07A4."  Any one have an idea why?  I have this program installed on an identical computer stack with no problems.  I have also tried a third stack with the same result as the first.

    Hi scottharris,
    It seems as if this is a known issue of Windows 3.x.  I've looked through our records, and it doesn't seem as if this particular behavior has been reported when opening CVI.  So, unfortunately, I cannot give you a direct solution to this issue.  You may want to take a look at some of the many online troubleshooting guides for General Protection Faults, like this one.
    Regards,
    Sara Lewandroski
    Applications Engineer | National Instruments
    http://www.ni.com/support

  • CVI2009 general protection fault in user interface library commands

    I have a program which we have been using and updating since 1999.  We have updated it in various versions of LabWindows/CVI and had no problems.  We recently updated it and compiled it in CVI2009 and now we get general protection faults.  The faults are occurring in commands from the user interface library and not always in the same command.  Sometimes it will process the commands properly and sometimes not.  PlotXY, PrintCtrl, SetMouseCursor, and DiscardPanel have each caused the faults.  Any suggestions?

    Hello - 
    My initial guess is that you are running into the issue described in this KB.  What is the version of cvirte.dll in c:\windows\system32?  If it is 9.1.0.427, you need to upgrade to version 9.1.0.428, which is linked in the KB.
    Let us know if that does not resolve it for you!
    NickB
    National Instruments

  • What antivirus protection should I purchase for my MacBook Pro? MacSecurity.app appeared on my desktop, and I downloaded that. Since then, it has said my computer is infected and pop-ups have been appearing.

    What antivirus protection should I purchase for my MacBook Pro? MacSecurity.app appeared on my desktop, and I downloaded that. Since then, it has said my computer is infected and pop-ups have been appearing.

    You've been infected by a scam trojan.  You don't need any anti-virus software on your Mac.  See the following about getting rid of the trojan.
    Trojan War
    If you discover a trojan program is running on your computer then look to the following information for assistance:
    1. A recent discussion on the Apple Support Communities: MacDefender Trojan.
    2. An excellent site devoted to Mac Malware: Macintosh Virus Guide
    3. Another site for removing MacDefende, et.al.: MAC Defender Rogue Anti-Virus analysis and Removal
    4. A new removal utility - MacDefenderKiller
    Removing strange software can be a task.  The following outlines various ways of uninstalling software:
    Uninstalling Software: The Basics
    Most OS X applications are completely self-contained "packages" that can be uninstalled by simply dragging the application to the Trash.  Applications may create preference files that are stored in the /Home/Library/Preferences/ folder.  Although they do nothing once you delete the associated application, they do take up some disk space.  If you want you can look for them in the above location and delete them, too.
    Some applications may install an uninstaller program that can be used to remove the application.  In some cases the uninstaller may be part of the application's installer, and is invoked by clicking on a Customize button that will appear during the install process.
    Some applications may install components in the /Home/Library/Applications Support/ folder.  You can also check there to see if the application has created a folder.  You can also delete the folder that's in the Applications Support folder.  Again, they don't do anything but take up disk space once the application is trashed.
    Some applications may install a Startup item or a Log In item.  Startup items are usually installed in the /Library/StartupItems/ folder and less often in the /Home/Library/StartupItems/ folder.  Log In Items are set in the Accounts preferences.  Open System Preferences, click on the Accounts icon, then click on the LogIn Items tab.  Locate the item in the list for the application you want to remove and click on the Delete [-] button to delete it from the list.
    Some software use startup daemons or agents that are a new feature of the OS.  Look for them in /Library/LaunchAgents/ and /Library/LaunchDaemons/ or in /Home/Library/LaunchAgents/.
    If an application installs any other files the best way to track them down is to do a Finder search using the application name or the developer name as the search term.  Unfortunately Spotlight will not look in certain folders by default.  You can modify Spotlight's behavior or use a third-party search utility, Easy Find, instead.  Download Easy Find at VersionTracker or MacUpdate.
    Some applications install a receipt in the /Library/Receipts/ folder.  Usually with the same name as the program or the developer.  The item generally has a ".pkg" extension.  Be sure you also delete this item as some programs use it to determine if it's already installed.
    There are many utilities that can uninstall applications.  Note that you must have this software installed before you install software you may need to uninstall.  Uninstallers won't work if you install them after the fact.  Here is a selection:
    AppZapper
    Automaton
    Hazel
    CleanApp
    Yank
    SuperPop
    Uninstaller
    Spring Cleaning
    Look for them and others at VersionTracker or MacUpdate.
    For more information visit The XLab FAQs and read the FAQs on removing software and dealing with spyware and malware.
    After removing all the components of the software you may have to restart the computer to fully disable the software.  This will be the case when removing software that has installed a daemon.  After the daemon has been removed you need to restart the computer to stop the daemon.  Alternatively, you can kill the daemon process using the Terminal application or Activity Monitor.

  • Something was hidden in a download and now these double green underlined hyperlinks show up everywhere, and pop ups too whenever I click on ANYTHING. I can't figure out how to find it and get rid of it.

    Something was hidden in a download and now these double green underlined hyperlinks show up everywhere, and pop ups too whenever I click on ANYTHING. I can't figure out how to find it and get rid of it.

    You installed the "DownLite" trojan, perhaps under a different name. Remove it as follows.
    Malware is constantly changing to get around the defenses against it. The instructions in this comment are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data.
    Triple-click anywhere in the line below on this page to select it:
    /Library/LaunchAgents/com.vsearch.agent.plist
    Right-click or control-click the line and select
    Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item named "VSearch" selected. Drag the selected item to the Trash. You may be prompted for your administrator login password.
    Repeat with each of these lines:
    /Library/LaunchDaemons/com.vsearch.daemon.plist
    /Library/LaunchDaemons/com.vsearch.helper.plist
    /Library/LaunchDaemons/Jack.plist
    Restart the computer and empty the Trash. Then delete the following items in the same way:
    /Library/Application Support/VSearch
    /Library/PrivilegedHelperTools/Jack
    /System/Library/Frameworks/VSearch.framework
    Some of these items may be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including any that have the word "Spigot" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    This trojan is distributed on illegal websites that traffic in pirated movies. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect much worse to happen in the future.
    You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that the DownLite developer has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing, has not done so, even though it's aware of the problem. This failure of oversight is inexcusable and has compromised the value of Gatekeeper and the Developer ID program. You can't rely on Gatekeeper alone to protect you from harmful software.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • Why am I constantly being re-linked to ads and pop ups

    I have only had my Macbook Pro a week, and I cannot go onto safari without constantly being re-directed to advertising pages and pop ups appearing on sites that would never have them. I have compared all my settings to my girlfriends Macbook Pro with no differences that we can see. Even when I checked the T's and C's box to agree to the apple support community it opened up 2 other tabs to advertisement websites. Can anyone help me out as I am new to mac and its really annoying me after only having it for one week. I have downloaded adobe flash player and Utorrent but did not download any torrents as of yet. I have tried ClamXav and the scans come back with no results.
    Any help will be gratefully appreciated.

    You may have installed the "DownLite" trojan, perhaps under a different name. Remove it as follows.
    Malware is constantly changing to get around the defenses against it. The instructions in this comment are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data.
    Triple-click anywhere in the line below on this page to select it:
    /Library/LaunchAgents/com.vsearch.agent.plist
    Right-click or control-click the line and select
              Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item named "VSearch" selected. Drag the selected item to the Trash. You may be prompted for your administrator login password.
    Repeat with each of these lines:
    /Library/LaunchDaemons/com.vsearch.daemon.plist
    /Library/LaunchDaemons/com.vsearch.helper.plist
    /Library/LaunchDaemons/Jack.plist
    Restart the computer and empty the Trash. Then delete the following items in the same way:
    /Library/Application Support/VSearch
    /Library/PrivilegedHelperTools/Jack
    /System/Library/Frameworks/VSearch.framework
    ~/Library/Internet Plug-Ins/ConduitNPAPIPlugin.plugin
    Some of these items may be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including any that have the word "Spigot" or "Conduit" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    This trojan is distributed on illegal websites that traffic in pirated movies. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect much worse to happen in the future.
    You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that the DownLite developer has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing, has not done so, even though it's aware of the problem. This failure of oversight is inexcusable and has compromised both Gatekeeper and the Developer ID program. You can't rely on Gatekeeper alone to protect you from harmful software.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • Blocking ads and pop ups

    Have the newer version of the WSA give us the option not to display an message when an ad or pop up is blocked?
    I have asked about this before and I thought that is was in the blueprints for a future release I just wanted to see if is has been done.
    I get a lot of complaints that websites are being blocked and really its just ads and pop ups.Other url filters that I have used in the past for ads and pop ups dont display this ad or pop up has been blocked message.
    Thanks

    Just FYI ... we currently acheive this by using a custom (redirected from ironport) block page for all of our block messages. We then design this .asp block page to display differently depending on what fields are passed to it in the URL. If the category=Advertisements, then the block page appears as a simple white page with the text "This advertisement has been intentionally blocked ... "
    This also allows us to design custom 504, 503 pages etc, as well as different block pages depending on the user's IP address range.
    Can you share with us how you did this, I am new to the IronPort and have some .asp experience. I would like to know how to blank out the ad pages and have a message come up for the other blocked pages. Thanks!

  • How do i get ads and pop ups off my computer?

    Mac Book Pro
    Processor 2.66 GHz Intel Core 2 Duo
    Version 10.0.1
    How do I get ads and pop ups off my computer?

    Your question is one that tends to bring out the worst of all the bad advice that infests this site. There is, in fact, no need to download anything to solve the problem.
    You may have installed one or more of the common types of ad-injection malware. Follow the instructions on this Apple Support page to remove it. It's been reported that some variants of the "VSearch" malware block access to the page. If that happens, start in safe mode by holding down the shift key at the startup chime, then try again.
    Back up all data before making any changes.
    One of the steps in the article is to remove malicious Safari extensions. Do the equivalent in the Chrome and Firefox browsers, if you use either of those. If Safari crashes on launch, skip that step and come back to it after you've done everything else.
    If you don't find any of the files or extensions listed, or if removing them doesn't stop the ad injection, ask for further instructions.
    Make sure you don't repeat the mistake that led you to install the malware. It may have come from an Internet cesspit such as "Softonic" or "CNET Download." Never visit either of those sites again. You might also have downloaded it from an ad in a page on some other site. The ad would probably have included a large green button labeled "Download" or "Download Now" in white letters. The button is designed to confuse people who intend to download something else on the same page. If you ever download a file that isn't obviously what you expected, delete it immediately.
    Malware is also found on websites that traffic in pirated content such as video. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect more of the same, and worse, to follow. Never install any software that you downloaded from a bittorrent, or that was downloaded by someone else from an unknown source.
    In the Security & Privacy pane of System Preferences, select the General tab. The radio button marked Anywhere  should not be selected. If it is, click the lock icon to unlock the settings, then select one of the other buttons. After that, don't ignore a warning that you are about to run or install an application from an unknown developer.
    Still in System Preferences, open the App Store or Software Update pane and check the box marked
              Install system data files and security updates (OS X 10.10 or later)
    or
              Download updates automatically (OS X 10.9 or earlier)
    if it's not already checked.

  • Querying/setting "Print notes and pop-ups" application preference

    Hi
    I'd like to be able to alert the user if a particular setting is disabled within a plugin application I've written for Acrobat 9 Pro. The particular preference in question is the "Print notes and pop-ups" setting in the Comments preferences page.
    I've tried querying the value using AVAppGetPreference(avpPrintAnnots), but it seems that the particular constant I pass doesn't refer to what I assumed it does. Is there another I should be using instead? I'd have tried using the AVAppGetPrefBool or similar function, except it requires a key parameter containing a value that doesn't appear to be documented anywhere.
    Failing to access the preference store via the API, I eventually found that the value for the setting I'm after is stored in the windows registry at HKLM\Software\Adobe\Adobe Acrobat\9.0\Annots\cPrefs\bprintCommentPopups, however setting this value in a AVAppDidInitialize callback function is already too late the application to read the new value I've set, and I couldn't find a more suitable callback; not that I was able to find a complete list of these in any of the documentation.
    Regards, Andrew

    Please forgive me for pushing the matter, but given the absence of documentation on this matter, I really have no other option.
    Inserting #define avpPrintCommentPopups (Str("printCommentPopups")) into my source file didn't work either, the Str macro is also undefined. Besides this point, why exactly should the define have worked? The AVAppGetPreference function/macro takes an enum value as an argument, not a string.
    If you are able to supply me with the relevant section and key names for the AVAppGetPrefBool function I would be happy to use this function instead.

  • Can ads and pop ups be shut off on I pad on downloaded games?

    Can ads and pop ups be shut off on game apps?

    Chris is saying it but without saying it ....
    Yes you can turn them off. Buy the full version of the game. As long as you use the free versions there is no way to turn off the ads. That's how the developer generates revenue for his or work - if you don't want to buy the paid version of the game he has to get paid somehow.

  • RT DLL general protection fault associated with serial I/O

    Hello,
    I'm experiencing Generatl Protection Faults on my real-time PC running LabView Real Time 9.1.0.  The faults occur when oppening/reading/writing from a serial rs-232/422 port, regardless of whether I use the Serial library or VISA library. 
    How do I debug this? Is there a stack dump stored somewhere on the RT system when a fault occurs?
    I am using LabWindows/CVI 2009 with the corresponding RT module to do my development.
    Regards,
    ndo

    Michael,
    I was able to get a report of the crash just as the KB instructed. 
    (Although no report was generated when I ran my DLL in debug mode, the report was only generated when I deployed the DLL to the RT system and a crash occurred. )
    I've attached the report here, can you tell me why it's crashing?
    Regards,
    ndo
    Attachments:
    lvrt_err_log.txt ‏51 KB

  • FATAL RUN-TIME ERROR: The program has caused a 'General Protection' fault at 0x6846680A.

    Dear all,
    I have some troubles with LabWindows CVI. Sometimes (maybe 2 or 3 times by week) my application crash with General protection error in cvirte adress. This crash never happens in the same part of the code is always happens in random way. The problem is that in debug mode we don't have any information about where the problem occurs in cvirte. This bugs can happens with differents application from very simple application to very complex applications.
    Do you have some ideas that how can I solve these problems?
    Thanks

    Hello J. Romero!
    Thank you for the crash information you provided!
    Hover you managed to collaborate with NI France more in order to determine the cause of this crash?
    Unfortunately, the information you provided is still not sufficient for us to determine the exact cause and circumstance of this crash:
    The provided event logs only contain relative addresses of the locations. An absolute crash address can better suggest the exact location. Please provide a screenshot of the crash window dialog, which contains the exact absolute address of this crash.
    In your original post, you mentioned that you can reproduce the crash with a "very simple application". Is it possible for you to send us the application on our incoming FTP server, so that we can build and run the program on our side?
    Do you have a suspicion for any particular libraries, components or UI controls that you are using, which reproduce the crash. E.g. "whenever I perform this action in a Numeric Control, the crash occurs...". This will further help us to narrow down on the problem!
    If #2 is not possible, one other solution would be to send us a crash dump of the application. Please follow the steps in this Developer Community post, in order to generate and send us a crash dump: https://decibel.ni.com/content/docs/DOC-1496
    Best regards!
    - Johannes

Maybe you are looking for

  • FaceTime and Messages does not work.

    Hi, I have a Macbook pro 13" (early 2011) I have the latest OS X Yosemite 10.10 update and have tried every troubleshooting step I can think of. I have made sure my date and time are set automatically and are correct. I have toggled FaceTime on and o

  • Thir Party Sales with Status Profile and Credit Block

    Hello All, I have did configuration for Third Party Sales its working fine without Credit Block. The Problem is when I an creating a Sales Order I need to Confirm the Status to Rel and then save the Sales Order. Since the Credit of the Customer Excee

  • Cursor should be at Current checkbox

    Hi All, I have written the coding.If i check the record,and do some calculations affter click on Pre-Calculate Button again the cursor is going to 1st record. plss can any one help me in this issue.. In WHEN_BUTTON_PRESSED trigger i have written the

  • [SOLVED ]conky does not start??

    i hav conky in my startup apps in gnome with this command: sleep 10 && conky -c ~/path...../..../.... then i log out and log in again and it doesn't appear.. what can i do?? thanks everybody, i got it fixed by making a simple script. Last edited by i

  • %EC-SP-5-CANNOT_BUNDLE2 - Switch incorrectly sees port in Dynamic Trunking Mode

    Take this configuration on a 6500 with 2 WS-X6716-10-GE modules installed. interface Port-channel1 description Switch02:Po1 switchport switchport trunk encapsulation dot1q switchport mode trunk switchport nonegotiate interface TenGigabitEthernet1/1 d