Cp 5.5, Section 508 Accessibility - Is it possible to create a skip tag in the Accessibility dialog?

Hi,
We're working with a US Federal client so our Captivates need to fully Section 508 compliant. We've been able to work out strategies for all the elements of our course except one:
In order to auto-play each slide, then have it pause until the user chooses to move forward using the playbar, we've added a click box to each slide. We would like for JAWS to skip reading the click bos, since it is not used as anything other than an automatic pause. If we could use the Accessibility dialog to create a skip tag for the click boxes, that would be ideal.
Here's our experience so far:
If we leave the Accessibility dialog in default (Auto Label checked), JAWS read "click box" - acceptable but not ideal
If we uncheck Auto Label and leave Name and Description empty, JAWS reads "unlabeled button" - unacceptable
If we uncheck Auto Label and populate Name and Description with empty quotation marks, JAWS reads "quote quote" - unacceptable
Appreciate any techniques you've come up with -
Thanks,
KN

System board for use in models with 1 GB of discrete graphics memory 616244-001
System board for use in models with 512 MB of discrete graphics memory 608203-001
System board for use in models with UMA graphics 608204-001
http://h10032.www1.hp.com/ctg/Manual/c02437489.pdf
Graphics is built into the motherboard.
Can only upgrade with new motherboard.
Only a few laptops have graphics cards that can be up graded. "Like Alienware"
Good luck.
HP Expert Tester "Now testing HP Pavilion 15t i3-4030U Win8.1, 6GB RAM and 750GB HDD"
Loaner Program”HP Split 13 x2 13r010dx i3-4012Y Win8.1, 4GB RAM and 500GB Hybrid HDD”
Microsoft Registered Refurbisher
Registered Microsoft Partner
Apple Certified Macintosh Technician Certification in progress.

