Return code when I close the report

I have a trigger after-report that updates the db.
The problem is this trigger starts up always, or when I print a document or when I close simply the report's window preview.
Is there a return code from Report then tells me how finishes the report ??
e.g - If I print the document returns 0
- If I only show the preview returns 1
It's logical that if there is a return-code I'll never use the trigger after-report and I will manage all from forms.
kind regards
Eugenio

Eugenio,
No, there's no such return code from Reports. In fact, there's no way from within the report to tell if the report has been printed (to do this you'd need a trigger on the print button, and that's not provided functionality).
Regards,
Danny

Similar Messages

  • When i close the window if press pressed next to the closure and returned again press not work

    When i close the window if press pressed next to the closure and returned again press not work

    Please expand upon your question with more detail. You can also post in your native language if English is a difficulty.

  • How to close the report background engine programatically in developer 6.0?

    Friends,
    We have developed our application using Oracle Developer 6.0 as front end and Oracle 9iR2 as a back end.
    whenever the user is opening the application one session is creating after that if he runs any report the report background engine is started and that engine also creating one session. So, unnecessarily two sessions are opening for a single application.
    So, how can we close the report background engine programatically after the report displays all the records?
    Moreover, when the user close the application, the report background engine is still open. the user has to close the report background engine manually.
    so how can we solve this issue?
    Thanks
    Sathyguy

    i got this while searching but its not working.....
    Problem Description
    Starting reports using a RUN_PRODUCT on Windows platforms starts a
    Reports Background Engine (RBE). After leaving the forms application the
    background engine is still running and must be terminated by the user.
    Solution Description
    This is intendet behaviour.
    To close the Background Engine programmatically use the Reports Runtime parameter
    ORACLE_SHUTDOWN. E.g.
    Perform the following actions to stop the RBE when closing the Forms
    application:
    1) Create a dummy report which only does e.g. a SELECT * FROM DUAL
    This report has a DESTYPE=FILE and a DESNAME to e.g. C:\TEMP\DUMMY.OUT
    2) In the POST-FORMS trigger add the following code:
    DECLARE
    pl_id ParamList;
    BEGIN
    pl_id := Create_Parameter_List('dummy');
    Add_Parameter(pl_id,'ORACLE_SHUTDOWN',TEXT_PARAMETER,'Yes');
    Add_Parameter(pl_id,'PARAMFORM',TEXT_PARAMETER,'NO');
    Run_product(REPORTS,'<<name dummy rapport>>',SYNCHRONOUS, RUNTIME,
    FILESYSTEM,pl_id,NULL);
    END;
    Explanation
    The Report Background Engine runs separately from the Forms application and
    there is no direct relation between these processes. The Forms should signal
    the RBE that is being closed.
    When the Form is closed the POST-FORM triggers sends a dummy report to
    the RBE. Since the ORACLE_SHUTDOWN=Yes parameter is used after running the
    report the RBE is terminated.
    A small side-effect of the solution is that a small file (5Kb) is created on
    the file-system contaning the output of the dummy report.

  • Values of return code when using dba_audit_session

    Is there anywhere I can look up the possible values for return code when using dba_audit_session?
    I am generating a report over the data and have so far only been able to provide the returncode and whether the username exists (ie username or "other" error)
    Thanks
    (using 9i)

    So far I have fathomed out:
    Return code: 0 everything OK
    Return code: 1017 wrong username or password
    Return code: 28000 locked account
    Return code: 28001 expired account

  • "Dreamweaver quit unexpectedly" when I close the DW CC program

    Though it doesn't seem to effect anything and my files appear to save as they should, I keep getting the "Dreamweaver quite unexpectedly" error and report when I close the program.  This happens the CC version and I think it might have been happening in the CS6 verion prior but I'm not sure.  I hate to clog the space here with the entire report but not sure what else I can supply you with as it is everything I have.  So it follows.  Please help.  Thanks.
    Process:         Dreamweaver [19404]
    Path:            /Applications/Adobe Dreamweaver CC/Adobe Dreamweaver CC.app/Contents/MacOS/Dreamweaver
    Identifier:      com.adobe.dreamweaver-13.1
    Version:         13.1.0.6443 (13.1.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [188]
    Responsible:     Dreamweaver [19404]
    User ID:         501
    Date/Time:       2013-12-09 12:17:46.299 -0800
    OS Version:      Mac OS X 10.9 (13A603)
    Report Version:  11
    Anonymous UUID:  7DEBCDFD-66F3-ACB9-D656-A4BFEEDCEAED
    Sleep/Wake UUID: FC41592D-BA23-48F4-AD19-EFBC667666DF
    Crashed Thread:  0  CrBrowserMain  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000000a0000028
    VM Regions Near 0xa0000028:
        mapped file            000000009c29a000-000000009c34f000 [  724K] r-x/r-x SM=COW  Object_id=67b2342d
    -->
        Submap                 00000000a0200000-00000000a034f000 [ 1340K] r--/rwx SM=PRV  process-only VM submap
    Application Specific Information:
    Performing @selector(terminate:) from sender NSMenuItem 0x11137740
    Thread 0 Crashed:: CrBrowserMain  Dispatch queue: com.apple.main-thread
    0   com.apple.LaunchServices                0x9983ea0b CustomBinding::hash() const + 57
    1   com.apple.LaunchServices                0x998d6f02 std::__1::__hash_iterator<std::__1::__hash_node<Binding*, void*>*> std::__1::__hash_table<Binding*, BindingManager::Hash, BindingManager::EqualTo, std::__1::allocator<Binding*> >::find<Binding*>(Binding* const&) + 22
    2   com.apple.LaunchServices                0x9982ed9f unsigned long std::__1::__hash_table<Binding*, BindingManager::Hash, BindingManager::EqualTo, std::__1::allocator<Binding*> >::__erase_unique<Binding*>(Binding* const&) + 25
    3   com.apple.LaunchServices                0x9982ed17 BindingManager::_release(Binding*, bool) + 85
    4   com.apple.LaunchServices                0x9982ef64 BindingManager::findAndRelease(unsigned long, bool) + 66
    5   com.apple.LaunchServices                0x9982ef01 BindingManager::FindAndRelease(OpaqueIconRef*) + 55
    6   com.apple.LaunchServices                0x9982eec3 ReleaseIconRef + 17
    7   com.adobe.dreamweaver-13.1              0x0134302a CComboBoxImpl::CComboBoxImageResourceCache::~CComboBoxImageResourceCache() + 90
    8   com.adobe.dreamweaver-13.1              0x0134633e CComboBoxImpl::~CComboBoxImpl() + 334
    9   com.adobe.dreamweaver-13.1              0x013460c3 CComboBoxImpl::~CComboBoxImpl() + 19
    10  com.adobe.dreamweaver-13.1              0x012cb51b CImplBase::ReleaseImplRef() + 235
    11  com.adobe.dreamweaver-13.1              0x012c6bd4 CImplBase::DoNcDestroy() + 372
    12  com.adobe.dreamweaver-13.1              0x012c6aa0 CImplBase::DoNcDestroy() + 64
    13  com.adobe.dreamweaver-13.1              0x012c6aa0 CImplBase::DoNcDestroy() + 64
    14  com.adobe.dreamweaver-13.1              0x012c61eb CImplBase::DestroyWindow() + 363
    15  com.adobe.dreamweaver-13.1              0x012b4048 CWnd::DestroyWindow() + 24
    16  com.adobe.dreamweaver-13.1              0x009d7027 SiteFloater::DestroyWindow() + 487
    17  com.adobe.dreamweaver-13.1              0x0146d96c MMUI::MfcPanel::DestroyYourself() + 140
    18  com.adobe.dreamweaver-13.1              0x0146d9c4 non-virtual thunk to MMUI::MfcPanel::DestroyYourself() + 20
    19  com.adobe.dreamweaver-13.1              0x014563c1 MMUI::PanelManager::DestroyPanelSet() + 129
    20  com.adobe.dreamweaver-13.1              0x003baf8a DWPanelManager::~DWPanelManager() + 266
    21  com.adobe.dreamweaver-13.1              0x003bae53 DWPanelManager::~DWPanelManager() + 19
    22  com.adobe.dreamweaver-13.1              0x0144f3d7 MMUI::PanelManager::DestroyInstance() + 23
    23  com.adobe.dreamweaver-13.1              0x0009a71b TitanApp::OnAppExit() + 1323
    24  com.adobe.dreamweaver-13.1              0x012f296f CRealApp::DoQuit(long) + 31
    25  com.adobe.dreamweaver-13.1              0x012f3202 CRealApp::DoAppCanQuit() + 50
    26  com.adobe.exo.framework                 0x049f3d34 exo::app::AppBase::AppCanQuit() + 20
    27  com.adobe.exo.framework                 0x049fb9f0 boost::detail::function::function_obj_invoker0<boost::_bi::bind_t<bool, boost::_mfi::mf0<bool, exo::app::AppBase>, boost::_bi::list1<boost::_bi::value<exo::app::OS_AppBase*> > >, bool>::invoke(boost::detail::function::function_buffer&) + 32
    28  com.adobe.dreamweaver-13.1              0x013654a5 int dvacore::config::ErrorManager::ExecuteFunction<bool>(boost::function0<bool>*, bool*) + 69
    29  com.adobe.dreamweaver-13.1              0x01365548 boost::detail::function::function_obj_invoker0<boost::_bi::bind_t<int, int (*)(boost::function0<bool>*, bool*), boost::_bi::list2<boost::_bi::value<boost::function0<bool>*>, boost::_bi::value<bool*> > >, int>::invoke(boost::detail::function::function_buffer&) + 24
    30  com.adobe.dreamweaver-13.1              0x012f4621 TestErrorManager::ExecuteFunctionWithTopLevelExceptionHandler(boost::function0<int>) + 65
    31  com.adobe.dreamweaver-13.1              0x01365267 bool dvacore::config::ErrorManager::ExecuteFunctionWithTopLevelExceptionHandler<bool>(boost::f unction0<bool>, bool*) + 119
    32  com.adobe.dreamweaver-13.1              0x01365109 bool dvacore::config::ExecuteTopLevelFunction<bool>(boost::function0<bool>, bool*) + 121
    33  com.adobe.exo.framework                 0x049f8f20 -[ExoMacApplication terminate:] + 160
    34  libobjc.A.dylib                         0x95d042af -[NSObject performSelector:withObject:] + 70
    35  com.apple.AppKit                        0x9a870c35 -[NSApplication sendAction:to:from:] + 438
    36  com.apple.AppKit                        0x9a88cfe5 -[NSMenuItem _corePerformAction] + 486
    37  com.apple.AppKit                        0x9a88ccea -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 163
    38  com.apple.AppKit                        0x9a88c3a1 -[NSMenu _performActionWithHighlightingForItemAtIndex:sendAccessibilityNotification:] + 79
    39  com.apple.AppKit                        0x9a8dfa14 -[NSMenu performActionForItemAtIndex:] + 65
    40  com.apple.AppKit                        0x9a8df9c9 -[NSMenu _internalPerformActionForItemAtIndex:] + 45
    41  com.apple.AppKit                        0x9a8df994 -[NSMenuItem _internalPerformActionThroughMenuIfPossible] + 106
    42  com.apple.AppKit                        0x9a8df7e4 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 120
    43  com.apple.AppKit                        0x9a882136 NSSLMMenuEventHandler + 816
    44  com.apple.HIToolbox                     0x9444feb9 _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    45  com.apple.HIToolbox                     0x942a364f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1452
    46  com.apple.HIToolbox                     0x942a2968 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 386
    47  com.apple.HIToolbox                     0x942b5af1 SendEventToEventTarget + 88
    48  com.apple.HIToolbox                     0x9444fd5e SendHICommandEvent(unsigned long, HICommand const*, unsigned long, unsigned long, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 478
    49  com.apple.HIToolbox                     0x94319097 SendMenuCommandWithContextAndModifiers + 70
    50  com.apple.HIToolbox                     0x94319044 SendMenuItemSelectedEvent + 199
    51  com.apple.HIToolbox                     0x94318f11 FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 134
    52  com.apple.HIToolbox                     0x944a46bd MenuSelectCore(MenuData*, Point, double, unsigned long, OpaqueMenuRef**, unsigned short*) + 722
    53  com.apple.HIToolbox                     0x943208ae _HandleMenuSelection2 + 488
    54  com.apple.HIToolbox                     0x943206b7 _HandleMenuSelection + 53
    55  com.apple.AppKit                        0x9a7ef628 _NSHandleCarbonMenuEvent + 358
    56  com.apple.AppKit                        0x9a644902 _DPSNextEvent + 2459
    57  com.apple.AppKit                        0x9a643ad0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    58  com.apple.AppKit                        0x9a63635c -[NSApplication run] + 727
    59  com.adobe.exo.framework                 0x049f8513 exo::app::OS_AppBase::RunEventLoop() + 67
    60  com.adobe.dreamweaver-13.1              0x012f26bd CRealApp::Run() + 605
    61  com.adobe.dreamweaver-13.1              0x012bbcc8 main + 264
    62  com.adobe.dreamweaver-13.1              0x00013af5 start + 53
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x97940992 kevent64 + 10
    1   libdispatch.dylib                       0x92a188bd _dispatch_mgr_invoke + 238
    2   libdispatch.dylib                       0x92a18556 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib                  0x9793f7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x99084d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x99086c25 pthread_cond_timedwait$UNIX2003 + 71
    3   com.adobe.boost_threads.framework          0x02eebefb boost::condition_variable::timed_wait(boost::unique_lock<boost::mutex>&, boost::posix_time::ptime const&) + 171
    4   com.adobe.boost_threads.framework          0x02ee9b80 boost::this_thread::sleep(boost::posix_time::ptime const&) + 192
    5   com.adobe.dreamweaver-13.1              0x004ffffd JSInterp::testForINET() + 221
    6   com.adobe.dreamweaver-13.1              0x0050cac0 boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<void, boost::_mfi::mf0<void, JSInterp>, boost::_bi::list1<boost::_bi::value<JSInterp*> > >, void>::invoke(boost::detail::function::function_buffer&) + 32
    7   com.adobe.dvacore.framework             0x03b1edef dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 239
    8   com.adobe.dvacore.framework             0x03b1fbb0 boost::detail::thread_data<boost::_bi::bind_t<void, void (*)(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&), boost::_bi::list5<boost::_bi::value<std::string>, boost::_bi::value<boost::function<void ()> >, boost::_bi::value<dvacore::threads::ThreadPriority>, boost::_bi::value<boost::function<void ()> >, boost::_bi::value<boost::function<void ()> > > > >::run() + 64
    9   com.adobe.boost_threads.framework          0x02ee9045 thread_proxy + 165
    10  libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    11  libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    12  libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 3:
    0   libsystem_kernel.dylib                  0x9793fb76 __semwait_signal + 10
    1   libsystem_c.dylib                       0x925d805b nanosleep$UNIX2003 + 219
    2   com.apple.carbonbundletemplate          0x1a45c76b ScObjects::Thread::sleep(unsigned int) + 59
    3   com.apple.carbonbundletemplate          0x1a4585c9 ScObjects::BridgeTalkThread::run() + 185
    4   com.apple.carbonbundletemplate          0x1a45cad8 ScObjects::Thread::go(void*) + 168
    5   libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    6   libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    7   libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 4:: NetworkConfigWatcher
    0   libsystem_kernel.dylib                  0x9793af7a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9793a16c mach_msg + 68
    2   com.apple.CoreFoundation                0x92afbf69 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation                0x92afb541 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation                0x92afad5a CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation                0x92afabbb CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x9b60f319 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277
    7   libcef.dylib                            0x0565e83f 0x525a000 + 4212799
    8   libcef.dylib                            0x0565e44c 0x525a000 + 4211788
    9   libcef.dylib                            0x05696b01 0x525a000 + 4442881
    10  libcef.dylib                            0x056b0fee 0x525a000 + 4550638
    11  libcef.dylib                            0x056961fb 0x525a000 + 4440571
    12  libcef.dylib                            0x056caa21 0x525a000 + 4655649
    13  libcef.dylib                            0x056cab75 0x525a000 + 4655989
    14  libcef.dylib                            0x056c4b19 0x525a000 + 4631321
    15  libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    16  libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    17  libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 5:: DnsConfigService
    0   libsystem_kernel.dylib                  0x97940976 kevent + 10
    1   libcef.dylib                            0x05de4b26 0x525a000 + 12102438
    2   libcef.dylib                            0x05de2799 0x525a000 + 12093337
    3   libcef.dylib                            0x0565d30c 0x525a000 + 4207372
    4   libcef.dylib                            0x05696b01 0x525a000 + 4442881
    5   libcef.dylib                            0x056b0fee 0x525a000 + 4550638
    6   libcef.dylib                            0x056961fb 0x525a000 + 4440571
    7   libcef.dylib                            0x056caa21 0x525a000 + 4655649
    8   libcef.dylib                            0x056cab75 0x525a000 + 4655989
    9   libcef.dylib                            0x056c4b19 0x525a000 + 4631321
    10  libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    11  libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    12  libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 6:: AudioThread
    0   libsystem_kernel.dylib                  0x9793f7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x99084d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x99086bd9 pthread_cond_wait$UNIX2003 + 71
    3   libcef.dylib                            0x056bc2f3 0x525a000 + 4596467
    4   libcef.dylib                            0x056bcfd7 0x525a000 + 4599767
    5   libcef.dylib                            0x056bcdd2 0x525a000 + 4599250
    6   libcef.dylib                            0x0569b134 0x525a000 + 4460852
    7   libcef.dylib                            0x05696b01 0x525a000 + 4442881
    8   libcef.dylib                            0x056b0fee 0x525a000 + 4550638
    9   libcef.dylib                            0x056961fb 0x525a000 + 4440571
    10  libcef.dylib                            0x056caa21 0x525a000 + 4655649
    11  libcef.dylib                            0x056cab75 0x525a000 + 4655989
    12  libcef.dylib                            0x056c4b19 0x525a000 + 4631321
    13  libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    14  libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    15  libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 7:: Chrome_DBThread
    0   libsystem_kernel.dylib                  0x9793f7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x99084d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x99086bd9 pthread_cond_wait$UNIX2003 + 71
    3   libcef.dylib                            0x056bc2f3 0x525a000 + 4596467
    4   libcef.dylib                            0x056bcfd7 0x525a000 + 4599767
    5   libcef.dylib                            0x056bcdd2 0x525a000 + 4599250
    6   libcef.dylib                            0x0569b134 0x525a000 + 4460852
    7   libcef.dylib                            0x05696b01 0x525a000 + 4442881
    8   libcef.dylib                            0x056b0fee 0x525a000 + 4550638
    9   libcef.dylib                            0x056961fb 0x525a000 + 4440571
    10  libcef.dylib                            0x056caa21 0x525a000 + 4655649
    11  libcef.dylib                            0x052c62c9 0x525a000 + 443081
    12  libcef.dylib                            0x052c66ef 0x525a000 + 444143
    13  libcef.dylib                            0x056cab75 0x525a000 + 4655989
    14  libcef.dylib                            0x056c4b19 0x525a000 + 4631321
    15  libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    16  libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    17  libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 8:: Chrome_WebKitThread
    0   libsystem_kernel.dylib                  0x9793f7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x99084d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x99086bd9 pthread_cond_wait$UNIX2003 + 71
    3   libcef.dylib                            0x056bc2f3 0x525a000 + 4596467
    4   libcef.dylib                            0x056bcfd7 0x525a000 + 4599767
    5   libcef.dylib                            0x056bcdd2 0x525a000 + 4599250
    6   libcef.dylib                            0x0569b134 0x525a000 + 4460852
    7   libcef.dylib                            0x05696b01 0x525a000 + 4442881
    8   libcef.dylib                            0x056b0fee 0x525a000 + 4550638
    9   libcef.dylib                            0x056961fb 0x525a000 + 4440571
    10  libcef.dylib                            0x056caa21 0x525a000 + 4655649
    11  libcef.dylib                            0x052c6359 0x525a000 + 443225
    12  libcef.dylib                            0x052c6700 0x525a000 + 444160
    13  libcef.dylib                            0x056cab75 0x525a000 + 4655989
    14  libcef.dylib                            0x056c4b19 0x525a000 + 4631321
    15  libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    16  libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    17  libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 9:: Chrome_FileThread
    0   libsystem_kernel.dylib                  0x97940976 kevent + 10
    1   libcef.dylib                            0x05de4b26 0x525a000 + 12102438
    2   libcef.dylib                            0x05de2799 0x525a000 + 12093337
    3   libcef.dylib                            0x0565d30c 0x525a000 + 4207372
    4   libcef.dylib                            0x05696b01 0x525a000 + 4442881
    5   libcef.dylib                            0x056b0fee 0x525a000 + 4550638
    6   libcef.dylib                            0x056961fb 0x525a000 + 4440571
    7   libcef.dylib                            0x056caa21 0x525a000 + 4655649
    8   libcef.dylib                            0x052c63e9 0x525a000 + 443369
    9   libcef.dylib                            0x052c6711 0x525a000 + 444177
    10  libcef.dylib                            0x056cab75 0x525a000 + 4655989
    11  libcef.dylib                            0x056c4b19 0x525a000 + 4631321
    12  libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    13  libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    14  libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 10:: Chrome_FileUserBlockingThread
    0   libsystem_kernel.dylib                  0x9793f7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x99084d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x99086bd9 pthread_cond_wait$UNIX2003 + 71
    3   libcef.dylib                            0x056bc2f3 0x525a000 + 4596467
    4   libcef.dylib                            0x056bcfd7 0x525a000 + 4599767
    5   libcef.dylib                            0x056bcdd2 0x525a000 + 4599250
    6   libcef.dylib                            0x0569b134 0x525a000 + 4460852
    7   libcef.dylib                            0x05696b01 0x525a000 + 4442881
    8   libcef.dylib                            0x056b0fee 0x525a000 + 4550638
    9   libcef.dylib                            0x056961fb 0x525a000 + 4440571
    10  libcef.dylib                            0x056caa21 0x525a000 + 4655649
    11  libcef.dylib                            0x052c6479 0x525a000 + 443513
    12  libcef.dylib                            0x052c6722 0x525a000 + 444194
    13  libcef.dylib                            0x056cab75 0x525a000 + 4655989
    14  libcef.dylib                            0x056c4b19 0x525a000 + 4631321
    15  libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    16  libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    17  libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 11:: Chrome_ProcessLauncherThread
    0   libsystem_kernel.dylib                  0x9793f7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x99084d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x99086bd9 pthread_cond_wait$UNIX2003 + 71
    3   libcef.dylib                            0x056bc2f3 0x525a000 + 4596467
    4   libcef.dylib                            0x056bcfd7 0x525a000 + 4599767
    5   libcef.dylib                            0x056bcdd2 0x525a000 + 4599250
    6   libcef.dylib                            0x0569b134 0x525a000 + 4460852
    7   libcef.dylib                            0x05696b01 0x525a000 + 4442881
    8   libcef.dylib                            0x056b0fee 0x525a000 + 4550638
    9   libcef.dylib                            0x056961fb 0x525a000 + 4440571
    10  libcef.dylib                            0x056caa21 0x525a000 + 4655649
    11  libcef.dylib                            0x052c6509 0x525a000 + 443657
    12  libcef.dylib                            0x052c6733 0x525a000 + 444211
    13  libcef.dylib                            0x056cab75 0x525a000 + 4655989
    14  libcef.dylib                            0x056c4b19 0x525a000 + 4631321
    15  libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    16  libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    17  libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 12:: Chrome_CacheThread
    0   libsystem_kernel.dylib                  0x97940976 kevent + 10
    1   libcef.dylib                            0x05de4b26 0x525a000 + 12102438
    2   libcef.dylib                            0x05de2799 0x525a000 + 12093337
    3   libcef.dylib                            0x0565d30c 0x525a000 + 4207372
    4   libcef.dylib                            0x05696b01 0x525a000 + 4442881
    5   libcef.dylib                            0x056b0fee 0x525a000 + 4550638
    6   libcef.dylib                            0x056961fb 0x525a000 + 4440571
    7   libcef.dylib                            0x056caa21 0x525a000 + 4655649
    8   libcef.dylib                            0x052c6599 0x525a000 + 443801
    9   libcef.dylib                            0x052c6741 0x525a000 + 444225
    10  libcef.dylib                            0x056cab75 0x525a000 + 4655989
    11  libcef.dylib                            0x056c4b19 0x525a000 + 4631321
    12  libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    13  libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    14  libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 13:: Chrome_IOThread
    0   libsystem_kernel.dylib                  0x97940976 kevent + 10
    1   libcef.dylib                            0x05de4b26 0x525a000 + 12102438
    2   libcef.dylib                            0x05de2799 0x525a000 + 12093337
    3   libcef.dylib                            0x0565d30c 0x525a000 + 4207372
    4   libcef.dylib                            0x05696b01 0x525a000 + 4442881
    5   libcef.dylib                            0x056b0fee 0x525a000 + 4550638
    6   libcef.dylib                            0x056961fb 0x525a000 + 4440571
    7   libcef.dylib                            0x056caa21 0x525a000 + 4655649
    8   libcef.dylib                            0x052c6629 0x525a000 + 443945
    9   libcef.dylib                            0x052c674f 0x525a000 + 444239
    10  libcef.dylib                            0x056cab75 0x525a000 + 4655989
    11  libcef.dylib                            0x056c4b19 0x525a000 + 4631321
    12  libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    13  libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    14  libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 14:: MediaStreamDeviceThread
    0   libsystem_kernel.dylib                  0x9793f7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x99084d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x99086bd9 pthread_cond_wait$UNIX2003 + 71
    3   libcef.dylib                            0x056bc2f3 0x525a000 + 4596467
    4   libcef.dylib                            0x056bcfd7 0x525a000 + 4599767
    5   libcef.dylib                            0x056bcdd2 0x525a000 + 4599250
    6   libcef.dylib                            0x0569b134 0x525a000 + 4460852
    7   libcef.dylib                            0x05696b01 0x525a000 + 4442881
    8   libcef.dylib                            0x056b0fee 0x525a000 + 4550638
    9   libcef.dylib                            0x056961fb 0x525a000 + 4440571
    10  libcef.dylib                            0x056caa21 0x525a000 + 4655649
    11  libcef.dylib                            0x056cab75 0x525a000 + 4655989
    12  libcef.dylib                            0x056c4b19 0x525a000 + 4631321
    13  libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    14  libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    15  libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 15:: NetworkConfigWatcher
    0   libsystem_kernel.dylib                  0x9793af7a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9793a16c mach_msg + 68
    2   com.apple.CoreFoundation                0x92afbf69 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation                0x92afb541 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation                0x92afad5a CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation                0x92afabbb CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x9b60f319 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277
    7   libcef.dylib                            0x0565e83f 0x525a000 + 4212799
    8   libcef.dylib                            0x0565e44c 0x525a000 + 4211788
    9   libcef.dylib                            0x05696b01 0x525a000 + 4442881
    10  libcef.dylib                            0x056b0fee 0x525a000 + 4550638
    11  libcef.dylib                            0x056961fb 0x525a000 + 4440571
    12  libcef.dylib                            0x056caa21 0x525a000 + 4655649
    13  libcef.dylib                            0x056cab75 0x525a000 + 4655989
    14  libcef.dylib                            0x056c4b19 0x525a000 + 4631321
    15  libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    16  libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    17  libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 16:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x9793af7a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9793a16c mach_msg + 68
    2   com.apple.CoreFoundation                0x92afbf69 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation                0x92afb541 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation                0x92afad5a CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation                0x92afabbb CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x9b60d0b5 +[NSURLConnection(Loader) _resourceLoadLoop:] + 381
    7   com.apple.Foundation                    0x9b60cf2e -[NSThread main] + 45
    8   com.apple.Foundation                    0x9b60ce86 __NSThread__main__ + 1426
    9   libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    10  libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    11  libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 17:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x9793face __select + 10
    1   com.apple.CoreFoundation                0x92b4bdc6 __CFSocketManager + 1158
    2   libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    3   libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    4   libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 18:
    0   libsystem_kernel.dylib                  0x9793af7a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9793a16c mach_msg + 68
    2   com.apple.CoreFoundation                0x92afbf69 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation                0x92afb541 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation                0x92afad5a CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation                0x92afabbb CFRunLoopRunInMode + 123
    6   com.apple.AppKit                        0x9a7edf18 _NSEventThread + 283
    7   libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    8   libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    9   libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 19:: BrowserBlockingWorker1/-1225904128
    0   libsystem_kernel.dylib                  0x9793f7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x99084d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x99086bd9 pthread_cond_wait$UNIX2003 + 71
    3   libcef.dylib                            0x056bc2f3 0x525a000 + 4596467
    4   libcef.dylib                            0x056c632c 0x525a000 + 4637484
    5   libcef.dylib                            0x056c533d 0x525a000 + 4633405
    6   libcef.dylib                            0x056c9f8e 0x525a000 + 4652942
    7   libcef.dylib                            0x056c4b19 0x525a000 + 4631321
    8   libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    9   libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    10  libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 20:
    0   libsystem_kernel.dylib                  0x9793af7a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9793a16c mach_msg + 68
    2   libcef.dylib                            0x0569313f 0x525a000 + 4428095
    3   libcef.dylib                            0x0538dc5c 0x525a000 + 1260636
    4   libcef.dylib                            0x056c4b19 0x525a000 + 4631321
    5   libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    6   libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    7   libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 21:
    0   libCurl.dylib                           0x0860972e dprintf_formatf + 439
    1   libCurl.dylib                           0x0860955a curl_mvsnprintf + 58
    2   libCurl.dylib                           0x08611ff5 Curl_failf + 57
    3   libCurl.dylib                           0x08612266 Curl_send_plain + 152
    4   libCurl.dylib                           0x0861219f Curl_write + 66
    5   libCurl.dylib                

    Hi smaudlin,
    We are sorry to know that you are facing problems while using the software.
    Can you please try to clean your DW CC preferences by following the steps mentioned below:
    Open “Finder” and press CMD+SHIFT+G to open the “Go to the folder” dialog
    Type ‘~/Library’ (without the quotes) and click “Go”
    Navigate to “Application Support/Adobe/”
    Locate the folder named “Dreamweaver CC” and delete the folder
    Open “Finder” and press CMD+SHIFT+G to open the “Go to the folder” dialog
    Type ‘~/Library’ (without the quotes) and click “Go”
    Navigate to “Preferences/” folder
    Locate the file “Adobe Dreamweaver CC Prefs” and delete the file
    Now try to launch Dreamweaver again and see if you still face the issue.
    Please let us know.
    Thanks,
    Arindam Ghosh

  • Getting java.lang.Null pointer Exception when i close the pdf file.

    Hi,
    my application is java based thick client application.
    From my application, i am generating report file using crystal report tool.
    the report file is exported as pdf format and stored in my local macine. from this path, am displaying the report in a SWT browser.
    till now its working fine. when i close the browser, i am getting java.lang.null.pointer exception.
    i dont understand from this exception, printed in console.
    please help me.
    java.lang.NullPointerException
    at org.eclipse.swt.ole.win32.OleClientSite.onPaint(OleClientSite.java:921)
    at org.eclipse.swt.ole.win32.OleClientSite.access$2(OleClientSite.java:906)
    at org.eclipse.swt.ole.win32.OleClientSite$1.handleEvent(OleClientSite.java:131)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012)
    at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:1424)
    at org.eclipse.swt.widgets.Control.windowProc(Control.java:3842)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:4541)
    at org.eclipse.swt.internal.ole.win32.COM.CoFreeUnusedLibraries(Native Method)
    at org.eclipse.swt.ole.win32.OleClientSite.releaseObjectInterfaces(OleClientSite.java:1084)
    at org.eclipse.swt.ole.win32.OleControlSite.releaseObjectInterfaces(OleControlSite.java:683)
    at org.eclipse.swt.ole.win32.OleClientSite.onDispose(OleClientSite.java:852)
    at org.eclipse.swt.ole.win32.OleClientSite.access$1(OleClientSite.java:847)
    at org.eclipse.swt.ole.win32.OleClientSite$1.handleEvent(OleClientSite.java:128)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1008)
    at org.eclipse.swt.widgets.Widget.release(Widget.java:804)
    at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:755)
    at org.eclipse.swt.widgets.Widget.release(Widget.java:807)
    at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:755)
    at org.eclipse.swt.widgets.Widget.release(Widget.java:807)
    at org.eclipse.swt.widgets.Widget.dispose(Widget.java:441)
    at com.siemens.med.cad.hqm.reports.ReportViewer$1.widgetDisposed(ReportViewer.java:273)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:117)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1008)
    at org.eclipse.swt.widgets.Widget.release(Widget.java:804)
    at org.eclipse.swt.widgets.Widget.dispose(Widget.java:441)
    at org.eclipse.swt.widgets.Decorations.dispose(Decorations.java:446)
    at org.eclipse.swt.widgets.Shell.dispose(Shell.java:674)
    at org.eclipse.swt.widgets.Decorations.closeWidget(Decorations.java:308)
    at org.eclipse.swt.widgets.Decorations.WM_CLOSE(Decorations.java:1643)
    at org.eclipse.swt.widgets.Control.windowProc(Control.java:3789)
    at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:337)
    at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1576)
    at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:1937)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:4528)
    at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
    at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2366)
    at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:477)
    at org.eclipse.swt.widgets.Control.windowProc(Control.java:3877)
    at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:337)
    at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1576)
    at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:1937)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:4528)
    at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
    at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2366)
    at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:477)
    at org.eclipse.swt.widgets.Control.windowProc(Control.java:3877)
    at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:337)
    at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1576)
    at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:1937)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:4528)
    at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
    at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2371)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3420)
    at com.siemens.med.cad.hqm.view.mainUI.HQMMainForm.buildMainShell(HQMMainForm.java:246)
    at com.siemens.med.cad.hqm.event.UserLoginEventHandler.loginDisplay(UserLoginEventHandler.java:240)
    at com.siemens.med.cad.hqm.event.UserLoginEventHandler.widgetSelected(UserLoginEventHandler.java:97)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
    this is the code i have written for display the report file in a browser:
    Display display = Display.getDefault() ;
         Shell shell = new Shell(display, SWT.RESIZE | SWT.CLOSE | SWT.MIN | SWT.MAX | SWT.APPLICATION_MODAL);
    shell.setText(reportTitle);
    shell.setLayout(new FillLayout());
    shell.setMaximized(false);
    shell.setSize(800, 600);
    Composite comp = new Composite(shell, SWT.NONE);
    comp.setLayout(new FillLayout());
    final Browser browser = new Browser(comp, SWT.FLAT);
    try {
    File file = new File(exportFile);
    URL url = file.toURL();
    browser.setUrl("file:" + url.getPath());
    } catch (MalformedURLException malURLEx) {
    // malURLEx.printStackTrace();
    throw new ProgrammingExceptionAdapter(malURLEx);
    shell.addDisposeListener(new DisposeListener() {
    public void widgetDisposed(DisposeEvent arg0) {
    File file = new File(exportFile);
    if (file != null && file.exists()) {
    file.delete();
    browser.dispose();
    shell.open();
    shell.setFocus()'

    TitiTruc, welcome to the forum. Please don't post in threads that are long dead. When you have a question, start your own topic. Feel free to provide a link to an old post that may be relevant to your problem.
    I'm locking this thread now.
    db

  • How to get SYSDATE in the header section dynamically when we run the report

    I have one more issue may i know how can i get the sysdate in the header section when i run the report.
    as we have the requirement like this
    In the header section
    Run Date : ("sysdate").
    How to get the sysdate dynamically in the RTF template, when i go across the google i found that header and footer section did not allow form fiields .
    So is there any way to do it.
    Thanks in Advance.
    Have a Nice Day.

    You cannot insert form fields in the Header section, but you can just insert the code to achieve this. For example: insert this in the header section to view the sysdate: You could format the date as you would like..
    <?xdoxslt: sysdate(‘YYYY-MM-DD’)?>
    Since you are new to BI publisher, search the forum, review the Report Designer's guide for BI publisher. You will find that most of your basic questions are answered there and there are examples as well.
    Thanks!

  • Form returns code when submitted.

    the processing jsp file runswell on localhost.
    but when i uploaded into the main server.....
    it returns code.
    i even matched the versions of java..
    but it still doesnt works

    Get rid of the terribly buggy GNU JDK and install Sun JDK and your problem should most probably disappear.
    Oh, in the future please use exlamation marks with care. It now look like you're shouting against me like a foolish kid. Continuing so would likely cause others to ignore you. Learn the Netiquette.

  • Executables throw a widows error when you close the application

    I have this problem on several of my labview executables.  I can open and runt eh program with no errors.  But when I close the program by any method, I get a pop up error in windows. Stating:
    "Application Name" has encountered a problem and needs to close.  We are sorry for the inconvenience. 
    I get the option to send the info to Microsoft.  Another error pops up Stating the following:
    WinsockAsyncSelectWindow:  Application name.exe - application error
    The instruction at "0x7c90e470" referenced memory at "0x03182a2c". The memory could not be "read".  Click on CANCEL to debug the program.
    This is really annoying... Anyone know why this error is poping up?

    Hi Jason,
    Could you please provide us with some more information regarding your executable?
    What version of LV are you using?
    How are you stopping the executable (stop button?  abort button?)  You should always use a stop button, not the abort button (the stop sign looking glyph on the toolbar) to ensure that all of your references have been properly closed. 
    Do you see this performance when running the executable on the development machine?
    Do you get the warning every time, or only some of the time?
    What all are you doing in the executable?  I'd be curious to know if it was something particular to your code or the environment.  One way to test this is to build a "dummy" executable--just one that does something as simple as count iterations, and see if you get the message or not.  
    Please provide a little more information and we'll do our best to help. 
    Cheers, 
    Marti C
    Applications Engineer
    National Instruments
    NI Medical

  • Return code (SY-SUBRC) for the EXCEPTION will not be processed

    Hi,
    when I was doing the EPC check i have approached this messgae.
    Return code (SY-SUBRC) for the EXCEPTION will not be processed after CALL FUNCTION
    'CU_READ_RGDIR'
    (You can turn off this check by setting all EXCEPTIONS to 0)
    (The message can be hidden with "#EC *)
    Any pointers on how to handle this.
    Regards
    Rohini.

    Hi Rohini,
    Try doing something like this.
    TYPE-POOLS: hrpay.
    DATA: w_pernr              TYPE          p0000-pernr ,
          w_buffer             TYPE          hrpay_buffer,
          w_no_authority_check TYPE          xfeld       ,
          w_molga              TYPE          t500l-molga ,
          t_in_rgdir           TYPE TABLE OF pc261.
    CALL FUNCTION 'CU_READ_RGDIR'
      EXPORTING
        persnr             = w_pernr
        buffer             = w_buffer
        no_authority_check = w_no_authority_check
      IMPORTING
        molga              = w_molga
      TABLES
        in_rgdir           = t_in_rgdir
      EXCEPTIONS
        OTHERS             = 0.

  • I would like to save only selective web sites in my cache, and everything else gets deleted when I close the browser

    Lets say I have a website called xyz, I would like to keep the cache from this site and have everything else deleted when I close the browser.

    The involved CSS code can be found in this file that you can open via the location bar.
    * chrome://global/skin/autocomplete.css
    Look for class .ac-emphasize-text and apply modified rules as you like.
    You need to add the !important flag to override rules.
    Add code to the <b>userChrome.css</b> file below the default @namespace line.
    *http://kb.mozillazine.org/userChrome.css
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    @namespace html url("http://www.w3.org/1999/xhtml");
    html|span.ac-emphasize-text {
    box-shadow: none!important;
    background-color: transparent !important;
    border-radius: 0px;
    text-shadow: none !important;
    </nowiki></pre>
    The customization files userChrome.css (user interface) and userContent.css (websites) are located in the <b>chrome</b> folder in the Firefox profile folder.
    *http://kb.mozillazine.org/Editing_configuration
    You can use this button to go to the currently used Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
    * Create the chrome folder (lowercase) in the <xxxxxxxx>.default profile folder if this folder doesn't exist
    * Use a plain text editor like Notepad to create a (new) userChrome.css file in this folder (the names are case sensitive)
    * Paste the code in the userChrome.css file in the editor window and make sure that the userChrome.css file starts with the default @namespace line
    * Make sure that you select "All files" and not "Text files" when you save the file via "Save file as" in the text editor as userChrome.css. Otherwise Windows may add a hidden .txt file extension and you end up with a not working userChrome.css.txt file

  • When i closed the Report , ODI Designer Tool also closed.

    Hi ,
    Through ODI Open Tool , genarated a report as PDF.
    In My code i wrote 'jasperViewer ' so when i excuted through tool it will automatically opend, after seen that View Report and closed that Reoprt, total ODI tool also closed.
    when i closed the Report , ODI Tool also closed. where is the problem.
    So can Give me alternative Solution.
    Regards
    Raghav

    Hi Josumon,
    Welcome to the Support Communities!
    The articles below may be able to help you with this.
    Click on the links to see more details and screenshots.
    Mac Basics: Messages
    http://support.apple.com/kb/HT5395
    iOS and OS X: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/HT5538
    You may need to uncheck the "Enable this account" and then place the checkmark again to reset this for your Apple ID.
    Messages (Mavericks): Set up your accounts
    http://support.apple.com/kb/PH15055
    FaceTime, Game Center, Messages: Troubleshooting sign in issues
    http://support.apple.com/kb/ts3970
    I hope this information helps ....
    Have a great day!
    - Judy

  • Screen wont shut off when I close the laptop after fresh install (L512)

    So I recently replaced the hard drive in an lenovo L512 with an i3. I've updated windows completely and installed I believe most of the drivers. Everything seems to be functioning perfectly. The only thing is when I close the laptop. The display does not shut off. Is there a driver I am missing? I am running windows 7 professional x64. completely legitimate copy with the original key from the laptop. Thanks for any help!

    jordN wrote:
    This only started happening after I upgraded from Windows 8.1 to Windows 10, I don't have a clue why it does it, but if I close the screen on my laptop and open it, the screen doesn't come back on it just stays off but the power light button comes on and the WiFi signal button is on but it is red as if the wifi is turned off, is anyone else having this problem or does anyone know how to fix it? I have to manually hold down the power button everytime I close my laptop to turn it off and then back on and once it is on it works perfectly, but I don't like holding the power button down for obvious reasons. Thank you.Go back to Windows 10, seems HP do not care about releasing up to date drivers for Windows 10, this is despite the problem you report also happening during BETA Testing of Windows 10 over TWELVE MONTHS AGO! It is only now HP are bothering to advise people not to upgrade, but yet they clearly won't reply in this topic, which is more or less about your problem from many different users! http://h30434.www3.hp.com/t5/Notebook-Operating-Systems-and-Software/Windows-10-Laptop-won-t-go-into-sleep-mode/m-p/5181173#M304826

  • When iam scrolling the report horizontally i should pick sy-colno

    hi all,
            when iam scrolling the report horizontally i should pick sy-colno, my column number values are changing. when iam not scrolling it is taking the colno correct, when iam scrolling towards right its not picking the correct sy-colno.if anyone knows how to pick this values please tell me. its very urgent.
    Thanks & Regards.
    poorna kaladhar.

    Hi,
    If you select a particular column , then sy-colno returns value , but it won't get the changed values when you are scrolling the report .
    Regards
    Appana

  • How do i run an external monitor with my macbook and change settings so that when i close the lid the signal to the monitor is not lost and i can continue using the mac with a mouse and a wireless keyboard?

    How do i run an external monitor with my macbook and change settings so that when i close the lid the signal to the monitor is not lost and i can continue using the mac with a mouse and a wireless keyboard?

    No, nothing will prevent the computer from going to sleep when you close its display except third-party hacks that are designed to do exactly that. I strongly advise against using any of those, as they may interfere with successful entry into clamshell mode (and they carry other downside risks as well). Just wait until the computer is asleep (with its sleep light pulsing), then press any key on the keyboard. It sounds as though your setup is working as it's designed to do.

Maybe you are looking for