Safari 4 PhpMyAdmin iFrame

Hello,
When i use PhpMyAdmin in Safari 4 the left frame isn't resizable. Is there a plugin or something else to fix this iframe bug?

No one has a idea ?

Similar Messages

  • Problem with phpMyadmin IFRAME in Safari

    hi there,
    This is how phpMyadmin shows in Safari. the IFRAME isnt resizable making the table list impossible to read
    [IMG]http://i37.tinypic.com/mscgif.png[/IMG]
    Anyone know how to fix this or is this a Safari bug? It shows up beautifully in Firefox though.

    I managed to fix it by clearing the cookies related to myphpadmin. then the frames suddenly became wider.

  • Setting cross-domain cookies in Safari using iframe

    Hi,
    I want to load url inside iframe. It works in all browsers. Except in safari browser.
    I have written code as
    On designer page
    <div id="containFrame" runat="server">
    And on code behind
    protected void Page_Load(object sender, EventArgs e)
                GenerateFrame("http://www.dotnetobject.com");
    private void GenerateFrame(string urlsrc)
                string frame = "<iframe id='ifrm' style='width: 956px; height: 500px'";
                frame += " src='" + urlsrc + "' ></iframe>";
                containFrame.InnerHtml = frame;
    I am using safari browser version 5.1 (7534.50).
    Here in Preferences (Privacy tab) for Block Cookies have three options as
    1. From third parties and Advertiser
    2. Always
    3. Never
    If I selects option as Never then this code work successfully. But Not for 1 and 2 option.
    Here my quesion is, how to handel this problem cross-domain cookies problem?
    Thanks,
    Bhanudas

    sadly... i couldn't find other workaround than making a new subdomain of the main domain.
    i have abc.com that embed def.com in an iframe. the only workaround so far is make a new subdomain def.abc.com and map that as a CNAME to def.com.
    when i call the page in iframe, i call def.abc.com, which matches the same domain, thus cookies can be read or written.
    this becomes a problem with you have a lot of different websites to embed, and not all site owners care to do binding of the new host on their webserver.

  • Mobile safari and Iframe within widget

    If a site is fully supported in mobile safari on the ipad, will it be fully supported via as an iframe in the ibook? I thought the two were one in the same.
    I have a situation where I have an html 5 site called within an iframe of a widget and it does not work. Loads the iframe then nothing. The widget loads fine on the desktop and in preview in I book author but on the ipad it does not complain, just does not show up. In mobile safari, it also shows and works just fine. Any ideas?

    Any ideas?
    Is your iBooks app "Online Audio & Video" preference setiing switched on?

  • Safari: hidden IFRAME getting tab focus

    Hi,
    I have a page. There is a section 'sidebar' where bulleted text is there. Just after first bullet there is a hidden IFRAME. That go visible on clicking of that bullet text.
    My problem is with Safari Browser in Mac and WindowsXP.
    When we press the tab after first bullet link instead of going to next bulleted text the focus goes to the hidden IFRAME. How can I avoid the focus to hidden IFRAME.
    I tried both visibility:hidden and display:none still it is getting focus in Safari
    Please help.

    I am posting the code that have the issue in Safari 3.1.2
    <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
    <html>
    <head>
    <title>Safari Iframe Testing</title>
    </head>
    <body>
    <input type="text"/>
    <input type="text"/>
    Some Link 1
    <iframe style="display:none" ></iframe>
    Some Link 2
    Some Link 3
    </body>
    </html>
    if I uses tabindex="-1" in iframe that resolve the issue. will it be a suitable tweak?
    Message was edited by: nitin.gautam

  • Safari and iframes

    Hello,
    I have a problem with Safari on different platforms. When I want, in Safari, login on a website, then it doesn't work. All other browsers work fine, but Safari doesn't respond on the login. The login form is in an iframe.
    So my question is has someone a solution for this problem?
    Best regards
    Tjaard

    '''Solution:''' Add ''id'' and ''name'' attributes to the iframe-tag.
    This problem is covered in this thread: http://forums.mozillazine.org/viewtopic.php?f=25&t=1942409

  • Why don't iFrames load in Safari 5?

    I was visiting http://www.ikzoekbaas.nl/campagne/widgets and I have been there before I upgraded to Safari 5. The widgets themselves where visible as they should be between the lines of code, but now with Safari 5 iFrames aren't shown anymore.
    I also have the same problem with the website http://www.greetz.nl where the thumbnails don't load, but when I check it in Firefox, it works fine.
    Is there a plugin I can download to get that to work again or some settings I need to adjust or are iFrames deemed obsolete by Apple?

    There is definitely something strange going on with iFrames on Safari 5. I cannot get the embedded video to work anymore on my site. I am using a Google Gadget on google sites so I don't have many options for getting around this bug... see here:
    http://www.thecomputationalturn.com/
    Yet it works on Chrome, Firefox etc etc.
    Only stopped working since I upgraded...

  • HtmlでのPDFページリンクについて(Mac ローカル)

    ローカルの(DVDに保存した)htmlをブラウザで開き、ブラウザ内でPDFを表示させるものを制作中です。
    PDFの各ページにリンクを付けたのですが、Macのsafariだけ、どのページを指定しても最初のページしか表示されません。
    (WindowsではIE、Firefox、safari全て成功しています)
    pdfは、iframe内に表示させる為、簡単に書くと以下の様なjavascriptで表示させています。
    ↓ページのリンクをクリック時
    var pdf_name = 'hogehoge';
    var page = '3';
    var pdf = '../pdf/' + pdf_name + '.pdf#page=' + page;
    location.replace(pdf);
    ↓最初に画面を開く時
    document.getElementById('iframe_hoge').src = pdf;
    Webサーバにアップロードして動作確認をすると、上手く動作するのですが、
    ローカルでは動作しません。
    プログラム部分は、javascriptしか使っていません。
    OS等の情報は下記の通りです。
    OS:Intel Mac OS X 10.5.6
    WEBブラウザ:safari 3.1.2
    PDFビューワ:Adobe Acrobat Reader 9
    何卒、ご教授の程、宜しくお願い致します。

    いろんな所に投稿してしまうと、無駄に情報がダブってきませんか?<br /><br />http://www.tagindex.com/cgi-lib/q4bbs/patio.cgi?mode=view&no=2091<br />http://ziddy.japan.zdnet.com/qa4640249.html<br /><br />ところで「Parameters for Opening PDF Files」には以下の一文がありますね。<br /><br />When opening a PDF document from a command shell, you can pass the parameters to the open command using the /A switch with the following syntax:<br /><Acrobat path> /A "<parameter>=<value>" "<PDF path>"<br />For example:<br />Acrobat.exe /A "zoom=1000" "C:¥example.pdf"<br />In Mac OS, you can use the parameters when opening a PDF document with an Apple event.<br /><br />つまり、Windowsのコマンドプロントで「"zoom=1000"」を「"page=5"」にしても同様に機能するはずということです。実際、手許のWindows2000 SP4とAdobe Reader 9(AcroRd32.exe)の環境では問題なくページ指定が効いています。<br />MACのコマンドプロントレベルでも動作しないのであれば、MACでページ指定には期待しないほうがいいのではないでしょうか?<br /><br />古いサイトでの情報だと、「/A "page=4=OpenActions"」みたいにするように書いています。OpenActionsは現在では無くなったのでしょうか?<br /><br />やや古い情報ですが、Safariのiframeはバグがあったようです。現在どうなっているかは知りません。<br /><br />頭痛い:safariのiframeのバグ? <br />http://cast-a-spell.at.webry.info/200611/article_12.html<br />SafariのiFrame、リロードしても内容変わらず<br />http://karasu.net/blog/732<br /><br />OBJECTタグで埋め込む手法ではどうなんでしょう? ページ指定が動作するかは判りませんが。Embedタグでページ指定が動作するとしているサイトがあります。<br />OBJECTタグとEmbedタグの使い分けはやや難しい面があるのは困った点ですが。<br /><br />以下の古い情報では、EmbedタグとMac環境では最初のページしか表示しないとしています。<br /><br />[228600]Dreamweaver を使用して HTML ファイルに PDF ファイルを埋めこむにはhttp://support.adobe.co.jp/faq/faq/qadoc.sv?228600+002<br />「&lt; EMBED&gt; タグを使用して埋め込みを行った場合、Netscape 及び Macintosh 版 Internet Explorer 上では最初のページしか表示されません。」<br /><br />以下はSWFファイルでの問題ですが、Mac版Safari3の仕様を調べてみてはどうでしょう? Appleサイトに情報があるかと思います。<br /><br />Adobe - デベロッパーセンター : 将来を見据えた、新たなHTML内SWF埋め込み用コードの考察<br />http://www.adobe.com/jp/devnet/flash/articles/spark_project_swf_embed.html<br /><br />&gt; 拡張子「js」として外部ファイルに保存する場合<br />&gt; adobe reader のフォルダに直接入れないと動作しないと思います。<br />リンク先の説明や実際にやってみればわかりますが、最初からjsファイルを作成しておくのではありません。また保存先は各ユーザのアプリケーションデータ用フォルダになるはずです。DV Dなどのメディア内からの操作でどうなるかは知りません。ただし、最近のバージョンではメソッド実行が制限される場合があるので、アクセス許可を与えるように書き換えないといけないかもしれま せんが。<br /><br />Mac版SafariではURLの#以下が無視されているか、機能しないという可能性はありませんか? パラメータがSafari側に渡っていないような気がしますが?<br /><br />同じような環境下でもページ指定の手法はうまくいかないという投稿も時々ありますから、この機能を重視した作りには疑問です。<br />どうしてもページ指定でやるなら、それっぽくする方法はあります。<br /><br />PDF文書をすべて1ページずつに分解し、ファイル名を「sample_01.pdf」「sample_02.pdf」のようにページ数がわかるようにしてしまえば、15ページ目は「s ample_15.pdf」のようにダイレクトに通常のリンク指定でいいことになります。「次のページ」とか「前のページ」とかは現在ページから加減算したものをリンク先にしてしまえばいいか と。<br /><br />全てを満たすように努力するのはいいことでしょうが、時間と労力が無駄になっては意味はないでしょう。時には捨てるのも重要かと。<br />「Mac版SafariではPDF文書が開いたあとは、該当ページに移動して閲覧してください」とかのメッセージを出すような分岐処理をするとかしてもいいのでは?

  • Unable to upload video files via iframe in safari version 3.0

    I m not able 2 upload video files via iframe in safari 3.0.
    i m facing this issue when i try 2 upload a video file via an iframe.
    file gets uploaded properly if i m not using iframe to upload the same.
    this issue is seen only in safari version 3.0 and not in the newer version i.e (3.2.1)
    do anyone has the asnwer for this problem.....???
    would be thankful to him/her...

    Are you using a BT Home Hub with the IP Phone attached. This holds onto the SIP port that iChat uses. There is no way to get the router to release this port.
    I had to return it all to BT as unfit for purpose and switched to Eclipse!

  • Safari 5.1.2 on Windows 7 has issues with hiding SWF objects in IFRAMEs

    Try as I may I cannot hide a Flash object in an HTML page referenced as the source of an IFRAME tag despite being able to hide the IFRAME when using Safari 5.1.2 on a Windows 7 machine.
    This is not a problem for the latest versions of Safari, Chrome and Firefox on a Mac. This is not a problem for the latest versions of Internet Explorer, Chrome and Firefox on a Windows 7 machine.
    Following is sample HTML and JavaScript for the page that includes the IFRAME tag:
    <button id="tryit" type="button">Try It</button>
    <div id="test">
         <iframe src="hideswf-iframe.html" width="770" height="610" frameborder="0"></iframe>
    </div>
    <script type="text/javascript">
         var test = document.getElementById("test"),
              tryit = document.getElementById("tryit");
         tryit.addEventListener( "click", hideAndSeek, false );
         function hideAndSeek(e) {
              var style = test.style;
              style.opacity = (style.opacity == 1 || style.opacity == "") ? 0 : 1;
    </script>
    And the following is the OBJECT tag for the SWF object that would exist in the page "hideswf-iframe.html" referenced as the source of the IFRAME tag in the above code block:
    <object type="application/x-shockwave-flash" id="strobemediaplayback" data="StrobeMediaPlayback.swf" width="743" height="600" style="visibility: visible; ">
         <param name="allowFullScreen" value="true">
         <param name="wmode" value="direct">
         <param name="flashvars" value="favorFlashOverHtml5Video=true&swf=StrobeMediaPlayback.swf&javascriptCallbackFunction=$.fn.strobemediaplayback.triggerHandler&minimumFlashPlayerVersion=10.0.0&expressInstallSwfUrl=expressInstall.swf&autoPlay=false&loop=false&controlBarMode=docked&poster=&src=http://players.edgesuite.net/videos/big_buck_bunny/bbb_448x252.mp4&useHTML5=false&width=1187&height=959&queryString=favorFlashOverHtml5Video=true&swf=StrobeMediaPlayback.swf&javascriptCallbackFunction=$.fn.strobemediaplayback.triggerHandler&minimumFlashPlayerVersion=10.0.0&expressInstallSwfUrl=expressInstall.swf&autoPlay=false&loop=false&controlBarMode=docked&poster=&src=http://players.edgesuite.net/videos/big_buck_bunny/bbb_448x252.mp4&useHTML5=false&width=1187&height=959">
    </object>
    The complex aspect is that this issue only manifests itself with some SWF objects, but not all. In the admittedly small sample of objects I tested I observed that the ones that failed were focused on video content (basically they were video players) while the ones that didn't exhibit the issues were not delivery mechanisms for video content.
    I have already tried using JavaScript libraries and frameworks such as jQuery and Scriptaculous - they didn't fare any better.

    Actually it doesn't let me choose either of the buttons and before anything can happen the crash occurs. I tried to click on both buttons but it seems not to work. Thanks!

  • No more phpMyAdmin in Safari 5.1.7 (6534.57.2) !!!

    Hi there!
    I used to open and use phpMyAdmin in Firefox 12.0 with absolutely no problem.
    Now, I want to use Safari because of the look and feel.
    Alas, Safari doesn't work!
    Safari displays the opening page at the usual URL: http://localhost/phpmyadmin/index.php or http://127.0.0.1/phpmyadmin/index.php
    But :
    1 - It always displays the warning "Cookies must be enabled past this point" even if in Safari Preferences I have set up the "Always accept cookies" option.
    2 - After entering the convenient Username and Password it displays a blank page.
    How can I solve this issue?
    Many thanks in advance for your help!

    I solved myself this issue.
    In your phpMyAdmin 3.5.1 config.inc.php file, just paste this line:
    $cfg['AllowThirdPartyFraming'] = true;
    For more details, see
    http://sourceforge.net/tracker/index.php?func=detail&aid=3523499&group_id=23067& atid=377408

  • Iframe is not working for pdf files in iPad safari

    Hi,
    Pdf file is not displaying properly in iPad safari. I have faced below issue while using iframe
    Not displaying in full width and height
    Not able scroll other pages in pdf
    Thanks,
    Arun

    Hi Viraj,
    You need to upload an image "pdf.gif" in \etc\public\mimes\images folder.
    Also, you need to define the MIME Type for PDF documents in portal.
    Navigate to System Administration -> System Configuration -> Knowledge Management -> Content Management -> Utilities -> MIME Types.
    Check whether you already have a MIME Type for PDF or not. Else you can create a new Type "pdf" with MIME Type "application/pdf".
    Regards,
    Sudip

  • Iframe Issue with Safari

    Hello,
    I am a web designer and the website I'm working on can be viewed at www.newjerseyrates.com.
    I am using iframes and am having problems displaying the correct url in the iframe in the Safari browser only. It works fine on Chrome, IE and Firefox.
    The url appearing in the iframe on the home page should be www.guaranteedrate.com/loanoptions/vpname/leezacharczyk and the one coming up is www.guaranteedrate.com/loanoptions. 
    Can you tell me how to fix this?  Thank you.
    Here is my code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/Main.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>New Jersey (NJ) Mortgage Lender, Mortgage Rates, Fha, Refinance &amp; Home Loans</title>
    <meta name="description" content="Get real time, accurate New Jersey (NJ) mortgage rates, refinancing and home loans." />
    <meta name="keywords" content="new jersey, nj, new jersey refinance, new jersey refinancing, FHA mortgage, jumbo mortgage, mortgage interest rate, mortgage, mortgage rates, mortgage broker, refinance, home loan, mortgage company, mortgage lender, mortgage refinancing, new jersey refinancing, home mortgage, mortgage interest rate" />
    <meta name="nibbler-site-verification" content="3a321e0559840ef51087c274ba6f8be369e42dbf" />
    <link rel="shortcut icon" href="favicon.ico" />
    <?php
    date_default_timezone_set('America/New_York');
    $brokers = array (
        'www.guaranteedrate.com/loanoptions/vpname/leezacharczyk',
        'www.guaranteedrate.com/loanoptions/vpname/markzacharczyk'
    $numbrokers = count($brokers);
    $dayofyear = date('z');
    $todaysURL = 'http://'.$brokers[$dayofyear%$numbrokers];
    ?>
    <!-- InstanceEndEditable -->
    <!-- InstanceBeginEditable name="head" -->
    <!-- InstanceEndEditable -->
    <link href="css/GRateStyles.css" rel="stylesheet" type="text/css" />
    <style>
    @media print {
              body {
          color: #000;
          background: #fff;
       h1, h3 {
          color: #000;
          background: none;
       #header, #footer, #leftNav, #right {
          display: none;
       @page {
          margin: 2cm;
       img {
       max-width: 100% !important;
    ul, img {
       page-break-inside: avoid;
              a {
          font-weight: bolder;
          text-decoration: none;
       a[href^=http]:after {
          content:" <" attr(href) "> ";
    </style>
    <style type="text/css">
    body {
              background-image: url(images/BkrdTexture.jpg);
              background-repeat: repeat;
    </style>
    </head>
    <body>
    <div id="wrapper">
      <div id="header">
        <div id="headerBox">
          <div id="logo"><a href="index.php"><img src="images/Logo.jpg" width="200" height="129" alt="Logo" /></a>
          </div>
          <div id="headerRight">
            <div class="headerRightContactText" id="headerRightContact"><a href="contact.html">Contact</a> NewJerseyRates.com</div>
            <div id="headerRightTagline">Customized, Automated NJ Mortgage Rate Quotes  <span class="redText">Accurate and Up-to-the-Minute</span>
            </div>
          </div>
        </div>
       </div>
              <div id="navBar">
    <ul class="navBar">
    <li class="home"><a href="index.php">Home</a></li>
    <li class="faq"><a href="faq.html">FAQ</a></li>
    <li class="aboutCredit"><a href="About-Credit.html">About Credit</a></li>
    <li class="loanProg"><a href="Loan-Programs.html">Loan Programs</a></li>
    <li class="survey"><a href="Survey.html">Survey</a></li>
    <li class="homeInspec"><a href="Home-Buyers-Info.html">Home Buyers Info</a></li>
    <li class="about"><a href="about_us.html">About NewJerseyRates.com</a></li>
    <li class="partnerLinks"><a href="links.html">Partner Links</a></li>
    <li class="glossary"><a href="gloss.html">Glossary</a></li>
    </ul>
              </div>      
    <div id="content">
      <div id="leftNav">
      <ul class="leftNav">
        <li class="leftNavBuyHome"><a href="Buying-a-Home.php">Buying a Home<img class="navArrowHome" src="images/navArrow.gif" alt="Nav Arrow" width="11" height="11"/></a></li>
        <li class="leftNavRefi"><a href="Refinance.php">Refinance<img class="navArrowRefi" src="images/navArrow.gif" alt="Nav Arrow" width="11" height="11"/></a></li>
        <li class="leftNavRefi"><a href="Loan-Options.php">Loan Options<img class="navArrowLoanOpt" src="images/navArrow.gif" alt="Nav Arrow" width="11" height="11"/></a></li>
        <li class="leftNavRefi"><a href="Mortgage-Rates.php">Mortgage Rates<img class="navArrowMort" src="images/navArrow.gif" alt="Nav Arrow" width="11" height="11"/></a></li>
        <li class="leftNavRefi"><a href="Calculators-GuaranteedRate.php">Calculators<img class="navArrowCalc" src="images/navArrow.gif" alt="Nav Arrow" width="11" height="11"/></a></li>
          <li class="leftNavAbout"><a href="About-GuaranteedRate.php">About Us<img class="navArrowAbout" src="images/navArrow.gif" alt="Nav Arrow" width="11" height="11"/></a></li>
          <li class="leftNavPreApp"><a href="Pre-Approval.html">Instant Pre-Approval</a></li>
          <li class="leftNavCustomRates"><a href="index.php">Customized <br />
          Mortgage Rates</a></li></ul>
      </div>
      <!-- InstanceBeginEditable name="Edit1" -->
      <div id="editArea">
        <div id="iframe"><iframe id="iframeHome" src="<?php echo $todaysURL ?>" frameborder="0">Browser Not Compatible</iframe></div>
      </div>
      <!-- InstanceEndEditable -->
    </div>
    <div id="footer">
      <div id="template-footer"> 500 State Rt. 35 Middletown, New Jersey 07701 | <script type="text/javascript">
        <!--
        var linkText = "Email Us "
        var preName = "lee.zacharczyk"
        var postName = "guaranteedrate.com"
        document.write("<a href=" + "mail" + "to:" + preName + "@" + postName + ">" + linkText + "</a>")
        //-->
      </script> | Web Design by <a href="http://www.littlechisel.com" target="new">Little Chisel Design</a> ©2013 All Rights Reserved</div>
    </div>
    </div>
    </body>
    <!-- InstanceEnd --></html>

    Is no one able to help with this?

  • Iframe not displaying in Safari

    The following code is taken from a website of an organization I belong to. When I open this in Safari, the page is blank. In Firefox or Camino, a nice llittle logo from Amazon appears, as it should.
    <iframe
    src="http://rcm.amazon.com/e/cm?t=bellsing-20&o=1&p=21&l=ur1&category=mothersda y&banner=0805Y6Z2BNFDA680NHG2&f=ifr"
    width="125"
    height="125"
    style="border:none"
    frameborder="0"
    <div class="jive-quote">
    Further, if I copy the "src" descriptor and open it directly, the logo shows.
    I have tried a simple local source file in the iframe and that works fine.

    Thanks, Andy
    I checked my preferences and found a style sheet that was suppressing the logo.

  • FireFox 3.6.12 doesn't display an iFrame (an Amazon sales link) that displays in IE8, Chrome, and Safari. It displays iFrames of PDFs on the web site.

    I support www.oaklandsymphonychorus.org, a site using DotNetNuke 4.9.5. I added an iFrame module to the site using the URL in this code:
    <iframe src="http://rcm.amazon.com/e/cm?t=oaklsympchor-20&o=1&p=8&l=as1&asins=B002FQJT3Q&fc1=000000&IS2=1&lt1=_blank&m=amazon&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>
    The iFrame displays in IE8, Chrome, and Safari, but not FireFox.

    '''Solution:''' Add ''id'' and ''name'' attributes to the iframe-tag.
    This problem is covered in this thread: http://forums.mozillazine.org/viewtopic.php?f=25&t=1942409

Maybe you are looking for

  • Should I use a Hashtable ?

    I need to implement an orderdered list of objects (essentialy a queue). I estimate the maximum size of the list to be 2 million objects! Through out the processing of my application I will need to insert objects at various locations through out the l

  • Error saving Data Source Properties. - Base Exception. Call Oracle Support

    Hi, Oracle Application Server 10g Release 2 (10.1.2). I tried to create new Datasource using OEM Console but it throws error as following : Error saving Data Source Properties. - Base Exception: The Entity et="system";ei="0",et="application";ei="138"

  • Content Database large after removing BLOB

    My content database was 3 gigs before removing BLOB. In the process of removing BLOB, it required a merge which moved all of the files from the BLOB to my content database and made it 32 gigs. I then deleted the site containing all of the documents,

  • Iphoto photo stream vs iphone photo stream

    kind of think I might be being a bit of a noob, but hopefully not... Ok, I have Photo Streams set up on my iphone... I choose exactly which photos I want to share to which recipeints who are subscribed etc. Simple. Now, on my iphoto on my Mac, when I

  • RSA6 doesn't show appended fields

    Hello group, I added some fields in an append structure of BIW_PROJ for my 0PROJECT_ATTR extractor. When I call 0PROJECT_ATTR in RSA^I don't see these new fields. Former fields in the appens structure such as XSTAT and BWSTACQU (a status according to