XML-form shown in the Browser but not in iView

Hi,
I am exploring xml-builder, was able to create a project, save the form and can even use the form from the New 'New Project' in the browser, saved my news item. But the news item is not shown on the iView, though I can edit it (I only see the functions 'edit', 'sent to', etc. Can you please tell what I am missing to do properly? I am using JRE 1.4.
thanks a lot
Marcos

Hi Marcos,
is it possible that you only have created the edit form, not the corresponding Show/RenderListItem/ListShow form for showing up the content?!
Hope it helps
Detlev

Similar Messages

  • Allow a document to be viewed in the browser but not downloaded to the local machine

    I have SharePoint 2013 deployed and RMS integration enabled. and am willing to install Office Web Apps. I want to enable users to view documents in the browser only but not be able to download them to their desktops. This would mean there is no "save
    as" button in the browser-based viewer and no ability to download the documents to the desktop to be used with the desktop Office apps (word, Excel, etc.).
    I understand that I need RMS and Office Web Apps to do this. Could someone please confirm if I'm able to accomplish the goal above and, if so, how I do it?
    Thanks very much in advance for your help.

    When you enable OWA. you can read the file online and edit it
    The only way to allow users to read but not edit or print a file would be to implement Windows Rights Management.  You can read about that here:
    http://msdn.microsoft.com/en-us/library/ms458245.aspx
    It won't be doable with SharePoint permissions only as, even with read only, the documents is still downloaded to the client cache to read and as such can still be retrieved from there.
    You need to follow below steps for IRM 
    http://webcache.googleusercontent.com/search?q=cache:OZ-m0M4Z5J4J:msmvps.com/blogs/ivansanders/archive/2012/06/08/check-out-the-weather-forecast-for-teched-2012.aspx+&cd=8&hl=en&ct=clnk&gl=in
    http://webcache.googleusercontent.com/search?q=cache:4XRMy2NZG1MJ:sp-vinod.blogspot.com/2013/08/configuring-information-rights.html+&cd=4&hl=en&ct=clnk&gl=in
    If this helped you resolve your issue, please mark it Answered

  • How do I make Firefox the browser but not make it the default browser?

    I want to use Firefox as the browser on some sites but not all. I don't want to make either Firefox or Internet Explorer as a default browser but use each on certaion web sites such as Google or MSN.

    For your choice of default browser, think about the one you want to handle links in other programs, such as word processors, Adobe Reader, or an external email program. Windows will use your default browser to open those links.
    Then when you want to visit a site in a preferred browser, open that browser and use its bookmarks or favorites to get there.

  • I can open PDFs using Foxit in the browser, but not Power Points...why is that?

    I did the plugin checker off of the Firefox website, and it says that it is an unknown plug in. Please help, I need to read my lecture slides

    The '''Office Authorization plug-in for NPAPI browsers ''' ''(which you do have installed for Firefox)'' and the Office program is what would be used for displaying a Power Point presentation in Firefox. I don't use Office and can't help you with specific instructions, but there should be a preference in the Office program under something like Tools > Options > Internet > Browser Plugins that needs to be set to have it '''display in browser'''.

  • Why would hotspots work in the browser, but not in Device Central?

    I exported a small prototype from Fireworks CS5 to HTML & Images & tested my hotspots in my Firefox browser.  That worked fine.
    Then in Device Central CS5 I did File > Open File & selected the home page for this protototype.  None of the hotspots worked in Device Central.
    Any clues?  Shouldn't they work in Device Central?

    Please forgive me.  This is working.  I didn't notice because the page changed so smoothly & I  couldn't see the part of the page that indicated it changed.  Yeah it works!

  • How do you configure Dreamweaver to accept PHP in live view when set up with a local testing server (ie., localhost:8888) via MAMP (not MAMP Pro)? My site shows up in the browser, but not in DM live view. Thanks.

    I am using a Macbook Pro with Yosemite and cannot get live view to work in conjunction with my local server or with my php files.
    What could be wrong? I have set up/synced everything with my root folder in htdocs.
    Thanks:-)

    See screenshots:
    Nancy O.

  • Javascript Navigator shows in Browser but not in DW Design View

    I am trying to install a javascript navigator on a web page.
    When I do this and view it in the design window, I get a message
    that says "Your browser does not support script". When I try to
    preview this with the IE browser, the navigation bar shows up. I am
    new at this so what am I missing? It shows up in the browser but
    not in the DW design page.
    Thanks

    >I am trying to install a javascript navigator on a web
    page. When I do
    >this
    > and view it in the design window, I get a message that
    says "Your browser
    > does
    > not support script". When I try to preview this with the
    IE browser, the
    > navigation bar shows up. I am new at this so what am I
    missing? It shows
    > up
    > in the browser but not in the DW design page.
    DW's design view does not interpret/execute javascript.
    -Darrel

  • Couldn't find the adequate forum.  I run win 8.1 and the adobe acrobat dc ap on my computer edoesn't acess the doc  cloud.  I can´t turn the mobile link on.  I can acess the clud from my browser, but not from the desktop ap.  I can acess from my mobile ap

    couldn't find the adequate forum.  I run win 8.1 and the adobe acrobat dc app on my computer doesn't access the doc  cloud.  I can´t turn the mobile link on.  I can access the cloud from my browser, but not from the desktop app.  I can access from my mobile app.

    Can you please post a screenshot of your Acrobat DC when launched, without opening a PDF?
    Thanks,
    -Amboo

  • Crystal ReportViewer not showing on the browser but the tool bar appears with Print, export etc.

    Hello
    I am struggling on displaying the Report on the Browser. I am using Visual Studio 2010 and loaded my development box with client Tools.
    I am calling a report which is hosted on a Crystal Enterprise Server 13 on a remote location.
    The problem I am having right now is I am able to connect to the report without issues and able to see the Control Toolbar like "Print", "Export" icons etc. On clicking on Print or "Export" it is perfectly working as expected with Data. But the Crystal Report View does not show the report on the browser. Not sure why that is happening. is there anything I am missing? Code also pasted below. Please review and do help me quickly in providing an answer as soon as possible please.
    All the references are of CrystaDecisions 14.0.35000 versions.
    Running the application from my Visual Studio. PLEASE HELP!!
    SessionMgr ceSessionMgr = new SessionMgr();
                EnterpriseSession ceSession = ceSessionMgr.Logon("username",
                                        "password",
                                        "servername:port", "Enterprise");
                EnterpriseService ceEnterpriseService = ceSession.GetService("", "InfoStore");
                InfoStore ceInfoStore = new InfoStore(ceEnterpriseService);
                EnterpriseService ceRASFactoryService = ceSession.GetService("", "RASReportFactory");
                object rrfObject = ceRASFactoryService.Interface;
                InfoObjects ceInfoObjects = ceInfoStore.Query("SELECT * FROM CI_INFOOBJECTS WHERE SI_PROGID='CrystalEnterprise.Report' AND SI_NAME='WMS_TIMESHEET'");
                InfoObject ceInfoObject = ceInfoObjects[1];
                ReportAppFactory myReportAppFactory = (ReportAppFactory)rrfObject;
                myReportClientDocument = myReportAppFactory.OpenDocument(ceInfoObject.ID, 0);
                reportAreaController = myReportClientDocument.ReportDefController.ReportAreaController;
                reportSource = myReportClientDocument.ReportSource;
                CrystalDecisions.ReportAppServer.DataDefModel.ConnectionInfo connInfo = new CrystalDecisions.ReportAppServer.DataDefModel.ConnectionInfo();
                CrystalDecisions.ReportAppServer.DataDefModel.ConnectionInfos connInfos = new CrystalDecisions.ReportAppServer.DataDefModel.ConnectionInfos();
                CrystalDecisions.ReportAppServer.DataDefModel.PropertyBag propertyBag = new CrystalDecisions.ReportAppServer.DataDefModel.PropertyBag();
                propertyBag.Add("Database DLL", "crdb_odbc.dll");
                propertyBag.Add("Server Name", "WMS");
                connInfo.Attributes = propertyBag;
                connInfo.UserName = "xxxxx";
                connInfo.Password = "xxxxx";
                connInfos.Add(connInfo);
                myReportClientDocument.DatabaseController.SetConnectionInfos(connInfos);
                //if (IsPostBack)
                //SetReportData(295286);
                //myReportClientDocument.DatabaseController.logon(userId, password);
                myReportClientDocument.DatabaseController.logon("xxxxx", "xxxxx");
                Session.Add("ceSession",ceSession);
                Session.Add("ReportClientDocument",myReportClientDocument);
                CrystalReportViewer2.Visible = true;
                CrystalReportViewer2.EnterpriseLogon = Session["ceSession"];
                //CrystalReportViewer2.ReportSource = ceReportDocument;
                if (myReportClientDocument == null)
                    CrystalReportViewer2.ReportSource =  (ReportClientDocument) Session["ReportClientDocument"];
                else
                    CrystalReportViewer2.ReportSource = myReportClientDocument;
                CrystalReportViewer2.HasCrystalLogo = false;
                CrystalReportViewer2.HasExportButton = true;
                CrystalReportViewer2.HasPrintButton = true;
                CrystalReportViewer2.HasGotoPageButton = true;
                CrystalReportViewer2.HasPageNavigationButtons = true;
                CrystalReportViewer2.HasRefreshButton = true;
                CrystalReportViewer2.HasSearchButton = true;
                CrystalReportViewer2.HasToggleGroupTreeButton = true;
                CrystalReportViewer2.BestFitPage = true;
                CrystalReportViewer2.DisplayPage = true;
                CrystalReportViewer2.DisplayToolbar = true;
                CrystalReportViewer2.EnableDrillDown = true;
                CrystalReportViewer2.DocumentView = DocumentViewType.WebLayout;
                CrystalReportViewer2.RequestContext.FetchFromServer = true;
                //CrystalReportViewer2.ReuseParameterValuesOnRefresh = true;
                //CrystalReportViewer2.Width = 350;
                //CrystalReportViewer2.Height = 350;
                CrystalReportViewer2.Page.Title = "The information contained below is not for use or disclosure outside Convergys Corporation except under written agreement.";
                CrystalReportViewer2.PrintMode = CrystalDecisions.Web.PrintMode.ActiveX;
                CrystalReportViewer2.Zoom(400);

    Hi,
    What browser version are you using?
    Could you view the report from launchpad from the same browser?
    Could you try a different browser version?
    In IE, could you try using compatibility mode?
    - Bhushan
    Senior Engineer
    SAP Active Global Support
    Follow us on Twitter
    Got Enhancement ideas? Try the SAP Idea Place

  • I have the doc on my screen as an adobe  but I cannot make changes?  The browser does not locate it?

    I have the doc on my screen as an adobe  but I cannot make changes?  The browser does not locate it?

    Hi,
    Are you opening a PDF file in browser and trying to edit the PDF file there?
    Please let me know in more details.
    In general most PDF files cannot be edited in browser and some PDF can be edited with the permission for editing in browsers.
    Thank you.
    Hisami

  • Load balancing 10g forms - Connection from new browser window not supported

    Load balancing 10g forms - Connection from new browser window not supported
    We're experimenting with using webcache to load balance between multiple applications servers running OC4J forms processes.
    We currently have one machine with infrastructure and mid-tier (BI & Forms) installed, which is being used for the webcache functionality, this is load balancing between 2 other servers each of which just have the mid-tier (BI & Forms) installation
    In order to get this to work, I had to follow the instructions in the Forms deployment guide : http://download-uk.oracle.com/docs/cd/B14099_11/web.1012/b14032/tuning.htm#sthref707
    The main gist of this is that you need to set the following in the orion-web.xml file in order that the sessions are maintained:
    <session-tracking
    cookies="enabled">
    </session-tracking>
    This all works fine in most cases.
    The problem I am having is if I do one of the following on the client machine:
    1) From IE6 / IE7 run a copy of a forms application. Then open a new window using the "New Window" menu option, and attempt to run another forms application.
    2) In IE7 or Firefox 2.0 open a copy of the forms application, and then open a new tab and try and open another forms application.
    If I try either of these I get a FRM-92101 error, and the following is displayed in the java console:
    oracle.forms.net.ConnectionException: Connection from new browser window not supported
    From trawling various forums (including metalink and otn) it looks like a problem with the way coockies are handled.
    Unfortunately the usual workaround is to ensure that the session tracking option in the orion-web.xml file is disabled.
    The problem is that I need this enabled in order for the load balancing to work.
    Does anyone know of any other workarounds or patches that might help resolve this?
    We're using Application server 10.1.2.0.2 running on windows 2003 servers.

    You were right. Carriage returns were stopping it from working (the document is laid out over separate lines, so I assumed it would make no difference...).
    I've now managed to get it so the forms at least run, but they are all being run in the forms OC4J instance on the same machine as the OHS.
    Has anyone actually managed to get this to work, or am I doing something wrong?
    I did wonder if using an OHS instance on a machine with no forms installation would make any difference?
    I had raised a support call via metalink on this subject, but they eventually came to the conclusion that the only way to do this is with a hardware load balancer (Despite several documents suggesting that webcache is the way to go (including the forms deployment manual)).
    I'm at the point now of giving up and writing some custom scripts to do the job instead...

  • How to open XML form item into the same window?

    Hello All,
    I've developed a xml form, when I click on the  item with KM Navigation Iview It opens in a new window.( _blank ).
    Is there a way to open it in the same window ( _self )?
    Thanks
    Amit Yosha

    Hi Amit,
    at the moment, this is not configurable. See XML form display in same browser window for possible workarounds.
    Hope it helps
    Detlev

  • On imac 10.6.8 using current version of Aperture.  How can I access the Aperture Library  on my external hard drive that I use with time machine for backup?  I can only access the application but not the library..

    On imac 10.6.8 using current version of Aperture.  How can I access the Aperture Library  on my external hard drive that I use with time machine for backup?  I can only access the application but not the library..

    Go into Time Machine (the program not the bundle on the extrnal disk) and using Time Machine's browser go to the Folder where the library lives. You could look in the library bundle in Time Machine but that won't really tell you much,
    If you want to make sure it truely has backed up your library you will need to restore it and open the restored library with Aperture.
    If all this still has you confused you need to read up on Time Machine in order to get a feel for how it works, for what it is doing and for how to restore files from it.

  • Hello, starting with today I have a strange problem: all events are correctly shown in the finder but in FCP-X there`s`none and every time I open it creates a new event. What is wrong?

    Hello, starting with today I have a strange problem with Final Cut Pro X: all events are correctly shown in the finder but in FCP-X there`s`none and every time I open it creates a new event. What is wrong?

    Here`s the screenshot.
    But anyway:
    The drive is Makintosh HD from my Macbook and it is shown in the event mediathek and in the projects. Since I`ve recognized this problem I installed FCPX again and consequently the event and project directory created by FCPX is where it should be and it shows all the test events including it`s files.
    So what happens? Opening FCPX you see only one event and that a new empty event. All previous events are not shown there even if you can see them in the finder. So if you import again the clips they are in this new event library. After closing correctly FCPX and reopening there again is nothing than an new and empty event. What it does is that it recognized that i.e. there are events with previous numbers and so it creates an new one with the next available counting number.
    If you want to open one event from the finder it by clicking to the file it opens FCPX but it says it cannot open the clicked file.

  • Turned on sharing in iPhoto on my iMac.  My MacBook sees all the photos but not all events or albums appear.  I have many albums in several folders.  Any suggestions?

    Turned on sharing in iPhoto on my iMac.  My MacBook sees all the photos but not all events or albums appear.  I have many albums in several folders.  Any suggestions?

    Hvaing the same problem on my iPad since iTunes and ios5 upgrade - hoping for some updates from Apple to resolve problem - research has shown we are not alone!

Maybe you are looking for

  • Acrobat Distiller.app can't be selected when printing to Adobe PDF 9.0

    When trying to print a word 2004 doc to Adobe PDF 9.0 ( using the Adobe PDF 9.0 option from the Printer drop-down list within the print dialog box - I have CS4 Design Premium installed including Acrobat Pro 9) I'm asked to locate my copy of Acrobat D

  • Load FI data only for open items

    Hi all I want to load FI data only for open items. We started off with FI_GL_4 which has STATUSPS(status of FI line item)based on which we have written a start routine to filter out the closed items. But for other FI-GL datasources we dont have STATU

  • Prevent ftp sender adapter from tranfering files from subdirectories

    I have a scenario with a ftp sender adapter. In the configuration of the ftp sender adapter I have defined a base directory "/dir" and a file pattern "*". The directory /dir as a subdirectory /dir/subdir. Now the ftp adapter transfers also files from

  • I've got error when I try to start J2EE 1.3.1 server

    I typed j2ee -verbose and that's what I've got Starting JMS service... Initialization complete - waiting for client requests Binding: < JMS Destination : jms/Queue , javax.jms.Queue > Binding: < JMS Destination : jms/Topic , javax.jms.Topic > Binding

  • .mac trash in mail

    When I trash an email in goes into my .mac trash box, in the Mail program. Now I also show a trash bin called "on my mac" but trashed email never goes into it. I want to be able to keep deleted emails on my .mac account but erased from my Mail progra