Similar Messages

  • Problem with accessing parameter in HTML client, Access is not possible before created.

    I have one Screen in which I set a date.
    I pass the date to another Screen. In this screen I have a tile list showing all the busses and I want to show the current number of orders of the passed date for each bus.
    So I created a custom field in the tile for showing the amount of orders,  and it workes fine for a hardcoded date.
    But I have no access to the passed parameter, because it is to early.
    I get access after Screen.created to the Parameter, but there it is too late, because the list is already created with 0 as order Count.
    myapp.freieBusse.bkz1_render = function (element, contentItem) {
    var querybus = contentItem.value;
    // var querydatum = new Date(); <=== This works fine for today
    var querydatum = screen.queryDatumScreen; <== queryDatumScreen = Null at this Moment.
    myapp.activeDataWorkspace.wksqlData.QueryDispoByDatAndBus(querybus,querydatum).execute().then(function (results) {
    var countDispo = CountDispo(results);
    element.innerHTML = countDispo;
    function CountDispo(disposaetze) {
    var totalDisp = 0;
    var dispos = disposaetze.results;
    dispos.forEach(function (dispo) {
    totalDisp = totalDisp + 1;
    return totalDisp;
    How can I get an eralier Access to the Parameter. Or how can I manipulate the order Count of each row in the created of the Screen?
    Helmut

    The result is as slow that you can count the order with your fingers, but it works.
    If you use a
    WCF RIA Service the result will be fast. The calculations are performed inside SQL server and returned to the LightSwitch client in a single call per page.
    You can also use a Web API call but for a table of data it actually takes a lot of careful JavaScript code and you lose the drag and drop and strong typing in the HTML designer.
    Unleash the Power - Get the LightSwitch 2013 HTML Client / SharePoint 2013 book
    http://LightSwitchHelpWebsite.com

  • In the timed access area, I cannot seem to be able to change the access times, it give me an error. It keeps saying invalid value.  - Very frustrating.

    Each time I try change the access between times, I get an error.  Invalid value. The value for "Timed Access Control" is invalid.  The system will only accept the pre-stored times and will not allow me to over write a 9:00 AM  with lets say a 10:00 AM.  Is there some knack to getting this function to work?  I've tried to make the required changes several times and over several days all without success.

    Gave up on the access via my Mac Mini, downloaded the App to my IPAD and entered the required times perfectly. Now the system works perfectly.

  • How to create a profile to control the access to Query Designer 2004s

    Hi all,
    I saw the note Note 962530 - NW04s: How to restrict access to Query
    Designer 2004s , where in alternative solution there is the approach on
    how to create a database table and modify the function module to control the access.
    However, we need to a security profile check that can prevent or allow
    who can access 04s tools. Because this is easy to maintain and we don't need to modify the database table time to time.
    Please update if it is feasible to have a check within the profile
    of the users to acces 04s query desinger. This way we can control
    effectively who can access new tools.
    Thanks,
    Dicky

    I can suggest that as this is a Security you might wanna ask the Person who is handling Security in your office.
    He can add different Roles which can then control their acess.
    For e.g. if you want that your user should be able to run Specific Queries a,b,c,d created by you.
    I will suggest interact with SEcurity Personal and ask him to create a Role X.
    You can then publish  your queries in Role X.
    So your users will have acess and security for X and they will then run the queries from them.
    Likewise, different other options are also there.
    If your queries are on Planning cube then things like giving them acess to Tools should take place similarly in different fashion.
    Your user can also use Query desinger and can opne queries from Roles .
    Hope this helps.

  • MOVED: Possible to create boot floppy or CD and access hard drive? (975x)

    This topic has been moved to Operating Systems.
    https://forum-en.msi.com/index.php?topic=115162.0

    Remzi,
    What about booting on CD w/o Hard Drive? Can this be done without a hard
    drive?
    Also, the HDF I mentioned has nothing to do with hardware. There is a
    Library of VIs created by NI to support the HDF file format. The potential
    problem is that they all call a Windows DLL at the lowest level. Do you
    know if the DLL would work with RT?
    Thanks - Neal Pederson.
    "Remzi" wrote in message
    news:[email protected]..
    > Hi,
    > LabVIEW RT supports LabVIEW Web server applications. LabVIEW RT and
    > DAQ driver typically require about 9.5 MB memory, LabVIEW RT can only
    > be used with RT hardware. I hope this helps.
    >
    >
    > Best Regards,
    > Remzi A.
    > Applications Engineering
    > National Instruments

  • [JS][CS5] Enhancing Section 508 accessibility of pdfs from InDesign script

    I was using a script to automate mapping styles to tags and tagging graphics as artifacts or as figures with Alt attributes for section 508 accessibility reasons, but in order to encourage use by designers, I wanted to add code to unlock all locked items in the document and then relock those items before the end of the script. Otherwise, the script would hang up when it encountered a locked item. I have an approach that seems to work, but is there a more elegant way of handling the locking and unlocking, especially for anchored and inline graphics?
    Also, if anyone finds this code useful, I'd appreciate any feedback based on your use of it.
    Preps an InDesign document for pdf output that is closer to section 508 compliancy.
    This script acts on the active InDesign document. It removes any unused tags from the tags palette. 
    It unlocks everything that is locked.
    It creates all necessary tags in the tags palette if they do not already exist.
    It tags all untagged, placed graphics as either Artifacts or as Figures as follows:
    Any graphic on a master page is tagged as an artifact.
    Any graphic with a file name that contains either of two 4-character sequences, “art_” or “_art” (case insensitive) is also tagged as an artifact.
    All other untagged graphics are tagged as figures and assigned an Alt attribute.
    Graphics appearing on publication pages (not master pages) that were tagged prior to running the script will have an Alt attribute added to the pre-existing tag if it does not already have one.
    The script relocks everything that the script previously unlocked.
    It removes any existing styles-to-tags mappings.
    It creates new styles-to-tags mappings for all paragraph styles based on the following paragraph style naming convention:
    Every paragraph style is mapped to the P tag, unless the style name contains a prefix, suffix, or infix matching the format H2_ or _H1 (underscore character optional) 
    where the numeric digit indicates the level in the document hierarchy for the headings to which the style is applied.
    Paragraph styles with names containing H1, H2, H3, H4, H5, or H6 are mapped to tags with those names.
    The script then maps paragraph styles to tags based on the newly created mappings.
    THIS SCRIPT IS MADE AVAILABLE ON AN "AS IS" BASIS,  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED.
    #target "InDesign-7.0" //for InDesign CS5
    var markup_tag_names = new Array( "H1","H2","H3","H4","H5","H6","Figure","P","Story","Article","Table","Cell","Artifact");
    var re_artifact = new RegExp("(ART_)|(_ART)", "i" );
    var re_heading = new RegExp("(H[1-6]_?)|(_?H[1-6])", "i" );
    var arraysAnchoredInlineGraphicsLockStatuses = new Array();
    var d = app.documents[0];
    d.deleteUnusedTags();
    var arrLayersLockStatuses = d.layers.everyItem().locked;
    var arrPageItemsLockStatuses = d.pageItems.everyItem().locked;
    for (var k  = 0; k < d.stories.count(); k++ ) {
        arraysAnchoredInlineGraphicsLockStatuses.push( d.stories[k].pageItems.everyItem().locked );
    d.layers.everyItem().locked = false;
    d.pageItems.everyItem().locked = false;
    d.stories.everyItem().pageItems.everyItem().locked = false;
    for ( var i = 0; i < markup_tag_names.length; i++ ) {
         zTag = d.xmlTags.itemByName( markup_tag_names[i] );
         if ( zTag.isValid ) continue;
         else d.xmlTags.add( markup_tag_names[i] );
    var p_tag = d.xmlTags.itemByName('P');
    var figure_tag = d.xmlTags.itemByName( 'Figure' );
    var artifact_tag = d.xmlTags.itemByName( 'Artifact' );
    var root = d.xmlElements[0];
    for ( var i = 0; i < d.allGraphics.length; i++ ) {
         g = d.allGraphics[i];
         pg = g.parentPage;
         if ( pg == null ) continue;
         isOnMaster = pg.parent.constructor.name == 'MasterSpread';
         if ( g.itemLink.isValid != true ) continue;
        fname = g.itemLink.filePath;
        fname = fname.substring( fname.lastIndexOf(':') + 1 ); //Mac-specific folder separator ':'
         if ( g.associatedXMLElement == null ) {
            if ( isOnMaster )  {
                root.xmlElements.add( artifact_tag, g );
            else  if (  re_artifact.exec( fname ) != null ) {
                root.xmlElements.add( artifact_tag, g );
            else {
                xmle = root.xmlElements.add( figure_tag, g );
                xmle.xmlAttributes.add('Alt', '' );
         else if ( ! ( g.associatedXMLElement.xmlAttributes.itemByName('Alt').isValid ) && !(isOnMaster ) ) g.associatedXMLElement.xmlAttributes.add('Alt', '' );
    for (var k  = 0; k < d.stories.count(); k++ ) {
        if ( d.stories[k].pageItems.count() > 0 ) {
            for ( var z = 0; z < d.stories[k].pageItems.count(); z++ ) {
                d.stories[k].pageItems[z].locked = arraysAnchoredInlineGraphicsLockStatuses[k][z];
    for ( var i = 0; i < d.pageItems.count(); i++ ) {
        d.pageItems[i].locked = arrPageItemsLockStatuses[i];
    for ( var i = 0; i < d.layers.count(); i++ ) {
        d.layers[i].locked = arrLayersLockStatuses[i];
    d.xmlExportMaps.everyItem().remove();
    for ( var i = 0; i < d.allParagraphStyles.length; i++ ) {
         var psty = d.allParagraphStyles[i];
         var rslt = re_heading.exec( psty.name);
         if ( rslt != null ) {
              rslt = rslt[0].replace("_", "");
              rslt = rslt.toUpperCase();
              d.xmlExportMaps.add( psty, d.xmlTags.itemByName(rslt) );
         else { d.xmlExportMaps.add( psty, p_tag ); }
    d.mapStylesToXMLTags();

    Are you running this in a persistent engine?
    Have you tried wrapping the myDisplayDialog() call in a try/catch block to see if it is throwing an error?
    I can provide all the relevant scripts if necessary, but they're pretty convoluted. The most important one is the user input function. Here it is:
    It's quite common that the convolutions are related to the problem. A good exercise is narrowing it down to a small reproducible test case without the convolutions, and often as not you may find the problem in the process. If not, well, at least you'll provide something to test with.

  • ApEx and Section 508 compliance

    1. Is ApEx section 508 compliant? </br>
    2. Any documentation available on this topic? </br></br>
    (Section 508: employees with disabilities need to have access to information and data in a manner comparable to the access and use by employees who are not individuals with disabilities) </br></br> Vasan

    Hello,
    1. Is ApEx section 508 compliant? APEX can build 100% 508/DDA compliant applications. What Apex does not do is enforce 508/DDA compliance nor does it automatically insert accessibility features. Tab index's shortcuts to skip navigation , proper headings etc. This is left up to the developer to do so that you can properly address your application and or organizations accessibility requirements.
    One thing that is sometimes a sticking point is APEX's use of javascript. While you can create an APEX application that does not use javascript it has quite limited functionality. APEX does follow Oracle's stance on accessibility and javascript.
    http://www.oracle.com/accessibility/standards.html
    JAWS testing has also taken place with APEX and with properly built applications and the applications work great.
    2. Any documentation available on this topic? Building an accessible application in APEX is exactly like building an accessible application in any HTML environment. Set your tabindex's correctly, make sure data tables have proper headings , make sure that labels are properly linked to form items and such. There used to be a APEX and accisislbuity blog posting but I don't think it's available anymore. Searching this forum will also return you some results.
    Most accessibility issues come from improperly constructed templates, and making sure that page report and label templates have accessible features usually takes care of most issues.
    Our VPAT can be found here http://www.oracle.com/accessibility/templates/t780.htm and is currently being updated to cover all versions up to 3.1 , there have only been minor changes.
    APEX is also going to start taking advantage of ARIA features http://www.w3.org/WAI/intro/aria so that developers can more easily create rich interactive applications that still can use AJAX and other DHTML features. But there is no reason you can't start including ARIA features in your applications today.
    Regards,
    Carl
    blog : http://carlback.blogspot.com/
    apex examples : http://apex.oracle.com/pls/otn/f?p=11933:5

  • Section 508 Search ability

    I'm brand new to RoboHelp (v6), so forgive the elementary
    question. The "Search" function for Section 508 compliance appears
    to be limited, to put it nicely. The results appear to be similar
    to an Index, only much less helpful, returning words like "above"
    and pages upon pages of other unhelpful words we used in our topics
    like "system". I understand the need to create a Stop List for
    these terms for the Index. However, before getting in too deep with
    RoboHelp I was hoping someone could validate that entering terms in
    the Stop List for the Smart Index will remove the terms from being
    picked up in the Search function? For some reason the documentation
    doesn't make that clear and I'm unable to test it because of a
    separate issue posted to the forum. Also, because Section 508 is
    the requirement and a non-508 webhelp is not desired for any other
    reason than to implement a search using a text field (for non-508
    users, of course), is it less of a maintenance hassle in the long
    run to implement a third-party tool like ZoomSearch, or is a
    non-508 webhelp option better?

    Hi again
    No, I'm pretty sure you aren't the first to ask. But what we
    have is what we have. So it's either use that or develop your own
    custom implementation.
    You (and others) are strongly encouraged to voice your
    concerns or desires to the RoboHelp development team. How? Why I'm
    so happy you ask! You
    Click
    here and complete the form you should find there.
    Cheers... Rick

  • Screen readable output (section 508)

    Hi Everyone,
    I've been tasked with finding a way of generating screen
    readable output rom RH which is section 508 compliant.
    By this I mean not having to use the mouse and use keystrokes
    only. A customer has suggested that a tagged PDF was one of the
    most accessible forms in which to deliver a help system. I'm not
    convinced from previous experience and aalso at present PDF output
    fails to complile anyway.
    Any one tangled with this one? I am using RH6.

    Thanks Colum and Peter for your prompt replies. I have
    generated a web help output that is section 508 ticked but I still
    seem to need to use the mouse. Mind you that's probably my lack of
    experience! Any more thought greatly appreciated!

  • Access 2013 crashed when I export a table from the access

    Hi!
    Access 2013 always crashed when I export a table from the access to the Database Symfoware.
    1、The conditions of the Access 2013  crashed are the follows.
    1)Create a table in the Access 2013.
    2)Using the ODBC driver of the Database Symfoware to export the table from the access to the Database Symfoware.
    2、The Environments are the follows.
    1)Access 2013 X64(Version:15.0.4420.1017)
    2)Win2008R2 X64
    3)Symfoware V11.1 X64
    3、The Application log from the Win2008R2 are  follows.
    ログの名前:         Application
    ソース:           Application Error
    日付:            2014/04/18 16:21:06
    イベント ID:       1000
    タスクのカテゴリ:      (100)
    レベル:           エラー
    キーワード:         クラシック
    ユーザー:          N/A
    コンピューター:       WIN-29UTU2AIK6J
    説明:
    障害が発生しているアプリケーション名: MSACCESS.EXE、バージョン: 15.0.4420.1017、タイム スタンプ: 0x50674523
    障害が発生しているモジュール名: ACECORE.DLL、バージョン: 15.0.4420.1017、タイム スタンプ: 0x506742b7
    例外コード: 0xc0000005
    障害オフセット: 0x0000000000171f36
    障害が発生しているプロセス ID: 0xb6c
    障害が発生しているアプリケーションの開始時刻: 0x01cf5ad638668c5b
    障害が発生しているアプリケーション パス: C:\Program Files\Microsoft Office\Office15\MSACCESS.EXE
    障害が発生しているモジュール パス: C:\Program Files\Common Files\Microsoft Shared\OFFICE15\ACECORE.DLL
    レポート ID: 00e87957-c6ca-11e3-ad2c-0050568d2ced
    イベント XML:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
        <Level>2</Level>
        <Task>100</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-04-18T07:21:06.000000000Z" />
        <EventRecordID>3442</EventRecordID>
        <Channel>Application</Channel>
        <Computer>WIN-29UTU2AIK6J</Computer>
        <Security />
      </System>
      <EventData>
        <Data>MSACCESS.EXE</Data>
        <Data>15.0.4420.1017</Data>
        <Data>50674523</Data>
        <Data>ACECORE.DLL</Data>
        <Data>15.0.4420.1017</Data>
        <Data>506742b7</Data>
        <Data>c0000005</Data>
        <Data>0000000000171f36</Data>
        <Data>b6c</Data>
        <Data>01cf5ad638668c5b</Data>
        <Data>C:\Program Files\Microsoft Office\Office15\MSACCESS.EXE</Data>
        <Data>C:\Program Files\Common Files\Microsoft Shared\OFFICE15\ACECORE.DLL</Data>
        <Data>00e87957-c6ca-11e3-ad2c-0050568d2ced</Data>
      </EventData>
    </Event>
    4、When the access crashed,I got the dump file .Then I use the Windbg got some information from the dump files.
         The detailes are  follows.
    FAULTING_IP: 
    +58872faf03d6dd84
    00000000`00000000 ??              ???
    EXCEPTION_RECORD:  00000000001723c0 -- (.exr 0x1723c0)
    ExceptionAddress: 000007fee3951f36 (ACECORE+0x0000000000171f36)
       ExceptionCode: c0000005 (Access violation)
      ExceptionFlags: 00000000
    NumberParameters: 2
       Parameter[0]: 0000000000000000
       Parameter[1]: 0000000000000000
    Attempt to read from address 0000000000000000
    FAULTING_THREAD:  00000000000010b8
    DEFAULT_BUCKET_ID:  WRONG_SYMBOLS
    PROCESS_NAME:  MSACCESS.EXE
    ADDITIONAL_DEBUG_TEXT:  
    Use '!findthebuild' command to search for the target build information.
    If the build information is available, run '!findthebuild -s ; .reload' to set symbol path and load symbols.
    MODULE_NAME: ACECORE
    FAULTING_MODULE: 0000000076eb0000 ntdll
    DEBUG_FLR_IMAGE_TIMESTAMP:  506742b7
    ERROR_CODE: (NTSTATUS) 0x80000003 - {
    EXCEPTION_CODE: (NTSTATUS) 0x80000003 (2147483651) - {
    MOD_LIST: <ANALYSIS/>
    CONTEXT:  0000000000171ed0 -- (.cxr 0x171ed0)
    rax=0000000001be3598 rbx=0000000000000000 rcx=01cf5d1b0f402a5c
    rdx=0000000009cfad30 rsi=0000000006688ef0 rdi=0000000001be35d0
    rip=000007fee3951f36 rsp=0000000000172490 rbp=00000000001727a0
     r8=0000000009b409d0  r9=0000000006688ef0 r10=0000000000000000
    r11=0000000000000246 r12=0000000000000000 r13=0000000001be19f0
    r14=0000000009cfad30 r15=0000000000000000
    iopl=0         nv up ei pl nz na po nc
    cs=0033  ss=002b  ds=002b  es=002b  fs=0053  gs=002b             efl=00010206
    ACECORE+0x171f36:
    000007fe`e3951f36 4d3927          cmp     qword ptr [r15],r12 ds:00000000`00000000=????????????????
    Resetting default scope
    PRIMARY_PROBLEM_CLASS:  WRONG_SYMBOLS
    BUGCHECK_STR:  APPLICATION_FAULT_WRONG_SYMBOLS
    LAST_CONTROL_TRANSFER:  from 000007fee395c095 to 000007fee3951f36
    STACK_TEXT:  
    00000000`00172490 000007fe`e395c095 : ffffffff`ffffffff 00000000`00000000 00000000`01bddaa2 ffffffff`ffffffff : ACECORE+0x171f36
    00000000`001727b0 000007fe`e388f8eb : 000007fe`e399dc10 000007fe`e399dc30 000007fe`e399dc50 00000000`000000f9 : ACECORE+0x17c095
    00000000`00172b50 000007fe`e388f590 : 00000000`06688ef0 00000000`00000004 00000000`000000f9 00000000`00000000 : ACECORE+0xaf8eb
    00000000`00172ba0 000007fe`e388f406 : 00000000`00000004 00000000`000000f9 00000000`11cb1130 00000000`000000f9 : ACECORE+0xaf590
    00000000`00172c30 000007fe`e391aee7 : 00000000`00000000 00000000`00173198 00000000`06688ef0 00000000`11cb0998 : ACECORE+0xaf406
    00000000`00172c70 000007fe`e3933a72 : 00000000`00400100 00000000`00000002 00000000`00000001 00000000`06688ef0 : ACECORE+0x13aee7
    00000000`00172e50 000007fe`e384e5b1 : 00000000`00000000 00000000`11cb0020 00000000`06688ef0 00000000`00000001 : ACECORE+0x153a72
    00000000`00172e90 000007fe`e38358d1 : 00000000`000007ff 00000000`06688ef0 00000000`01bd99f0 00000000`00000000 : ACECORE+0x6e5b1
    00000000`00173280 000007fe`e38718eb : 00000000`000007ff 00000000`06688ef0 00000000`11cb0000 00000000`00000000 : ACECORE+0x558d1
    00000000`00173340 00000001`3f3b0cd2 : 00000000`0a0945c0 00000000`000000fe 00000000`000007ff 00000000`00000000 : ACECORE+0x918eb
    00000000`00173430 00000001`3f3b0b9b : 00000000`00173730 00000000`001741e0 00000000`065e5b00 00000000`00000100 : MSACCESS!CreateIExprSrvObj+0x16af32
    00000000`00173630 00000001`3f3afcea : 00000000`00173730 00000000`00000000 00000000`00000000 00000000`065e5b00 : MSACCESS!CreateIExprSrvObj+0x16adfb
    00000000`001736a0 00000001`3f983140 : 00000000`00174401 00000000`0a3235e0 00000000`0a319aa0 00000000`00179fc8 : MSACCESS!CreateIExprSrvObj+0x169f4a
    00000000`00174290 00000001`3f3aabeb : 00000000`00000000 00000000`00000000 00000000`00179f38 00000000`00000000 : MSACCESS!FUniqueIndexTableFieldEx+0x26ab4
    00000000`00174530 00000001`3f3a9670 : 00000000`001778e0 00000000`00179f38 00000000`00000031 00000000`00000000 : MSACCESS!CreateIExprSrvObj+0x164e4b
    00000000`00177870 00000001`3f3a8c1b : 00000000`00000010 00000000`108c5990 003d0044`00570050 00000000`74ac3f69 : MSACCESS!CreateIExprSrvObj+0x1638d0
    00000000`001779d0 00000001`3f5450df : 00000000`0a0945c0 00000000`0000009c 00000000`0a0945c0 00000000`00000000 : MSACCESS!CreateIExprSrvObj+0x162e7b
    00000000`00179e30 00000001`3f64e915 : 00000000`43ed8000 00000000`00000000 00000000`3f800000 00000000`00000000 : MSACCESS!FillADT+0x5830b
    00000000`0017c450 00000001`3f33b172 : 00000000`00000000 00000000`0006075e 00000000`0017e370 00000000`00000000 : MSACCESS!IdsComboFillOfActidIarg+0xaddf1
    00000000`0017d730 00000001`3f33a9ef : 00000000`0017e0a0 00000000`00000b86 00000000`00000000 00000000`0fea0000 : MSACCESS!CreateIExprSrvObj+0xf53d2
    00000000`0017d790 00000001`3f33a20c : 00000000`06620400 00000000`00000000 00000000`00000001 00000000`0017e420 : MSACCESS!CreateIExprSrvObj+0xf4c4f
    00000000`0017e400 00000001`3f6019cd : 0071023b`007a000a 00000000`00374a30 00000000`00000005 00000000`0000000c : MSACCESS!CreateIExprSrvObj+0xf446c
    00000000`0017e850 00000000`06706fd5 : e2504700`aa00ee81 00005d1b`0f2363ea 00000000`0017e9e0 00000001`3f200000 : MSACCESS!IdsComboFillOfActidIarg+0x60ea9
    00000000`0017e8f0 00000000`0a30c378 : 00000000`00000000 00000000`00000008 00000000`067069ac 00000000`00000000 : 0x6706fd5
    00000000`0017e960 00000000`00000000 : 00000000`00000008 00000000`067069ac 00000000`00000000 00000000`00000008 : 0xa30c378
    FOLLOWUP_IP: 
    ACECORE+171f36
    000007fe`e3951f36 4d3927          cmp     qword ptr [r15],r12
    SYMBOL_STACK_INDEX:  0
    SYMBOL_NAME:  ACECORE+171f36
    FOLLOWUP_NAME:  MachineOwner
    IMAGE_NAME:  ACECORE.DLL
    STACK_COMMAND:  .cxr 0x171ed0 ; kb
    BUCKET_ID:  WRONG_SYMBOLS
    FAILURE_BUCKET_ID:  WRONG_SYMBOLS_80000003_ACECORE.DLL!Unknown
    WATSON_STAGEONE_URL:  http://watson.microsoft.com/StageOne/MSACCESS_EXE/15_0_4420_1017/50674523/unknown/0_0_0_0/bbbbbbb4/80000003/00000000.htm?Retriage=1
    Followup: MachineOwner
    5、Where the access crashed I used the ODBC trace to get the trace log of the ODBC API.
         The ODBC API called by Access before it crashed are the follows.
         I also ansysised the log,and I did not find any Abnormal.
    Test            1174-10f0
    EXIT  SQLGetData  with return code 0 (SQL_SUCCESS)
    HSTMT               0x0000000009F7C490
    UWORD                      
     6 
    SWORD                      
    -8 <SQL_C_WCHAR>
    PTR                 0x00000000002C1F20 [  
       12] "LENGTH"
    SQLLEN                    62
    SQLLEN *            0x00000000002C1E38 (12)
    Test            1174-10f0
    ENTER SQLGetData 
    HSTMT               0x0000000009F7C490
    UWORD                      
    10 
    SWORD                      
    99 <SQL_C_DEFAULT>
    PTR                 <unknown type>
    SQLLEN                     4
    SQLLEN *            0x00000000002C1E38
    Test            1174-10f0
    EXIT  SQLGetData  with return code 0 (SQL_SUCCESS)
    HSTMT               0x0000000009F7C490
    UWORD                      
    10 
    SWORD                      
    99 <SQL_C_DEFAULT>
    PTR                 <unknown type>
    SQLLEN                     4
    SQLLEN *            0x00000000002C1E38 (-1)
    Test            1174-10f0
    ENTER SQLFetch 
    HSTMT               0x0000000009F7C490
    Test            1174-10f0
    EXIT  SQLFetch  with return code 100 (SQL_NO_DATA_FOUND)
    HSTMT               0x0000000009F7C490
    Test            1174-10f0
    ENTER SQLFreeStmt 
    HSTMT               0x0000000009F7C490
    UWORD                      
     0 <SQL_CLOSE>
    Test            1174-10f0
    EXIT  SQLFreeStmt  with return code 0 (SQL_SUCCESS)
    HSTMT               0x0000000009F7C490
    UWORD                      
     0 <SQL_CLOSE>
    6、I also did the test with the Access 2010,and with the Sql Srever/Oracle.
         The results are the follows.
    1) With the Access 2010(X86 or X64) and Access 2013 X86,it successes when I export the table to the DB Symfoware.But only with the Access 2013 X64,the Access crashed.
    2)With the Access 2010(X86 or X64) and Access 2013(X86 or X64),using the Sql Srever/Oracle,it always successes .
    According to all the descrived above, I wonder if it a bug of the Access2013 .
    Could anyone can help me ?
    Thanks for any help.

    George Zhao
    Thank you for your help.
    I have already install
    the latest patches of the Office 2013.But it doesn't work.It is down also too. And ODBC
    drive of Database Symfoware is the newest driver of the Database Symfoware. Now I wonder that
    if it si a bug of the  ODBC
    drive of Database Symfoware,I should fix the bug,but I have analysised the odbc trace log and I do not find any wrongs ,so I think maybe it is a bug of the Access .
    I have see many situations about the Access down on the internet .

  • Linking Access tables, creating a query with using both Access and Oracle

    Hello,
    I am using 3.0.04.34 version Oracle Developer. I am supposed to create a script/procedure to use both Access tables and oracle tables together. There is an option in developer to copy the access tables into oracle. But it doesn't help me. Because when we updated the access tables
    the copied ones are not be updated. How can I created a linked access tables to oracle and create a query with using both access and oracle table together.
    I will appreciate if you guys help me. I look forward to hearing from you guys.
    Thanks,
    Pinar

    Pinar,
    to be able to query MS Access tables in Oracle you need an additional product, the Oracle Database Gateway for ODBC. It allows you to link any foreign database into an Oracle database using a suitable ODBC driver. You can then access the MS Access tables through a database link based on the Database Gateway for ODBC. This will also allow you to join local Oracle and remote MS Access tables from your Oracle database.
    There's a note on My Oracle Support which gives you more details:Document 233876.1 Options for Connecting to Foreign Data Stores and Non-Oracle Databases - For example - DB2, SQL*Server, Sybase, Informix, Teradata, MySQL
    And there's also a dedicated Forum: Heterogeneous Connectivity

  • Hello,i have changed the access of library and system files in macintosh HD through get info option.i changed the access to write only access for library and system files to no access for everyone.then mac stopped working..nothing opening now.

    hello
    i have changed the access of library to WRITE ONLY and also i changed the access of system files to NO ACCESS FOR ANYONE in macintosh HD.then,suddenly it stopped working.i tried it shut down.then it didnot shut down.then i pressed ctrl+command+power button.then it was shut down.
    NOW, nothing is opening in macbook pro.it is opening and only apple logo is shown.what should i do now.i knew nothing in mac.please help me.operating system is 10.7

    hello CT,
    it showed
    permissions differ on library: should be drwxr-xr-r
    repaired "library"
    permissions differ on system: sholud be should be drwxr-xr-r;they are d-wx-----------
    repaired "systems"
    like this many steps occured.
    then next step is permissions repair complete.

  • How to decrease the access time of a table (when a query is accessing it)

    Hi
    I have few master tables. Any of those table do not contains more than 1000 records. These tables are not updated frequently.
    Now I want to make 6 or 7 table so that the access time becomes less than that of the others tables.
    For example
    say I have 10 master tables
    table1
    table2
    table3
    table4
    table5
    table6
    table7
    table8
    table9
    table10
    Say the access time for a query that access these tables is 10ms.
    I want to decrease the access time for table1, table2,table3 and table,4 say I want to make it 5 ms.
    Could you please tell me how can I do that?
    Regards

    Hi,
    As you have stated master tables, I am not sure, have you checked with"creating a Cluster" , might check once which might suffice your requirement else
    1 - Check the design once again
    2 - tune the queries
    3 - Check for materialized view
    further based on your inputs we can suggest or analyze some thing.
    - Pavan Kumar N

  • Section 508 Accessibility

    We have a government client that requires our fillable PDF forms be Section 508 compliant.  I have run the accessibility report on my end, using Acrobat 8 Pro, and the doc passes.  On their end, it has one item that fails.  I do not know what version they are using.  They say they can fix this, but I have to unlock one section.  However, as far as I can see, all sections of the PDF are unlocked.
    Here is a link to the doc in question:  http://asiflex.com/test2/fsadcap%20claim%20form.pdf
    I've spent a lot of time messing around and googling for answers, but can't find anything.  Any thoughts on how to remedy this would be greatly appreciated.

    Quick clarifying question: When you ask about a potential third party tool to tag documents, are you looking for something that will automatically generate tags or allow you to manually set them? I would assume that you would want to manually set them as automatic tagging isn't the best for creating Section 508 compliant reports.
    Acrobat Pro has tagging capabilities on PDFs that were created using other applications.  You can read about it in the following document.  This was based on Acrobat Pro 6; however, the same principles should apply.
    [http://www.adobe.com/enterprise/accessibility/pdfs/acro6_pg_ue.pdf|http://www.adobe.com/enterprise/accessibility/pdfs/acro6_pg_ue.pdf]
    I am continuing to research your options and will get back to this thread shortly.
    Coy

  • Can Adobe Forms Central produce Section 508 compliant web forms?

    Hello!  I've been investigating using Adobe Forms to create a survey for a product I'm creating. While I love the functionality available to me, when I tested the preview of the form I created, WAVE Accessibility Checker noted the form a lot of errors associated with it.
    I'm curious if there is a method by which one can make the survey 508 Compliant, or if plans were in the works to add this functionality?

    This page documents our level of 508 compliance:
    http://www.adobe.com/accessibility/products/compliance/formscentral-section-508-vpat.html
    Randy

Maybe you are looking for

  • Accessing Home Hub 4 with windows 8.1 and Internet...

    Hello I can no longer access my home hub manager wirelessly running windows 8.1 and Internet Explorer 11 from my toshiba laptop by either typing in the IP address or by http://bthomehub.home/. I can still access it by either method from a laptop runn

  • How do I authenticate my external hard drive?

    I've been using my external hard drive for a few months now without any problems opening, saving, or moving files. Just recently I had a new hard drive put into my MacBook and I used the Migration Assistant to transfer my latest backup over to the ne

  • How to report that itune billed me twice in one app

    I had to purchased app and istore billed me twice how should i do ?? i just checked the receipt it show like this Item Developer Type Unit Price Learn Spanish - MindSnacks, 50 Spanish Lessons Report a Problem MindSnacks In App Purchase $4.99 Learn Sp

  • How to revert back User Management  changes with SAP ep6

    Hi, While implementing sso for R/3 with sap EP, we did some changes in SAP System of UM configuration, after that we are not able to login with existing super user. We changed the existing userid SAPJSF to some other value in SAP system of UM. This i

  • Safari not displaying website comments

    Since the latest update to Safari in Mavericks 10.9.4, I no longer can see comments to articles at huffington post. When I open the same page in another browser, the comments are there. Anyone know a way to fix this?