Advanced recordset and variables problem

Can anyone help!!!
Im trying to build an advanced recordset for a seach query...
Im using CS6, and I want to add 3 variables, now I write my query and  when I press ok on advanced recordset panel, some error pops up telling me they dont exist.
What AM I DOING WRONG!!
this is my query :
SELECT Contrats.Client, Contrats.de, Contrats.a, Contrats.quantite,  Contrats.format, Contrats.etablissement, Etablissements.Nom,  Etablissements.Contact, Etablissements.Adresse, Etablissements.Ville,  Etablissements.telephone, Etablissements.Courriel
FROM Contrats, Etablissements
WHERE Etablissements.Nom=Contrats.etablissement AND etablissement1  AND Contrats.de BETWEEN De1 AND a1  AND Contrats.a BETWEEN De1 AND  a1
My variables are ;
varetablissement1 : type : text  -  Default value : -1 - Run-time value : $_GET('etablissement1')
varDe1 : type : text  -  Default value : -1 - Run-time value : $_GET('De1')
vara1 : type : text  -  Default value : -1 - Run-time value : $_GET('a1')
Also after ok is pressed a new variable appears called totalRows and takes  over data from another variables, and making that data disapear from the original ...
Everything works fine until this part :
AND Contrats.de BETWEEN De1 AND a1  AND Contrats.a BETWEEN De1 AND a1
Thanks for helping, Ive searched far and wide for any answers on this.

Datatype for Etablissements.Nom is text, for Contrats.a and Contrats.de is date. Nom is capitalised for no particular reason, that's how I typed it at the time in php admin.
Table structure for table Etablissements
Column
Type
Null
Default
ID
int(50)
No
Nom
varchar(250)
No
Statut
varchar(250)
No
Contact
varchar(250)
No
Adresse
varchar(250)
No
Secteur
varchar(250)
No
Ville
varchar(250)
No
Province
varchar(250)
No
CodePostal
varchar(250)
No
telephone
varchar(250)
No
Courriel
varchar(250)
No
Ristournes
varchar(250)
No
Montant
varchar(250)
No
Renouvellement
date
No
Circuit
varchar(250)
No
Age
varchar(250)
No
Age2
varchar(250)
No
Pourcent1
varchar(250)
No
Pourcent2
varchar(250)
No
maxexpress1
varchar(250)
Yes
aucun
maxdigital1
varchar(250)
Yes
aucun
megamax1
varchar(250)
Yes
aucun
maxexpress2
varchar(250)
Yes
0
Hommes
varchar(250)
Yes
0
Femmes
varchar(250)
Yes
0
Neutres
varchar(250)
Yes
0
Handicapes
varchar(250)
Yes
0
Maxdigital2
varchar(250)
Yes
0
Megamax2
varchar(250)
Yes
0
MDhommes
varchar(250)
Yes
NULL
MDfemmes
varchar(250)
Yes
NULL
MDneutres
varchar(250)
Yes
NULL
Table structure for table Contrats
Column
Type
Null
Default
Id
int(250)
No
ContratID
varchar(250)
No
Client
varchar(250)
No
de
date
No
a
date
No
quantite
varchar(250)
No
format
varchar(250)
No
rayon
varchar(250)
No
etablissement
varchar(250)
No
Hommes
varchar(250)
Yes
NULL
Femmes
varchar(250)
Yes
NULL
Neutre
varchar(250)
Yes
NULL
Handicape
varchar(250)
Yes
NULL
Notes
varchar(10000)
No
annule
varchar(250)
No
As for the examples of the variables passed in the querystring, do you mean what is passed from my search form?

