How to align items in a form page with respect to regions

I have 20 item fields in same form. i need to align them in sequential manner.
For example
x    y    z  
a
b
c
l   m 
o
p   q   r   s 
xyzabclmopqrs    are the items to achieve this what i have to do....
Regards,
Rani

Always give Apex version you are using,
if question related region or page then also mention which theme u are use
in your application
generally in apex 4.2 drag n drop layout removed, so use grid layout property of page item.
means changes in edit page item>>grid layout and manage start new row yes or no?
if generaly you want to keep item on same line then start new row for item y,z,m,q,r,s set to no
and don't change any other page item if page item are in given sequence.
refer example for theme 25 is APEX Theme 25 - Responsive Grid Layout Question: responsive, css, apex, grid
Pars.

Similar Messages

  • How do I access the iTunes Preview page with a web browser?

    Does anyone out there know how to access the iTunes app preview page with a web browser?  So far the only way I've been able to get there is by Googling the app with the term 'iTunes preview'.  Is that really the only way?  The iTunes page itself has no obvious link to the app list.
    Thanks.

    Thanks, but I should have been more specific.  I was trying to access the iTunes app preview page on my PC through Chrome.  While I have an iPad, it's not convenient to have to refer to it every time I want to discuss an iOS app.

  • How to debug a bean in JSP page with JBX???

    How to debug a bean in JSP page with JBX???
    i have a bean within a JSP page. i wanna find out how do they varibles work and changes of them values.
    are there some ways or tools to get the situations of them in visual way? just like when i debug VB program,i can get the situations in immediately window.

    help me !!!!!!!!!!!!!!!!!!!!!!!!!!!!!

  • How to substitute specific fonts on any page with corresponding fonts of my own choice?

    How to substitute specific fonts on any page with corresponding fonts of my own choice?
    I'm using Firefox 12 on Windows 7.
    Examples on what I want to be able to do:
    Change the font Arial on any page I visit, with Tahoma.
    Change the font Georgia on any page I visit, with Droid Serif.
    Change Arial Narrow on any page I visit, with Liberation Sans Narrow...
    I used to have a plug-in which did that. It was called Font Replacer, but it doesn't have a version for Firefox 12 and its developer removed its page :(
    I really can't stand to see specific fonts on my screen. I really hate the indifferent CAPITAL I from the small l. I can't stand to see the numerals with Georgia.

    I opened a [https://support.mozilla.org/en-US/questions/926833 new discussion] as no one is interested to answer me here anymore.
    Thanks.
    So, now I find myself in a situation that I want exceptions for some rules. For example, I want to change the font Arial to Tahoma in all websites I visit, except for wikipedia.org, is that possible? Because I have a very long list of websites listed to change Arial to change to Tahoma, only because I don't want the rule to be applied to websites as wikipedia.org
    I searched, but I'm unable to find something helpful :(

  • HT4400 how do you advance to the next page with focus 40 blue

    how do you advance to the next page with focus 40 blue

    Hello,
    To place your own images for previous and next button you need to use the fill feature. Please check the steps below:
    1. Go SlideShow options and Uncheck Edit Together.
    2. Select the next button and click on Fill to open Fill panel.
    3. Click On Add Image and select the image you want to use. Also select the fitting type as "Scale to Fill" or "scale to Fit "and Position as "Center".
    4. Do the same for previous button.
    Regards
    Vivek

  • How to align footer in Adobe form

    Hi experts,
        I required your urgent help for my development. I made a adobe form for customer ledger. Form is divided in 3 parts as shown in below image:
    Header sub form will print on each page if form is more than one page. Then Body will grow to multiple page according data. Next is footer, it will print on last page (either last page is 1st or 4th page) positioned bottom. The problem is that in some situation. Like it prints Header, then prints body sub-form for open item. It grow according data. suppose that open item end on second page then footer should be placed on second page at bottom aligned. Footer sub-form is 2 inches( or 10-12 rows) in height. It should be checked that after end of body subform how much space is available. if there enough space for footer to be print then footer will print on same page other wise it will create one more page, at top of that page will print header sub-form and then at bottom aligned footer sub-form (there would be blank space between header and footer).
      How to do that. Your help would be appreciate.
    Please reply asap.
    Thanks and Regards
    Piyush Kumar

    Hello Experts,
    I am describing it little more.
    Table will auto increas row depending on data. We can not fix it's row. Second thing if table have only 2 records then footer will place just below table end. It will not align footer at bottom Margin.So there would be space between Footer and bottom margin.
          I have to do that it first get how much space is available after table (body subform), if there is 10-12 lines space available then it will print the footer. If there is no much space then it will create one more page and at that page header (sub-form) would be align at top margin and footer (subform) would be align at bottom margin. There would not be any blank table.
    condition:1
    Header Subform                                                                   |
                                                                                              |
    Table subform                                                                      |
                                                                                              |
    Footer at same page align bottom margin (if enough space)     |
    ===================================================
    Condition : 2
    Header Subform                                                                   |
                                                                                              |
    Table subform                                                                     |
                                                                                              |
    if no enough space for footer then  go to additional next page  |
    and create page like below:                                                 |
    ___________________________________________________|
    Header Subform                                          |
                                                                     |
    space                                                        |
    space                                                        |
                                                                     |
    Footer Subform (align at bottom margin)       |
    _____________________________________|
    Thanks
    Piyush

  • Beginner ?:  How to align Items in HTML Region so they display nicely?

    I am new to Application Express so please be gentle....
    I have an HTML region that contains several items/fields that I am using to gather user input. So my Page or HTML region looks something like the example below.....
    Name:__________ Birthdate:_________
    Address: _____________________ City:__________ State: _______
    So with the example above in mind how can I get the fields "City" and "Birthdate" to line up nicely on the page so that they would appear something like.....
    Name:__________ Birthdate:_________
    Address: _____________________ City:__________ State: _______
    I have tried changing all kinds of things such as Begin on New Line, ...Field, Colspan, Rowspan. In playing with these various settings I am unable to make any headway with aligning the fields on my page so that they display nicely....but I AM making progress at confusing myself as to how AppEx actually stores the labels and fields. I never seem to be able to control the spacing between the fields being displayed.
    So with all of that said....is there a way to make page items line up in an HTML region? There seems to be no issue getting the first column of each new row to line up (Begin on New Line = Yes) but when in comes to lining up the 2nd and 3rd fields on a row I am at a lose. Looks like I could also use a lesson in how labels and fields are stored within underlying AppEx HTML tables.
    Many thanks in advance for any and all responses.

    Hi Andrei,
    Thanks so much for your response...it got me to realize what my issue really was......What you listed above in your response to my plea for help is almost what I had but I was so concentrated on the small fields that I had that I failed to notice that my problem was the text area below those fields which takes up quite a bit of space on the screen...so what I finally realized (bonehead / rookie mistake on my part) was that my fields were lining up in the second column but the second column did not start until the end of the text area.
    So I am going to look into moving my text area fields to a separate HTML region so that the smaller sized fields above will line up nicely.
    Thanks again for your response and helping me to step back and look again.
    Best regards,
    Shellie

  • How to redrawing items in a form?

    Hi,
    I've a form which contains items.
    when i chaged a list in this form at runtime some items should appear and some shouldn't,My problem is to get ride of the space between items i redrawing the items and this operation takes time.
    Is there any way to do this whith out redrawing the items.
    I've oracle 10g relase2 and forms 6i
    Regards

    Hi,
    Thanks for your reply.
    I'm sorry I should've been more specific as you said.
    What i mean is that after choosing a vlaue from a list some items in the form should be visible and other should unvisible.
    I want to get ride from the space between the items and make them appear side by side. I've tried to use set_item_property('',position,x,y) but it took a lot of time at runtime.
    Is there any other way to do that?
    Regards

  • How do I replace my index (Home) page with a new page?

    My iWeb site has a "Home" page as it's default index page. I renamed the page "Home4" and created a new "Home" page in hopes that the new page would become the default page. Nope, it still goes to "Home4".
    Next, I tried deleting Home4, now I just get an error message when trying to go to the site.
    I should mention that I deleted the Home4 page through the MobilMe website, not in iWeb. I see that there is an index.html file in the site directory which I "assume" is a redirect to what iWeb considers to be the "Default" page. But, I see no way to edit or even view the contents of the index.html page.
    How do I create/replace an index page?
    Message was edited by: GoldwingTX

    Bonjour
    Your new home page need to be the first one at the top of the sidebar of iWeb.
    Publish
    iWeb will build a new index.html which redirects to the new home page
    Safari > menu bar > Safari > Clear the cache of your browser before visit your website

  • How to align the text in justify format with SQL Server Reporting Services?

            How to align the text in justify format In SQL server Reporting Services? Is there any code to do so?

    Hi,
    I'm afraid that if you want to have this kind of functionality, you will need to write a custom control. Here is an example: http://msdn2.microsoft.com/en-us/library/ms345265.aspx. The issue with custom controls is that it needs to be known by all the reportservers that will render your report.
    Greetz,
    Geert
    Geert Verhoeven
    Consultant @ Ausy Belgium
    My Personal Blog

  • How to create search engine in JSF page with AJAX

    I want to create Java Server Faces page with search engine using AJAX. I'm interested can I do this with PL/SQL statement which searches strings into all Oracle tables at database level? What are the best practices in this case?

    user10484841 wrote:
    I want to create Java Server Faces page with search engine using AJAX.
    I'm interested can I do this with PL/SQL statement which searches strings into all Oracle tables at database level? I give up.
    Can you?
    What are the best practices in this case?Best practice is to know where data is stored to avoid search of all Oracle tables.

  • How to get item stock from bin location with serial numbers?

    Dear experts
    I want to write query for getting item stock from bin location with serial numbers..
    Thank you
    Santosh Dhere.

    Hi Santosh,
    Try this:
    SELECT T0.[ItemCode], T5.[DistNumber], T5.[MnfSerial], T5.[LotNumber], T3.[OnHandQty]
      , T1.[BinCode], T1.[WhsCode]
    FROM  [dbo].[OIBQ] T0
      INNER  JOIN [dbo].[OBIN] T1  ON  T0.[BinAbs] = T1.[AbsEntry]  AND  T0.[OnHandQty] <> 0
      LEFT OUTER JOIN [dbo].[OBBQ] T2  ON  T0.[BinAbs] = T2.[BinAbs]  AND  T0.[ItemCode] = T2.[ItemCode]  AND  T2.[OnHandQty] <> 0
      LEFT OUTER  JOIN [dbo].[OSBQ] T3  ON  T0.[BinAbs] = T3.[BinAbs]  AND  T0.[ItemCode] = T3.[ItemCode]  AND  T3.[OnHandQty] <> 0
      LEFT OUTER  JOIN [dbo].[OBTN] T4  ON  T2.[SnBMDAbs] = T4.[AbsEntry]  AND  T2.[ItemCode] = T4.[ItemCode]
      LEFT OUTER  JOIN [dbo].[OSRN] T5  ON  T3.[SnBMDAbs] = T5.[AbsEntry]  AND  T3.[ItemCode] = T5.[ItemCode]
    WHERE T1.[AbsEntry] >= (0)  AND  (T3.[AbsEntry] IS NOT NULL)
    UNION ALL
    SELECT T0.[ItemCode], T5.[DistNumber], T5.[MnfSerial], T5.[LotNumber], T0.[OnHandQty]
      , T1.[BinCode], T1.[WhsCode]
    FROM  [dbo].[OIBQ] T0
      INNER  JOIN [dbo].[OBIN] T1  ON  T0.[BinAbs] = T1.[AbsEntry]  AND  T0.[OnHandQty] <> 0
      LEFT OUTER  JOIN [dbo].[OBBQ] T2  ON  T0.[BinAbs] = T2.[BinAbs]  AND  T0.[ItemCode] = T2.[ItemCode]  AND  T2.[OnHandQty] <> 0
      LEFT OUTER  JOIN [dbo].[OSBQ] T3  ON  T0.[BinAbs] = T3.[BinAbs]  AND  T0.[ItemCode] = T3.[ItemCode]  AND  T3.[OnHandQty] <> 0
      LEFT OUTER  JOIN [dbo].[OBTN] T4  ON  T2.[SnBMDAbs] = T4.[AbsEntry]  AND  T2.[ItemCode] = T4.[ItemCode]
      LEFT OUTER  JOIN [dbo].[OSRN] T5  ON  T3.[SnBMDAbs] = T5.[AbsEntry]  AND  T3.[ItemCode] = T5.[ItemCode]
    WHERE T1.[AbsEntry] >= (0)  AND  (T2.[AbsEntry] IS NULL   AND  T3.[AbsEntry] IS NULL)
    UNION ALL
    SELECT T0.[ItemCode], T0.[SRNDistNumber], T0.[SRNMnfSerial], T0.[SRNLotNumber], T0.[IBQOnhandQty] - T0.[OnHandQty]
      , T0.[BinCode], T0.[WhsCode]
    FROM  (
      SELECT T0.[BinAbs], T0.[ItemCode], MAX(T0.[OnHandQty]) AS 'IBQOnhandQty', SUM(T2.[OnHandQty]) AS 'OnHandQty', N'' AS 'BTNDistNumber', N'' AS 'BTNMnfSerial'
      , N'' AS 'BTNLotNumber', N'' AS 'SRNDistNumber', N'' AS 'SRNMnfSerial', N'' AS 'SRNLotNumber', MIN(T5.[AbsEntry]) AS 'AbsEntry', MIN(T1.[BinCode]) AS 'BinCode'
      , 10000044 AS 'SnbType', MIN(T5.[AbsEntry]) AS 'BTNAbsEntry', MIN(T5.[AbsEntry]) AS 'SRNAbsEntry', MIN(T1.[WhsCode]) AS 'WhsCode', MIN(T1.[SL1Code]) AS 'SL1Code'
      , MIN(T1.[SL2Code]) AS 'SL2Code', MIN(T1.[SL3Code]) AS 'SL3Code', MIN(T1.[SL4Code]) AS 'SL4Code', MIN(T1.[SL1Abs]) AS 'SL1Abs'
      , MIN(T1.[SL2Abs]) AS 'SL2Abs', MIN(T1.[SL3Abs]) AS 'SL3Abs', MIN(T1.[SL4Abs]) AS 'SL4Abs'
      FROM  [dbo].[OIBQ] T0
      INNER  JOIN [dbo].[OBIN] T1  ON  T0.[BinAbs] = T1.[AbsEntry]  AND  T0.[OnHandQty] <> 0
      LEFT OUTER  JOIN [dbo].[OBBQ] T2  ON  T0.[BinAbs] = T2.[BinAbs]  AND  T0.[ItemCode] = T2.[ItemCode]  AND  T2.[OnHandQty] <> 0
      LEFT OUTER  JOIN [dbo].[OSBQ] T3  ON  T0.[BinAbs] = T3.[BinAbs]  AND  T0.[ItemCode] = T3.[ItemCode]  AND  T3.[OnHandQty] <> 0
      LEFT OUTER  JOIN [dbo].[OBTN] T4  ON  T2.[SnBMDAbs] = T4.[AbsEntry]  AND  T2.[ItemCode] = T4.[ItemCode]
      LEFT OUTER  JOIN [dbo].[OSRN] T5  ON  T3.[SnBMDAbs] = T5.[AbsEntry]  AND  T3.[ItemCode] = T5.[ItemCode]
      WHERE T1.[AbsEntry] >= (0 )  AND  (T2.[AbsEntry] IS NOT NULL)
      GROUP BY T0.[BinAbs], T0.[ItemCode]
      UNION ALL
      SELECT T0.[BinAbs], T0.[ItemCode], MAX(T0.[OnHandQty]) AS 'IBQOnhandQty', SUM(T3.[OnHandQty]) AS 'OnHandQty', N'' AS 'BTNDistNumber', N'' AS 'BTNMnfSerial'
      , N'' AS 'BTNLotNumber', N'' AS 'SRNDistNumber', N'' AS 'SRNMnfSerial', N'' AS 'SRNLotNumber', MIN(T4.[AbsEntry]) AS 'AbsEntry', MIN(T1.[BinCode]) AS 'BinCode'
      , 10000045 AS 'SnbType', MIN(T4.[AbsEntry]) AS 'BTNAbsEntry', MIN(T4.[AbsEntry]) AS 'SRNAbsEntry', MIN(T1.[WhsCode]) AS 'WhsCode', MIN(T1.[SL1Code]) AS 'SL1Code'
      , MIN(T1.[SL2Code]) AS 'SL2Code', MIN(T1.[SL3Code]) AS 'SL3Code', MIN(T1.[SL4Code]) AS 'SL4Code', MIN(T1.[SL1Abs]) AS 'SL1Abs'
      , MIN(T1.[SL2Abs]) AS 'SL2Abs', MIN(T1.[SL3Abs]) AS 'SL3Abs', MIN(T1.[SL4Abs]) AS 'SL4Abs'
      FROM  [dbo].[OIBQ] T0
      INNER  JOIN [dbo].[OBIN] T1  ON  T0.[BinAbs] = T1.[AbsEntry]  AND  T0.[OnHandQty] <> 0
      LEFT OUTER  JOIN [dbo].[OBBQ] T2  ON  T0.[BinAbs] = T2.[BinAbs]  AND  T0.[ItemCode] = T2.[ItemCode]  AND  T2.[OnHandQty] <> 0
      LEFT OUTER  JOIN [dbo].[OSBQ] T3  ON  T0.[BinAbs] = T3.[BinAbs]  AND  T0.[ItemCode] = T3.[ItemCode]  AND  T3.[OnHandQty] <> 0
      LEFT OUTER  JOIN [dbo].[OBTN] T4  ON  T2.[SnBMDAbs] = T4.[AbsEntry]  AND  T2.[ItemCode] = T4.[ItemCode]
      LEFT OUTER  JOIN [dbo].[OSRN] T5  ON  T3.[SnBMDAbs] = T5.[AbsEntry]  AND  T3.[ItemCode] = T5.[ItemCode]
      WHERE T1.[AbsEntry] >= (0 )  AND  (T3.[AbsEntry] IS NOT NULL)
      GROUP BY T0.[BinAbs], T0.[ItemCode]
      ) T0
    WHERE T0.[IBQOnhandQty] > T0.[OnHandQty]
    Regards,
    JC.

  • How do I link a Spry data set with a detail region to a html web site?

    I have created a spry data set with a detail region. It works well. However, I would like to have a link from the detail region to another html web site. Can anyone help with the code? Below is the spry data set.
    <?xml version="1.0" encoding="utf-8"?>
    <books>
    <book>
    <title>The Advnentures of Crunchy and Munchy Squirrel: Field Nuts</title>
    <author>Levester Williams</author>
    <image>images/portfolio/tn_adventuresOfCrunchyAndMunchySquirrel.jpg</image>
    <description>This delightful book for young readers teaches the importance of obedience and always doing what you know is right.</description> I
    <weblink >www.crunchyandmunchy.com</weblink>
    </book>
    <book>
    <title>More Dirty Little Secrets</title>
    <author> Dr. Claud Anderson and Brant Anderson</author>
    <image>images/portfolio/tn_moreDirtyLittleSecrets.jpg</image>
    <description>In More Dirty Little Secrets, Dr. Claud Anderson and his son Brant Anderson, piece together little known facts about Black people, thier achievements, influence, involvement, tribulations and present them with wit and humor.</description>
    <weblink>http://powernomics.com/</weblink>
    </book>
    </books>

    Hi,
    In your html page, use the following notation:
    <a href="http://{weblink}" title="{weblink}" target="_blank">{weblink}</a>
    I hope this helps.
    Ben

  • SAPSCRIPT how to place item header on next page

    Hi Guys
    The situation iam facing is this
    outside the loop i have printed the item header then iam looping on an internal table which is printing all the items.
    When the o/p is one page this works fine but when the o/p is more than one page the item header on the next page dosent get printed because its outside the loop.
    somewhat like this
    perform print_header.
    loop at itab.
    perform print_item.
    endloop.
    Question is how can i place the item header text element in my sapscript so that it prints automatically before the start of the items on every page?
    Thanks

    Use the following in Text Editor on Script form.
    :/ TOP
    Print the Item header.
    :/ENDTOP.
    Or.
    Use a variable window. To print the header
    So it will come for every new Page.
    Or.
    Define &CURRENT PAGE&
    IF &PAGE& NE &CURRENT PAGE&
    PRINT HEADER
    ENDIF
    &CURRENT PAGE& = &PAGE&
    Hope this resolves your issue.
    Regards,
    Gurpreet

  • 1 form page with multiple search

    Hello to everyone I have a question.  I have a page that has a form to input into MySQL using PHP.  What I am trying to do is have two searches that pulls out the information from different tables within the database, and put that information into the form and then save the form into its own table.  I can search the tables and use dynamic record set to post the information to the form but when I do the second search the first search disappears. But the second search is posted into the form.  This is the sample page.  http://www.1stsourcesolution.com/ins...rmit_index.php. The code for the page is quite lengthy but here it is. Thanks for any input.
    <?php require_once('../Connections/testdata.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;
    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;
    $editFormAction = $_SERVER['PHP_SELF'];
    if (isset($_SERVER['QUERY_STRING'])) {
      $editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']);
    if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "form4")) {
      $insertSQL = sprintf("INSERT INTO inspection (idinspection, inspection_date, comments, employee_idemployee, pass_failed) VALUES (%s, %s, %s, %s, %s)",
                           GetSQLValueString($_POST['idinspection'], "int"),
                           GetSQLValueString($_POST['inspection_date'], "date"),
                           GetSQLValueString($_POST['comments'], "text"),
                           GetSQLValueString($_POST['employee_idemployee'], "int"),
                           GetSQLValueString($_POST['pass_failed'], "text"));
      mysql_select_db($database_testdata, $testdata);
      $Result1 = mysql_query($insertSQL, $testdata) or die(mysql_error());
      $insertGoTo = "permit_index.php";
      if (isset($_SERVER['QUERY_STRING'])) {
        $insertGoTo .= (strpos($insertGoTo, '?')) ? "&" : "?";
        $insertGoTo .= $_SERVER['QUERY_STRING'];
      header(sprintf("Location: %s", $insertGoTo));
    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;
    $colname_tms_search = "-1";
    mysql_select_db($database_testdata, $testdata);
    $query_tms_search = sprintf("SELECT tms_id, TMS, ONAME, ADDR, MADD, CITY, `STATE`, ZIP, permit.permit_id FROM tax_map, permit WHERE ONAME LIKE %s or TMS LIKE %s or MADD like %s ORDER BY permit.permit_id", GetSQLValueString($colname_tms_search . "%", "text"),GetSQLValueString($colname_tms_search . "%", "text"),GetSQLValueString($colname_tms_search . "%", "text"));
    $tms_search = mysql_query($query_tms_search, $testdata) or die(mysql_error());
    $row_tms_search = mysql_fetch_assoc($tms_search);
    $colname_tms_search = "-1";
    $colname_tms_search = "-1";
    if (isset($_POST['ownerProperSearch'])) {
      $colname_tms_search = $_POST['ownerProperSearch'];
    mysql_select_db($database_testdata, $testdata);
    $query_tms_search = sprintf("SELECT tms_id, TMS, ONAME, ADDR, MADD, CITY, `STATE`, ZIP, permit.permit_id FROM tax_map, permit WHERE ONAME LIKE %s or TMS LIKE %s or MADD like %s ORDER BY permit.permit_id", GetSQLValueString($colname_tms_search . "%", "text"),GetSQLValueString($colname_tms_search . "%", "text"),GetSQLValueString($colname_tms_search . "%", "text"));
    $tms_search = mysql_query($query_tms_search, $testdata) or die(mysql_error());
    $row_tms_search = mysql_fetch_assoc($tms_search);
    $totalRows_tms_search = mysql_num_rows($tms_search);
    $colname_rsOwnerProp = "-1";
    if (isset($_POST['ownerProperSearch'])) {
      $colname_rsOwnerProp = $_POST['ownerProperSearch'];
    mysql_select_db($database_testdata, $testdata);
    $query_rsOwnerProp = sprintf("SELECT * FROM tax_map WHERE ONAME LIKE %s", GetSQLValueString("%" . $colname_rsOwnerProp . "%", "text"));
    $rsOwnerProp = mysql_query($query_rsOwnerProp, $testdata) or die(mysql_error());
    $row_rsOwnerProp = mysql_fetch_assoc($rsOwnerProp);
    $totalRows_rsOwnerProp = mysql_num_rows($rsOwnerProp);
    mysql_select_db($database_testdata, $testdata);
    $query_rsZoning = "SELECT zoning_district.zoning_district, zoning_district.Zone_description, zoning_district.`idzoning district` FROM zoning_district";
    $rsZoning = mysql_query($query_rsZoning, $testdata) or die(mysql_error());
    $row_rsZoning = mysql_fetch_assoc($rsZoning);
    $totalRows_rsZoning = mysql_num_rows($rsZoning);
    mysql_select_db($database_testdata, $testdata);
    $query_rsFlood = "SELECT flood_zone.flood_zone, flood_zone.`idflood zone` FROM flood_zone";
    $rsFlood = mysql_query($query_rsFlood, $testdata) or die(mysql_error());
    $row_rsFlood = mysql_fetch_assoc($rsFlood);
    $totalRows_rsFlood = mysql_num_rows($rsFlood);
    mysql_select_db($database_testdata, $testdata);
    $query_rsInspection = "SELECT * FROM inspection";
    $rsInspection = mysql_query($query_rsInspection, $testdata) or die(mysql_error());
    $row_rsInspection = mysql_fetch_assoc($rsInspection);
    $totalRows_rsInspection = mysql_num_rows($rsInspection);
    $colname_rsPermit = "-1";
    if (isset($_GET['permit_id'])) {
      $colname_rsPermit = $_GET['permit_id'];
    mysql_select_db($database_testdata, $testdata);
    $query_rsPermit = sprintf("SELECT * FROM permit WHERE permit_id = %s", GetSQLValueString($colname_rsPermit, "int"));
    $rsPermit = mysql_query($query_rsPermit, $testdata) or die(mysql_error());
    $row_rsPermit = mysql_fetch_assoc($rsPermit);
    $totalRows_rsPermit = mysql_num_rows($rsPermit);
    $colname_rscontractor = "-1";
    if (isset($_POST['conSearch'])) {
      $colname_rscontractor = $_POST['conSearch'];
    mysql_select_db($database_testdata, $testdata);
    $query_rscontractor = sprintf("SELECT * FROM contractor WHERE Company_Name LIKE %s", GetSQLValueString($colname_rscontractor . "%", "text"));
    $rscontractor = mysql_query($query_rscontractor, $testdata) or die(mysql_error());
    $row_rscontractor = mysql_fetch_assoc($rscontractor);
    $totalRows_rscontractor = mysql_num_rows($rscontractor);
    mysql_select_db($database_testdata, $testdata);
    $query_rsWorkClass = "SELECT * FROM work_classification";
    $rsWorkClass = mysql_query($query_rsWorkClass, $testdata) or die(mysql_error());
    $row_rsWorkClass = mysql_fetch_assoc($rsWorkClass);
    $totalRows_rsWorkClass = mysql_num_rows($rsWorkClass);
    mysql_select_db($database_testdata, $testdata);
    $query_rsTypeConstruction = "SELECT * FROM type_of_construction";
    $rsTypeConstruction = mysql_query($query_rsTypeConstruction, $testdata) or die(mysql_error());
    $row_rsTypeConstruction = mysql_fetch_assoc($rsTypeConstruction);
    $totalRows_rsTypeConstruction = mysql_num_rows($rsTypeConstruction);
    ?>
    <!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">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Permit</title>
    <link rel="stylesheet" href="style/style.css" type="text/css" media="screen"/>
    <script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div align="center" id="mainWrapper">
    <?php include_once("template_header.php");?>
    <div id="pageContent">CONTENT GO HERE
      <br />
      <div id="TabbedPanels1" class="TabbedPanels">
        <ul class="TabbedPanelsTabGroup">
          <li class="TabbedPanelsTab" tabindex="0">Search Permit</li>
          <li class="TabbedPanelsTab" tabindex="0">Inspection</li>
          <li class="TabbedPanelsTab" tabindex="0">Add Permit</li>
    <li class="TabbedPanelsTab" tabindex="0">Add Inspection</li>
        </ul>
        <div class="TabbedPanelsContentGroup">
          <div class="TabbedPanelsContent">Permit Search:<br />
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td width="20%"><p>Search for Permit by:</p>
                  <form id="form1" name="form1" method="get" action="<?php echo $_SERVER ['PHP_SELF'];?>">
            <p>Search TMS: <br />
            BY <br />
              TMS Number, Owners Name, Address
              <label for="TMS_search"></label>
              <input type="text" name="TMSSearch" id="TMSSearch" />
              <input type="submit" name="submitSearch" id="submitSearch" value="Submit" />
              <label for="TMSSearch"></label>
              <label for="addressSearch"></label>
            </p>
    </form></td>
                <td width="80%" valign="top"><p>Search Result:</p>
                  <table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td width="18%"> </td>
                    <td width="19%"> </td>
                    <td width="15%"> </td>
                    <td width="17%"> </td>
                    <td width="16%"> </td>
                    <td width="1%"> </td>
                    <td width="2%"> </td>
                    <td width="4%"> </td>
                    <td width="4%"> </td>
                    <td width="4%"> </td>
                  </tr>
                  <tr>
                    <td><a href="#">Edit</a> | <a href="#">Add</a> | <a href="#">Delete</a> |<a href="#">Select</a></td>
                    <td><?php echo $row_tms_search['permit_id']; ?></td>
                    <td><?php echo $row_tms_search['TMS']; ?></td>
                    <td><?php echo $row_tms_search['ONAME']; ?></td>
                    <td><?php echo $row_tms_search['MADD']; ?></td>
                    <td> </td>
                    <td> </td>
                    <td> </td>
                    <td> </td>
                    <td> </td>
                  </tr>
                </table></td>
              </tr>
            </table>
          </div>
          <div class="TabbedPanelsContent">INSPECTION:</div>
          <div class="TabbedPanelsContent">
            <p>PERMIT:
    </p>
            <form id="searchOwnProp" name="searchOwnProp" method="post" action="<?php echo $_SERVER ['PHP_SELF'];?>">
    Search for Owner of Properity:
              <label for="ownerProperSearch"></label>
              <input type="text" name="ownerProperSearch" id="ownerProperSearch" />
              <input type="submit" name="button" id="button" value="Search" />
            </form>
            <form id="form3" name="form3" method="post" action="">
    Search Contractors:
              <label for="conSearch"></label>
              <input type="text" name="conSearch" id="conSearch" />
              <input type="submit" name="Search" id="Search" value="Submit" />
            </form>
            <p>  </p>
            <form action=""method="post" name="form2" id="form2" >
              <table width="100%" border="0" align="center">
                <tr>
                  <td colspan="2"><p>Job Site<br />
                    /Physical Address
      <label for="MADD"></label>
                    <input name="MADD" type="text" id="MADD" value="<?php echo $row_rsOwnerProp['GRM_LegalD']; ?>" size="60" maxlength="60" />
                  </p></td>
                  <td align="right">Bldg Use </td>
                  <td width="41"><label for="occupancy2"></label>
                    <select name="occupancy" id="occupancy2" title="<?php echo $row_rsOwnerProp['USECD']; ?>">
                      <?php
    do { 
    ?>
                      <option value="<?php echo $row_rsOwnerProp['TMS']?>"><?php echo $row_rsOwnerProp['USECD']?></option>
                      <?php
    } while ($row_rsOwnerProp = mysql_fetch_assoc($rsOwnerProp));
      $rows = mysql_num_rows($rsOwnerProp);
      if($rows > 0) {
          mysql_data_seek($rsOwnerProp, 0);
          $row_rsOwnerProp = mysql_fetch_assoc($rsOwnerProp);
    ?>
                    </select></td>
                  <td colspan="2" align="right">Zone District
                    <label for="zoning"></label></td>
                  <td width="144"><select name="zoning" id="zoning">
                    <?php
    do { 
    ?>
                    <option value="<?php echo $row_rsZoning['idzoning district']?>"><?php echo $row_rsZoning['zoning_district']?></option>
                    <?php
    } while ($row_rsZoning = mysql_fetch_assoc($rsZoning));
      $rows = mysql_num_rows($rsZoning);
      if($rows > 0) {
          mysql_data_seek($rsZoning, 0);
          $row_rsZoning = mysql_fetch_assoc($rsZoning);
    ?>
                  </select></td>
                  <td width="144">Flood Zone
                    <label for="flood_zone"></label>
                    <select name="flood_zone" id="flood_zone">
                      <?php
    do { 
    ?>
                      <option value="<?php echo $row_rsFlood['flood_zone']?>"><?php echo $row_rsFlood['flood_zone']?></option>
                      <?php
    } while ($row_rsFlood = mysql_fetch_assoc($rsFlood));
      $rows = mysql_num_rows($rsFlood);
      if($rows > 0) {
          mysql_data_seek($rsFlood, 0);
          $row_rsFlood = mysql_fetch_assoc($rsFlood);
    ?>
                    </select></td>
                </tr>
                <tr>
                  <td width="300">Lot No.
                    <input name="lotno" type="text" id="lotno" value="<?php echo $row_rsOwnerProp['LEGAL']; ?>" /></td>
                  <td width="300">Block
                    <label for="block"></label>
                    <input type="text" name="block" id="block" /></td>
                  <td width="144">Subdividion/Complex</td>
                  <td colspan="2"><label for="textfield"></label>
                    <input name="textfield" type="text" id="textfield" value="<?php echo $row_rsOwnerProp['SUBD']; ?>" /></td>
                  <td width="60"> </td>
                  <td align="right">TMS#</td>
                  <td><label for="TMS"></label>
                    <input name="TMS" type="text" id="TMS" value="<?php echo $row_rsOwnerProp['TMS']; ?>" /></td>
                </tr>
                <tr>
                  <td>Owner of Property
                    <label for="ownProp"></label>
                    <input name="ownProp" type="text" id="ownProp" value="<?php echo $row_rsOwnerProp['ONAME']; ?>" size="50" /></td>
                  <td>Mailing Address
                    <label for="textfield2"></label>
                    <input name="textfield2" type="text" id="textfield2" value="<?php echo $row_rsOwnerProp['MADD']; ?>" size="50" /></td>
                  <td>City
                    <label for="textfield3"></label>
                    <input name="textfield3" type="text" id="textfield3" value="<?php echo $row_rsOwnerProp['CITY']; ?>" /></td>
                  <td width="41" align="center">State
                    <label for="textfield4"></label>
                    <input name="textfield4" type="text" id="textfield4" value="<?php echo $row_rsOwnerProp['STATE']; ?>" size="2" /></td>
                  <td width="99" align="center">Zip
                    <label for="textfield5"></label>
                    <input name="textfield5" type="text" id="textfield5" value="<?php echo $row_rsOwnerProp['ZIP']; ?>" size="6" /></td>
                  <td>Phone
                    <input name="textfield17" type="text" id="textfield17" size="10" /></td>
                  <td align="center" valign="bottom">Fax
                    <input name="textfield18" type="text" id="textfield18" size="10" /></td>
                  <td>Email
                    <label for="textfield25"></label>
                    <input type="text" name="textfield25" id="textfield25" /></td>
                </tr>
                <tr>
                  <td>Lessee of Building
                    <label for="lesee"></label>
                    <input name="contractor" type="text" id="contractor" size="50" /></td>
                  <td width="300">Mailing Address
                    <label for="textfield6"></label>
                    <input name="textfield6" type="text" id="textfield6" size="50" /></td>
                  <td>City
                    <label for="textfield7"></label>
                    <input name="textfield7" type="text" id="textfield7" /></td>
                  <td align="center" valign="middle">State
                    <label for="textfield8"></label>
                    <input name="textfield8" type="text" id="textfield8" size="2" /></td>
                  <td align="center">Zip
                    <label for="textfield9"></label>
                    <input name="textfield9" type="text" id="textfield9" size="6" /></td>
                  <td>Phone
                    <label for="textfield14"></label>
                    <input name="textfield14" type="text" id="textfield14" size="10" /></td>
                  <td align="center" valign="bottom">Fax
                    <input name="textfield19" type="text" id="textfield19" size="10" /></td>
                  <td>Email
                    <input name="textfield26" type="text" id="textfield26" /></td>
                </tr>
                <tr>
                  <td>Contractor
                    <label for="lesee"></label>
                    <input name="lesee" type="text" id="lesee" value="<?php echo $row_rscontractor['Company_Name']; ?>" size="50" /></td>
                  <td>Mailing Address
                    <label for="lessee_addr"></label>
                    <input name="lessee_addr" type="text" id="lessee_addr" value="<?php echo $row_rscontractor['address']; ?>" size="50" /></td>
                  <td>City
                    <label for="textfield10"></label>
                    <input name="textfield10" type="text" id="textfield10" value="<?php echo $row_rscontractor['city']; ?>" /></td>
                  <td align="center">State
                    <label for="textfield12"></label>
                    <input name="textfield12" type="text" id="textfield12" value="<?php echo $row_rscontractor['state']; ?>" size="2" /></td>
                  <td align="center">Zip
                    <label for="less_zip"></label>
                    <input name="less_zip" type="text" id="less_zip" value="<?php echo $row_rscontractor['zip']; ?>" size="6" /></td>
                  <td>Phone
                    <input name="textfield15" type="text" id="textfield15" value="<?php echo $row_rscontractor['phone_no']; ?>" size="10" /></td>
                  <td align="center" valign="bottom">Fax
                    <input name="textfield20" type="text" id="textfield20" size="10" /></td>
                  <td>Email
                    <input name="textfield27" type="text" id="textfield27" value="<?php echo $row_rscontractor['email']; ?>" /></td>
                </tr>
                <tr>
                  <td>Contact
                    <label for="contact"></label>
                    <input name="contact" type="text" id="contact" size="50" /></td>
                  <td> </td>
                  <td valign="bottom">State Lic
                    <label for="st_lic_nu"></label>
                    <input name="st_lic_nu" type="text" id="st_lic_nu" value="<?php echo $row_rscontractor['state_lic_no']; ?>" size="11" /></td>
                  <td align="center"> </td>
                  <td align="center">City Lic
                    <label for="cit_lic_no"></label>
                    <input name="cit_lic_no" type="text" id="cit_lic_no" value="<?php echo $row_rscontractor['city_lic_no']; ?>" size="11" /></td>
                  <td> </td>
                  <td align="center" valign="bottom"> </td>
                  <td> </td>
                </tr>
                <tr>
                  <td>Architect/Engineer
                    <label for="archEngineer"></label>
                    <input name="archEngineer" type="text" id="archEngineer" size="50" /></td>
                  <td>Mailling Address
                    <label for="arch_addr"></label>
                    <input name="arch_addr" type="text" id="arch_addr" size="50" /></td>
                  <td>City
                    <label for="textfield11"></label>
                    <input type="text" name="textfield11" id="textfield11" /></td>
                  <td align="center">State
                    <label for="textfield13"></label>
                    <input name="textfield13" type="text" id="textfield13" size="2" /></td>
                  <td align="center">Zip
                    <label for="arch_zip"></label>
                    <input name="arch_zip" type="text" id="arch_zip" size="6" /></td>
                  <td>Phone
                    <input name="textfield16" type="text" id="textfield16" size="10" /></td>
                  <td align="center" valign="bottom">Fax
                    <input name="textfield21" type="text" id="textfield21" size="10" /></td>
                  <td>Email
                    <input type="text" name="textfield28" id="textfield28" /></td>
                </tr>
                <tr>
                  <td>Contact
                    <input name="contact" type="text" id="contact" size="50" /></td>
                  <td>Email
                    <label for="contact_email"></label>
                    <input name="contact_email" type="text" id="contact_email" size="50" /></td>
                  <td valign="bottom">State Lic
                    <label for="st_lic_no"></label>
                    <input name="st_lic_no" type="text" id="st_lic_no" size="11" /></td>
                  <td> </td>
                  <td align="center">City Lic
                    <label for="city_lic"></label>
                    <input name="city_lic" type="text" id="city_lic" size="11" /></td>
                  <td> </td>
                  <td> </td>
                  <td> </td>
                </tr>
                <tr>
                  <td>Work Classification
                    <label for="workClass"></label></td>
                  <td><select name="workClass" id="workClass">
                    <?php
    do { 
    ?>
                    <option value="<?php echo $row_rsWorkClass['idwork classification']?>"><?php echo $row_rsWorkClass['work_classification']?></option>
                    <?php
    } while ($row_rsWorkClass = mysql_fetch_assoc($rsWorkClass));
      $rows = mysql_num_rows($rsWorkClass);
      if($rows > 0) {
          mysql_data_seek($rsWorkClass, 0);
          $row_rsWorkClass = mysql_fetch_assoc($rsWorkClass);
    ?>
                  </select></td>
                  <td> </td>
                  <td> </td>
                  <td> </td>
                  <td> </td>
                  <td> </td>
                  <td> </td>
                </tr>
                <tr>
                  <td>Description of Work:</td>
                  <td colspan="7"><label for="work"></label>
                    <label for="work"></label>
                    <textarea name="work" id="work" cols="100" rows="5"></textarea></td>
                  </tr>
                <tr>
                  <td>Total Valuation
                    <label for="value"></label>
                    <input name="value" type="text" id="value" size="19" /></td>
                  <td>Plan Check Fee
                    <label for="planRevFee"></label>
                    <input name="planRevFee" type="text" id="planRevFee" size="19" /></td>
                  <td colspan="2">Permit Fee
                    <label for="permitFee"></label>
                    <input name="permitFee" type="text" id="permitFee" size="19" /></td>
                  <td colspan="2" align="right">Total Permit Fee</td>
                  <td><label for="total_fee"></label>
                    <input type="text" name="total_fee" id="total_fee" /></td>
                  <td> </td>
                </tr>
                <tr>
                  <td>Date Received
                    <label for="dateRec"></label>
                    <input name="dateRec" type="text" id="dateRec" /></td>
                  <td>Date Issued
                    <label for="dateIssu"></label>
                    <input type="text" name="dateIssu" id="dateIssu" /></td>
                  <td> </td>
                  <td> </td>
                  <td> </td>
                  <td> </td>
                  <td> </td>
                  <td> </td>
                </tr>
                <tr>
                  <td>Type Constructin
                    <select name="type_construction" id="type_construction">
                    </select></td>
                  <td><label for="type_construction"></label></td>
                  <td>Sprinkled</td>
                  <td> </td>
                  <td> </td>
                  <td> </td>
                  <td> </td>
                  <td> </td>
                </tr>
                <tr>
                  <td>Contact Name
                    <label for="textfield23"></label>
                    <input name="textfield23" type="text" id="textfield23" size="50" /></td>
                  <td valign="bottom">Phone
                    <label for="textfield22"></label>
                    <input name="textfield22" type="text" id="textfield22" size="10" /></td>
                  <td valign="bottom">Fax
                    <label for="textfield24"></label>
                    <input name="textfield24" type="text" id="textfield24" size="10" /></td>
                  <td> </td>
                  <td> </td>
                  <td> </td>
                  <td> </td>
                  <td> </td>
                </tr>
                <tr>
                  <td> </td>
                  <td> </td>
                  <td> </td>
                  <td> </td>
                  <td> </td>
                  <td> </td>
                  <td> </td>
                  <td> </td>
                </tr>
                <tr>
                  <td> </td>
                  <td> </td>
                  <td> </td>
                  <td> </td>
                  <td> </td>
                  <td> </td>
                  <td> </td>
                  <td> </td>
                </tr>
              </table>
            </form>
            <br />
          </div>
    <div class="TabbedPanelsContent">
      <p>Inspection Request:</p>
      <form id="form3" name="form3" method="post" action=""><form action="<?php echo $editFormAction; ?>" method="post" name="form4" id="form4">
      <table align="center">
        <tr valign="baseline">
          <td nowrap="nowrap" align="right">Idinspection:</td>
          <td><input type="text" name="idinspection" value="<?php echo $row_rsInspection['idinspection']; ?>" size="32" /></td>
        </tr>
        <tr valign="baseline">
          <td nowrap="nowrap" align="right">Inspection_date:</td>
          <td><input type="text" name="inspection_date" value="<?php echo $row_rsInspection['inspection_date']; ?>" size="32" /></td>
        </tr>
        <tr valign="baseline">
          <td nowrap="nowrap" align="right">Code violation_id_code_violation:</td>
          <td><input type="text" name="code_violation_id_code_violation" value="" size="32" /></td>
        </tr>
        <tr valign="baseline">
          <td nowrap="nowrap" align="right">Comments:</td>
          <td><input type="text" name="comments" value="" size="32" /></td>
        </tr>
        <tr valign="baseline">
          <td nowrap="nowrap" align="right">Employee_idemployee:</td>
          <td><input type="text" name="employee_idemployee" value="" size="32" /></td>
        </tr>
        <tr valign="baseline">
          <td nowrap="nowrap" align="right">Pass_failed:</td>
          <td valign="baseline"><table>
            <tr>
              <td><input type="radio" name="pass_failed" value="1" <?php if (!(strcmp($row_rsInspection['pass_failed'],1))) {echo "checked=\"checked\"";} ?> />
                Passed</td>
            </tr>
            <tr>
              <td><input type="radio" name="pass_failed" value="0" <?php if (!(strcmp($row_rsInspection['pass_failed'],0))) {echo "checked=\"checked\"";} ?> />
                Failed</td>
            </tr>
          </table></td>
        </tr>
        <tr valign="baseline">
          <td nowrap="nowrap" align="right"> </td>
          <td><input type="submit" value="Insert record" /></td>
        </tr>
      </table>
      <input type="hidden" name="MM_insert" value="form4" />
    </form>
      </form>
      <p> </p>
    </div>
        </div>
      </div>
    </div>
    <?php include_once("template_footer.php");?>
    </div>
    <p> </p>
    <script type="text/javascript">
    var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1", {defaultTab:2});
    </script>
    </body>
    </html>
    <?php
    mysql_free_result($tms_search);
    mysql_free_result($rsOwnerProp);
    mysql_free_result($rsZoning);
    mysql_free_result($rsFlood);
    mysql_free_result($rsInspection);
    mysql_free_result($rsPermit);
    mysql_free_result($rscontractor);
    mysql_free_result($rsWorkClass);
    mysql_free_result($rsTypeConstruction);
    ?>

    You will likely have better luck and certainly better exposure posting your question here -
    http://forums.adobe.com/community/dreamweaver/dreamweaver_development?view=discussions
    at the Dreamweaver Application Development fourm.

Maybe you are looking for

  • Extract info from RFH2 header in MQ message

    Hi All, I'm trying to send a MQ message with RFH header. Purpose is that JMS adapter extracts user data from RFH Header. A few questions: 1.Format RFH2 header: -In the MQMD I assign the format: MQFMT_RF_HEADER_2 -Apart from the mandatory fields in th

  • Problem with repeating htmlb:tray onExpand event

    I have an htmlb:tray in my bsp application with an onExpand event.  I want a report generated and displayed when the tray is expanded, and this works the first time that I click on the tray icon.  However, if I am still on the same page, close the tr

  • Problem with 743 download

    I have tried a couple of times to load the new 743 version of iTunes. Each time I get the error message "unknown error 11333" make sure all your connections are working. I have not removed any connections and I've checked them all - they are working,

  • How can I get tracks to play faster than normal speed in itunes?

    I have lectures, audio books, and other recordings that I would like to play at faster than normal speed (like 1.5X or 2X normal speed).   I've set all of these recordings as audio books because I read that they have the option to play faster, but, I

  • Magic mouse won't work on my mac mini

    why won't my magic mouse work on my Mac mini