Error after compiling DFF at Title: Additional Header Information

Hi All,
The following error message is apeared after creating DFF at Title: Additional Header Information
"The descriptive flexfield "Additional Header Information" of application "Order Management" uses features which are only supported in oracle forms. This flexfield may not function in other environment such as OA Framework or PL/SQL APIs."
The numbers of warning messages: 3
Can anyone advice please? Will this problem affect customizations?
Best Regards,
Hans Chang

Hi everyone
The issue is solved and here is the answer.
"Logon to Oracle E-Business Suite.
Go to System Administrator (or System Administration) --> Oracle Applications Manager --> License Manager
In the license manager screen click on the link Languages.
Click on the NEXT button.
Verify whether American English is set as Base Language
If American English is not set as Base Language. Select American English Radio button in the Lower part of the screen. Click on the Submit button."
Thanks
Engin

Similar Messages

  • OM: DFF- Additional Header information

    Have an attribute added in Sales Order at Header Level. Need to Default a value in this attibute column based on the Order Type in the sales order.
    Say
    CUST_ORDER_TYPE1     Attribute Value : AA
    CUST_ORDER_TYPE2     Attribute Value : BB
    Need to achieve this in the DFF. Defaulting flexfied doesnt show the ATTRIBUTE to set the conditions. This is not something we want to achieve only Form Level (which can be done in Form Personali even when there is something imported from Interface the ATTRIBUTE value should be set.
    Could you suggest setup without having to setup a code customization?

    What is the value of OE_ORDER_HEADERS_ALL.CONTEXT as of now?
    1. Please navigate to Order Management Super User>> Setups>> Financial>> Flexfields >>descriptive
    2. Search for Application = "Order Management" and Title = "Additional Header Information"
    3. Enter reference field as :ORDER.ORDER_TYPE
    4. Check the "Synchronize with Reference Field" check box
    5. First record: Enter Code as " "CUST_ORDER_TYPE1">> Tab >> Hit 'Segments'>> Enter the Name of the flexfield>> Map it to the desired Attribute from the OE_ORDER_HEADERS_ALL table (Say ATTRIBUTE1)>> Hit  "open" >> Set Default Type="Constant" and Default Value="AA"
    6. 2nd  record: Enter Code as " "CUST_ORDER_TYPE2">> Tab >> Hit 'Segments'>> Enter the Name of the flexfield>> Map it to the desired Attribute from the OE_ORDER_HEADERS_ALL table (Say ATTRIBUTE1)>> Hit  "open" >> Set Default Type="Constant" and Default Value="BB"
    7. Save and close to compile the flexfield view.
    8. Enter Order with either of the order Types and see how it is defaulted automatically.
    Let us know.
    Dip

  • Order Management: Additional Header Information

    dears,
    we recive the following error "values have not been entered for one or more required segments sales order" we tried to but the flexfileds not requerd but still the same we recive the error we also tried to put default value for the flexfiled but we also recive the error
    any hint
    fadi

    Fadi,
    I am sorry I got confused. I read this post as Additional "Order" Information where you are referring to Additional "header" information.
    As this is DFF, and you have set this up as required, did you enter a value in the DFF segment that is required. If yes, you should be able to proceed. If you do not want this segment to be populated, may be you need to make this segment not required in the Additional Header Information DFF.
    Thanks
    Nagamohan

  • Error after compiling because of scroll

    I would like to get scrollbars (vertical and horizontal) after doing the Pascal's Triangle that appends in the JTextArea named "prog", inside the JPanel "dret".
    I've tried lots of things in teh code, but I get, after compiling:
    "Exception in thread "main" java.kang.IllegalArgumentException: adding container's parent to itself
    at java.awt.Container.addImpl(Container.java:309)
    at java.awt.Container.add(Container.java:210)
    at cerni.<init>(cerni.java:218)
    at cerni.main(cerni.java:261)
    Here the java code:
    import java.lang.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.io.IOException.*;
    import javax.swing.text.*;
    import java.util.*;
    import java.awt.event.ActionListener;
    import java.awt.event.ActionEvent;
    public class cerni extends JFrame {
         //declaraci� de variables.
         JPanel principal, centre, esquerre, dret, intro, esquerrealt, esquerrebaix;
         JButton element2, element3, element4, element6;
         JTextArea prog;
         JTextField element1, element5, introtext;
         static String newline = System.getProperty("line.separator");
         //funci� binominal.     
         public static int binominal (int n, int p) {
              if (p * (n-p) == 0)
                   return(1);
              else
                   return(binominal(n-1, p-1) + binominal(n-1,p));
         //funci� cerni.
         public cerni() {
              //t�tol.
              super(" �-_JavaPascal_-`");
              //definici� de variables.
              principal = new JPanel();
              centre = new JPanel();
              esquerre = new JPanel();
              dret = new JPanel();
              intro = new JPanel();
              esquerrealt = new JPanel();
              esquerrebaix = new JPanel();     
              element2 = new JButton("Informaci�");
              element4 = new JButton("Fer el triangle");
              element3 = new JButton("Sortir");     
              element6 = new JButton("Netejar la pantalla");          
              element1 = new JTextField("");
              element5 = new JTextField(" Entreu el valor d' n+1 files del triangle de Pascal.");
              introtext = new JTextField(" Benvinguts al programa JavaPascal, el programa escrit i compilat en java que dibuixa el triangle de Pascal.");
              prog = new JTextArea();
              //propietats de texts.
              introtext.setFont(new Font("Serif", Font.ITALIC, 16));          
              prog.setFont(new Font("Serif", Font.ITALIC, 16));
              prog.setLineWrap(true);
              prog.setCaretPosition(prog.getText().length());
              element5.setEditable(false);
              introtext.setEditable(false);
              prog.setEditable(false);
              //minimissatge del principi.          
              JOptionPane.showMessageDialog(principal, " Benvinguts al programa JavaPascal.", " -> Bon dia!! <- ",JOptionPane.INFORMATION_MESSAGE);
              //bot� netejar.
              element6.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent e){
                        String o = new String();
                        prog.setText(o);
              //bot� informaci�.
              element2.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent e){
                        JOptionPane.showMessageDialog(principal, "El programa JavaPascal ha estat escrit per Cerni Pol durant els dies 11 i 12 de maig del 2002.\nAmb una estructura de JFrame i JPanels, m�s JButtons i components de text, l'aplicaci� en q�esti� us exposar�\nel triangle de Pascal, en tantes files com li demaneu, al camp de text de la dreta.\nNo �s recomanable demanar un n m�s gran de 25, per aix� tenir un millor rendiment en l'operaci� de la compu-\ntadora. (rendiment provat en un processador Pentium2 a 450 mhz)\nQue us ho passeu b� amb aquest programa.\n(Enjoy.)");
              //bot� sortir.
              element3.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent e){
                        System.exit (0);
              //bot� pascal.
              element4.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent e){
                        int n, p, c;
                        c = 10;
                        String s1 = element1.getText();
                        c = Integer.parseInt(s1);
                        n = 0;
                        p = 0;
                        for (n=0; n<c+1; n++){
                             prog.append(cerni.newline);
                             for (p=0; p<n+1;p++){
                                  String s = Integer.toString(binominal (n,p));
                                  prog.append(s);
                                  prog.append(" ");
                   prog.append(cerni.newline);     
              //panell esquerrealt.
              esquerrealt.setLayout(new GridLayout(4, 0));
         esquerrealt.setBorder(BorderFactory.createEmptyBorder(
         30, //top
         20, //left
         40, //bottom
         20) //dret
              esquerrealt.add(element5);
              esquerrealt.add(element4);
              esquerrealt.add(element1);
              esquerrealt.add(element6);
              //panell esquerrebaix.
              esquerrebaix.setLayout(new GridLayout(0, 2));
              esquerrebaix.setBorder(BorderFactory.createEmptyBorder(30, 30, 20, 30));
              esquerrebaix.add(element2);
              esquerrebaix.add(element3);     
              //panell esquerre.
              esquerre.setLayout(new BorderLayout());
              esquerre.add(esquerrealt, "North");
              esquerre.add(esquerrebaix, "South");
              JScrollPane dretScrollPane = new JScrollPane(dret);
              dretScrollPane.createVerticalScrollBar();
              dretScrollPane.createHorizontalScrollBar();          
              dretScrollPane.setVerticalScrollBarPolicy
              (JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED);
              dretScrollPane.setHorizontalScrollBarPolicy
              (JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED);
              dret.add(dretScrollPane);          
              //panell dret.          
              dret.setLayout(new BorderLayout());
              dret.add(prog, "Center");
              //panell centre.
              centre.setPreferredSize(new Dimension(800, 700));
              centre.setBorder(BorderFactory.createEmptyBorder(30, 30, 20, 30));     
              centre.setLayout(new GridLayout(0, 2));
              centre.add(esquerre);
              centre.add(dret);     
              //panell intro.          
              intro.setLayout(new BorderLayout());
              intro.add(introtext, "Center");
              //panell principal.
              principal.setLayout(new BorderLayout());
              principal.setBorder(BorderFactory.createEmptyBorder(30, 30, 20, 30));
              principal.add(centre, "Center");
              principal.add(intro, "North");
              setContentPane(principal);
         //main.     
         public static void main (String[] args) {
              JFrame principal = new cerni();
              principal.addWindowListener (new WindowAdapter () {
                   public void windowClosing (WindowEvent e) {System.exit(0);}
         principal.show();
         principal.pack();
         principal.setSize(800, 700);
    Thanks to help me.

    Hi...
    The line is error is below...
    dret.add(dretScrollPane);You've already added dret to the scrollpane in the constructor of the scrollpane (some 6/7 lines above the line above). Simply add the scrollpane to the main frame (pane) now.
    Merry Christmas

  • How to see errors after compilation.

    Hello,
    I am new to SQL/Developer.
    How do we check the errors after running the script in sql/developer.
    Warning: execution completed with warning.
    I tried show errors but its not working.
    Please help.
    Thanks,
    Srikanth

    Hi,
    After you run your script, you execute show errors.
    Reagrds Salim.
    SQL> create or replace function ff return number
      2  is
      3  begin
      4  dbms_output.put_line(pp);
      5  end ;
      6  /
    Warning: Function created with compilation errors.
    SQL> show errors;
    Errors for FUNCTION FF:
    LINE/COL ERROR
    4/1      PL/SQL: Statement ignored
    4/22     PLS-00201: identifier 'PP' must be declared
    SQL>

  • ERROR:XRFC-Document has no valid From-header information

    Hi,
    I am trying to invoke a business connector service using RFC-XML document.
         This service invokes one rfc which stores data in the SAP table.
        But while executing this service with RFC-XML i got error as "com.wm.pkg.sap.BCException: com.sap.aii.af.ra.ms.api.PayloadFormatException: XRFC-Document has no valid From-header information".
    Could you please resolve my problem?

    Shweta
    Can you check the url:
    Re: InterfaceNamespace in the Business Connector envelope
    ---Mohan

  • Error while compiling DFF

    Hi,
    I have added a segment to the DFF, 'Group, Team and Roles Additional Information' and associated a Custom Dependent valueset to that.
    While i compile the flexfield, I am getting the below error.
    +APP-FND-00798: Invalid reference $PARENT_VALUE$ in value set attached to segment SALES CHANNEL+
    +Please check the WHERE clauses of your table validated value sets.+
    SALES CHANNEL is the name of my segment.
    I am working on R12 application. Please let me know if someone can give hint on this.
    Regards,

    I created custom VO and files in my local JDev and it is working properly.
    I wanna migrate it to actual instance.So my question is is it mandatory to compile custom java file in application server or i can use same which i used in my local machine(windows)?
    -- Manoj

  • Error after compile Exception in thread "main" java.lang.NoClassDefFoundErr

    Hi I am very new to Java programming, right now I am using a mac os 10.49
    I can create java documents using bbedit and then they compile when i type
    javac.
    But when i type java *.java I get the following error
    Exception in thread "main" java.lang.NoClassDefFoundError
    If I type java "filename"
    without the .java at the end of the file the terminal has no response
    I understand i am supposed to some how set the classpath but i do not know how to do this
    Also I can create and compile and then run my java in the eclipse program that i have installed, but not from terminal and im not sure why.
    Thanks for the help.

    I understand i am supposed to some how set the classpath but i do not know how
    to do thisThere is no need to set a system variable CLASSPATH, it is inflexible to do so, and it can lead to unpredictable behaviour.
    You should be able to compile and run programs from the command line, specifying the classpath as part of the commands you use.
    (1) For instance, you can create a file HelloWorld.java with the following contents:public class HelloWorld {
        public static void main(String args[]) {
            System.out.println("Hello world");
    }(2) From the command line (console) navigate to the folder (directory) containing this file and compile it with the commandjavac -cp . HelloWorld.javaThe "-cp ." part is what specifies the classpath. Note that it is a file that is being compiled so we specify the actual file name including the extension. At this point you should be able to check that the HelloWorld.class file has been created.
    (3) From the same folder (directory) you run the program withjava -cp . HelloWorldThe classpath is being specified in the same way as before. It is a class that is being invoked, so we don't specify a filename. (much less use wildcards like *).
    Documentation for the java and javac tools (and others) are linked to from this page: http://java.sun.com/javase/6/docs/index.html

  • Strange ora-1403 and 6508 errors after compiling forms in 10.1.2.0.2

    Hi, today we migrated our Application Server to 10.1.2.0.2 and totally unexpected (it was not mentioned in the upgrade guide of 400 pages...) we had to recompile all 9.0.4-executables
    So we installed Developer Suite 10.1.2.0.2 and recompiled all libraries, forms and menus. There were no errors reported, so everything should be valid.
    Now we can run the forms again - that is, they start without problems - but on some forms (so not all), after doing Run Query, we immediately get ORA-1403, followed by ORA-6508.
    Could this perhaps be caused by "something" in the Headstart-libraries that can not be used in 10.1.2?
    A quick respons would be perfect, because many users have problems now.
    Regards, JW

    Hi Josef,
    indeed i recompiled them all and the errors are raised in development (running standalone oc4j) and production environment (application server 10.1.2).
    Currently i'm migrating the forms to Headstart 65401 and i will update this thread with the results. I guess/hope that the obsolete forms functions/procedures caused these errors.
    Thanks, JW

  • How do i get error after compiling package

    Hi ,
    i am compiling some packages by sys schema of hr schema as
    alter package hr.example compile package
    but it shows compiled with error
    how can i see that errors as i dont know the password of hr schema ..
    Thanks in advance

    First of all you should not be using SYS to compile anything ... create a DBA account.
    Second there is not need to be HR to see the errors ... type "SHO ERR" and you should see the errors and if that does not work there is always the simple
    SELECT * FROM dba_errors;In the future please do not post questions without full version number and, when possible, screen scrapes (cut and paste) so we can see what you are doing.

  • Runtime error after compiling and linking functions containing XDK calls

    We have a preexisting application in C distributed across multiple shared objects - on HPUX.
    $ORACLE_HOME/xdk/include was included in the include path and the programs were compiled. Linking also was successful.
    However at runtime we get errors of the form:
    /usr/lib/dld.sl: Unresolved symbol: XmlCreate__FP6xmlerrPUce (code) from ./lib_my_so_name.so
    Clearly it's not able to locate the shared libraries corresponding to the xdk since XmlCreate() is not getting resolved.
    Where would these libraries be, what are their names on HPUX, and are they installed by default? If not is the installation procedure documented anywhere.
    We'll need this information for both HPUX and AIX.

    * Don't post that much code. There should never be a reason to. You should be able to break your code down into small enough pieces that you can post a small example that demonstrates your problem.
    * When you do post code, use [code] and [/code] tags to make it readable. You can use the code button on the message entry page.
    * The stack trace will tell you which line the NPE occurred on, where it was called from, where that was called from, etc. You can use that to help you find your error. Look at the line it's complaining about. What references are on that line followed by a dot, and what arrays do you try to access the elements of. One of those must be null.
    * Now that you know what[b] is null, put in a bunch of print statements to track [b]how it got to be null.

  • ERROR AFTER COMPILING

    I have writted a vi that runs correctly in design mode and runs
    correctly when compiled and installed on a hard drive that has LabVIEW
    also installed on it.
    When I try to run the compiled program on a computer that does not have
    LabVIEW resident on the hard drive the program does not run and I get
    the following error message:
    ERROR -1073807202 occured at in SpecanRemoteOp.vi
    Possible reasons:
    VISA: (Hex 0xBFFF009E) A code library required by VISA could not be
    located or loaded
    Am I missing a file in the compiled version ?
    If anyone has an idea please help

    Timothy,
    Thanks for the tip, I needed to add "visa.dll and visa32.dll" to the windowsa
    system directory.
    Chip
    Timothy John Streeter wrote:
    > Hi Donald
    >
    > Have you installed VISA on the new PC?
    >
    > If not you will have to.
    >
    > Tim
    >
    > "Donald J. Furlong" wrote:
    >
    > > I have writted a vi that runs correctly in design mode and runs
    > > correctly when compiled and installed on a hard drive that has LabVIEW
    > > also installed on it.
    > >
    > > When I try to run the compiled program on a computer that does not have
    > > LabVIEW resident on the hard drive the program does not run and I get
    > > the following error message:
    > >
    > > ERROR -1073807202 occured at in SpecanRemoteOp.vi
    > >
    > > Possible reasons:
    > > VISA: (Hex 0xBFFF009E) A code library required by V
    ISA could not be
    > > located or loaded
    > >
    > > Am I missing a file in the compiled version ?
    > > If anyone has an idea please help

  • Title error after direct download: "Book Title"

    I recently created a series of ePubs using iBooks Author for a client. They are currently distributing the .ibooks file through a direct download link before publishing through the ibooks store.
    The issue is when the user downloads the .ibook file to their desktop and then drops into iTunes, the book title doesn't carry over, it just reads "Book Title". The metadata is all correct within the .iba file before I export as a Standard Book for iBooks. What am I doing wrong? If it's a bug, is there a workaround?

    The only time that happens here is when this is left alone:
    ...even if Title is set via Inspector. Did you change that to something descriptive?

  • Additional Header Informations in Sender-Proxy for XI Routing

    Hi All,
    I'm using an ABAP-Proxy to send data to XI. There should be a routing rule to decide, which Business System will be the receiver of the message.
    As the size of the Message is quite large I'd like to do without Message Mapping. But in this case I don't have the needed information for routing in the XI Message Content.
    Is there any possibility to fill some context objekt in the sender proxy, which I can use for the rounting in XI. I found some parameters like URLParamOne, URLParamTwo, .... or HeaderFieldOne, HeaderFieldTwo, ...
    Does anybody know, whether I have access to any of these informations in my sender proxy.
    Thanks a lot for your help
    Barbara

    Hi Barbara,
       What is the routing rule for your case?
    You said there are no fields in the payload which determine the routing.
    In this case, you can see if one of the existing fields in the outbound interface can be used to hold this information.
    If there is no such possibility, as you said, you have to add a field to the outbound interface and you have to REGENERATE and REIMPLEMENT the proxy , as the structure of the interface got changed.
    And one more thing, for determining the Receiver, there is no need to do mapping.
    YOu can simple specify the condition in the receiver determination
    http://help.sap.com/saphelp_nw04/helpdata/en/26/5ccd3bb4560f01e10000000a11402f/content.htm
    Regards,
    Ravi

  • Cannot Modify Header Information Errors

    Hello all,
    I am working on building an members only area to my website, and have used the "turorial" provided in dreamweaver help.  After creating the pages though I am encountering erros which I believe have to do with the redirecting.
    On my registration page (www.hondovfd.org/newsite/register.php) I am getting the error:
    Warning:  Cannot modify header information - headers already sent in /var/home/hondovfd/hondovfd.org/www/newsite/register.php on line 50
    The registration goes through, as I can see it in my database, but the error prevents anything further.
    On my login page (www.hondovfd.org/newsite/login.php) I immediatly get these two errors when loading the page:
    Warning:  session_start() [function.session-start]: Cannot send session cookie - headers already sent in /var/home/hondovfd/hondovfd.org/www/newsite/login.php on line 1074249146
    Warning:  session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/home/hondovfd/hondovfd.org/www/newsite/login.php:1074249146) in /var/home/hondovfd/hondovfd.org/www/newsite/login.php on line 1074249146
    And once I enter a valid username/password this error is also added:
    Warning: Cannot modify header information - headers already sent by (output started at /var/home/hondovfd/hondovfd.org/www/newsite/login.php:1074249146) in /var/home/hondovfd/hondovfd.org/www/newsite/login.php on line 68
    If you would like to try and diagnose the username/password I have been using is"test" for both fields.
    Anyone have any ideas why this is occuring?
    Thanks,
    David

    Here is the code from my login page:
    <?php virtual('/newsite/Connections/hondovfd.php');?>
    <?php if (!function_exists("GetSQLValueString")) {
    function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
      if (PHP_VERSION < 6) {
        $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
      $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
      switch ($theType) {
        case "text":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;   
        case "long":
        case "int":
          $theValue = ($theValue != "") ? intval($theValue) : "NULL";
          break;
        case "double":
          $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
          break;
        case "date":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;
        case "defined":
          $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
          break;
      return $theValue;
    ?>
    <?php
    // *** Validate request to login to this site.
    if (!isset($_SESSION)) {
      session_start();
    $loginFormAction = $_SERVER['PHP_SELF'];
    if (isset($_GET['accesscheck'])) {
      $_SESSION['PrevUrl'] = $_GET['accesscheck'];
    if (isset($_POST['username'])) {
      $loginUsername=$_POST['username'];
      $password=$_POST['password'];
      $MM_fldUserAuthorization = "";
      $MM_redirectLoginSuccess = "/newsite/membersonly.php";
      $MM_redirectLoginFailed = "/newsite/loginfailed.html";
      $MM_redirecttoReferrer = true;
      mysql_select_db($database_hondovfd, $hondovfd);
      $LoginRS__query=sprintf("SELECT username, password FROM login WHERE username=%s AND password=%s",
        GetSQLValueString($loginUsername, "text"), GetSQLValueString($password, "text"));
      $LoginRS = mysql_query($LoginRS__query, $hondovfd) or die(mysql_error());
      $loginFoundUser = mysql_num_rows($LoginRS);
      if ($loginFoundUser) {
         $loginStrGroup = "";
        //declare two session variables and assign them
        $_SESSION['MM_Username'] = $loginUsername;
        $_SESSION['MM_UserGroup'] = $loginStrGroup;          
        if (isset($_SESSION['PrevUrl']) && true) {
          $MM_redirectLoginSuccess = $_SESSION['PrevUrl'];     
        header("Location: " . $MM_redirectLoginSuccess );
      else {
        header("Location: ". $MM_redirectLoginFailed );
    ?>
    <!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/template.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- InstanceBeginEditable name="Title" -->
    <title>Login</title>
    <!-- InstanceEndEditable -->
    <meta name="description" content="Hondo Fire and Rescue serves the Arroyo Hondo and Canada Village areas of Santa Fe County, NM." />
    <meta name="keywords" content="hondo, hondo fire, hondo vfd, hondo fire department, santa fe county fire department, santa fe county, volunteer fire department, hondo volunteer fire department" />
    <link href="/newsite/stylesheet.css" type="text/css" rel="stylesheet" />
    <!--[if IE]>
    <style type="text/css">
    #mainContent, #sidebar1 { zoom: 1;}
    </style>
    <![endif]-->
    <script src="/newsite/SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="/newsite/SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
    </head>
    <body class="thrColLiqHdr">
    <div id="container">
    <div id="header"></div>
      <div id="sidebar1">
      <h3>Navigation : </h3>
      <ul id="MenuBar1" class="MenuBarVertical">
      <li><a href="/newsite/index.html">Home</a></li>
    <li><a href="/newsite/support.html">Support Hondo</a></li>
      <li><a class="MenuBarItemSubmenu" href="#">Information Menu</a>
        <ul>
          <li><a href="/newsite/people.html">Our People</a></li>
          <li><a href="http://www.google.com/maps/ms?ie=UTF8&hl=en&msa=0&msid=101620713606637979698.00045b6ead4ab4ea70b78&z=11" target="_blank">Response Area</a></li>
          <li><a href="/newsite/medical.html">Medical</a></li>
          <li><a href="/newsite/apparatus.html">Apparatus</a></li>
          <li><a href="/newsite/training.html">Training</a></li>
          <li><a href="/newsite/volunteer.html">Volunteer</a></li>
          <li><a href="/newsite/statistics.html">Statistics</a></li>
          <li><a href="/newsite/patchtrading.html">Patch Trading</a></li>
        </ul>
      </li>
      <li><a href="#">Photo Gallery</a></li>
      <li><a href="/newsite/calendar.html">Calendar</a></li>
      <li><a href="/newsite/news.html">Blog/News</a></li>
      <li><a href="/newsite/links.html">Links</a></li>
      <li><a href="/newsite/contact.html">Contact Us</a></li>
    </ul>
    <br />
    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
      <span class="lefttext">
    <input type="hidden" name="cmd" value="_s-xclick">
    <input type="hidden" name="hosted_button_id" value="8567201">
    <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!" />
    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
    </img></input></input>
      </span>
    </form>
    <span class="lefttext"><br />
    </span>
    <center>
      <span class="lefttext"><a href="http://www.facebook.com/pages/Santa-Fe-NM/Hondo-Volunteer-Fire-Department/74284233488" target="_blank" class="lefttext">Hondo VFD on Facebook</a></span>
    </center>
      <!-- end #sidebar1 --></div>
      <div id="sidebar2"> 
        <p>Call Statistics for November</p>
      <table width="90%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="60%">EMS Calls</td>
        <td width="40%">##</td>
      </tr>
      <tr>
        <td>Fire Calls</td>
        <td>##</td>
      </tr>
      <tr>
        <td>Other Calls</td>
        <td>##</td>
      </tr>
    </table>
      <hr />
        <div id="cse" style="width:100%;">Loading</div>
    <script src="http://www.google.com/jsapi" type="text/javascript"></script>
    <script type="text/javascript">
      google.load('search', '1');
      google.setOnLoadCallback(function(){
        new google.search.CustomSearchControl().draw('cse');
      }, true);
    </script>
         <!-- End Google Search Element -->
      </div>
      <!-- end #sidebar2 -->
      <div id="mainContent">
      <div class="top"></div><div class="wrap"><!-- InstanceBeginEditable name="Main Content" -->
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td height="47" class="h2">Members Only Login</td>
      </tr>
      <tr>
        <td><form id="login" name="login" method="POST" action="<?php echo $loginFormAction; ?>">
        <table width="40%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="31%">Username:</td>
        <td width="69%"><input name="username" type="text" /></td>
      </tr>
      <tr>
        <td>Password</td>
        <td><input name="password" type="password" /></td>
      </tr>
    </table>
    <input name="Submit" type="submit" />
        </form></td>
      </tr>
    </table>
      <!-- InstanceEndEditable -->
    </div>
    <div class="bottom"></div>
    </div>
         <!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats --> <br class="clearfloat" />
      <div id="footer">
        <p align="center">&copy; Copyright 2009 Hondo Volunteer Fire Department | <a href="mailto:[email protected]">Contact Us</a><a href="http://www.legalhelpers.com/chapter-13-bankruptcy/chapter13.html"></a><br />Hosting provided by <a href="http://studiox.com/" target="_blank">Studio X</a></p>
      <!-- end #footer --></div>
    <!-- end #container --></div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>
    <!-- InstanceEnd --></html>
    Here is the code from my registration page:
    <?php virtual('/newsite/Connections/hondovfd.php'); ?>
    <?php
    if (!function_exists("GetSQLValueString")) {
    function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
      if (PHP_VERSION < 6) {
        $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
      $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
      switch ($theType) {
        case "text":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;   
        case "long":
        case "int":
          $theValue = ($theValue != "") ? intval($theValue) : "NULL";
          break;
        case "double":
          $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
          break;
        case "date":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;
        case "defined":
          $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
          break;
      return $theValue;
    // *** Redirect if username exists
    $MM_flag="MM_insert";
    if (isset($_POST[$MM_flag])) {
      $MM_dupKeyRedirect="/newsite/registerinvalidusername.html";
      $loginUsername = $_POST['username'];
      $LoginRS__query = sprintf("SELECT username FROM login WHERE username=%s", GetSQLValueString($loginUsername, "text"));
      mysql_select_db($database_hondovfd, $hondovfd);
      $LoginRS=mysql_query($LoginRS__query, $hondovfd) or die(mysql_error());
      $loginFoundUser = mysql_num_rows($LoginRS);
      //if there is a row in the database, the username was found - can not add the requested username
      if($loginFoundUser){
        $MM_qsChar = "?";
        //append the username to the redirect page
        if (substr_count($MM_dupKeyRedirect,"?") >=1) $MM_qsChar = "&";
        $MM_dupKeyRedirect = $MM_dupKeyRedirect . $MM_qsChar ."requsername=".$loginUsername;
        header ("Location: $MM_dupKeyRedirect");
        exit;
    $editFormAction = $_SERVER['PHP_SELF'];
    if (isset($_SERVER['QUERY_STRING'])) {
      $editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']);
    if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "form1")) {
      $insertSQL = sprintf("INSERT INTO login (username, password, email, name) VALUES (%s, %s, %s, %s)",
                           GetSQLValueString($_POST['username'], "text"),
                           GetSQLValueString($_POST['password'], "text"),
                           GetSQLValueString($_POST['email'], "text"),
                           GetSQLValueString($_POST['name'], "text"));
      mysql_select_db($database_hondovfd, $hondovfd);
      $Result1 = mysql_query($insertSQL, $hondovfd) or die(mysql_error());
      $insertGoTo = "/newsite/registersuccess.html";
      if (isset($_SERVER['QUERY_STRING'])) {
        $insertGoTo .= (strpos($insertGoTo, '?')) ? "&" : "?";
        $insertGoTo .= $_SERVER['QUERY_STRING'];
      header(sprintf("Location: %s", $insertGoTo));
    if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "form1")) {
      $insertSQL = sprintf("INSERT INTO login (username, password, email, name) VALUES (%s, %s, %s, %s)",
                           GetSQLValueString($_POST['username'], "text"),
                           GetSQLValueString($_POST['password'], "text"),
                           GetSQLValueString($_POST['email'], "text"),
                           GetSQLValueString($_POST['name'], "text"));
      mysql_select_db($database_hondovfd, $hondovfd);
      $Result1 = mysql_query($insertSQL, $hondovfd) or die(mysql_error());
      $insertGoTo = "/newsite/registersuccess.html";
      if (isset($_SERVER['QUERY_STRING'])) {
        $insertGoTo .= (strpos($insertGoTo, '?')) ? "&" : "?";
        $insertGoTo .= $_SERVER['QUERY_STRING'];
      header(sprintf("Location:", $insertGoTo));
    ?>
    <!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/template.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- InstanceBeginEditable name="Title" -->
    <title>Register</title>
    <!-- InstanceEndEditable -->
    <meta name="description" content="Hondo Fire and Rescue serves the Arroyo Hondo and Canada Village areas of Santa Fe County, NM." />
    <meta name="keywords" content="hondo, hondo fire, hondo vfd, hondo fire department, santa fe county fire department, santa fe county, volunteer fire department, hondo volunteer fire department" />
    <link href="stylesheet.css" type="text/css" rel="stylesheet" />
    <!--[if IE]>
    <style type="text/css">
    #mainContent, #sidebar1 { zoom: 1;}
    </style>
    <![endif]-->
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
    </head>
    <body class="thrColLiqHdr">
    <div id="container">
    <div id="header"></div>
      <div id="sidebar1">
      <h3>Navigation : </h3>
      <ul id="MenuBar1" class="MenuBarVertical">
      <li><a href="/newsite/index.html">Home</a></li>
    <li><a href="/newsite/support.html">Support Hondo</a></li>
      <li><a class="MenuBarItemSubmenu" href="#">Information Menu</a>
        <ul>
          <li><a href="/newsite/people.html">Our People</a></li>
          <li><a href="http://www.google.com/maps/ms?ie=UTF8&hl=en&msa=0&msid=101620713606637979698.00045b6ead4ab4ea70b78&z=11" target="_blank">Response Area</a></li>
          <li><a href="/newsite/medical.html">Medical</a></li>
          <li><a href="/newsite/apparatus.html">Apparatus</a></li>
          <li><a href="/newsite/training.html">Training</a></li>
          <li><a href="/newsite/volunteer.html">Volunteer</a></li>
          <li><a href="/newsite/statistics.html">Statistics</a></li>
          <li><a href="/newsite/patchtrading.html">Patch Trading</a></li>
        </ul>
      </li>
      <li><a href="#">Photo Gallery</a></li>
      <li><a href="/newsite/calendar.html">Calendar</a></li>
      <li><a href="/newsite/news.html">Blog/News</a></li>
      <li><a href="/newsite/links.html">Links</a></li>
      <li><a href="/newsite/contact.html">Contact Us</a></li>
    </ul>
    <br />
    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
      <span class="lefttext">
    <input type="hidden" name="cmd" value="_s-xclick">
    <input type="hidden" name="hosted_button_id" value="8567201">
    <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!" />
    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
    </img></input></input>
      </span>
    </form>
    <span class="lefttext"><br />
    </span>
    <center>
      <span class="lefttext"><a href="http://www.facebook.com/pages/Santa-Fe-NM/Hondo-Volunteer-Fire-Department/74284233488" target="_blank" class="lefttext">Hondo VFD on Facebook</a></span>
    </center>
      <!-- end #sidebar1 --></div>
      <div id="sidebar2"> 
        <p>Call Statistics for November</p>
      <table width="90%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="60%">EMS Calls</td>
        <td width="40%">##</td>
      </tr>
      <tr>
        <td>Fire Calls</td>
        <td>##</td>
      </tr>
      <tr>
        <td>Other Calls</td>
        <td>##</td>
      </tr>
    </table>
      <hr />
        <div id="cse" style="width:100%;">Loading</div>
    <script src="http://www.google.com/jsapi" type="text/javascript"></script>
    <script type="text/javascript">
      google.load('search', '1');
      google.setOnLoadCallback(function(){
        new google.search.CustomSearchControl().draw('cse');
      }, true);
    </script>
         <!-- End Google Search Element -->
      </div>
      <!-- end #sidebar2 -->
      <div id="mainContent">
      <div class="top"></div><div class="wrap"><!-- InstanceBeginEditable name="Main Content" -->
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td height="47" class="h2">Create an Account</td>
      </tr>
      <tr>
        <td><p>Please fill in the following information to create an account:</p>
        <form action="<?php echo $editFormAction; ?>" id="form1" name="form1" method="POST">
          <table width="53%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="38%">Name</td>
        <td width="62%"><input name="name" type="text" /></td>
      </tr>
      <tr>
        <td>E-Mail Address</td>
        <td><input name="email" type="text" /></td>
      </tr>
      <tr>
        <td>Desired Username</td>
        <td><input name="username" type="text" /></td>
      </tr>
      <tr>
        <td>Desired Password</td>
        <td><input name="password" type="password" /></td>
      </tr>
    </table><input name="submit" type="submit" />
    <input type="hidden" name="MM_insert" value="form1" />
    </p></form></td>
      </tr>
    </table>
      <!-- InstanceEndEditable -->
    </div>
    <div class="bottom"></div>
    </div>
         <!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats --> <br class="clearfloat" />
      <div id="footer">
        <p align="center">&copy; Copyright 2009 Hondo Volunteer Fire Department | <a href="mailto:[email protected]">Contact Us</a><a href="http://www.legalhelpers.com/chapter-13-bankruptcy/chapter13.html"></a><br />Hosting provided by <a href="http://studiox.com/" target="_blank">Studio X</a></p>
      <!-- end #footer --></div>
    <!-- end #container --></div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>
    <!-- InstanceEnd --></html>
    Dreamweaver also created this file:  hondovfd.php
    <?php
    # FileName="Connection_php_mysql.htm"
    # Type="MYSQL"
    # HTTP="true"
    $hostname_hondovfd = "localhost";
    $database_hondovfd = "hondovfd_org";
    $username_hondovfd = "silver";
    $password_hondovfd = "m3d1c4u2c";
    $hondovfd = mysql_pconnect($hostname_hondovfd, $username_hondovfd, $password_hondovfd) or trigger_error(mysql_error(),E_USER_ERROR);
    ?>

Maybe you are looking for

  • Issue with parallel operation of SAP NW SSO 2.0 and SNC Client Encryption (Logon Groups)

    Hi! One of our customers is using the SNC Client Encryption solution to ensure encryption using SNC (based on Kerberos Technology) for their SAP GUI Dialog connections. They have lots of SAP backends DEV, QAS, PRD all with the SNC Client Encryption S

  • The Add Printer button on the eprintcenter website on my screen is not working.

    I just registerd on the eprintcenter.com site and now I am trying to click on the +Add Printer button/icon to add my printer and it is not working. I have tried it in all different web browsers and it doesn't take me anywhere on any of the browsers.

  • Mail, App Store, Quicktime and others don't work!

    I downloaded OS X Mavericks but mail crashes every time i open it with my IMac. Also App Store, Quicktime and other software don't work. I'm really in difficult! Help me please!

  • How do I migrate to a new hard drive

    Purchased a new SSD Dive and want to move/clone my existing drive to the new one via USB. I thought there was a combination of keys to hold down during bouts to enter a menu system to copy the existing disk to the new one then do the actual switch of

  • Drill down in screen

    hi i have created a screen with table control with number of columns and rows. i want the user to drilldown to transaction IQ03 when he double click on secific cell. is it possible ? if yes can i get an example ? thanks