Freez Header of table in Web Application

Hi,
How do i freeze the Header of the table in Web Application.
and  how do i capture the table in web application
Thanks,
Kian

Hi Kiran,
You can make the setting in the table properties for Display column and Row headers to freeze the column and row headers.
I did not get your question of capturing the table in web application. Please explain your requirements more clearly.
Thanks and Regards,
RajKumar.
Please assign points if this solution is of any help.

Similar Messages

  • Ll / seeking FREE open source JSP / JSF Web application Tomcat/5.5.15

    hi all,
    We have a need to set-up a web site for a community based (non profit organisation) football / soccer) club.
    The web hosting machine is based on JSP / JSF running on Apache Tomcat/5.5.15 & Sun Microsystems Inc. VM 1.5.0_06-b05.
    OS is Windows 2003 V 5.2
    The database backend is based on MySQL, mysql-essential-5.0.18-win32.
    We need to add content related to:
    a) Players contact details;
    b) Teams;
    c) Match reports;
    d) News;
    ... and other dynamic content
    We are looking for an out-of-the box FREE open source Web application we can deploy on the web hosting machine.
    Any suggestions will be appreciated.
    Thanks
    Trajano

    I haven't tried ICEFaces or JBoss seam or Apache MyFaces, so I can't really compare them.
    ICEFaces appears to be a nice framework/tool from looking at their site, even though it's open source I think one has to pay for support, you might want to take that into consideration while making your decision.
    Apache MyFaces, is fully community driven - so you get free support from the community.
    I don't know about JBoss seam.

  • The best/clean/free approach to moving SharePoint Web Application between environments?

    Hello Forum,
    I have an environment e.g. (Environment1) Web Application that contains 90 site collections (Including: Lists, Libraries, Workflows, and custom solutions), and its URL is (http://Dept.Company.com/)
    I must move this entire Web Application from the source: Environment1 to the destination: Environment2.
    What is the best and safest way to accomplish that without using any commercial migration third party tools ?
    What I have in mind right now is as below:
    Obviously, I cannot backup and restore all these 90 site collections back and forth between the source: Environment1 to the destination: Environment2. This is very impractical and inefficient.
    I thought about Web Application backup, e.g.
    Backup-SPFarm -Directory <BackupFolder> -BackupMethod {Full | Differential} -Item <WebApplicationName> [-Verbose]
    Restore-SPFarm -Directory <BackupFolderName> -RestoreMethod Overwrite -Item  <WebApplicationName> [-BackupId <GUID>] [-Verbose]
    But, I am not sure if it the way to go or not? I am a bit concerned about GUID and running into unlimited problems. What do you think?
    In case if I followed the: Backup/Restore-SPFarm, Should I create a Web Application in the destination: Environment2 and the URL must be 100% identical to the source: Environment1?
    Well, I would love to hear your thoughts about the best practices and recommendation considering my scenario.

    Hi mate, firstly you could use the method you mentioned, In any method if there is code using GUID references instead of by Name you will run into problems and hence you should do a full prior investigation and analysis to find out any custom code dependant
    on GUIDS and custom solutions required etc, I would personally just take a SQL backup of the content DBs for the web application or dettach them and move them to the new source sql server(if any), create a new web-application in Env2, create the respective
    managed paths, install all custom solutions that need to be installed against this web-application in the new farm, go to manage content dbs and here add the existing content dbs(the backed up ones), make one of them or the only one(if there is only one) default
    and remove the empty current default content DB. URL is on the IIS end, so you can rebind the existing URL to the new web-front-ends however the load-balancer(if any) or HOST A entries need to now point to the new web-front-ends. If you use https or using
    SSL you need to get the cert re-issued for the new servers and load them on the IIS and use them for URL binding. To test no you do not need the same URL, however you will need to add the new path(e.g.
    http://server2:81 to the alternate access mappings for the new web-application), then lets say if you have a site called Site1 you can try after migration doing
    http://server2:81/Site1. I would highly recommend doing a trial migration with backedup content DBs in Env2 and go through the findings and document them for the actual one, the thing to look for are the custom solutions
    and custom code etc and getting the ssl certificates sorted for the new WFEs, if the same URL is not needed, i.e. the new ENV2 is only for UAT or testing then you don't need to use the same URL, however once again if code has hardcoded it somewhere you will
    need to analyse that and fix it before or after migration. So there are some pre and post steps involved. Hope that helps. thanks.

  • Web Application: Display attribute in text element

    Dear all,
    we want to display an display attribute (0RESP_PERS as of 0COSTCENTER) in the header area of an web application. Therefore I tried to use an text element. I'm able to display the cost center itself, but haven't found the opportunity to display the related responsible person.
    Any ideas?
    Thanks in advance.
    Best regards,
    Daniel

    Hallo Daniel
    were you able to solve your problem?
    I have the same requirement  - display the cost center owner (attribute) of a cost center (characteristic) in a web template. I'm using NW2004s with the BI 7.0 front end tools.
    Thanks in advance.
    Best regards,
    Jürgen

  • JSp web application + crystal reports

    Hi ,
    Is it possiable to generate crystal reports from JSP web application.
    Please provide me information on this.
    From google i found some info
    http://www.businessobjects.com/products/dev_zone/java/default.aspBut it is licienced.
    Is there anything which is free in using this or atleast any other free reporting tool for JSP weba application
    Raghu

    well there are many open Reporting source tools available..
    give a try with Jasper,Pentaho or JReport

  • Hiding table columns in web application designer

    Hi,
    Can anyone please tell me how to hide the columns of a table which im using in a web application template as analysis. E.g : if i have 7 columns in my table and i dont want to show that particular column  i.e 7th and m using the same query somewhere else also to show other information so i cannot change my query but i want to hide it at web application designer level.
    Any help will be appreciated.
    Thanks & Regards

    Hi Preetha,
    I think best solution to your problem(keeping future enhancements in mind) is to create a query view based on the query that you are using.
    Move the unwanted characteristics to free chars section or hide the unwanted key figures.
    Then resave this query view.
    You can use this query view as a data provider to this table.
    Hope this helps.
    Thanks and Regards,
    Anup Kulkarni

  • What i use to develop complex tree and table in my web application?

    hi guys
    simply most of my work in my web application will be depend on:
    1-tree
    2-table
    i need this tree and table deal with database table (or even tables) must be able to do every thing like add node/row/column, delete, update, drag-n-drop, various object nodes/cells like check-box, list, images...etc
    i used JTree and JTable then stoped because i faced problems in dealing with applet/database, and i really didnt see this is perfect way to do that even i agree that JTree and JTable are excellent objects. i also start using ajax tree but i didnt see it robust to have all this complicated work with database.
    by the way i need also master-detail UI table, but its easy to get this if i have good and flexable table object.
    my rest pages developed by jsp, servlet, javascript, html...etc
    so any suggestion to how i build this tree and table? i also heared about JSF, is it serve me?
    thanks

    so if the only way to use JTree and JTable,There are other ways, but they're not Java and might be more complicated.
    are there
    any links you have discussing dealing database with
    applet by keep applet away from direct connection to
    my database?I'm not aware of links, but it's common sense. You don't want to expose the DB server to the internet, and instead contact a server for authentication that then forwards the request to the DB.

  • Update Planning table but need to restart Web application server

    Hi All,
    We want to update the process state externally. After updating table, Windows services (Web application server) need to be restarted.
    However, the updating operation could be done frequently so that we can get real-time result. How to notify Planning application to refresh its data without restarting services ?
    Any ideas or suggestions will be appreciated.
    Edited by: kyhsu on 2009/11/24 下午 10:59

    Hi,
    Planning uses a caching system where it caches the current state of the relational tables. If changes are made in planning then the cache is updated and the tables.
    If you update the tables directly the cache will not be updated so planning will still hold its previous state. I don't think there is an easy way round this and there is no simple update cache procedure.
    If you do need to update tables directly then the only sure way of clearing the cache is to restart the web app.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Web Application Designer: Change Table Chart to Line Format

    Dear Experts,
      We, as novices of the web application designer, encounter a problem in using this program. After having created a Chart table, we cannot changed it to the line format.
    The things that we perform are as follows:
    1) Right click and choose lines format
    2) Give it all titles
    3) Click Next until finish
    However, the result is still the chart table. Is there anyone who kindly give me steps of how to change it.

    Hi,
    Please try the following:
    1. Highlight the chart.
    2. In the Web Item Properties for chart, go to Edit Chart.
    3. Click on the ... incon
    4. Pick Lines
    5. Pick a type of Lines graph.
    6. Follow the wizard to change the required properties.
    This should work for you.
    Regards,
    Xibi

  • Web Application Designer thinks that script outside head is a bad idea

    Hi all,
    I am using BW Web Application Designer to create a web interface for out offshore users. I found an annoying bug in WAD that is driving me up the wall:
    When I place <script> tags within <body> (or anywhere outside <head> tags, really) in the HTML view of WAD, and change to Layout view, the automatic HTML validation places "</head><body>" tags after the terminating </script>.
    Presumably this is because WAD thinks that the scripts should be contained within the header, and the header closing and body opening tags are missing, and tries to fix this by adding them.
    Is there any way to fix this bug?

    Hi,
    I think it's best to create a message in the service market place for this.
    I don't see any notes on this
    Eddy
    PS. Reward useful answers and earn points yourself

  • How to give options to user to select multiple site collection url in sharepoint for a web application.

    In my environment, I have one web application, inside which for four different region, we have 4 different site collection. Now head of the company wants, when he logs in , he should get the display of all the four regions urls, and the one which he selects,
    should be redirected.
    Like, suppose I have a web application named as www.abc.com
    Under which I have www.abc.cm/sites/1 and
    www.abc.com/sites/2 and so forth.
    Now when head of the company access this url www.abc.com , he should get the display to select any one of the, url and should be redirected.
    Please suggest how to achieve this.

    You have multiple options.
    1. You can create a links web part and add the links manually.(As there are only 4 sites) 
    2. You can automate by using SharePoint designer.
    http://michael.wilcox.net/2007/10/12/show-all-subsites-in-a-webpart/
    3. Download free web part available here.
    http://sharepoint247.com/sharepoint2010/sharepoint-2010-subsites-webpart/
    Bala

  • Best Server Role for Web Applications

    Hi,
    I'm running SQL Server 2008 R2 Express and using Microsoft SQL Server Manager Studio to administer it.  I have a web application that does read, add, update, and delete to the database and I am currently using the sa account - which is of course not
    a good idea.  I want to create a new user but I don't know what the best practice is for web applications and also security.  The options I have are:
    bulkadmin
    dbcreator
    diskadmin
    processadmin
    public
    securityadmin
    serveradmin
    setupadmin
    sysadmin
    Thanks.

    Hi mark_sti,
    Based on my understanding, you want to create a new user of the database. Using this new account, a web application could read, add, update, and delete the database.
    The options you provide are fixed server roles. For more information about fixed server roles, please refer to this article:
    Server-Level Roles.
    In this scenario, you need db_datareader fixed database role and db_datawriter fixed database role. Db_datareader fixed database role can read all data from all user tables. Db_datawriter fixed database role can add, delete, or change data in all user tables.
    To add two database roles, you should map the login to the database which is used by a web application in Login Properties. Then create a new database user, check Db_datareader fixed database role and Db_datawriter fixed database role on Membership page of
    Database User. About permission of different database roles, please refer to this article:
    Database-Level Roles.
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu

  • Problem with Uploading files in Web applications with the iPad

    Hello,
    I have a question. How can I upload a word file in the gmx-Mailserver with my IPad? I can only find the picture library. In this library i cannot upload a word-file or other files-types. I use Safari. The same problem exists by other web applications.
    Thanks for your help.
    Kami2013

    I think I just did something wrong myself. I was finally able to upload the file. However, I wrote the following procedure in my package but wasn't able to download the file from the report. Do I need to grant any privilege from the system user?
    Also, does anyone know how to convert a BLOB table into 11g Securefiles table?
    Thanks.
    <pre>
    procedure download_birth_cert(p_vrds_birth_cert_pk in number) is
    v_mime VARCHAR2(48);
    v_length NUMBER;
    v_file_name VARCHAR2(4000);
    Lob_loc BLOB;
    begin
    select mime_type, blob_content, file_name, dbms_lob.getlength(blob_content)
    into v_mime, lob_loc, v_file_name, v_length
    from vrds_birth_cert
    where vrds_birth_cert_pk = p_vrds_birth_cert_pk;
    -- set up HTTP header
    -- use an NVL around the mime type and
    -- if it is a null set it to application/octect
    -- application/octect may launch a download window from windows
    owa_util.mime_header(nvl(v_mime,'application/octet'), FALSE);
    -- set the size so the browser knows how much to download
    htp.p('Content-length: ' || v_length);
    -- the filename will be used by the browser if the user does a save as
    htp.p('Content-Disposition: attachment; filename="'||substr(v_file_name,instr(v_file_name,'/')+1)|| '"');
    -- close the headers
    owa_util.http_header_close;
    -- download the BLOB
    wpg_docload.download_file( Lob_loc );
    exception
    when others then
    null;                    
    end download_birth_cert;
    </pre>

  • Trying to run my web application from Tomcat 5.5.5

    Hi everybody,
    I have a web application that it has a login JSP page that call other page that it has a call to servlet but when it tried to call it, tomcat is showing the following message: Servlet gppController isn't available (error 404).
    I checked all tomcat configuration, i put my classes (Javabeans and Servlets including gppController class) are in the directory C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\GPP_website\WEB-INF\classes.
    My question is: What are you doing wrong?. I don't undertand this error.
    Thanks and regards.

    That's ok, but my error is different.
    In web.xml of application has the following configuration:
    <web-app>
    <display-name>GPP_website</display-name>
    <servlet>
    <servlet-name>ListaInventarioEventHandler</servlet-name>
    <servlet-class>com.oidv.gpp.event.ListaInventarioEventHandler</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>gppController</servlet-name>
    <servlet-class>com.oidv.gpp.event.gppController</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>gppLogon</servlet-name>
    <servlet-class>com.oidv.gpp.servlet.gppLogon</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>gppController</servlet-name>
    <url-pattern>/gppController</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>gppLogon</servlet-name>
    <url-pattern>/gppLogon</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>ListaInventarioEventHandler</servlet-name>
    <url-pattern>/ListaInventarioEventHandler</url-pattern>
    </servlet-mapping>
    </web-app>
    MY JSP WEB PAGE
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML>
    <HEAD>
    <META HTTP-EQUIV="PowerSiteData" NAME="SERVERLANGUAGE" CONTENT="java">
    <TITLE>GPP - Global Procurement Program</TITLE>
    <META http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <LINK href="gpp_styles/gpp_style.css" type="text/css" rel="stylesheet">
    <META content="PB9.0.1.7275" name="GENERATOR">
    </HEAD>
    <BODY leftMargin="0" topMargin="0" marginheight="0" marginwidth="0" PSPARAMS="">
    <%@ page language="java" buffer="8kb" autoFlush="true" isThreadSafe="true" isErrorPage="false" %>
    <%@ page import="java.lang.*,java.util.*,com.oidv.sacp.utility.*,com.oidv.gpp.utility.gppUtility,
    com.oidv.gpp.loader.GPPInventarioLoader,
    com.oidv.util.oidvUtil" %>
    <%@ include file="gppValidaSesion.jsp" %>
    <%
    * Aplicaci�n : SITEC - Sistema de Gesti�n de Inform�tica y Tecnolog�a
    * programa : gppListaInventario.jsp
    * Fecha : 30/04/2004
    * Proposito : Programa que Lista Inventario
    * Autor : Tonny Cardenas
    * Argumentos :
         //recibir los parametros de la pagina...
    String ls_htmlcode = (String) request.getAttribute("listaInventario");
    String ls_code = (String) request.getAttribute("item_code");
    String ls_desc = (String) request.getAttribute("item_desc");
    if(ls_code==null){
    ls_code = "";
    ls_desc = "";
    if(ls_htmlcode==null){
    ls_htmlcode = "";
    %>
    <SCRIPT language="JavaScript">
    // Funcion que permite imprimir el plan de accion
    function fjs_popup( as_jsp_destino, as_codigo ){
    var hndWndPrn = window.open(as_jsp_destino + "?AmbCodAmbiente=" + as_codigo , "windowPrn", "width=800,height=400,menubar=yes,scrollbars=yes");
    function fjs_buscar(){
    document.f_forma.event.value = "BUSCA_INVENTARIO";
    document.f_forma.submit();
    </SCRIPT>
    <FORM name="f_forma" action="/gppController" method="post">
    <INPUT type="hidden" value="BUSCA_INVENTARIO" name="event">
    <TABLE height="100%" cellSpacing="0" cellPadding="0" width="770" border="0">
    <TBODY>
    <TR>
    <TD vAlign="top" align="middle" width="650" bgColor="#ffffff" height="200" rowSpan="2">
    <A name="top"></A>
    <TABLE cellSpacing="0" cellPadding="0" width="95%" align="center" border="0">
    <TBODY>
    <BR>
    <TR>
    <TD class="IZQUIERDA" vAlign="left" align="left" height="13">
    <FONT size="2">
    Part Number:
    </FONT>
    <INPUT name="tf_part_number" type="text" size="20" >
    <INPUT class="xbutton" id="bt_buscar" onclick="fjs_buscar();" type="button" value="Search" name="bt_buscar">
    </TD>
    </TR>
    </TBODY>
    </TABLE>
    <%= ls_htmlcode %>
    </TD>
    </TR>
    </TBODY>
    </TABLE>
    </FORM>
    </BODY>
    </HTML>
    THIS IS THE ERROR.
    18/02/2005 07:51:57 PM org.apache.catalina.core.ApplicationContext log
    INFO: Marcando el servlet gppLogon como no disponible
    18/02/2005 07:51:57 PM org.apache.catalina.core.StandardWrapperValve invoke
    GRAVE: Excepci�n de reserva de espacio para servlet gppLogon
    javax.servlet.ServletException: Error instanciando clase de servlet com.oidv.gpp.servlet.gppLogon
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1034)
         at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:725)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:131)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:825)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:736)
         at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:526)
         at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Unknown Source)
    Thanks and regards.

  • Best combination of technologies for Java db-supported web application?

    Hi everyone!
    I was given the task to develop a Java database-supported web application and am now wondering what combination of technologies would best fit my requirements.
    Basically, I am supposed to transform an "Excel-based" application into a Java-based web application that can be run in a browser in our intranet (I know, that's what a web application is supposed to do).
    The Excel application consist of an Excel sheet that holds all the data and a VBA form, that shows and lets you edit all the details/fields of a row and lets you navigate through the rows. Furthermore there are certain macros to filter the data table.
    Now, to transform the application, all data from Excel will be moved to an Oracle relational database and I want to rebuild the functionality with Java.
    Consequently, the Java application is intended to...
    - output the table as is in the browser
    - easily let you filter the data of the table
    - let you create (and save) custom filters
    - show detail view of a row
    - navigate through the rows of the (filtered) table
    - save the data that is entered/edited/deleted in the detail view back to the table in the database
    So, what are the best (and easiest to use) tools and technologies to develop such an application?
    Currently my reasearch has led me to the following conclusions:
    *1.* Architecture: I need a three-tier client-server application, which lead us to using the J2EE platform, right?
    *2.* For the persistence layer I somehow have to map the database table to a Java object,
    - either doing it completely manually (coding) using JDBC
    - or using EJB3 / Java Persistence API / Hibernate to get at least the getters and setters auto-generated, right?
    Please, correct me whenever i got something wrong!
    Oracle JDeveloper supports the mapping process with a wizard when using EJB3 and JPA
    (http://www.oracle.com/technology/obe/obe1013jdev/10131/ejb_and_jpa/master-detail_pagewith_ejb.htm)
    Is there something comparable available for Eclipse?
    *3.* I'd like to use Java Server Faces for the UI. Besides the reference implementation there are several other implementations with additional components for e.g. displaying tables. There are:
    - Apache MyFaces Trinidad (former ADF Faces, although ADF Faces looks different/has different style sheet than Trinidad?)
    - NetBeans Visual Web tools (which look quite nice in the tutorial, but require the NetBeans IDE, I guess?! Tutorial: http://www.netbeans.org/kb/60/web/web-jpa.html
    *4.* What IDE would you recommend? Should have a WYSIWYG editor for the JSF files and should support me as much as possible as a Java Learner!
    - JDeveloper
    - Eclipse (+Plugins?)
    - NetBeans
    - MyEclipse (only if there is a free version out there, I have read about an Eclipse plug-in, but don't know if that was free...)
    *5.* Do you know some good and easy-to-understand tutorials covering this problem?
    *6.* What other aspects should I think of? Are there certain technologies for the business logic or just normal JavaBeans? What about SessionBeans and ManagedBeans?
    Any help, answers, ideas, explanations, comments, recommendations, will be highly appreciated!
    Cheers,
    Chris

    Thanks paulcw, for your quick reply and helpful comments!
    The whole thing is getting bigger than I thought...
    Actually this is a 1-man-project, that I am supposed to realise for small department during my internship in a big company.
    Maybe a more detailed description of the structure may help you to understand what I actually need.
    The table of concern, is an overview of certain projects inside the company and read-only, as it is a view on another database uniting data relevant for the department.
    Then there is a second table for additional data (specific for the department) for each project. This data has to be entered, modified, deleted with the new application, while the data from the first table is only displayed.
    1) In this case, is AJAX / JavaScript still necessarily needed?
    2) EJB and Hibernate sound like overkill to me as well, but what would be the alternatives? JDBC, SQL queries and rowSets? And are the first mentioned really so hard to use?
    3) Do you have any recommendations on how to solve the multiple access problem (I'm sure, I'm not the only one with this kind of problem...)?
    Thanks to everyone in advance!
    Chris

Maybe you are looking for

  • Offline Web Start app fails to launch with Java 7 Update 25

    So it seems that another issue with Java 7 update 25 and Web Start applications is that a signed application will not launch when offline. It fails when attempting to check the revocation status of the signing certificate. Anyone have any ideas to ge

  • How to go about pursuing Contact Center

    Hello, I wish to pursue Contact Center and CVPI. I would like to know what are the per-requisite for these specialized voice course. Kindly suggest a path of different technologies needed for UCCE. ICM and IP IVR are separate module or are they cover

  • Integrating OID with AD: Import Config/ Synchronization fails

    I am trying to integrate OID with AD. The bootstrap is successful. I added a new entry to the AD after the bootstrap. The sync interval in OID is set to 10 seconds. The Synchronization Status in OID changes, but it is not successful. The updated Sync

  • Is it possible to transfer a whole Spotify playlist to the standard music library?

    I'd like to transfer an extensive music collection, without having to purchase any content, or download it from the Internet - as this will either cost alot or take quite some time. Is there any way I can do this? Thanks.

  • CFQuery - Excel file

    Hello, everyone. I'm trying to take a query object and insert the data into an Excel file.  I've tried the CFCONTENT/CFHEADER route, and I get the error message about the file not being the same type as the extension. Is there a better way to get dat