Similar Messages

  • Upon startup Firefox says "Proxy is refusing connections." When I select "Auto-Detect Proxy" from Advanced settings and solve problem, changes are not saved and upon next startup I must select again...!

    Firefox 4 was working fine. Then one day, when I started up Firefox, it says "Proxy is refusing connections." I solved this by selecting "Auto-Detect Proxy" from Advanced network settings, but my changes are not saved and upon every start-up I must select it again! (I even completely removed my webroot antivirus protection, as it as hindering many proxy related programs, but this seems to not be the source of the problem)

    You can find the connection settings in Tools > Options > Advanced : Network : Connection
    If you do not need to use a proxy to connect to internet then select "No Proxy"
    See "Firefox connection settings":
    * https://support.mozilla.com/kb/Firefox+cannot+load+websites+but+other+programs+can
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    See also:
    *http://kb.mozillazine.org/Preferences_not_saved

  • Problem with windows and variable in smartform

    hi guru,
    i create smartform for printing tax document and found problem.
    1) 
    i create layout in form like this.
           {Main Window}
                     <<<< Data to print
           <<<< secondary Window
             <<<< secondary Window
    with many data in table, so this form will take 10 page up to print. i found and showed in every page.
    in my solution *i want to display and on last page after {Main Window} Only*. how to resolve this.
    2)  follow to 1st question, can i place position of each window in dynamic?  +like 's position is under {Main Window} 2 cm.+ instead of specific position left margin , upper margin *or should i create other page and place and .*
    3)  i create 2 variables  (sum1 type p , sum2  type p ) for keep sum of  tax in table that show in each page and write it at end of each page. i want to clear data in these 2 variables when system create new page and start to keep sum of value again. i create program line node under {Main Window} after but don't know which code or syntax to write.how to code this?
    regards,
    Kittisak.

    1) On the 'Conditions' tab of your WIndow3 & WIndow4 just click the check box
    'Only After End of Main Window'. It will always be printed at the last after your main window is finished.
    2) And if you don't want your window3 & window4 in a fixed place than instead of new windows do the same thing inside your main window creating a new template or anything as per your requirement and place it after your main table.
    3) For clearing the fields, do it like this, in the program lines write the code below:
    IF G_PAGE NE SFSY-PAGE.  " declare g_page with initial value '0'
        CLEAR field1.   
        CLEAR field2.
        G_PAGE = SFSY-PAGE.   
      ENDIF.
    With luck,
    Pritam.

  • MySQL database - Recordset's echoing problem

    Gary, David & any other PHP wizards, listen up -
    Today I decided to use a MySQL database to hold my articles
    in, and then
    call them with a recordset when applicable. Everything works
    really, really
    nicely except for one thing.
    If you go here:
    http://sourtea.com/articles2.php
    And select "Read this article" for any of the articles,
    scroll down to the
    bottom where the comment form is and you'll see some PHP code
    being
    echo'ed - which isn't supposed to be.
    I've noticed in IE - it's always displayed with all articles,
    but on
    Firefox, it seems to only happen with the first article you
    open up, then
    all the others are fine.
    I'm calling the recordsets inside of my php cases, for
    example:
    <?php
    break;
    case 10:
    ?>
    <?php echo $row_getArticles['textfields']; ?>
    <?php
    break;
    case 20:
    ?>
    And so on.
    Now, everything in the "textfields" row is the physical HTML
    and PHP code
    that will write and display the article and the comment form.
    It seems that something is getting scrambled, or that I need
    to write the
    PHP code differently inside the table...
    Help?
    Thanks for your time,
    Shane H
    [email protected]
    http://www.avenuedesigners.com
    =============================================
    Web Dev Articles, Photography, and more:
    http://sourtea.com
    =============================================
    Proud GAWDS Member
    http://www.gawds.org/showmember.php?memberid=1495
    Delivering accessible websites to all ...
    =============================================

    Hi Joe -
    I did cut and paste the code from DW into the table. I just
    finished up,
    actually, with another solution. I entered the code for the
    comment form
    into a .txt file, and used it as a PHP include for the
    articles.
    Also, for the action of the form (since it's the same form
    being used for
    three different pages) - I set a variable when it calls a
    certain Recordset,
    and then did an "if, elseif" statement inside the .txt file
    where it will
    echo out the appropriate page, depending upon which article
    the user is at.
    For example (from my code):
    <form id="contact_form" action="articles.php?ref=<?php
    if($var == 10) { echo
    '10'; } elseif($var == 20) { echo '20'; } elseif($var == 30)
    { echo '30'; }
    ?>" method="post">
    That's was really the only problem I had to overcome because
    I'm using the
    same form for all three articles (assigning the proper
    action).
    Thanks for the help, Joe - though, I'm not sure if your
    suggestion would
    have worked! Maybe I'll try it sometime...
    Shane H
    [email protected]
    http://www.avenuedesigners.com
    =============================================
    Web Dev Articles, Photography, and more:
    http://sourtea.com
    =============================================
    Proud GAWDS Member
    http://www.gawds.org/showmember.php?memberid=1495
    Delivering accessible websites to all ...
    =============================================
    "Joe Makowiec" <[email protected]> wrote in
    message
    news:[email protected]...
    > On Wed 30 Aug 2006 02:08:30p, Shane H wrote in
    macromedia.dreamweaver:
    >
    >> Thanks for the prompt reply. Is there a way around
    this (e.g., being
    >> able to include the PHP code in the row)?
    >
    > Is the PHP code being pulled in from the database? I'm
    not where I can
    > test it right now, but I believe that it won't be
    executed. The only way
    > would be to have it in the page itself.
    >
    > For example:
    >
    > <input
    > name="namefield"
    > class="contactfield"
    > id="namefield"
    > value="&lt;?php if(isset($_POST['namefield'])) echo
    htmlentities($_POST
    > ['namefield']);?&gt;"
    > tabindex="1"
    > accesskey="1"
    > type="text">
    >
    > You can't have that in the data. You could do this:
    >
    > <input
    > name="namefield"
    > class="contactfield"
    > id="namefield"
    > value="<?php if(isset($_POST['namefield'])) echo
    htmlentities($_POST
    > ['namefield']);?>"
    > tabindex="1"
    > accesskey="1"
    > type="text">
    >
    > Or maybe you cut and pasted code, and got the character
    entities &lt;
    > &gt; rather than <>?

  • Getting Java set up - javac and PATH problems..

    Just as the title suggests, I am brand new to Java. I am getting the seemingly "classic" newbie Java error in comman prompt: " 'javac' is not recognized as an internal or external command, operable program or batch file." I have read help sites and threads, and I do believe it must be something wrong with my PATH environments, but I can't figure out what. Also, I have tried several different java versions, so I can only believe that my current version is jdk1.6.0_03 (According to the official website I have 6, Version 3). I am running Windows XP (Service Pack 2).
    Here is the exact text as listed in the variable PATH: C:\ WINNT; C:\ WINNT\ SYSTEM32; C:\ jdk1.6.0_ 03\ bin
    I also have another variable called CLASSPATH, which is: .;C:\Program Files\Java\j2re1.4.2\lib\ext\QTJava.zip
    A friend suggested that I learn with DrJava, because he said that is the way he learned, but of course that only helped with learning some basic code, and it only postponed the problem I am now having to face.
    I know I am utterly useless, and I am sure that whatever alien language I just put up there must be just way off base, but please bear with this poor beginner. Any help is useful, literally any, and I am going to wipe any previous thoughts of what I thought was correct away.

    Are you able to set the PATH without any errors on command line ? Or another best way is to set the path in the user and system variables.
    Go to
    MyComputers->Properties->Advanced (tab)and click the
    Environment VariablesAbove you will see
    User variables
    IF there is already a variable name PATH then add the
    C:\jdk1.6.0_03\binElse
    Click the
    New type PATH as the Variable Name
    and the C:\jdk1.6.0_03\bin as the variable value.
    Re-start your command prompt and check with the javac or java commands.

  • Runtime value disapearing in the advanced recordset

    I am trying to create a master and a detail page to get, on the detail page, more details about an exporter (from exporters table) along with the Export Products (from Products table) offered by the particular exporter. When setting up the advanced recordset I introduced a variable varexporter
    Here's the recordset SQL
    SELECT exporters.exporterID, exporters.exporterName, exporters.exporterStreet, exporters.exporterCity, exporters.exporterZip, exporters.Country, exporters.exporterContact, exporters.exporterDesignation, exporters.exporterPhone, exporters.exporterFax, exporters.exporterEmail, exporters.exporterWebsite, exporters.exporterLogo, exporters.FactoryAddress, exporters.CommencementYear, exporters.Manufacturer_OR_Producer, exporters.EstablishmentType, exporters.SynopsisLink, products.productID, products.productName, products.image
    FROM exporters, products
    WHERE products.exporterID=exporters.exporterID AND exporters.exporterID=varexporter
    Once I save this DW creates another variable by the name totalRows and vipes out the runtime value of varexporter. The detail page is always generated with the default value of varexporter
    Please help me to write the correct sql query so that it gives the appropiate outcome for each link on the master page for exporters.
    Thanks and Regards

    Thank you bregent.
    As I do not know php and mysql I am getting Dreamweaver to do the work. Cama a long way till I got stuck here.
    Here are the codes in Full:
    Firstly, Master Page (works well and opens up the detail page witrh the correct URL parameter)
    <?php require_once('../Connections/ltndb.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;
    $currentPage = $_SERVER["PHP_SELF"];
    mysql_select_db($database_ltndb, $ltndb);
    $query_rs_category_apparel = "SELECT categories.`Catergory Image`, categories.categoryName FROM categories WHERE categories.categoryID=1";
    $rs_category_apparel = mysql_query($query_rs_category_apparel, $ltndb) or die(mysql_error());
    $row_rs_category_apparel = mysql_fetch_assoc($rs_category_apparel);
    $totalRows_rs_category_apparel = mysql_num_rows($rs_category_apparel);mysql_select_db($database_ltndb, $ltndb);
    $query_rs_category_apparel = "SELECT categories.`Catergory Image`, categories.categoryName FROM categories WHERE categories.categoryID=1";
    $rs_category_apparel = mysql_query($query_rs_category_apparel, $ltndb) or die(mysql_error());
    $row_rs_category_apparel = mysql_fetch_assoc($rs_category_apparel);
    $totalRows_rs_category_apparel = mysql_num_rows($rs_category_apparel);
    $maxRows_rs_details_apparel = 5;
    $pageNum_rs_details_apparel = 0;
    if (isset($_GET['pageNum_rs_details_apparel'])) {
      $pageNum_rs_details_apparel = $_GET['pageNum_rs_details_apparel'];
    $startRow_rs_details_apparel = $pageNum_rs_details_apparel * $maxRows_rs_details_apparel;
    mysql_select_db($database_ltndb, $ltndb);
    $query_rs_details_apparel = "SELECT exporters.exporterLogo, exporters.exporterName, exporters.exporterPhone, exporters.exporterEmail, products.productName, exporters.exporterStreet, exporters.exporterCity, exporters.exporterContact, exporters.exporterDesignation, exporters.exporterFax, exporters.exporterID, exporters.exporterZip, exporters.exporterWebsite, exporters.SynopsisLink, products.productID, products.image, exporters.Country, categories.categoryID FROM exporters, products,categories WHERE products.categoryID=1 AND exporters.exporterID=products.exporterID AND categories.categoryID=1 ORDER BY exporters.exporterName";
    $query_limit_rs_details_apparel = sprintf("%s LIMIT %d, %d", $query_rs_details_apparel, $startRow_rs_details_apparel, $maxRows_rs_details_apparel);
    $rs_details_apparel = mysql_query($query_limit_rs_details_apparel, $ltndb) or die(mysql_error());
    $row_rs_details_apparel = mysql_fetch_assoc($rs_details_apparel);
    if (isset($_GET['totalRows_rs_details_apparel'])) {
      $totalRows_rs_details_apparel = $_GET['totalRows_rs_details_apparel'];
    } else {
      $all_rs_details_apparel = mysql_query($query_rs_details_apparel);
      $totalRows_rs_details_apparel = mysql_num_rows($all_rs_details_apparel);
    $totalPages_rs_details_apparel = ceil($totalRows_rs_details_apparel/$maxRows_rs_details_apparel)-1;
    $queryString_rs_details_apparel = "";
    if (!empty($_SERVER['QUERY_STRING'])) {
      $params = explode("&", $_SERVER['QUERY_STRING']);
      $newParams = array();
      foreach ($params as $param) {
        if (stristr($param, "pageNum_rs_details_apparel") == false &&
            stristr($param, "totalRows_rs_details_apparel") == false) {
          array_push($newParams, $param);
      if (count($newParams) != 0) {
        $queryString_rs_details_apparel = "&" . htmlentities(implode("&", $newParams));
    $queryString_rs_details_apparel = sprintf("&totalRows_rs_details_apparel=%d%s", $totalRows_rs_details_apparel, $queryString_rs_details_apparel);
    $query_rs_category_apparel = "SELECT categories.`Catergory Image`, categories.categoryName FROM categories";
    $rs_category_apparel = mysql_query($query_rs_category_apparel, $ltndb) or die(mysql_error());
    $row_rs_category_apparel = mysql_fetch_assoc($rs_category_apparel);
    $totalRows_rs_category_apparel = mysql_num_rows($rs_category_apparel);
    ?>
    <!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=iso-8859-1" />
    <meta name="description" content="Enter your description here so that you can take advantage of search engine optimization." />
    <meta name="author" content="The CSS Tinderbox - http://www.csstinderbox.com" />
    <link rel="stylesheet" type="text/css" href="../reset.css" media="screen" />
    <link rel="stylesheet" type="text/css" href="../style.css" media="screen,print" />
    <title>the css tinderbox: fixed 4-column layout</title>
    <!-- InstanceParam name="id" type="text" value="page104" -->
    /* Googogle analytics*/
    <script type="text/javascript">
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-34050000-1']);
      _gaq.push(['_trackPageview']);
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    </script>
    /* Googogle analytics*/
    </head>
    <body id="page104">
    <div id="mainContainer" class="clearfix">
    </div>
      <!--// end #header //-->
      <div id="navHorizontal">
        <ul>
          <li id="page1"><a href="../index.html">About Us</a></li>
          <li id="page2"><a href="../our_services.html">Our Services</a></li>
          <li id="page4"><a href="../products_services.php">Products</a></li>
          <li id="page5"><a href="../suppliers.php">Suppliers</a></li>
          <li id="page6"><a href="../contact_us.html">Contact Us</a></li>
        </ul>
      </div>
      <!--// end #navHorizontal //-->
      <div id="columnOne">
        <h1> </h1>
        <h2 id="listhead">Products & Services </h2>
        <p> </p>
        <div id="navVertical">
          <ul>
            <li id="page104"><a href="apparel.php" title="Page Link">Apparel  & Garment Accessories</a></li>
            <li id="page115"><a href="body_care.php" title="Page Link">Body Care Products</a></li>
            <li id="page113"><a href="cereals.php" title="Page Link">Cereals</a></li>
            <li id="page128"><a href="chemicals_plastics.php" title="Page Link">Chemicals &Plastics</a></li>
            <li id="page103"><a href="coconut_coconutproducts.php" title="Page Link">Coconut & Coconut Products</a></li>
            <li id="page120"><a href="computers_electronics.php" title="Page Link">Computers & Electronics</a></li>
            <li id="page123"><a href="fisheries_products.php" title="Page Link">Fisheries Products</a></li>
            <li id="page108"><a href="foliage_cutflowers.php" title="Page Link">Foliage & Cut Flowers</a></li>
            <li id="page112"><a href="fruits_vegetables.php" title="Page Link">Fruits & Vegetables</a></li>
            <li id="page106"><a href="gems_jewelry.php" title="Page Link">Gems & Jewellery</a></li>
            <li id="page116"><a href="handicrafts.php" title="Page Link">Handicrafts</a></li>
            <li id="page111"><a href="handloom_textiles.php" title="Page Link">Handloom & Textiles</a></li>
            <li id="page109"><a href="leather_leatherproducts.php" title="Page Link">Leather & Leather Goods</a></li>
            <li id="page126"><a href="machinery_equipment.php" title="Page Link">Machinery & Accessories</a></li>
            <li id="page114"><a href="metal_metalproducts.php" title="Page Link">Metal & Metal Products</a></li>
            <li id="page117"><a href="mineral_products.php" title="Page Link">Mineral Products</a></li>
            <li id="page121"><a href="ornamental_fish.php" title="Page Link">Ornamental Fish</a></li>
            <li id="page110"><a href="paper_paperproducts.php" title="Page Link">Paper Products &amp; Stationery</a></li>
            <li id="page122"><a href="pharmaceuticals_medicines.php" title="Page Link">Pharmaceuticals & Medicines</a></li>
            <li id="page124"><a href="food_beverages.php" title="Page Link">Processed Foods & Beverages</a></li>
            <li id="page102"><a href="rubber_rubberproducts.php" title="Page Link">Rubber & Rubber Products</a></li>
            <li id="page118"><a href="services.php" title="Page Link">Services</a></li>
            <li id="page107"><a href="spices_essentialoils.php" title="Page Link">Spices & Essential Oils</a></li>
           <li id="page101"><a href="tea.php" title="Page Link">Tea</a></li>
            <li id="page125"><a href="tissue_culture.php" title="Page Link">Tissue Culture</a></li>
            <li id="page105"><a href="tourism.php" title="Page Link">Tourism</a></li>
            <li id="page127"><a href="toys_games_sports_products.php" title="Page Link">Toys, Games & Sports Goods</a></li>
            <li id="page119"><a href="wooden_products.php" title="Page Link">Wooden Products</a></li>
          </ul>
        </div>
        <!--// end #navVertical //--> </div>
      <!--// end #columnOne //--><!-- InstanceBeginEditable name="col2" -->
      <div id="columnTwo">
      <h1> </h1>
      <h2>Column 2</h2>
      <table width="336" border="1" cellspacing="2" cellpadding="2">
        <tr>
          <th width="324" scope="row"><?php echo $row_rs_category_apparel['Catergory Image']; ?></th>
        </tr>
        <tr>
          <th scope="row"><?php echo $row_rs_category_apparel['categoryName']; ?></th>
        </tr>
      </table>
      <p> </p>
      <p>Lorem ipsum dolor sit amet, <strong>consectetuer adipiscing elit</strong>. Pellentesque hendrerit tellus mollis dolor. </p>
      <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Pellentesque hendrerit tellus mollis dolor. Cras urna. Sed tellus. Aenean in nisi nec dui pretium bibendum. Praesent a sapien at dolor feugiat volutpat.</p>
      <h2>heading h2</h2>
    <p> </p>
      <p>Lorem ipsum dolor sit amet, <em>consectetuer adipiscing elit</em>. Pellentesque hendrerit tellus mollis dolor. Cras urna. Sed tellus. </p>
    <h3>heading h3</h3>
      <p>Lorem ipsum dolor sit amet, <a href="#">consectetuer adipiscing elit</a>. Pellentesque hendrerit tellus mollis dolor. Cras urna. Sed tellus. </p>
      <h4>heading h4</h4>
      <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Pellentesque hendrerit tellus mollis dolor. Cras urna. Sed tellus. </p>
      <ul>
        <li>Bullet List Item</li>
        <li>Bullet List Item</li>
        <li>Bullet List Item
          <ul>
            <li>Bullet List Item</li>
            <li>Bullet List Item</li>
          </ul>
        </li>
      </ul>
      <ol>
        <li>Numbered List Item</li>
        <li>Numbered List Item</li>
        <li>Numbered List Item
          <ol>
            <li>Numbered List Item</li>
            <li>Numbered List Item</li>
          </ol>
        </li>
      </ol>
      </div>
      <!-- InstanceEndEditable --><!--// end #columnTwo //--><!-- InstanceBeginEditable name="col3" -->
      <div id="columnThree">
        <h1> </h1>
        <h2>Column 3</h2>
        <?php do { ?>
          <table width="335" border="1" cellpadding="2" cellspacing="2">
            <tr>
              <th scope="row"> </th>
            </tr>
            <tr>
              <th width="324" scope="row"><?php echo $row_rs_details_apparel['exporterLogo']; ?></th>
            </tr>
            <tr>
              <th scope="row"><?php echo $row_rs_details_apparel['productName']; ?></th>
            </tr>
            <tr>
              <th scope="row"><a href="../exporter_profile.php?exporterID=<?php echo $row_rs_details_apparel['exporterID']; ?>"><?php echo $row_rs_details_apparel['exporterName']; ?></a></th>
            </tr>
            <tr>
              <th height="19" scope="row"><?php echo $row_rs_details_apparel['exporterStreet']; ?></th>
            </tr>
            <tr>
              <th scope="row"><?php echo $row_rs_details_apparel['exporterCity']; ?></th>
            </tr>
            <tr>
              <th scope="row"><?php echo $row_rs_details_apparel['exporterContact']; ?></th>
            </tr>
            <tr>
              <th scope="row"><?php echo $row_rs_details_apparel['exporterDesignation']; ?></th>
            </tr>
            <tr>
              <th scope="row"><?php echo $row_rs_details_apparel['exporterPhone']; ?></th>
            </tr>
            <tr>
              <th scope="row"><?php echo $row_rs_details_apparel['exporterFax']; ?></th>
            </tr>
            <tr>
              <th scope="row"><?php echo $row_rs_details_apparel['exporterEmail']; ?></th>
            </tr>
            <tr>
              <th height="25" scope="row"> </th>
            </tr>
          </table>
          <?php } while ($row_rs_details_apparel = mysql_fetch_assoc($rs_details_apparel)); ?>
    <p> </p>
        <p>
          <?php if ($pageNum_rs_details_apparel > 0) { // Show if not first page ?>
      <a href="<?php printf("%s?pageNum_rs_details_apparel=%d%s", $currentPage, max(0, $pageNum_rs_details_apparel - 1), $queryString_rs_details_apparel); ?>">Previous</a>
      <?php } // Show if not first page ?>
          <?php if ($pageNum_rs_details_apparel < $totalPages_rs_details_apparel) { // Show if not last page ?>
            <a href="<?php printf("%s?pageNum_rs_details_apparel=%d%s", $currentPage, min($totalPages_rs_details_apparel, $pageNum_rs_details_apparel + 1), $queryString_rs_details_apparel); ?>"> Next </a>
            <?php } // Show if not last page ?>
        </p>
    </div>
      <!-- InstanceEndEditable --><!--// end #columnThree //--><!-- InstanceBeginEditable name="col4" -->
      <div id="columnFour">
        <h2>Column 4</h2>
        <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
        <ul>
          <li>Bullet List Item</li>
          <li>Bullet List Item</li>
          <li>Bullet List Item
            <ul>
              <li>Bullet List Item</li>
              <li>Bullet List Item</li>
            </ul>
          </li>
        </ul>
      </div>
      <!-- InstanceEndEditable --><!--// end #columnFour //--><!-- InstanceBeginEditable name="edibanner" -->
      <div align="center" id="banner" >
        <p>Banner ads</p>
      </div>
      <!-- InstanceEndEditable -->
      <div align="center" id="footer">
        <ul id="bot">
          <li id="bot1" ><a  href="../index.html" >About Us</a></li>
          <li id="bot2"><a  href="../our_services.html" >Our Services</a></li>
          <li id="bot4"><a href="../products_services.php" >Products</a></li>
          <li id="bot5"><a  href="../suppliers.php" >Suppliers</a></li>
          <li id="bot6"><a  href="../contact_us.html" >Contact Us</a></li>
        </ul>
      <!--// end #footer //-->
    </div>
    <!--// end #mainContainer //-->
    </body>
    <!-- InstanceEnd --></html>
    <?php
    mysql_free_result($rs_category_apparel);
    ?>
    Secondly the detal page.
    <?php require_once('Connections/ltndb.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;
    mysql_select_db($database_ltndb, $ltndb);
    $query_rs_exporterprofile = "SELECT exporters.exporterID, exporters.exporterName, exporters.exporterStreet, exporters.exporterCity, exporters.exporterZip, exporters.Country, exporters.exporterContact, exporters.exporterDesignation, exporters.exporterPhone, exporters.exporterFax, exporters.exporterEmail, exporters.exporterWebsite, exporters.exporterLogo, exporters.FactoryAddress, exporters.CommencementYear, exporters.Manufacturer_OR_Producer, exporters.EstablishmentType, exporters.SynopsisLink, products.productID, products.productName, products.image FROM exporters, products WHERE products.exporterID = exporters.exporterID";
    $rs_exporterprofile = mysql_query($query_rs_exporterprofile, $ltndb) or die(mysql_error());
    $row_rs_exporterprofile = mysql_fetch_assoc($rs_exporterprofile);
    $totalRows_rs_exporterprofile = mysql_num_rows($rs_exporterprofile);$varexporter_rs_exporterprofile = "1";
    if (isset($_GET['exporterID'])) {
      $varexporter_rs_exporterprofile = $_GET['exporterID'];
    mysql_select_db($database_ltndb, $ltndb);
    $query_rs_exporterprofile = sprintf("SELECT exporters.exporterID, exporters.exporterName, exporters.exporterStreet, exporters.exporterCity, exporters.exporterZip, exporters.Country, exporters.exporterContact, exporters.exporterDesignation, exporters.exporterPhone, exporters.exporterFax, exporters.exporterEmail, exporters.exporterWebsite, exporters.exporterLogo, exporters.FactoryAddress, exporters.CommencementYear, exporters.Manufacturer_OR_Producer, exporters.EstablishmentType, exporters.SynopsisLink, products.productID, products.productName, products.image FROM exporters, products WHERE products.exporterID=exporters.exporterID AND exporters.exporterID=%s", GetSQLValueString($varexporter_rs_exporterprofile, "int"));
    $rs_exporterprofile = mysql_query($query_rs_exporterprofile, $ltndb) or die(mysql_error());
    $row_rs_exporterprofile = mysql_fetch_assoc($rs_exporterprofile);
    $totalRows_rs_exporterprofile = mysql_num_rows($rs_exporterprofile);
    $query_rs_exporterprofile = "SELECT exporters.exporterID, exporters.exporterName, exporters.exporterStreet, exporters.exporterCity, exporters.exporterZip, exporters.Country, exporters.exporterContact, exporters.exporterDesignation, exporters.exporterPhone, exporters.exporterFax, exporters.exporterEmail, exporters.exporterWebsite, exporters.exporterLogo, exporters.FactoryAddress, exporters.CommencementYear, exporters.Manufacturer_OR_Producer, exporters.EstablishmentType, exporters.SynopsisLink, products.productID, products.productName, products.image, products.exporterID FROM exporters, products ";
    $rs_exporterprofile = mysql_query($query_rs_exporterprofile, $ltndb) or die(mysql_error());
    $row_rs_exporterprofile = mysql_fetch_assoc($rs_exporterprofile);
    $totalRows_rs_exporterprofile = mysql_num_rows($rs_exporterprofile);
    ?>
    <!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=iso-8859-1" />
    <meta name="description" content="Enter your description here so that you can take advantage of search engine optimization." />
    <meta name="author" content="The CSS Tinderbox - http://www.csstinderbox.com" />
    <link rel="stylesheet" type="text/css" href="reset.css" media="screen" />
    <link rel="stylesheet" type="text/css" href="style.css" media="screen,print" />
    <title>the css tinderbox: fixed 4-column layout</title>
    <!-- InstanceParam name="id" type="text" value="pageX" -->
    /* Googogle analytics*/
    <script type="text/javascript">
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-34050000-1']);
      _gaq.push(['_trackPageview']);
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    </script>
    /* Googogle analytics*/
    </head>
    <body id="pageX">
    <div id="mainContainer" class="clearfix">
      <div class="clearfix" id="header">
      </div>
      <!--// end #header //-->
      <div id="navHorizontal">
        <ul>
          <li id="page1"><a href="index.html">About Us</a></li>
          <li id="page2"><a href="our_services.html">Our Services</a></li>
          <li id="page4"><a href="products_services.php">Products</a></li>
          <li id="page5"><a href="suppliers.php">Suppliers</a></li>
          <li id="page6"><a href="contact_us.html">Contact Us</a></li>
        </ul>
      </div>
      <!--// end #navHorizontal //-->
      <div id="columnOne">
        <h1> </h1>
        <h2 id="listhead">Products & Services </h2>
        <p> </p>
        <div id="navVertical">
          <ul>
            <li id="page104"><a href="products/apparel.php" title="Page Link">Apparel  & Garment Accessories</a></li>
            <li id="page115"><a href="products/body_care.php" title="Page Link">Body Care Products</a></li>
            <li id="page113"><a href="products/cereals.php" title="Page Link">Cereals</a></li>
            <li id="page128"><a href="products/chemicals_plastics.php" title="Page Link">Chemicals &Plastics</a></li>
            <li id="page103"><a href="products/coconut_coconutproducts.php" title="Page Link">Coconut & Coconut Products</a></li>
            <li id="page120"><a href="products/computers_electronics.php" title="Page Link">Computers & Electronics</a></li>
            <li id="page123"><a href="products/fisheries_products.php" title="Page Link">Fisheries Products</a></li>
            <li id="page108"><a href="products/foliage_cutflowers.php" title="Page Link">Foliage & Cut Flowers</a></li>
            <li id="page112"><a href="products/fruits_vegetables.php" title="Page Link">Fruits & Vegetables</a></li>
            <li id="page106"><a href="products/gems_jewelry.php" title="Page Link">Gems & Jewellery</a></li>
            <li id="page116"><a href="products/handicrafts.php" title="Page Link">Handicrafts</a></li>
            <li id="page111"><a href="products/handloom_textiles.php" title="Page Link">Handloom & Textiles</a></li>
            <li id="page109"><a href="products/leather_leatherproducts.php" title="Page Link">Leather & Leather Goods</a></li>
            <li id="page126"><a href="products/machinery_equipment.php" title="Page Link">Machinery & Accessories</a></li>
            <li id="page114"><a href="products/metal_metalproducts.php" title="Page Link">Metal & Metal Products</a></li>
            <li id="page117"><a href="products/mineral_products.php" title="Page Link">Mineral Products</a></li>
            <li id="page121"><a href="products/ornamental_fish.php" title="Page Link">Ornamental Fish</a></li>
            <li id="page110"><a href="products/paper_paperproducts.php" title="Page Link">Paper Products &amp; Stationery</a></li>
            <li id="page122"><a href="products/pharmaceuticals_medicines.php" title="Page Link">Pharmaceuticals & Medicines</a></li>
            <li id="page124"><a href="products/food_beverages.php" title="Page Link">Processed Foods & Beverages</a></li>
            <li id="page102"><a href="products/rubber_rubberproducts.php" title="Page Link">Rubber & Rubber Products</a></li>
            <li id="page118"><a href="products/services.php" title="Page Link">Services</a></li>
            <li id="page107"><a href="products/spices_essentialoils.php" title="Page Link">Spices & Essential Oils</a></li>
           <li id="page101"><a href="products/tea.php" title="Page Link">Tea</a></li>
            <li id="page125"><a href="products/tissue_culture.php" title="Page Link">Tissue Culture</a></li>
            <li id="page105"><a href="products/tourism.php" title="Page Link">Tourism</a></li>
            <li id="page127"><a href="products/toys_games_sports_products.php" title="Page Link">Toys, Games & Sports Goods</a></li>
            <li id="page119"><a href="products/wooden_products.php" title="Page Link">Wooden Products</a></li>
          </ul>
        </div>
        <!--// end #navVertical //--> </div>
      <!--// end #columnOne //--><!-- InstanceBeginEditable name="col2" -->
      <div id="columnTwo">
        <h1> </h1>
        <h2>Column 2</h2>
        <p>Company Logo:</p>
        <table width="300" border="1" cellspacing="2" cellpadding="2">
          <tr>
            <th scope="row"><?php echo $row_rs_exporterprofile['exporterLogo']; ?></th>
          </tr>
          <tr>
            <th scope="row"> </th>
          </tr>
        </table>
        <p> </p>
        <p>Company Name:</p>
        <table width="300" border="1" cellpadding="2" cellspacing="2">
          <tr>
            <th scope="row"><?php echo $row_rs_exporterprofile['exporterName']; ?></th>
          </tr>
          <tr>
            <th scope="row"> </th>
          </tr>
        </table>
        <p> </p>
    <p>Brief description:</p>
    <table width="300" border="1" cellpadding="2" cellspacing="2">
      <tr>
        <th scope="row"><?php echo $row_rs_exporterprofile['SynopsisLink']; ?></th>
      </tr>
      <tr>
        <th scope="row"> </th>
      </tr>
    </table>
    <p> </p>
        <p>Lorem ipsum dolor sit amet, <strong>consectetuer adipiscing elit</strong>. Pellentesque hendrerit tellumollis dolor. </p>
        <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Pellentesque hendrerit tellus mollis dolor. Cras urna. Sed tellus. Aenean in nisi nec dui pretium bibendum. Praesent a sapien at dolor feugiat volutpat.</p>
        <h2>heading h2</h2>
        <p>Lorem ipsum dolor sit amet, <em>consectetuer adipiscing elit</em>. Pellentesque hendrerit tellus mollis dolor. Cras urna. Sed tellus. </p>
        <h3>heading h3</h3>
        <p>Lorem ipsum dolor sit amet, <a href="#">consectetuer adipiscing elit</a>. Pellentesque hendrerit tellus mollis dolor. Cras urna. Sed tellus. </p>
        <h4>heading h4</h4>
        <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Pellentesque hendrerit tellus mollis dolor. Cras urna. Sed tellus. </p>
        <ul>
          <li>Bullet List Item</li>
          <li>Bullet List Item</li>
          <li>Bullet List Item
            <ul>
              <li>Bullet List Item</li>
              <li>Bullet List Item</li>
            </ul>
          </li>
        </ul>
        <ol>
          <li>Numbered List Item</li>
          <li>Numbered List Item</li>
          <li>Numbered List Item
            <ol>
              <li>Numbered List Item</li>
              <li>Numbered List Item</li>
            </ol>
          </li>
        </ol>
      </div>
      <!-- InstanceEndEditable --><!--// end #columnTwo //--><!-- InstanceBeginEditable name="col3" -->
      <div id="columnThree">
        <h1> </h1>
        <h2>Column 3</h2>
        <p>Company Address:</p>
        <table width="300" border="1" cellspacing="2" cellpadding="2">
          <tr>
            <th scope="row"><?php echo $row_rs_exporterprofile['exporterName']; ?></th>
          </tr>
          <tr>
            <th scope="row"><?php echo $row_rs_exporterprofile['exporterStreet']; ?></th>
          </tr>
          <tr>
            <th scope="row"><?php echo $row_rs_exporterprofile['exporterCity']; ?></th>
          </tr>
          <tr>
            <th scope="row"><?php echo $row_rs_exporterprofile['exporterZip']; ?></th>
          </tr>
          <tr>
            <th scope="row"><?php echo $row_rs_exporterprofile['Country']; ?></th>
          </tr>
          <tr>
            <th scope="row"> </th>
          </tr>
          <tr>
            <th scope="row"> </th>
          </tr>
          <tr>
            <th scope="row"> </th>
          </tr>
          <tr>
            <th scope="row"> </th>
          </tr>
          <tr>
            <th scope="row"> </th>
          </tr>
        </table>
        <p> </p>
        <p>Contact Details:</p>
        <table width="300" border="1" cellspacing="2" cellpadding="2">
          <tr>
            <th scope="row"><?php echo $row_rs_exporterprofile['exporterContact']; ?></th>
          </tr>
          <tr>
            <th scope="row"><?php echo $row_rs_exporterprofile['exporterDesignation']; ?></th>
          </tr>
          <tr>
            <th scope="row"><?php echo $row_rs_exporterprofile['exporterPhone']; ?></th>
          </tr>
          <tr>
            <th scope="row"><?php echo $row_rs_exporterprofile['exporterFax']; ?></th>
          </tr>
          <tr>
            <th scope="row"><?php echo $row_rs_exporterprofile['exporterEmail']; ?></th>
          </tr>
          <tr>
            <th scope="row"> </th>
          </tr>
          <tr>
            <th scope="row"> </th>
          </tr>
          <tr>
            <th scope="row"> </th>
          </tr>
          <tr>
            <th scope="row"> </th>
          </tr>
          <tr>
            <th scope="row"> </th>
          </tr>
        </table>
        <p> </p>
        <p>Company Website:</p>
        <table width="300" border="1" cellpadding="2" cellspacing="2">
          <tr>
            <th scope="row"><?php echo $row_rs_exporterprofile['exporterWebsite']; ?></th>
          </tr>
          <tr>
            <th scope="row"> </th>
          </tr>
        </table>
        <p> </p>
        <p>Exports:</p>
        <table width="300" border="1" cellspacing="2" cellpadding="2">
          <tr>
            <th scope="row"><?php echo $row_rs_exporterprofile['image']; ?></th>
          </tr>
          <tr>
            <th scope="row"><?php echo $row_rs_exporterprofile['productName']; ?></th>
          </tr>
          <tr>
            <th scope="row"> </th>
          </tr>
          <tr>
            <th scope="row"> </th>
          </tr>
        </table>
        <p> </p>
        <p> </p>
        <ul>
          <li>Bullet List Item
            <ul>
              <li>Bullet List Item</li>
              <li>Bullet List Item</li>
            </ul>
          </li>
        </ul>
      </div>
      <!-- InstanceEndEditable --><!--// end #columnThree //--><!-- InstanceBeginEditable name="col4" -->
      <div id="columnFour">
        <h2>Column 4</h2>
        <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
        <ul>
          <li>Bullet List Item</li>
          <li>Bullet List Item</li>
          <li>Bullet List Item
            <ul>
              <li>Bullet List Item</li>
              <li>Bullet List Item</li>
            </ul>
          </li>
        </ul>
      </div>
      <!-- InstanceEndEditable --><!--// end #columnFour //--><!-- InstanceBeginEditable name="edibanner" -->
      <div align="center" id="banner" >
        <p>Banner ads</p>
      </div>
      <!-- InstanceEndEditable -->
      <div align="center" id="footer">
        <ul id="bot">
          <li id="bot1" ><a  href="index.html" >About Us</a></li>
          <li id="bot2"><a  href="our_services.html" >Our Services</a></li>
          <li id="bot4"><a href="products_services.php" >Products</a></li>
          <li id="bot5"><a  href="suppliers.php" >Suppliers</a></li>
          <li id="bot6"><a  href="contact_us.html" >Contact Us</a></li>
        </ul>
      <!--// end #footer //-->
    </div>
    <!--// end #mainContainer //-->
    </body>
    <!-- InstanceEnd --></html>
    <?php
    mysql_free_result($rs_exporterprofile);
    ?>
    Thanks a lot in advance for your assistance in overcoming this hurdle.
    Rgds

  • Macbook Air and iBahn problem -- can't get to the log-in page

    This is a new Air (2012) running Mountain Lion 10.8.2.  The location is a Sheraton hotel that uses iBahn for Internet service. I can connect to the wifi network "iBahn," and the Network preference panel shows that my Mac has been successfully assigned an ip number. I click the advanced tab and confirm that iBahn's DNS servers are now listed there. But when I open the browser and try to connect, I cannot get the hotel log-in page. I get a blank window instead. Reloading the window does not help. I have tried the usual remedies: turning wifi off and then back on again, requesting a new DHCP lease, closing and reopening the browser, trying different browsers (Firefox, Chrome), restarting the computer -- none of this works. I have tried shutting down the Mac, restarting, and signing in to a different account on the computer. The symptoms are the same -- a blank page instead of a log-in screen. I have had no trouble connecting with several other wifi networks elsewhere -- including ones that require a browser log-in page. Later the same morning, the wifi at the airport worked just fine.
    Here is where it gets even weirder. I happened to have a second Mac Air with me -- a 2010 model. It logged on to the hotel network with no problems: I opened the browser and the log-in page immediately appeared.
    And weirder: There was also an ethernet cable in the room. When I plugged that into the 2012 Air (with a USB-ethernet adaptor) I could connect with no problem. Finally, I found that I can plug an Airport Express into the ethernet cable and the 2012 Air will connect wirelessly through that.
    What could be wrong here? I assume that iBahn works by obtaining and registering a machine's MAC address. Using wifi, Ibahn was able to get the MAC address from the older 2010 Air and from the Airport Express, but not from the 2012 Air. But the 2012 Air could provide its MAC address through a wired connection. Any advice would be most appreciated. Though I was able to come up with a workaround, I want to ensure that this doesn’t happen elsewhere.

    That's a good question. The page appeared to be blank. I didn't know it was possible to enact the page source view feature in Mountain Lion. That is good to know for the future -- thanks.
    An additional bit of information: a Windows laptop was also able to connect. I wonder if something changed in the Apple wifi firmfare that is incompatible with iBahn.
    Interestingly, similar problems are reported in these forums for iPads and iBahn. And FlyerTalk has a thread about Apple laptops and iBahn: http://www.flyertalk.com/forum/marriott-rewards-including-ritz-carlton/1228814-i bahn-aggravation.html

  • No Battery Charge and Other Problems After OS3 Install - Solution?

    This relates ONLY to iPhone Users using the "PUSH" Function for Email or Other Apps!
    PROBLEM: It seems as though Apple is at least aware of the problem(s), i.e. once Exchange Email or another App using PUSH is configured, there is an OS3 bug that seems to be hardware independent (impacting ALL 1G, 2G and GS iPhones, but not consistently).
    SYMPTOMS: Include some or all of the following . . . rapid discharge (less than two hours from a fully charged phone, failure to charge (by AC adapter or USB to computer), failure to charge completely, perpetual dead battery icon, inability to boot, inability to automatically sleep, quite warm on upper back side, slow email, indication of a full or partially full charge dropping to no charge or dead when removed from charging source.
    CAUSE: OS3 Bug prevents consistent charging, draining the battery even when plugged in to a computer via the USB or into an A/C adapter (although I've been able to intermittently charge on an A/C adapter). In push mode, the Exchange email client on the iPhone continually queries the Exchange Server, cycling the iPhone CPU and continually draining the battery at a high rate (can
    WHAT I'VE BEEN TOLD BY APPLE:
    1) Defective Hardware (though I'm on my third 3G in a week, so I don't think hardware is the problem . . . Apple will consider replacement with a new 3G if my third 3G has the same problem)
    2) Corrupted App in iTunes - so I manually reloaded each app directly over wi-fi, one app at a time, this worked until I configured Exchange Email, at which time symptoms immediately appeared . . . so corrupted app unlikely.
    3) Initial data transfer after email configuration . . . but symptoms continued long after this.
    4) Wi-Fi - but turning wi-fi on or off had little effect, beyond normal.
    5) Restore to New Phone - this works fine UNTIL Exchange Email is configured and activated. Thus, the time consuming practice of reload all apps, photos, music, etc. will be for naught, once exchange email is turned on with "push"
    SOLUTION: Turning off "push" on your exchange email account
    1) Go to Settings - Mail, Contacts, Calendars - Fetch New Data
    2) Set Fetch Setting to 15 minutes to approximate the much more frequent "push" uploads and downloads. NOTE: Turning off \"push\" at this level will NOT turn off push on your exchange email account and the problem will not be resolved
    3) Scroll down and select - Advanced -
    4) Identify and select your Exchange Server account
    5) Select - Fetch -
    6) Leave settings
    Phone should cool down in a few minutes and work normally. The problem can be replicated and resolved repeatedly merely by toggling "push" on and off in your exchange email configuration.
    I was told that this is likely to be the "fix" until a patch is issued. No time frame was given for an actual fix that allows Exchange users to use push technology. Disappointing, since broader use of "push" technology beyond exchange was one of the big benefits of OS 3.0.
    NOTE: THIS PROBLEM DOES NOT OCCUR ON ALL iPHONES WITH OS3 USING THE EXCHANGE CLIENT. I have second 3G phone, identically configured (including push to exchange email) that has no symptoms at all. Go figure.

    Since two days ago, my battery indicator has been indicating 100% until the phone dies, which seems to be one of the symptoms you're describing.
    However, I don't use Push emails; my email client is configured to poll an imap server and has been that way since I got my phone over 6 months ago. To be on the safe side, I turned off Push anyway, but I'm still having the problem. Definitely 3.0 related as I've never had this problem before.
    Perhaps it's linked to an app? Personally I don't have a whole lot of them installed: Aurora Feint, fstream, twitterific, flixster, wikipanion, google earth, urbanspoon, STM Mobile, iDicto, Air Sharing, Facebook and Apple Remote. I've removed a few and will see how it goes.

  • Server 2008R2 mapping to shared folders fails users of Windows 8.1 but seems OK on Windos 8.0 and no problems for Windows 7

    Having read what I could from the related questions, the answers still elude me.  This issue apparently is specific to Windows 8.1.
    First, a little background.
    1:  The server is not on a domain,  The system runs Server 2008-R2 standard with all folders shared across a standard "Workgroup" type network.  They would prefer to
    leave this layout intact. 
    2:  The shared folders are nothing but Data files.  There are no active system folders or anything used in an "active" environment.  They are mostly Word doc, excel
    files, pdf, txt, etc.  However, due to the requirements of the software that needs to access these files, they Must
     reside on a mapped network drive letter. Nothing else works due to the way the SQL database program stores the reference points back to the data.
    I have had some success using what amounts to a “simulated” mapping using  WebDAV to access the server.  But access speed is a lot slower ad file size is limited.
    3:  The system has been configured as-is for the past 3 years with Users all on Windows 7 x64 (mixed OS, some Home Premium, some Professional) and the only problems that come up are when
    access is through an ISP that blocks port 445.  This was the original reason for finding a WebDAV/Cloud method just for those Users since they were unable to Map drives to anything on the Office Servers from their Home Internet even when using a VPN.
    When Windows 8.0 became the only version available, I added a few users whose new laptops came with 8.0 from the vendors.  While there were a very few minor problems, for all practical
    purposes, I was still able to provide access to the mapped folders.
    As the Windows 8.1 roll-out progressed, some users were successfully upgraded while others  are still stuck in Windows 8.0.  The issues with this seem to be hardware related and vary
    depending on the Make and model of the laptop.  I have been assured that eventually all of these will be able to advance to 8.1.  But this delay has given me an excellent mixed OS environment for testing.
    On the users who have not yet purchased new equipment and who are still using Windows 7.  There has been no change.  Their drive mapping is stable and they can always connect as usual. 
    Those blocked from lack of port 445 or still blocked.  Systems inside the Office and those with ISP's who allow port 445 can use all mapped drives as normal.
    Users who had Windows 8.0 and who have not yet been able to upgrade to 8.1 also have been unaffected.  Same results as Windows 7. 
    Users who got the Windows 8.1 upgrade as well as those that came factory loaded with Windows 8.1 seem to be a never-ending list of problems.  The ones that came native with 8.1 are worst
    of all.  The list of error codes runs through everything that has to do with “communication with the server”.  As far as I have seen, this appears to be the issue.
    Whether they are in the office on a wired network connection or at home on a Wi-Fi connection, the issues have the same results but the actual error codes may vary slightly.  All of
    them refer back to an inability to communicate with the server.
    Nothing on the server has changed in any way.  Users with Windows 7 continue to have zero problems,  Users with Windows 8.0 seem to be doing fine as well.  Only those with Windows
    8.1 are affected and their problems are dramatic with everything from a total loss of drive mapping to misdirected data when the maps are active.
    I have tried to make the drives automatically remap on reboot. I have tried registry modifications.  I have done everything I can think of to make a difference but the results are the same
    for every system using 8.1.  The mapped drive letters invariably disappear.  Sometimes while the system is in use ( I think I have been able to trace this to times when the system enters Sleep or Hibernate) but always when the system reboots. 
    One detail that might point to somewhere is that the "time to connect" when mapping the drive is so long that I believe some of the original failures were due to not waiting for a
    minimum of 3 or 4 minutes to give time for the Shares to show-up in order to map them.  Once the mapping is successful, the file access speed seems normal.  But invariably, the drive becomes "unmapped" repeatedly each day.
    I know this was a long question but I have tried to provide every possible detail for anyone who has experienced events like this who may already have a solution.  I would even be glad
    to purchase a 3rd party application if that is what it takes to get this to work.  My next planned effort is to try using Server 2013 but I am afraid that might open another can of worms for those who still use Windows 7.
    I have also been told that this is in some way related to the push to "Cloud" support in Windows 8.1 OS but I do not see where this would come in.  I can say that this was the
    one place where things continued to work as before.  People who had Windows 8.1 and who had to use the CLOUD copies of our data are still able to connect to it with no problems.
    Any suggestions appreciated.  Preferably those that would not need extensive changes to the basic network structure.  This "workgroup" consists of less than 25 users and any
    extreme measures would be hard to justify

    Hi,
    I sugget you try to ping server so that we can verify the connectivity.
    Can windows 8.1 access Windows Server 2008R2?
    Also,please check the event viewer to see if some error log appeared when the issue occurred.
    Regards,
    Kelvin Xu
    TechNet Community Support

  • Hi, I have a Power Book G4 Tiger 10.4.11 and my problem concerns iTunes 9.2.1(5). I have changed my Apple ID and password recently. Since that, I am told when I try to buy something in iTunes Store that my "session has expired". Where does this come from?

    Hi, I have a Power Book G4 Tiger 10.4.11 and my problem concerns iTunes 9.2.1(5). I have changed my Apple ID and password recently. Since that, I am told, only when I try to buy something in iTunes Store, that my "session has expired". Where does this come from? What should I do to solve this problem ? I would greatly appreciate your help. Thank you in advance.

    Hi, I am khonthaï. I solved the problem thanks to JHdeVilliers's post on 4 Dec. 2011: I removed all cookies in Safari and it worked immediately !!!

  • Photoshop CS6 won't launch. Unexpected and unrecoverable problem.

    I am unable to launch Photoshop CS6 on my 2012 Macbook Pro running OSX Mavericks.
    Everytime I attempt to launch it I get a message saying "An unexpected and unrecoverable problem has occurred. Photoshop will now exit."
    I have already reset the application preferences using the keyboard shortcut on launch and manually by deleting it in my Library folder which has made no difference.
    I am able to launch it under a different user which suggests that it is something to do with some other software installed perhaps?
    Below is my crash report. Any ideas? Thanks in advance.
    Process:    
    Adobe Photoshop CS6 [15226]
    Path:       
    /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/MacOS/Adobe Photoshop CS6
    Identifier: 
    com.adobe.Photoshop
    Version:    
    13.0.0 (20120315.r.428)
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [170]
    Responsible:
    Adobe Photoshop CS6 [15226]
    User ID:    
    501
    Date/Time:  
    2014-03-18 10:17:49.496 +0000
    OS Version: 
    Mac OS X 10.9.2 (13C64)
    Report Version:  11
    Anonymous UUID:  D907E7DA-D1A4-E8AD-1082-F253AC25CFE1
    Sleep/Wake UUID: D31012F7-3820-4486-8A63-00A5637FECC0
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x000000000000000c
    VM Regions Near 0xc:
    -->
    __TEXT            
    0000000100000000-000000010333d000 [ 51.2M] r-x/rwx SM=COW  /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/MacOS/Adobe Photoshop CS6
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libdyld.dylib            
    0x00007fff84aaaaff NSVersionOfRunTimeLibrary + 127
    1   com.apple.AppKit         
    0x00007fff8135aeac NSUseActiveDisplayForMainScreenDefaultValueFunction + 78
    2   com.apple.AppKit         
    0x00007fff81320a88 _NSGetBoolAppConfig + 202
    3   com.apple.AppKit         
    0x00007fff8135abc8 +[NSScreen mainScreen] + 93
    4   com.apple.AppKit         
    0x00007fff8135d752 -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 350
    5   com.apple.AppKit         
    0x00007fff815e65d0 -[NSPanel _initContent:styleMask:backing:defer:contentView:] + 51
    6   com.apple.AppKit         
    0x00007fff8135d5e8 -[NSWindow initWithContentRect:styleMask:backing:defer:] + 45
    7   com.apple.AppKit         
    0x00007fff815e6583 -[NSPanel initWithContentRect:styleMask:backing:defer:] + 78
    8   com.adobe.Photoshop      
    0x00000001003b811a 0x100000000 + 3899674
    9   com.adobe.Photoshop      
    0x00000001003b8677 0x100000000 + 3901047
    10  com.adobe.Photoshop      
    0x00000001005d6f62 boost::system::system_error::what() const + 59746
    11  com.adobe.Photoshop      
    0x000000010040bad0 0x100000000 + 4242128
    12  com.adobe.Photoshop      
    0x000000010040cab0 0x100000000 + 4246192
    13  com.adobe.Photoshop      
    0x0000000100035262 0x100000000 + 217698
    14  com.adobe.Photoshop      
    0x0000000100035582 0x100000000 + 218498
    15  com.adobe.Photoshop      
    0x0000000100035d44 0x100000000 + 220484
    16  com.adobe.Photoshop      
    0x0000000100d2061b AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 5022907
    17  com.adobe.Photoshop      
    0x0000000101948c4e AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17771246
    18  com.adobe.Photoshop      
    0x0000000100bba808 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 3557032
    19  com.adobe.Photoshop      
    0x0000000100c51f73 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 4177427
    20  com.adobe.Photoshop      
    0x00000001007b045b boost::system::system_error::what() const + 1998427
    21  com.adobe.Photoshop      
    0x00000001007b0999 boost::system::system_error::what() const + 1999769
    22  com.adobe.Photoshop      
    0x000000010054b24c 0x100000000 + 5550668
    Thread 1:
    0   libsystem_kernel.dylib   
    0x00007fff8e013e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff84887f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x00007fff8488afb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib   
    0x00007fff8e014662 kevent64 + 10
    1   libdispatch.dylib        
    0x00007fff8d98143d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib        
    0x00007fff8d981152 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib   
    0x00007fff8e013e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff84887f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x00007fff8488afb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib   
    0x00007fff8e013e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff84887f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x00007fff8488afb9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib   
    0x00007fff8e00fa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x00007fff8e00ed18 mach_msg + 64
    2   libsystem_kernel.dylib   
    0x00007fff8e004a8c _kernelrpc_mach_port_get_set_status + 101
    3   com.apple.CoreFoundation 
    0x00007fff80b2ccf5 __CFRunLoopModeDeallocate + 133
    4   com.apple.CoreFoundation 
    0x00007fff80a735d8 CFRelease + 424
    5   com.apple.CoreFoundation 
    0x00007fff80a826c8 __CFBasicHashDrain + 408
    6   com.apple.CoreFoundation 
    0x00007fff80a735d8 CFRelease + 424
    7   com.apple.CoreFoundation 
    0x00007fff80b2c6b2 __CFRunLoopDeallocate + 242
    8   com.apple.CoreFoundation 
    0x00007fff80a735d8 CFRelease + 424
    9   com.apple.CoreFoundation 
    0x00007fff80b2c104 __CFTSDFinalize + 100
    10  libsystem_pthread.dylib  
    0x00007fff8488a5af _pthread_tsd_cleanup + 182
    11  libsystem_pthread.dylib  
    0x00007fff84887479 _pthread_exit + 111
    12  libsystem_pthread.dylib  
    0x00007fff848868a4 _pthread_body + 149
    13  libsystem_pthread.dylib  
    0x00007fff8488672a _pthread_start + 137
    14  libsystem_pthread.dylib  
    0x00007fff8488afc9 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib   
    0x00007fff8e013716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff84888c3b _pthread_cond_wait + 727
    2   MultiProcessor Support   
    0x000000010d0d70f3 main + 8403
    3   MultiProcessor Support   
    0x000000010d0d71b0 main + 8592
    4   MultiProcessor Support   
    0x000000010d0f3f50 main + 126768
    5   libsystem_pthread.dylib  
    0x00007fff84886899 _pthread_body + 138
    6   libsystem_pthread.dylib  
    0x00007fff8488672a _pthread_start + 137
    7   libsystem_pthread.dylib  
    0x00007fff8488afc9 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib   
    0x00007fff8e013716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff84888c3b _pthread_cond_wait + 727
    2   MultiProcessor Support   
    0x000000010d0d70f3 main + 8403
    3   MultiProcessor Support   
    0x000000010d0d71b0 main + 8592
    4   MultiProcessor Support   
    0x000000010d0f3f50 main + 126768
    5   libsystem_pthread.dylib  
    0x00007fff84886899 _pthread_body + 138
    6   libsystem_pthread.dylib  
    0x00007fff8488672a _pthread_start + 137
    7   libsystem_pthread.dylib  
    0x00007fff8488afc9 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib   
    0x00007fff8e013716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff84888c3b _pthread_cond_wait + 727
    2   MultiProcessor Support   
    0x000000010d0d70f3 main + 8403
    3   MultiProcessor Support   
    0x000000010d0d71b0 main + 8592
    4   MultiProcessor Support   
    0x000000010d0f3f50 main + 126768
    5   libsystem_pthread.dylib  
    0x00007fff84886899 _pthread_body + 138
    6   libsystem_pthread.dylib  
    0x00007fff8488672a _pthread_start + 137
    7   libsystem_pthread.dylib  
    0x00007fff8488afc9 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000107  rcx: 0x0000000000000107  rdx: 0x0000000000000107
      rdi: 0x0000000000000107  rsi: 0x00007fff84aace33  rbp: 0x00007fff5fbfd990  rsp: 0x00007fff5fbfd960
       r8: 0x000000000000006c   r9: 0x00000000000008e0  r10: 0x0000600000059ae0  r11: 0x00007fff704a0001
      r12: 0x0000000000000012  r13: 0x0000000000000012  r14: 0x0000000000000000  r15: 0x00007fff81d15715
      rip: 0x00007fff84aaaaff  rfl: 0x0000000000010206  cr2: 0x000000000000000c
    Logical CPU:
    3
    Error Code: 
    0x00000004
    Trap Number:
    14
    Binary Images:
    0x100000000 -   
    0x10333cfff +com.adobe.Photoshop (13.0.0 - 20120315.r.428) <6A87A703-3170-CA73-8C77-35C282C4E264> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/MacOS/Adobe Photoshop CS6
    0x1039bf000 -   
    0x1039ebff7 +libtbb.dylib (0) <57655978-A378-BE1E-7905-7D7F951AD6F7> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/libtbb.dylib
    0x103a02000 -   
    0x103a10ff3 +libtbbmalloc.dylib (0) <CB038B96-2999-5EB1-E26A-7720A7A8F8CD> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/libtbbmalloc.dylib
    0x103a24000 -   
    0x103a2afff  org.twain.dsm (1.9.5 - 1.9.5) <E614CAAE-7B01-348B-90E4-DB3FD3D066A6> /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
    0x103a32000 -   
    0x103a4cff7 +com.adobe.ahclientframework (1.7.0.56 - 1.7.0.56) <C1C5DE5C-39AB-0871-49A6-FA3449D39B8A> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
    0x103a55000 -   
    0x103a59fff  com.apple.agl (3.2.3 - AGL-3.2.3) <1B85306F-D2BF-3FE3-9915-165237B491EB> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x103a60000 -   
    0x103c6efff +com.adobe.owl (AdobeOwl version 4.0.93 - 4.0.93) <CB035C4D-044D-4004-C887-814F944E62ED> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x103caf000 -   
    0x1040f5ff7 +com.adobe.MPS (AdobeMPS 5.8.0.19463 - 5.8.0.19463) <8A4BA3B2-6F6A-3958-ABDE-C3E8F21373B0> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x104171000 -   
    0x1044caff7 +com.adobe.AGM (AdobeAGM 4.26.17.19243 - 4.26.17.19243) <E96C804B-158B-D4A2-9A64-482F9ADC29D0> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x104533000 -   
    0x104894fef +com.adobe.CoolType (AdobeCoolType 5.10.31.19243 - 5.10.31.19243) <8BFF14FB-AA14-1CBF-C2A3-715363B5A841> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x1048e1000 -   
    0x104909ff7 +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <9BDD08A8-2DD8-A570-7A7B-EDAA7097D61B> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x104910000 -   
    0x10493cfff +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.7.101.18636 - 3.7.101.18636) <488DF1F7-A643-5168-706A-498A0322A87E> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0x10495f000 -   
    0x104aacff7 +com.winsoft.wrservices (WRServices 5.0.0 - 5.0.0) <FFA48E0A-A17C-A04F-AE20-6815EB944DEA> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/wrservices.framework/Versions/A/WRServices
    0x104b20000 -   
    0x104b8ffef +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <924155A9-D00E-B862-C490-5099BA70B978> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/aif_core.framework/Versions/A/aif_core
    0x104bb6000 -   
    0x104c0ffff +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <BC353D4E-1AE2-3FB5-D3EE-81A09C0C4328> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/data_flow.framework/Versions/A/data_flow
    0x104caf000 -   
    0x104d36ff7 +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <5FCA15B4-F721-09C3-B412-1F86D9D7DE9E> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/image_flow.framework/Versions/A/image_flow
    0x104d9b000 -   
    0x104db6ff7 +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <BB7B342A-8CBC-4B73-58A2-9B062F590EBC> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/image_runtime.framework/Versions/A/image_runtime
    0x104dd0000 -   
    0x10500dfff +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <6839CFB1-74EE-B205-7D82-ABC5428E0810> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/aif_ogl.framework/Versions/A/aif_ogl
    0x10510c000 -   
    0x105285fff +com.adobe.ACE (AdobeACE 2.19.18.19243 - 2.19.18.19243) <7F28B188-1D1B-20C9-BBB9-B74FCC12ECAD> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x105298000 -   
    0x1052b7fff +com.adobe.BIB (AdobeBIB 1.2.02.19243 - 1.2.02.19243) <B7D7EE28-D604-2989-B099-62AEF4885C21> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x1052be000 -   
    0x1053a2fe7 +com.adobe.amtlib (amtlib 6.0.0.75 - 6.0.0.75) <07A3E1E1-55C3-BA5B-A0B0-60250809ED61> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x1053b3000 -   
    0x105478fff +com.adobe.JP2K (2.0.0 - 2.0.0.18562) <B14B096C-AA23-BA8F-E3AE-8DB102F9D161> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/adobejp2k.framework/Versions/A/AdobeJP2K
    0x1054c5000 -   
    0x1054c9ff7 +com.adobe.ape.shim (3.3.8.19346 - 3.3.8.19346) <13D5CEF7-6090-CD66-8DA0-190771950F76> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
    0x1054cf000 -   
    0x10554dfff +com.adobe.FileInfo.framework (Adobe XMP FileInfo 5 . 3 . 0 . 0 -i 3 - 66.145433) <5C63613F-6BDE-1C29-D3FD-9D292F9ADB12> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x10555e000 -   
    0x1055beff7 +com.adobe.AdobeXMPCore (Adobe XMP Core 5.3 -c 11 - 66.145661) <B475CD07-1024-560D-5BFE-2A6FCE63925C> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x1055c8000 -   
    0x105b20fef +com.nvidia.cg (2.2.0006 - 0) /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/Cg.framework/Cg
    0x10617d000 -   
    0x1061ebfef +com.adobe.headlights.LogSessionFramework (2.1.2.1652) <25E6F475-1522-419C-2169-547FCF2FD97F> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0x10623f000 -   
    0x106264ffe +com.adobe.PDFSettings (AdobePDFSettings 1.04.0 - 1.4) <56E7F033-6032-2EC2-250E-43F1EBD123B1> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSettings
    0x10629f000 -   
    0x1062a3ff7 +com.adobe.AdobeCrashReporter (6.0 - 6.0.20120201) <A6B1F3BD-5DB0-FEE5-708A-B54E5CA80481> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x1062a9000 -   
    0x106459fef +com.adobe.PlugPlug (3.0.0.383 - 3.0.0.383) <908DBB12-D2AC-1844-BD2A-F1C483424917> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
    0x106510000 -   
    0x106530fff +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <DC3301F2-FC6E-70C7-3927-B0DD024210D6> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/aif_ocl.framework/Versions/A/aif_ocl
    0x10654a000 -   
    0x106607fff +com.adobe.AdobeExtendScript (ExtendScript 4.2.12 - 4.2.12.18602) <0957DFA6-0593-CE4B-8638-00F32113B07B> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
    0x106651000 -   
    0x1066fffef +com.adobe.AdobeScCore (ScCore 4.2.12 - 4.2.12.18602) <9CEE95E5-2FC6-5E58-02A4-138EA6F8D894> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
    0x10673c000 -   
    0x106836fe7 +com.adobe.AXEDOMCore (AdobeAXEDOMCore 3.7.101.18636 - 3.7.101.18636) <C7652AF2-56D7-8AF8-A207-0BDEDDFF0BEC> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
    0x1068da000 -   
    0x106b23fe7 +com.adobe.linguistic.LinguisticManager (6.0.0 - 17206) <301AAE8E-BA78-230E-9500-FCCA204B49CB> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x106f39000 -   
    0x106f3bff7  com.apple.textencoding.unicode (2.6 - 2.6) <0EEF0283-1ACA-3147-89B4-B4E014BFEC52> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x106ff7000 -   
    0x106ff8fff  libCyrillicConverter.dylib (61) <AA2B224F-1A9F-30B9-BE11-633176790A94> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
    0x108607000 -   
    0x108623fff  libJapaneseConverter.dylib (61) <94EF6A2F-F596-3638-A3DC-CF03567D9427> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x108628000 -   
    0x108649ff7  libKoreanConverter.dylib (61) <22EEBBDB-A2F2-3985-B9C7-53BFE2B02D08> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0x10864e000 -   
    0x10865dfff  libSimplifiedChineseConverter.dylib (61) <F5827491-A4E3-3471-A540-8D1FE241FD99> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x108661000 -   
    0x108673fff  libTraditionalChineseConverter.dylib (61) <A182514D-426F-3D5F-BA69-4C4A4680ECB8> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x1087a7000 -   
    0x1087a7fff +Enable Async IO (???) <F56F1FB2-9CF1-19A8-0D14-885A652B19B7> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Required/Plug-Ins/Extensions/Enable Async IO.plugin/Contents/MacOS/Enable Async IO
    0x1087ab000 -   
    0x1087f1fe7 +com.adobe.pip (6.0.0.1654) <3576D8F9-E2F9-6EB8-6684-C2FE6B0A3731> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobePIP.framework/AdobePIP
    0x10ce10000 -   
    0x10ce13fff +FastCore (???) <29AAF151-6CC4-28C5-68B8-0F6600A20435> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Required/Plug-Ins/Extensions/FastCore.plugin/Contents/MacOS/FastCore
    0x10cf9f000 -   
    0x10d00bfff +MMXCore (???) <B9B6C7FB-CE56-8F6F-664E-DFCBBC5E3ADE> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Required/Plug-Ins/Extensions/MMXCore.plugin/Contents/MacOS/MMXCore
    0x10d092000 -   
    0x10d117fff +MultiProcessor Support (???) <467BB668-E9DD-60F4-CAAD-768A98174734> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Required/Plug-Ins/Extensions/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support
    0x7fff6bfa2000 -
    0x7fff6bfd5817  dyld (239.4) <2B17750C-ED1B-3060-B64E-21897D08B28B> /usr/lib/dyld
    0x7fff8033e000 -
    0x7fff80350ff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <D5E7416D-45AB-3690-86C6-CC4B5FCEA2D2> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x7fff805f3000 -
    0x7fff806b7ff7  com.apple.backup.framework (1.5.2 - 1.5.2) <A3C552F0-670B-388F-93FA-D917F96ACE1B> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff806b8000 -
    0x7fff806befff  com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
    0x7fff806bf000 -
    0x7fff806e7ffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
    0x7fff806e8000 -
    0x7fff806f2ff7  com.apple.AppSandbox (3.0 - 1) <9F27DC25-C566-3AEF-92D3-DCFE7836916D> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff806f3000 -
    0x7fff806f8fff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff806f9000 -
    0x7fff80784fff  libCoreStorage.dylib (380) <AE14C2F3-0EF1-3DCD-BF2B-A24D97D3B372> /usr/lib/libCoreStorage.dylib
    0x7fff80785000 -
    0x7fff807b1fff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI nternal
    0x7fff80847000 -
    0x7fff80859fff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x7fff8085a000 -
    0x7fff8097cff1  com.apple.avfoundation (2.0 - 651.12) <5261E6EA-7476-32B2-A12A-D42598A9B2EA> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff8097d000 -
    0x7fff809e4ff7  com.apple.CoreUtils (2.0 - 200.34.4) <E53B97FE-E067-33F6-A9C1-D4EC2A20FB9F> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff809e5000 -
    0x7fff809e8fff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff809e9000 -
    0x7fff80a18fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
    0x7fff80a19000 -
    0x7fff80a1dfff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x7fff80a42000 -
    0x7fff80a59ffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
    0x7fff80a5a000 -
    0x7fff80c3ffff  com.apple.CoreFoundation (6.9 - 855.14) <617B8A7B-FAB2-3271-A09B-C542E351C532> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff80c90000 -
    0x7fff810defff  com.apple.VideoToolbox (1.0 - 1273.49) <27177077-9107-3E06-ADAD-92B80E80CDCD> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff810df000 -
    0x7fff810e1fff  libRadiance.dylib (1042) <B91D4B97-7BF3-3285-BCB7-4948BAAC23EE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff81138000 -
    0x7fff811a7ff1  com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x7fff811a8000 -
    0x7fff81203ffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x7fff8120d000 -
    0x7fff81214ff8  liblaunch.dylib (842.90.1) <38D1AB2C-A476-385F-8EA8-7AB604CA1F89> /usr/lib/system/liblaunch.dylib
    0x7fff81215000 -
    0x7fff81220ff7  com.apple.DirectoryService.Framework (10.9 - 173.90.1) <A9866D67-C5A8-36D1-A1DB-E2FA60328698> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff81221000 -
    0x7fff8123aff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff812d9000 -
    0x7fff8131bff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
    0x7fff8131c000 -
    0x7fff81e92fff  com.apple.AppKit (6.9 - 1265.19) <12647F2F-3FE2-3D77-B3F0-33EFAFF2CEA7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8269d000 -
    0x7fff82726ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
    0x7fff827dd000 -
    0x7fff8281cfff  libGLU.dylib (9.6) <EE4907CA-219C-34BD-A84E-B85695F64C05> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff82837000 -
    0x7fff82b0bfc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x7fff82b0c000 -
    0x7fff82b0dff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x7fff82ba1000 -
    0x7fff82ba5ff7  libheimdal-asn1.dylib (323.15) <B8BF2B7D-E913-3544-AA6D-CAC119F81C7C> /usr/lib/libheimdal-asn1.dylib
    0x7fff82ba6000 -
    0x7fff82c09ff7  com.apple.SystemConfiguration (1.13 - 1.13) <63B985ED-E7E4-3095-8D12-63C9F1DB0F3D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff82f6b000 -
    0x7fff82f86ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
    0x7fff82fe5000 -
    0x7fff82fedfff  libsystem_dnssd.dylib (522.90.2) <A0B7CF19-D9F2-33D4-8107-A62184C9066E> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff82fee000 -
    0x7fff83010fff  com.apple.framework.familycontrols (4.1 - 410) <4FDBCD10-CAA2-3A9C-99F2-06DCB8E81DEE> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff83108000 -
    0x7fff831b8ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x7fff831b9000 -
    0x7fff831d4ff7  libPng.dylib (1042) <36FF1DDA-9804-33C5-802E-3FCA9879F0E6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff831d5000 -
    0x7fff83234fff  com.apple.framework.CoreWLAN (4.3.2 - 432.47) <AE6FAE44-918C-301C-A0AA-C65CAB6B5668> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff83235000 -
    0x7fff83323fff  libJP2.dylib (1042) <01D988D4-E36F-3120-8BA4-EF6282ECB010> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff83324000 -
    0x7fff8333dff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff8333e000 -
    0x7fff8334bfff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff837c4000 -
    0x7fff837dfff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
    0x7fff837e0000 -
    0x7fff838b1fff  com.apple.QuickLookUIFramework (5.0 - 622.7) <13841701-34C2-353D-868D-3E08D020C90F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI
    0x7fff838ec000 -
    0x7fff83974ff7  com.apple.CorePDF (4.0 - 4) <92D15ED1-D2E1-3ECB-93FF-42888219A99F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff83b63000 -
    0x7fff83b71fff  com.apple.CommerceCore (1.0 - 42) <ACC2CE3A-913A-39E0-8344-B76F8F694EF5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
    0x7fff83b8f000 -
    0x7fff83c95ff7  com.apple.ImageIO.framework (3.3.0 - 1042) <6101F33E-CACC-3070-960A-9A2EA4BC5F44> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff83cbd000 -
    0x7fff83ccaff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
    0x7fff83cee000 -
    0x7fff83d53ff5  com.apple.Heimdal (4.0 - 2.0) <523EC6C4-BD9B-3840-9376-E617BA627F59> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff83d6c000 -
    0x7fff83d6cffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff83d6d000 -
    0x7fff83e38fff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x7fff83e4c000 -
    0x7fff83ed5fff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x7fff83ed6000 -
    0x7fff83f24fff  com.apple.opencl (2.3.59 - 2.3.59) <8C2ACCC6-B0BA-3FE7-98A1-5C67284DEA4E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff83f27000 -
    0x7fff8425dfff  com.apple.MediaToolbox (1.0 - 1273.49) <AB8ED666-6D15-3367-A033-F4A8AD33C4E0> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff84265000 -
    0x7fff84349fff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff84357000 -
    0x7fff8436dfff  com.apple.CoreMediaAuthoring (2.2 - 947) <B01FBACC-DDD5-30A8-BCCF-57CE24ABA329> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthor ing
    0x7fff8437e000 -
    0x7fff843a3ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff843a4000 -
    0x7fff843adff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
    0x7fff843c1000 -
    0x7fff843c3fff  com.apple.EFILogin (2.0 - 2) <C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff843c4000 -
    0x7fff843eeff7  libsandbox.1.dylib (278.11) <9E5654BF-DCD3-3B15-9C63-209B2B2D2803> /usr/lib/libsandbox.1.dylib
    0x7fff843ef000 -
    0x7fff843f7ff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x7fff843f8000 -
    0x7fff843f9fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
    0x7fff843fa000 -
    0x7fff843ffff7  com.apple.MediaAccessibility (1.0 - 43) <D309D83D-5FAE-37A4-85ED-FFBDA8B66B82> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff84880000 -
    0x7fff84884ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
    0x7fff84885000 -
    0x7fff8488cff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
    0x7fff8488d000 -
    0x7fff84894fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
    0x7fff84895000 -
    0x7fff8489dff3  libCGCMS.A.dylib (599.20.11) <BB1E8D63-9FA1-3588-AC5D-1980576ED62C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
    0x7fff8489e000 -
    0x7fff848a8ff7  libcsfde.dylib (380) <3A54B430-EC05-3DE9-86C3-00C1BEAC7F9B> /usr/lib/libcsfde.dylib
    0x7fff848a9000 -
    0x7fff848ddfff  libssl.0.9.8.dylib (50) <B15F967C-B002-36C2-9621-3456D8509F50> /usr/lib/libssl.0.9.8.dylib
    0x7fff84966000 -
    0x7fff84a37ff1  com.apple.DiskImagesFramework (10.9 - 371.1) <D456ED08-4C1D-341F-BAB8-85E34A7275C5> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff84a90000 -
    0x7fff84aa8ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x7fff84aa9000 -
    0x7fff84aacff7  libdyld.dylib (239.4) <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0> /usr/lib/system/libdyld.dylib
    0x7fff84aad000 -
    0x7fff84ab0fff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x7fff84ab1000 -
    0x7fff84ab2ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
    0x7fff84ab3000 -
    0x7fff84ab4ff7  libodfde.dylib (20) <C00A4EBA-44BC-3C53-BFD0-819B03FFD462> /usr/lib/libodfde.dylib
    0x7fff84ab5000 -
    0x7fff84ab5fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff84ab6000 -
    0x7fff84d60ff5  com.apple.HIToolbox (2.1 - 697.4) <DF5635DD-C255-3A8E-8B49-F6D2FB61FF95> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x7fff84dc4000 -
    0x7fff84dc4fff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff84dc5000 -
    0x7fff851a6ffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x7fff851a7000 -
    0x7fff851bfff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt orage
    0x7fff851c0000 -
    0x7fff851c2fff  libCVMSPluginSupport.dylib (9.6) <FFDA2811-060E-3591-A280-4A726AA82436> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib
    0x7fff851d5000 -
    0x7fff851e5ffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
    0x7fff85217000 -
    0x7fff8521cfff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
    0x7fff8525e000 -
    0x7fff85282ff7  libJPEG.dylib (1042) <33648F26-A1DA-3C30-B15B-E9FFD41DB25C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff85298000 -
    0x7fff8529dff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
    0x7fff8529e000 -
    0x7fff852a8ff7  com.apple.CrashReporterSupport (10.9 - 538) <B487466B-3AA1-3854-A808-A61F049FA794> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporter Support
    0x7fff852a9000 -
    0x7fff8531cfff  com.apple.securityfoundation (6.0 - 55122.1) <1939DE0B-BC38-3E50-8A8C-3471C8AC4CD6> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff85394000 -
    0x7fff85396fff  com.apple.SecCodeWrapper (3.0 - 1) <DE7CA981-2B8B-34AC-845D-06D5C8F10441> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff85397000 -
    0x7fff855f8fff  com.apple.imageKit (2.5 - 774) <AACDE16E-ED9F-3B3F-A792-69BA1942753B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit
    0x7fff855f9000 -
    0x7fff85615fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
    0x7fff856a9000 -
    0x7fff856abffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
    0x7fff856ac000 -
    0x7fff85738ff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x7fff85757000 -
    0x7fff85795ff7  libGLImage.dylib (9.6) <DCF2E131-A65E-33B2-B32D-28FF01605AB1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff857ad000 -
    0x7fff857d6fff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x7fff85825000 -
    0x7fff85978ff7  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <3511ABFE-22E1-3B91-B86A-5E3A78CE33FD> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff85979000 -
    0x7fff85dacffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff85dad000 -
    0x7fff85e9eff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
    0x7fff85e9f000 -
    0x7fff85eabff7  com.apple.OpenDirectory (10.9 - 173.90.1) <E5EF8E1A-7214-36D0-AF0D-8D030DF6C2FC> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff85ecb000 -
    0x7fff85ed8ff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
    0x7fff85ed9000 -
    0x7fff85ee5ff3  com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompress ion
    0x7fff85ee6000 -
    0x7fff85ef5ff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x7fff85ef6000 -
    0x7fff85f3dff7  libcups.2.dylib (372.2) <37802F24-BCC2-3721-8E12-82B29B61B2AA> /usr/lib/libcups.2.dylib
    0x7fff85f3e000 -
    0x7fff86025ff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
    0x7fff86032000 -
    0x7fff86033fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x7fff8604e000 -
    0x7fff8604eff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
    0x7fff86067000 -
    0x7fff86091ff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
    0x7fff860d1000 -
    0x7fff860deff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x7fff860df000 -
    0x7fff8610eff5  com.apple.GSS (4.0 - 2.0) <62046C17-5D09-346C-B08E-A664DBC18411> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff8610f000 -
    0x7fff86a2eaf3  com.apple.CoreGraphics (1.600.0 - 599.20.11) <06212100-8069-31A1-9C44-F6C4B1695230> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff86ad2000 -
    0x7fff86b0aff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces
    0x7fff86b0b000 -
    0x7fff86b34ff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
    0x7fff86b35000 -
    0x7fff86b39ff7  libGIF.dylib (1042) <C57840F6-1C11-3273-B4FC-956950B94034> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff8704a000 -
    0x7fff87095fff  com.apple.ImageCaptureCore (5.0 - 5.0) <F529EDDC-E2F5-30CA-9938-AF23296B5C5B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff87110000 -
    0x7fff87113fff  com.apple.AppleSystemInfo (3.0 - 3.0) <61FE171D-3D88-313F-A832-280AEC8F4AB7> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff87114000 -
    0x7fff8714ffff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff87150000 -
    0x7fff871b6fff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff8720c000 -
    0x7fff87213ff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
    0x7fff8721e000 -
    0x7fff87227ffb  com.apple.CommonAuth (4.0 - 2.0) <70FDDA03-7B44-37EC-B78E-3EC3C8505C76> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff87228000 -
    0x7fff87230ff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff87231000 -
    0x7fff87233ff7  com.apple.securityhi (9.0 - 55005) <405E2BC6-2B6F-3B6B-B48E-2FD39214F052> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x7fff873cf000 -
    0x7fff876cdfff  com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff87756000 -
    0x7fff8776dff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <38A25261-C622-3F11-BFD3-7AFFC44D57B8> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x7fff8776e000 -
    0x7fff8776efff  com.apple.quartzframework (1.5 - 1.5) <3B2A72DB-39FC-3C5B-98BE-605F37777F37> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff877f1000 -
    0x7fff877f1fff  com.apple.Carbon (154 - 157) <45A9A40A-78FF-3EA0-8FAB-A4F81052FA55> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff877f2000 -
    0x7fff877f3ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff877f4000 -
    0x7fff87841ff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x7fff87842000 -
    0x7fff87873fff  com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff87a35000 -
    0x7fff87a6affc  com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff87a6b000 -
    0x7fff87ab7ffe  com.apple.CoreMediaIO (407.0 - 4561) <BC8222A6-516C-380C-AB7D-DE78B23574DC> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff87acf000 -
    0x7fff87ad7ffc  libGFXShared.dylib (9.6) <E276D384-3616-3511-B5F2-92621D6372D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff87ad8000 -
    0x7fff87dc2fff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x7fff87eff000 -
    0x7fff87f05ff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fff87f06000 -
    0x7fff87f10fff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
    0x7fff87f11000 -
    0x7fff87f22ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
    0x7fff87fa2000 -
    0x7fff87ff0fff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
    0x7fff87ff1000 -
    0x7fff8803afff  com.apple.CoreMedia (1.0 - 1273.49) <D91EC90A-BFF1-300D-A353-68001705811C> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff8803b000 -
    0x7fff880a5ff7  com.apple.framework.IOKit (2.0.1 - 907.90.2) <A779DE46-BB7E-36FD-9348-694F9B09718F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff880a6000 -
    0x7fff880d5fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff88182000 -
    0x7fff8821dfff  com.apple.PDFKit (2.9.1 - 2.9.1) <F4DFF4F2-6DA3-3B1B-823E-D9ED271A1522> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
    0x7fff8822e000 -
    0x7fff88275fff  libFontRegi

    First, you haven't installed the CS6 updates, and should.
    But that crash is in OS code, and it appears that your OS install might be corrupted.

  • Windows Keboard and Booting Problem (on a Mac laptop)

    Hi, I've been putting up with a really strange (and annoying) problem that my laptop has been going through. I have a Santa Rosa MacBook Pro with OS Leopard, and I put on a Windows XP Pro (with Service Pack 2) NTFS partition. It used to work fast at first--especially booting up and logging on. I have noticed that now when I log onto Windows (no other user accounts , just mine) the wallpaper, desktop, desktop icons, start bar, all load. But when I click on My Computer it takes a good minute and a half for all the components to be displayed (like C drive , the CD drive, Shared Documents). I only have one partition which is C drive. But for a minute and a half, the flashlight icon keeps moving back and forth. Even if I click on any icon, the cursor will turn into a sandtimer but no programs will open once all the drives show up in the My Computer window.
    My initial theory was that maybe it's searching for My Documents which I shifted to one of my external harddrives. But that doesn;t seem to be it. When I log off and log back in, it loads much faster. I can open programs in 2 seconds. Also, I realized that the Apple keyboard features (which is controlling volume and brightness) works only then. If I had to boot up Windows, not only does it take long to load (although shutting down is pretty quick), the brightness and volume keys don't work. I have to set it manually through Control Panel. So now if I have to open up Windows, the ritual is that I sit around for a minute and a half (which is a very long time if u think about it) and just when it's working I force myself to log off (so the volume and brightness keys work once I log back on)
    I suppose it's worth mentioning that I had downloaded this "skin" which makes XP look like Vista, but I uninstalled it now although not completely since it needed the Service Pack 2 CD which I don't have at the moment (I'm on vacation) . I would think that could be the problem, but then why does simply logging off and on make Windows work like a charm? Is it an update glitch? Has anyone had this problem before? Could somebody please help me since I'm really tired of waiting around or this stupid thing to load (not to mention hearing myself come up with stupid theories). This has been going on for 4 and half months now. Come to think of it it's been a while since I received any Bootcamp updates from Apple (unless they just haven't released any that could fix such a problem)
    Just in case my specs are-- 2.4 GhZ, OS 10.5, nVIDIA GeForce 8600M GT, 15 inch display, 250 GB (of which 30 GB is for Windows).
    I'll be waiting for any answers/suggestions/tips/solutions. Thanks so much in advance =)

    Hi,
    Please check if this happens in [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode.] If possible please also try to rule out hardware / mouse settings issues.
    Useful links:
    [https://support.mozilla.com/en-US/kb/Options%20window All about Tools > Options]
    [http://kb.mozillazine.org/About:config Going beyond Tools > Options - about:config]
    [http://kb.mozillazine.org/About:config_entries about:config Entries]
    [https://support.mozilla.com/en-US/kb/Page%20Info%20window Page Info] Tools (Alt + T) > Page Info, Right-click > View Page Info
    [https://support.mozilla.com/en-US/kb/Keyboard%20shortcuts Keyboard Shortcuts]
    [https://support.mozilla.com/en-US/kb/Viewing%20video%20in%20Firefox%20without%20a%20plugin Viewing Video without Plugins]
    [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder & Files]
    [https://developer.mozilla.org/en/Command_Line_Options#Browser Firefox Commands]
    [https://support.mozilla.com/en-US/kb/Basic%20Troubleshooting Basic Troubleshooting]
    [https://support.mozilla.com/en-US/kb/common-questions-after-upgrading-firefox-36 After Upgrading]
    [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode]
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20plugins Troubleshooting Plugins]
    [http://kb.mozillazine.org/Testing_plugins Testing Plugins]

  • Serious and Sudden Problem with Z10 NEED HELP PLEASE

    I have a z10, one of the first that came out in Toronto (if it makes a
    difference), a couple of hours ago I came across a serious and sudden
    problem.
    I was able to swipe left and right between pages of apps, even drop down
    from the top, but I cannot open anything, not even make a call or settings
    options.
    Any time I try to, for a split second it looks like its about to load
    something then nothing. (image slides to the right quickly and goes back on
    every attempt)
    So I first did a reset, same problem, then I did a battery pull (about 15 minutes) and problem presisted.
    I tried through USB to do a backup on blackberry manager and perhaps do a
    re-install of everything, however when I was prompted for the password of
    my device on my PC it kept telling me it was an incorrect password (I use
    this blackberry on my computer 4-7 days a week, twice a day sometimes for a
    year and I have never miss typed my password nor have i changed it)
    After trying everything to make sure the first letter maybe was upper/lower
    case, even my other possible phone password, nothing worked..
    On the 5th failed attempt my phone prompted me to type 'blackberry', which
    i did, then i typed my password on my phone which i type in about 15 times
    a day becuase I set my phone to a 5 minute lock and still said it was incorrect.... I am no on 9/10 attempts and lost
    for options.
    Please if anyone can give me any suggestions, or even how to backup my phone
    and whipe it now, or I have an earlier backup form 4 months ago that I
    wouldnt mind going back to in worst case scenario.
    Thank you for your help in advance,
    Solved!
    Go to Solution.

    Sorry, no I haven't experienced that. It could be from an app you downloaded but that's just a guess. Wiping the device will tell us a lot. If the device still doesn't work you'll want to reload the OS using BB Link. if it still doesn't work after that then warranty support will be necessary through Rogers.
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

  • Advance payment and down payment with two diffierent tax code

    HI expert!!!
    i have one scenario that advance payment and down payment with different tax code.
    in this time, advance payement post to vendor with po number,  we do not know how to use tax code V1(deductable tax) or VF(Non-deductable tax),  so we post advance payement amount by tax code V1(deductable) even though the amount included both. but we must know how amount is defined deductable tax or non-deductable tax when invoice.
    when we want to post down payment with VF , we could not post it because advance payement posted with V1 tax code.
    this is main problem with my scenario.
    and  as i know,   can i post two advance payement to  same vendor and same po item?, i can't do it with my system.
    only one advacne payment  is possible with one vendor and one po item. or  amount of  advance payment is all cleared by down payment, then i can post another advance payment to same vendor.  is it standard process with po?
    thank you in advance!!

    hi,
    As per my knowledge their is no difference between  advance payment and downpayment.
    and tax code is used for taxes purpose not for the payment terms.
    taxcode is created in ftxp.and related percentages are maintained in fv11.
    ex:-
    if i want  excise duty  - 10% on basic value
    education cesse 2% on excise duty
    sec.education cesses 1% on excise duty
    then fitst i have to create 3 condition types and that 3 condition types are used in my taxprocedure  and that taxprocedure is assigned to country code..
    after that i am created one taxcode in ftxp like v1= exciseduty10%educatiocess2%sec.edu.cesses1% with this description.
    and given the values for that conditions in fv11.
    and used that v1 taxcode in your p.o in invoice tab.
    and payment terms are came from vendor not from taxcode.
    Thanking you.

  • Bad Bind Variable Problem

    Hi
    I am trying to create a trigger and facing Bad Bind Variable problem.
    Plz let me know, what's the problem in this trigger.
    CREATE OR REPLACE TRIGGER Tender_tax_update AFTER
    INSERT
    OR UPDATE
    OR DELETE OF ITEM_QTY,ITEM_RATE,TENDER_ACC_QTY ON TENDER_ENQUIRY_ITEM_D REFERENCING OLD AS OLD NEW AS NEW FOR EACH ROW
    Declare
         v_amt TENDER_VENDOR_TAX_D.TAX_AMOUNT%TYPE;
         v_tax_ty TENDER_VENDOR_TAX_D.TAX_TYPE%TYPE;
         v_tax_cd TENDER_VENDOR_TAX_D.TAX_CODE%TYPE;
         v_ven_cd TENDER_VENDOR_TAX_D.VENDOR_CODE%TYPE;     
         v_item_cd TENDER_VENDOR_TAX_D.item_cd%TYPE;     
         v_tenno TENDER_VENDOR_TAX_D.tender_enquiry_no%TYPE;
    Begin
         if inserting then
              v_tax_ty:=:new.TAX_TYPE;
              v_tax_cd:=:new.TAX_CODE;
              v_ven_cd:=:new.vendor_code;
              v_item_cd:=:new.item_cd;
              v_tenno:=:new.tender_enquiry_no;
    select TAX_AMOUNT into v_amt from TENDER_TAX_DETAILS where tender_enquiry_no=v_tenno and TAX_CODE=v_tax_cd and TAX_TYPE=v_tax_ty and item_cd=v_item_cd and vendor_code=v_ven_cd;
    update TENDER_VENDOR_TAX_D set TAX_AMOUNT=v_amt where tender_enquiry_no=v_tenno and TAX_CODE=v_tax_cd and TAX_TYPE=v_tax_ty and item_cd=v_item_cd and vendor_code=v_ven_cd;
         end if;
    End Tender_tax_update;
    Database deails are as follows:
    TENDER_VENDOR_TAX_D
    Name Null? Type
    TENDER_ENQUIRY_NO NOT NULL VARCHAR2(8)
    VENDOR_CODE NOT NULL VARCHAR2(4)
    TAX_CODE NOT NULL VARCHAR2(4)
    PERCENTAGE NUMBER(5,2)
    TAX_AMOUNT NUMBER(15,2)
    ITEM_CD NOT NULL VARCHAR2(10)
    TAX_FLAG VARCHAR2(1)
    TAX_TYPE CHAR(3)
    TENDER_TAX_DETAILS
    Name Null? Type
    TENDER_ENQUIRY_NO NOT NULL VARCHAR2(8)
    VENDOR_CODE VARCHAR2(4)
    ITEM_CD VARCHAR2(10)
    TAX_CODE NOT NULL VARCHAR2(4)
    TAX_TYPE CHAR(3)
    TAX_AMOUNT NUMBER
    Message was edited by:
    user648065

    facing Band Bind Variable problem.Doesn't the error message tell you which bind variable is the problem?

Maybe you are looking for