Possible to create a Message Box in response to end-user selecting "cancel" or "block" after clicking a link to a URL?

Hi all:
When an end-user clicks a link/button to connect to a URL, the security dialog automatically appears giving them the options of "Allow," "Block" or "Cancel".  Should they select "Block" or "Cancel," can we trigger a message box informing them they blocked or cancelled the connection?
With traditional message boxes, we're causing them, ie
var rtnFromBox = xfa.host.messageBox("Information is missing.\n\n Are you sure you want to continue?", "Missing Information",1,2);
if (rtnFromBox == 4){
    xfa.host.messageBox("Okay, we'll keep going.","",1,0);
But with the URL security dialog, we're not calling it from a variable - it just happens.
I guess a similar question could be applied to a "Save" button.  Where if the end-user selects "cancel" on the "Save As" dialog, a warning could pop-up reminding them to save soon.
Thoughts?  Thanks!
Brian

Radz,
I didn't think so but figured I'd ask.  Thanks for the response though!
Best,
Brian

Similar Messages

  • How to create a message box when click on Panel

    Dear All
    I would like to create a message box to show my data when I
    click or mouseOn the panel that generate automatically from
    arrayCollection and the Data that I would like to show in the
    message box is in that arrayCollection too.
    If you know how can I do for this thing Could please tell
    me!!
    this is my CODE for generate a list of panel BY
    arrayCollection
    <mx:List id="pa4" width="99" height="293"
    dataProvider="{sectorTemp1}">
    <mx:itemRenderer>
    <mx:Component>
    <mx:Panel width="100" height="30" title="{data.company}"
    backgroundColor="{data.indicatorColor}" />
    </mx:Component>
    </mx:itemRenderer>
    </mx:List>

    Sometimes the drivers do not give all the true functionality of the instrument.  I am assuming this pop up is possible, so if the driver doesn't offer the functionality you might have to go to the instruments full instruction set and find the right commands and make a driver for that command.
     For example, the driver for the small display might be 'upgradable' to give the pop up you are looking for.
    I saw some other posts ( as far back as 2007) on this instrument, so maybe there is already somthing like this on the board.
    Mark Ramsdale

  • Creating Support Messages from Satellite System without SolMan user account

    Hi
    We are having some problems with users "creating support message" from our ECC system  to SolMan, if the user does not have a user account in Solution Manager.
    It is not correct, that users from Satellite systems can create support messages from these systems, without the user having an account in Solution Manager? And that the user is identified by the business partner for the user, that must exist in the Solution Manager system ?
    We have set up the RFC for the supportmessages between SolMan and the ECC system as trusted RFC, with the "Current user" as the user, but how should this be set up, if the user does not have an account in the Solution Manager system. If we enter a user with the right authorizations in the RFC, will the messages that come through not just appear as created by that user, instead of the ECC user and corresponding business partner ?
    Regards
    Lars

    Hi,
    you can use the use the user for the RFC-Connection in that case. I have customizied a similar scenario. In my scenario the System from which the message was created, is the business partner (SOLD-TO-PARTY). For that you have to create a communication user (i.e SOLMAN<SYSID>). In TA SM59 in the satellite-system you assign this user for the connection. (Don't forget to assign the user to the role "SAP_SV_FDB_NOTIF_BC_ADMIN"). Now, it schould be possible to create messages from the satellite system to the solution manager. Additionally you should create business-partner for each user of the satellite system, by using TA DSWP>EDIT>CREATE BUSINESS PARTNER.
    With this TA, it is easy to create BP for each satellite system.
    Best regards
    Marc

  • When opening the Calendar app, I am greeted with a box that says "This calendar can not be refreshed."  After clicking on "OK" another box pops up saying "The server responded with an error."  How can I get rid of these?

    When opening the Calendar app, I am greeted with a box that says "This calendar can not be refreshed," and after clicking ok there is another box saying "The server responded with an error."  How do I get rid of this.  The calendar functions all right, but just have to close both of those boxes after doing any action in the calendar app.

    Please take each of the following steps that you haven't already tried, until the problem is resolved. Back up all databefore making any changes.
    Step 1
    From the Calendar menu bar, select
    Calendar ▹ Preferences ▹ Accounts
    Choose the affected account from the list on the left and uncheck the box marked
    Enable this account
    Then check the box again. Test.
    Step 2
    Make a note of the account settings, then delete the account and add it back with the same settings.
    Step 3
    If you can't add the account, the settings may be invalid. Verify them. How you do that depends on what kind of account it is. If it's a Google calendar and you've activated 2-step verification, you need to generate an application-specific password in your Google account and enter it in place of your old password.
    Step 4
    Quit Calendar. Triple-click the line below on this page to select it:  
    ~/Library/Calendars/Calendar Cache  
    Right-click or control-click the highlighted line and select
    Services ▹ Reveal
    from the contextual menu.* A Finder window should open with a file named "Calendar Cache" selected.
    Move the selected file to the Trash. There may be one or two other files in the same folder with names that begin in "Calendar Cache". If so, delete those files too.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard (command-C). In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V). You won't see what you pasted because a line break is included. Press return.

  • Cannot create JVM message box in WLS 92 admin console

    Hi,
    I want to open a new windows process from weblogic admin console. I wanted to know if there is a way to launch a jvm from console.
    If I use Runtime.getRuntime().exec(cmd), cmd is a javaw command, in my console extension, I get "cannot create JVM" dialog box.
    Is this possible?
    Pl. suggest

    Hi,
    I want to open a new windows process from weblogic admin console. I wanted to know if there is a way to launch a jvm from console.
    If I use Runtime.getRuntime().exec(cmd), cmd is a javaw command, in my console extension, I get "cannot create JVM" dialog box.
    Is this possible?
    Pl. suggest

  • Is possible to close a message box (message or alert) programatically ??

    Let's say I display and alert or message on screen that says "please wait while the process works"...
    as soon as what it's doing finishes, I want to close the message box or the alert (without using the mouse or keyboard).
    do_key('ENTER'); wont work

    You actually don't need an alert.
    You should have a stacked canvas that you will display using
    show_canvas(x_canvas);
    synchronize;
    To make the canvas disappear after the processing ends, use hide_canvas(x_canvas)

  • Using message boxes or dialogs to get user information in javascript.

    Hi,
    I want to create a dialog box that displays some check boxes with some options for the user. Is this possible with the designer javascript? I suppose another option would be to have a dialog with a text field, more of a prompt allowing the user to manually enter a value. I would prefer the check boxes, but I'm not sure if that's possible. Any ideas?
    Thanks,
    Chad

    The Adobe Dialog manager should be able to handle that.
    http://partners.adobe.com/public/developer/en/acrobat/sdk/pdf/plugins/ADMReferenceGuide.pd f
    For a clean and easy product to facilitate this, check WindJack Solutions AcroDialogs, a graphical designer for creating custom dialog boxes for use with Adobe Acrobat.
    http://www.windjack.com/products/acrodialogs.html
    Noah Katz

  • How to create general message in sap screen for all users

    Hi Forum
    I am using ECC6 version and i want to keep a message for all the users for assistance (like who is the administrator,contact number,mail id, etc)
    Can anyone show me how to do this and also i want to know what is sm02 is used for?
    Regards
    Friend

    You can do this by creating a message at the logon screen
    Read SAP Note 205487
    SM02 is used to send system messages like prior a system downtime or a scheduled maintainance, etc.
    regards
    Juan

  • Notification message box of Hyperion Planning when user login

    Can we have a notification message box popup when user login Hyperion Planning or Workspace application? We would like to communicate to the end users by the system instead of just email because some end users may not check the email so frequently. It is the best to notify end users about any latest changes e.g. budget rate, etc when they login the system to check data or print reports.
    We noticed that there is a broadcast message feature but only limit to those users already online. And the message will not shown when there are some users login later. We would like to have some notice board like message instead of instant messaging.
    The online help of "broadcast message" feature:
    "Use broadcast messaging to communicate a text message to all Planning users currently logged on to an application. For example, you can send messages about system availability or periodic maintenance. You should also send broadcast messages to request that users log out before upgrading or migrating applications.
    You can send broadcast messages using the Web client or a command line utility. If you send them using the Web, they are sent to users of your current application. If you send them using the command line, you can specify any application, without being logged on to it. You can also schedule messages using standard operating system mechanisms. "
    Thanks in advance!

    I have tried the above step and it only works when i am in the advanced mode. but when i change to basic mode i can see the forms and still can access without any disturbance. for your help i am pasting the planningcentral.jsp so that you could suggest me something other.
    Thanks in advance...
    the original file :
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
    <html>
    <%@ include file="Common.jin" %>
    <% nWhichPage = HspConstants.PLANNING_CENTRAL;
    String redirectString = request.getParameter("Redirect");
    String mainFrameContentURL = (String)session.getAttribute(HspConstants.SESSION_MAIN_FRAME_CONTENT);
    String mainFrameContent = ((inAdvancedMode) && (mainFrameContentURL != null)) ? mainFrameContentURL : "SelectForm.jsp";
         String queryString = request.getQueryString();
         String mastHeadURL = "BT_Masthead.jsp" + ((queryString != null) ? "?" + queryString : "");
    %>
    <%@ include file="SessionValidate.jin" %>
    <%-- Section for Checking latest CSS version and redirecting to AppSettings.jsp --%>
    <%     if ((HspPlanning != null) && (HspPlanning.isApplicationOwner()))     {
              boolean isHubRegistered = (HspPlanning.getHubServer() != null);
              if ((!isHubRegistered) || (HspPlanning.isUserMigrationReqd())) {
                   inAdvancedMode = true;
                   redirectString = null;
                   mainFrameContent = "AppSettings.jsp?RND=" + Math.random();
    %>
    <%-- End CSS validation section --%>
    <html>
    <head>
    <title><%= HspMsgs.LABEL_WELCOME_TO_HP %></title>
    <%@ include file="PlanningLibraries.jin" %>
    <script language="JavaScript">
    var isPlanningFramework = true;
         var topFrameLoaded = false;
         var taskListViewPaneLoaded = false;
         var processBarLoaded = false;
    </script>
    </head>
    <frameset id="mainframeset" rows="72,19,*" cols="*" frameborder="NO" border="1" framespacing="0">
         <frame src="<%= mastHeadURL %>" name="topFrame" id="topFrame" scrolling="auto" noresize >
         <frame src="BT_ProcessBar.jsp" title="object palette header" id="objPaletteHeader" name="objPaletteHeader" scrolling="no">     
         <frameset id="nestedFrameSet" cols="20%,*" frameborder="NO" border="0" framespacing="0">
    <% if (inAdvancedMode) { %>
         <frame src="LP_ObjectPalette.jsp" id="leftPalette" name="leftPalette" scrolling="no">
         <frame src="<%= (redirectString != null) ? redirectString : mainFrameContent %>" id="mainFrame" name="mainFrame" scrolling="auto">
    <% } else { %>
    <%     int currentTLId = -1;
         HspTaskList thisTL = (HspTaskList)session.getAttribute(HspConstants.SESSION_TASK_LIST);
         if (thisTL != null) thisTL = HspPlanning.getTaskList(thisTL.getId());
         if (thisTL != null) {
              currentTLId = thisTL.getId();
         } else {
         Vector availableTaskLists = null;
         availableTaskLists = HspPlanning.getTaskLists();
         HspObjectPositionComparator hspObjectCompare = new HspObjectPositionComparator();
         HspCSM.sortVector(availableTaskLists, hspObjectCompare);
         if ((availableTaskLists != null) && (availableTaskLists.size() > 0))
              currentTLId = ((HspTaskList)availableTaskLists.firstElement()).getId();
         } %>
         <frame src="LP_ObjectPalette.jsp?TaskList=<%= currentTLId %>" id="leftPalette" name="leftPalette" scrolling="no">     
         <frameset id="wizardFrameSet" name="wizardFrameSet" rows="*,0" frameborder="NO" border="0" framespacing="0">
    <%     if (currentTLId != -1) {
              String wizardFrameContent = "TL_Navigator.jsp?TaskList=" + currentTLId;
              HspTask currentSessionTask = (HspTask)session.getAttribute(HspConstants.SESSION_TASK);
              if (currentSessionTask != null) {
                   wizardFrameContent = "TL_Navigator.jsp?TaskList=" + currentTLId + "&SelectedTask=" + currentSessionTask.getId() + "&ShowWizard=true";
                   mainFrameContent = "TL_Wait.jsp";
              } else {
                   mainFrameContent = "TaskListStatus.jsp?TaskList=" + currentTLId;
              %>          
              <frame src="<%= mainFrameContent %>" id="mainFrame" name="mainFrame" scrolling="auto" noresize>
              <frame src="<%= (redirectString != null) ? redirectString : wizardFrameContent %>" id="wizardFrame" name="wizardFrame" scrolling="NO" noresize>
    <%      } else { %>
              <frame src="<%= (redirectString != null) ? redirectString : "Error.jsp" %>" id="mainFrame" name="mainFrame" scrolling="auto">
    <%      } %>
    <% } %>
         </frameset>
    </frameset>
    <noframes><body>
    </body></noframes>
    </html>

  • Is it possible to create a guide on labview interface to tell user how to use my program?

    Basically this is the image of the project I'm working on and i want to know if I am able to create a guide that pop out telling the user which button does what when I run the program. 
    Solved!
    Go to Solution.

    I am pretty sure the Tip Strip is what you are looking for.  If you go into the control properties and go to the Documentation tab, you will see an input to Tip Strip.  This should do exactly what you want.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • How do I create a message box for a listbox, with a 'move item up' and a 'move item down' button?

    In my listbox I want to create an error message for when I click the 'move item up' button and the item is already at the top of the list, but I am not sure how to do it.
    Here is the code I have right now:
    if (ListBox. )
    MessageBox.Show("Item is already at the top of list.");
    return;
    I also want to know how I would do the same for a 'move item down' button (if it is at the bottom of the list and I click 'move item down' button).
    Thanks.

    Here is the code,
    C#
    public void button1_click(object sender, EventArgs e)
    if (ListBox1.SelectedIndex == 0) {
    //MSGBOX
    return;
    //'Your move up code
    public void button2_click(object sender, EventArgs e)
    if (ListBox1.SelectedIndex == ListBox1.Items.Count - 1) {
    //MSGBOX
    return;
    //'Your move down code
    Insert each code in their own buttons.
    VB.net
    Public Sub button1_click(sender As Object, e As EventArgs) Handles UpButton.click
    If ListBox1.SelectedIndex = 0 Then
    'MSGBOX
    Exit Sub
    End If
    ''Your move up code
    End Sub
    Public Sub button2_click(sender As Object, e As EventArgs) Handles DownButton.click
    If ListBox1.SelectedIndex = ListBox1.Items.Count - 1 Then
    'MSGBOX
    Exit Sub
    End If
    ''Your move down code
    End Sub

  • Is it possible to create warning messages in BPs?

    Hi all,
    We're currently using Unifier version 9.13.6.
    What I would like to do, unlike a validation rule, is to create a Warning Message based on a pull down field and a chosen Work Flow Action.
    For example, if the Work Order Status Pull Down is chosen as "Complete" and the Work Flow Action is chosen as "Sent For Review", the BP would advance to the next Work Flow Step.
    If the Work Order Status Pulldown is chosen as 'In Progress' and the Work Flow Action is chosen as "Update", the BP record would be updated.
    But if the Work Order Status Pulldown is chosen as "Complete" and the Work Flow Action is chosen as "Update", I want a warning message to pop up to warn the user that "Compete" has been chosen as the Work Order Status, but ultimately allow them to Update the BP.
    Unlike a Validation Rule, which would prevent them from updating the record.
    Any assistance would be appreciated.
    Cheers,

    Not to my knowledge.  I have come across similar situations where after the user has entered a certain combination of data that I would like to provide a warning about additional info the user may/should provide, but which may not be necessary in all cases (hence validation would not work), particularly when the issue is on a detail form.  The formula functions don't handle this level of logic.
    This could be an enhancement, but now we’re entering the realm of scripting the system.

  • How do I create a message box?

    I want to know when a particular sub-VI is running when called from another VI. Ideally, I would like a windows-like box to come up, much like a dialog box, that indicates that the sub-VI is running. When execution has completed, I would like to box to disappear, not requiring any additonal user intervention. In Matlab, this is called a waitbar.

    Yes, waitbars are very useful when programs are busy and the user is waiting.
    As pointed out by the previous answers, the key is to make use of a dialog. In addition to what have been said by the others, I can provide you with a simple implementation of a Waitbar.
    In order for using a bar like this is that you have an idea of how much 100% is (time or iterations). In this simple example I just make use of a counter (in a for-loop) and a 25 ms delay to simulate some sort of activity that takes time. You can use a while-loop if that fits your application better. All you need is a number that goes from 0 to 100 during your process.
    I used a horizontal graduated bar to make it look similar to the standard waitbars.
    In LabVIEW 6i you can declare any VI as a dialog
    by right clicking in the upper right corner of the front panel and select VI settings.
    I attach my example, MainWB.vi, that is the main VI and WaitBar.vi that is the subVI declared as a dialog and the actual VI that does the work that takes time.
    Hope this helps. /Mikael
    Attachments:
    mainwb.vi ‏6 KB
    waitbar.vi ‏19 KB

  • SDK for creating PDFs, that can be emailed to end user?

    Apologies if this is in the wrong section
    I have been searching for a while but haven't found anything yet that I can see that covers my question, so please redirect me if this is a common/easy question!
    This is not a matter of the user clicking on some icon in their browser window to convert the on screen HTML to PDF
    I am not a developer, but may need to get one of my dev team involved in this discussion but thought I'd outline our situation
    I work for a software company and as part of our product range, we offer online ticketing. We use ASP.Net as the development tool so all pages are aspx, we use a SQL back end, we use a CMS to plug our web modules into.
    Scenario
    You want to go to the local zoo. Rather than lining up and buying a ticket, you wish to purchase an entry ticket online. You go to the zoo's website and notice a Purchase Tickets link, which is where my company steps in, as the builder of the business logic behind purchasing the ticket
    As part of the purchase process, you submit your name and email address, which is then stored in a SQL database.
    At the end of the purchase process, you receive an email with two PDF attachments, being:
    1. your ticket(s) and receipt, which shows details extracted from the SQL database. The tickets will include a barcode image (currently 1D, would stick with this for now)
    2. ideally you will have a separate PDF that contains Terms and Conditions of Entry to the zoo
    We have a solution that covers almost all of this, although currently we produce a single PDF that includes receipt, tickets and terms and conditions
    The PDF generation is currently handled within our web modules, so effectively the ticket is being generated by the Web Server. We are currently using a product from Winnovative to produce the PDF pages
    However the ticket generation is somewhat restrictive, and ideally we want to create much better looking tickets, that cater for formatting (font, color, etc) and ideally the ticket design could be changed by our clients (someone at the Zoo wants to add some static text, or an image, or move stuff around)
    The barcode generation seems to work well for us at the moment, though our current solution only supports 1D barcodes. I don't think Adobe is the answer for the barcode generation, but the PDF needs to display the barcode we generate
    I guess the first thing is, is there an Adobe product that sounds like it would suit our purposes? What would that product be?
    Thanks in advance
    Adrian

    Yes, that is built right into Business Catalyst comments.
    In the admin under the comments section you can select wether or not comments need to be approved first. You can then set up a user or workflow to be sent through email to the user to be able to approve it. Only catch is the user would have to have admin rights.

  • Is there a way to suppress the "dll missing message box" when OraOLEDBpus11.dll is missing?

    Hi,
    We are working on a .net windows service program. In one code path, we will create an oracle oledb connection to an oracle database using ado.net provider over oledb.
    We use oracle oledb provider (11g, 64bit) but we found when the path was configured incorrectly, a message box of "OraOLEDBpus11.dll is missing" would pop up. Since it's a windows service, the dialog box can't be seen and thus blocked the whole process.
    We would like to know if it is possible to suppress this message box. And how can we suppress it?
    Dialog box looks like:
    Oracle Provider for OLE DB
    OraOLEDBpus11.dll:  The specified module could not be found.
    OK  
    Some of the call stack are listed here:
    00:U 000000001ca6a258 000000007736933a user32!ZwUserWaitMessage+0xa
    01:U 000000001ca6a260 0000000077374bc4 user32!DialogBox2+0x274
    02:U 000000001ca6a2f0 0000000077374edd user32!InternalDialogBox+0x135
    03:U 000000001ca6a350 00000000773c2920 user32!SoftModalMessageBox+0x9b4
    04:U 000000001ca6a480 00000000773c1c15 user32!MessageBoxWorker+0x31d
    05:U 000000001ca6a640 00000000773c146b user32!MessageBoxTimeoutW+0xb3
    06:U 000000001ca6a710 00000000773c1616 user32!MessageBoxTimeoutA+0x18a
    07:U 000000001ca6a780 00000000773c1306 user32!MessageBoxA+0x4e
    08:U 000000001ca6a7c0 0000000180032099 OraOLEDB11+0x32099
    09:U 000000001ca6a9a0 000000018005a45a OraOLEDB11!DllCanUnloadNow+0x60a
    0a:U 000000001ca6a9e0 000000018006a0ad OraOLEDB11!DllUnregisterServer+0x9ded
    0b:U 000000001ca6aa20 00000000775ab108 ntdll!LdrpRunInitializeRoutines+0x1fe
    0c:U 000000001ca6abf0 000000007759787a ntdll!LdrpLoadDll+0x231
    0d:U 000000001ca6ae00 0000000077597b5e ntdll!LdrLoadDll+0x9a
    0e:U 000000001ca6ae70 000007fefd6e9059 KERNELBASE!LoadLibraryExW+0x22e
    0f:U 000000001ca6aee0 000007feff164e42 ole32!LoadLibraryWithLogging+0x32
    10:U 000000001ca6af30 000007feff164db7 ole32!CClassCache::CDllPathEntry::LoadDll+0x5b
    11:U 000000001ca6af70 000007feff164bbc ole32!CClassCache::CDllPathEntry::Create_rl+0x4c
    12:U 000000001ca6afd0 000007feff161ca1 ole32!CClassCache::CClassEntry::CreateDllClassEntry_rl+0xe1
    13:U 000000001ca6b290 000007feff161b73 ole32!CClassCache::GetClassObjectActivator+0x5ab
    14:U 000000001ca6b3e0 000007feff162425 ole32!CClassCache::GetClassObject+0x45
    15:U 000000001ca6b450 000007feff18a53a ole32!CServerContextActivator::GetClassObject+0x1fc
    16:U 000000001ca6b540 000007feff18a3a2 ole32!ActivationPropertiesIn::DelegateGetClassObject+0x62
    17:U 000000001ca6b5a0 000007feff18a5fc ole32!CApartmentActivator::GetClassObject+0x4c
    18:U 000000001ca6b5e0 000007feff18a645 ole32!CProcessActivator::GCOCallback+0x31
    19:U 000000001ca6b610 000007feff186e83 ole32!CProcessActivator::AttemptActivation+0x33
    1a:U 000000001ca6b650 000007feff186e17 ole32!CProcessActivator::ActivateByContext+0x7f
    1b:U 000000001ca6b6e0 000007feff18a6d0 ole32!CProcessActivator::GetClassObject+0x70
    1c:U 000000001ca6b720 000007feff18a3a2 ole32!ActivationPropertiesIn::DelegateGetClassObject+0x62
    1d:U 000000001ca6b780 000007feff18a30c ole32!CClientContextActivator::GetClassObject+0xcc
    1e:U 000000001ca6ba10 000007feff18a3a2 ole32!ActivationPropertiesIn::DelegateGetClassObject+0x62
    1f:U 000000001ca6ba70 000007feff18a176 ole32!ICoGetClassObject+0x3d6
    20:U 000000001ca6c590 000007feff183057 ole32!CComActivator::DoGetClassObject+0x1c7
    21:U 000000001ca6c660 000007feff182e67 ole32!CoGetClassObject+0x4f
    22:U 000000001ca6c6c0 000007fedd30317f oledb32!CCMProviderInfo::Initialize+0x5f
    23:U 000000001ca6c710 000007fedd302eb5 oledb32!CCMProviderInfoManager::CreateProviderInfo+0x2a7
    24:U 000000001ca6c8a0 000007fedd302cf8 oledb32!CCMProviderInfoManager::GetProviderInfoFromCLSID+0x9a
    25:U 000000001ca6c930 000007fedd302c54 oledb32!CCMProviderInfoManager::GetProviderInfoFromInitString+0x2b4
    26:U 000000001ca6c9b0 000007fedd302a68 oledb32!InitialGetDataSource+0x160
    27:U 000000001ca6ca60 000007fedd302993 oledb32!GetDataSource+0x797
    28:U 000000001ca6cc80 000007fedd2f1eca oledb32!CMSDAInitialize::GetDataSource+0x1d1
    29:U 000000001ca6cce0 000007fedd35cb43 oledb32!CDSLObject::GetDataSource+0x63
    OraOLEDB11.dll version:
    Product version 11.2.0.1.0
    File version 11.2.0.1
    Thanks,
    Xuan

    Hi
    register dll
    C:\windows\syswow64\regsvr32.exe C:\oracle\bin\oraoledb11.dll
    copy file oraoledbpus11.dll and oraoledb11us.dll to \windows\system32\
    Thanks, Darek

Maybe you are looking for

  • Handling events of ActiveX controls in TestStand!rol

    Hi, I want to use the Microsoft WINSOCK control with existing ActiveX Automation Adapter of TestStand. These control generates an event in case of incomming data. Question: Is there any way to treat the events of such controls in TestStand (same prob

  • Fixed Assets - Acquisition created doesn't show

    Hi all, i am having a strange problem while using the SAP Business One Fixed Assets module. Basically i have created a Fixed Assets Acquisition (with no supplier). As soon as i press 'Add' the system shows a message at the bottom saying 'Acquisition

  • I have a macbook the aprostrophe keeps filling in data fields

    i have a macbook. In safari, word, excel, and help, the aprostrophe keeps being repeated in the data fields. I have cleaned the keyboards. Would the face cover need to be replaced? Is this a motherboard issue? Thanks

  • WGM and Airplay

    Hey, I have an ICT suite of 12 MacMinis, all with OSX 10.8.2 installed. The ICT room has an AppleTV connected to the projector so computers can project to the whiteboard without the need of trailing wires. I have the AppleTV Airplay function password

  • N85 DISPLAY IS BETTER THAN THE N86?

    I JUST GOT MY N86 AND IT SEEMS LIKE N85 HAS A BETTER DISPLAY, SEEMS BRIGHTER AND SMOOTHER.... THE N85 HAD A SOLID OS, UNLIKE THE 86 VERY BUGGY (FROM WHAT I READ) I STILL HAVE THE N81 AND OH MY GOD, ITS STILL THE BEST MUSIC  PHONE EVER!