Why this script unfunction?

Hi everyone
I try joint to scripts togeter:
//======================================================================================== ===
function main() {
    // Your settings
var myDocuments = app.documents.everyItem();
var myLayers = myDocuments.layers.everyItem();
//Locked text frames on master spreads are not touched.
//If you want to unlock them you have to add something like this:
//Unlock ALL page items in every document on spreads and master spreads (optional):
myDocuments.pageItems.everyItem().locked = false;
var myPageItemsOnNormalSpreads = myDocuments.spreads.everyItem().pageItems.everyItem();
//Unlock the layers (optional)
myLayers.locked = false;
//Lock all first level page items on normal spreads
//That leaves the page items on master spreads unlocked:
myPageItemsOnNormalSpreads.locked = true;
    var searchList = [
        [ "USA" , "Obama" ],
        [ "rocket" , "sky" ],
        [ "New York" , "Los Angeles" ]
    app.findChangeGrepOptions.includeMasterPages = true;
    app.findGrepPreferences = app.changeGrepPreferences = null;
var myTarget = myDocuments.findGrep();
//Flattening the myTarget array:
var flattenedFoundArray = [];
for(var n=0;n<myTarget.length;n++){
    flattenedFoundArray = flattenedFoundArray.concat(myTarget[n]);
for(var n=flattenedFoundArray.length-1;n>=0;n--){
    flattenedFoundArray[n].contents = searchList;
    for ( var j = 0; j < searchList.length; j++ ) {
        var curSearch = searchList[j];
        app.findGrepPreferences.findWhat = curSearch[0];
        app.changeGrepPreferences.changeTo= curSearch[1];
        target.changeGrep();
//Unlock all objects on normal spreads:
myPageItemsOnNormalSpreads.locked = false;
    app.findGrepPreferences = app.changeGrepPreferences = null;
} // main
//======================================================================================== ===
the orginal script:
How can I combine two very good ideas together?
but unfunction
can you fix it?
thanks
Teetan

Hi, Laubender
You mean my script is working?
What if I use Indesign CS5 in Mac OSX 10.7.5?
I will tast.
Thanks!
Regard
John

Similar Messages

  • Why this script works in indesign but not in illustrator (cs5)?

    Hallo, i would like someone to tell me if it is possible to make a script from indesign ( i am talking about the crop marks script )
    to work in illustrator?
    It is very important to me, to make it work!
    I would appreciate if someone could help me with this?

    ok, thank you!
    So i have to ask from someone who knows scripting, to write it!
    I have seen in many sites, very good scripts doing other thinks, and also i saw one that did exactly what i wanted
    called  " Artboard_coords.app " but saddly was for mac.
    Pleaase if someone has the time to write such a script, i would very much appreciate it, and i think
    that it would be very usefull to many other designers too,  who works with digital printings,
    and have to print cards and other stuff to laser printings.
    Untill now i use the script from indesign.
    i also made an action that almost do the job, but not very handy!

  • Why does this script behavior change with the phase of the moon ?

    Can anyone from adobe corp or non-adobe volunteers tell me where to look in their docs to find out why this script change its behavior or how to use the debugger to figure out the same. I read the guide and the whole section on debugger and break points etc well.
    try{
    this.getField('Button4').strokeColor = color.red   ;
    app.setTimeOut( "this.getField('Button4').strokeColor = color.green ;" , 500 );
    app.setTimeOut( "this.getField('Button4').strokeColor = color.blue  ;" , 1000 );
    app.setTimeOut( "this.getField('Button4').strokeColor = color.red   ;" , 1500 );
    app.setTimeOut( "this.getField('Button4').strokeColor = color.green ;" , 2000 );
    app.setTimeOut( "this.getField('Button4').strokeColor = color.blue  ;" , 2500 );
    app.setTimeOut( "this.getField('Button4').strokeColor = color.red   ;" , 3000 );
    app.setTimeOut( "this.getField('Button4').strokeColor = color.green ;" , 3500 );
    app.setTimeOut( "this.getField('Button4').strokeColor = color.blue  ;" , 4000 );
    catch(e){}
    Sometimes the above script cycle thru all the colors in proper order and other time it get stuck.
    I have linked it to a button so its part of the button javascript.
    Is there a way to craft setTimeOut calls that it becomes a reliable delay ?
    How to craft it such that the file does not change and does not have to be saved ? This is wanted in addition but not the essential issue at the moment.
    Thanks,
    Rainbow

    MAXcount=20
    // Create a simple color animation on a field called “Color” that changes every second.
    function DoIt() {
      var f = this.getField("Button4");
      var nColor = (timeout.count++ % 10 / 10);
      // Various shades of red.
      var aColor = new Array("RGB", nColor, 0, 0);
      f.fillColor = aColor;
      console.println( 'change' + ' ' + nColor + '; count=' + timeout.count );
      if (timeout.count >= MAXcount)
        app.clearInterval ( timeout );
    console.show();
    console.clear();
    console.println('Start');
    // save return value as a variable
    timeout = app.setInterval("DoIt()", 1000);
    // Add a property to our timeout object so that DoIt() can keep a count going.
    timeout.count = 0;
    console.println('End of code');
    // And observe the results. I expect your new timer events are conflicting with each other. Note that in the above code the change is performed within the called function and not as new line of code.
    I ran it but did not follow your last comment and acrobat disk icon prompts for saving the file. Can anyone remove this "latter problem" ? Can it be solved by any means ?

  • Why this in script and smartform?

    Dear all,
    Why in smartforms and scripts is there a problem that suppose when i run a transaction for the first time and my print is correctly showed with suppose say 2 line items....when i click on back and again do the print preview those 2 line items are repeated...that is 4 times it is shown..
    But if i start from scratch in a new session..this problem does not exist until i do back again..
    Why this happens?

    Hi,
    This does not happen usually.
    You might have forgot to clear some work area.
    Check out for that.
    Thanks.
    Swati

  • Why won't this script run in task scheduler properly?

    Hello,
    I've created a script find all opened windows applications on the local computer.  The script creates an html outfile to report the opened windows and who is logged in. 
    When I run this script from the Powershell ISE or from Powershell command line it works fine.  When I schedule this script to run in windows Task Scheduler (either in Windows 7 or on Windows Server 2008) and I use 'Run only when user is logged in' the
    script again runs fine and reports in the html file the opened windows.
    But when I am logged into the server and I schedule this script to run in windows Task Scheduler (either in Windows 7 or on Windows Server 2008) and I use 'Run whether user is logged in or not' the script will run without error, it creates the html report,
    but it does not list the opened windows applications  That part of the report is missing.
    Why would this happen?  Do I need to change something in my script to make this script work whether or not someone is logged in?
    Here is the script:
    $a = "<style>"
    $a = $a + "BODY{background-color:peachpuff;}"
    $a = $a + "TABLE{border-width: 1px;border-style: solid;border-color: black;border-collapse: collapse;}"
    $a = $a + "TH{border-width: 1px;padding: 0px;border-style: solid;border-color: black;background-color:thistle}"
    $a = $a + "TD{border-width: 1px;padding: 0px;border-style: solid;border-color: black;background-color:PaleGoldenrod}"
    $a = $a + "</style>"
    get-wmiobject Win32_ComputerSystem | ConvertTo-HTML -head $a -body "<H2>Logged in UserID</H2>" -property username | Out-File C:\Powershell_Scripts\Test.htm ; Get-Process |where {$_.mainWindowTItle} |Select-Object name,mainwindowtitle | ConvertTo-HTML -head $a -body "<H2>Open Applications</H2>" | Out-File C:\Powershell_Scripts\Test.htm -Append
    Thank you.

    Its hard to get a full grasp of the errors from task scheduler.  Try rewriting the Action portion of the Scheduled Task in a cmd prompt (with or without the elevated credentials). When the cmd line runs, the cmd host will convert to a black
    powershell host and you will be able to read the errors.
    C:\> powershell.exe -command { update-help }
    or
    C:\> powershell.exe -noprofile -file c:\scripts\dosomething.ps1
    I solved a similar problem this week.  When I ran my script from within powershell, all the required modules are normally present and the script ran fine.  It was pretty clear which module I forgot to load at the beginning of the script once I could
    watch it from start to finish
    or, your script could dump the Error logs to a text file.
    $Error | select * | out-file c:\errors.txt
    Not the point.  Look at the task scheduler history first.  If the history is not enabled enable it. If it shows no error code then the script ran successfully but had an internal error.
    There is only one place that an error can occur. This will trap it and set the exit code which will be visible in the event history:
    $a=@'
    <style>
    BODY{
    background-color:peachpuff;
    TABLE{
    border-width: 1px;
    border-style: solid;
    border-color: black;
    border-collapse: collapse;
    TH{
    border-width: 1px;
    padding: 0px;
    border-style: solid;
    border-color: black;
    background-color:thistle;
    TD{
    border-width: 1px;
    padding: 0px;
    border-style: solid;
    border-color: black;
    background-color:PaleGoldenrod
    </style>
    Try{
    $username=get-wmiobject Win32_ComputerSystem |%{$_.username}
    $precontent="<H2>Logged in User: $username</H2><br/><H2>Open Applications</H2><br/>"
    $html=Get-Process |where {$_.mainWindowTItle} -ErorAction Stop|
    Select-Object name,mainwindowtitle |
    ConvertTo-HTML -cssuri c:\scripts\style.css -preContent $precontent -body "<body bgcolor='peachpuff'/>"
    $html | Out-File C:\Scripts\Test.htm -ErrorAction Stop
    Catch{
    exit 99
    This is really an exercise in how to manage background tasks.
    Using an error log is good assuming it is not the file system that you are having an issue with
    ¯\_(ツ)_/¯

  • Why wont this script work???

    Hi,
    I have previously used this script to make a portrait scroll bar which works perfectly, however i have altered the script to work in a landscape scroll bar by altering the x and y axis and switching out the height for width. However a part of it wont work...The left and right arrows work correctly however the scroll bar does not move and I can not for the life of me figure out why.
    Does anyone have any ideas as to what ive missed or done wrong?
    Thanks in advance
    scrolling = function () {
    var scrollWidth:Number = scrollTrack._width;
    var contentWidth:Number = contentMain._width;
    var scrollFaceWidth:Number = scrollFace._width;
    var maskWidth:Number = maskedView._width;
    var initPosition:Number = scrollFace._x=scrollTrack._x;
    var initContentPos:Number = contentMain._x;
    var finalContentPos:Number = maskWidth-contentWidth+initContentPos;
    var left:Number = scrollTrack._y;
    var top:Number = scrollTrack._x;
    var right:Number = scrollTrack._y;
    var bottom:Number = scrollTrack._width-scrollFaceWidth+scrollTrack._x;
    var dy:Number = 0;
    var speed:Number = 10;
    var moveVal:Number = (contentWidth-maskWidth)/(scrollWidth-scrollFaceWidth);
    scrollFace.onPress = function() {
      var currPos:Number = this._x;
      startDrag(this, false, left, top, right, bottom);
      this.onMouseMove = function() {
       dy = Math.abs(initPosition-this._x);
       contentMain._x = Math.round(dy*-1*moveVal+initContentPos);
    scrollFace.onMouseUp = function() {
      stopDrag();
      delete this.onMouseMove;
    btnUp.onPress = function() {
      this.onEnterFrame = function() {
       if (contentMain._x+speed<maskedView._x) {
        if (scrollFace._x<=top) {
         scrollFace._x = top;
        } else {
         scrollFace._x -= speed/moveVal;
        contentMain._x += speed;
       } else {
        scrollFace._x = top;
        contentMain._x = maskedView._x;
        delete this.onEnterFrame;
    btnUp.onDragOut = function() {
      delete this.onEnterFrame;
    btnUp.onRelease = function() {
      delete this.onEnterFrame;
    btnDown.onPress = function() {
      this.onEnterFrame = function() {
       if (contentMain._x-speed>finalContentPos) {
        if (scrollFace._x>=bottom) {
         scrollFace._x = bottom;
        } else {
         scrollFace._x += speed/moveVal;
        contentMain._x -= speed;
       } else {
        scrollFace._x = bottom;
        contentMain._x = finalContentPos;
        delete this.onEnterFrame;
    btnDown.onRelease = function() {
      delete this.onEnterFrame;
    btnDown.onDragOut = function() {
      delete this.onEnterFrame;
    if (contentWidth<maskWidth) {
      scrollFace._visible = false;
      btnUp.enabled = false;
      btnDown.enabled = false;
    } else {
      scrollFace._visible = true;
      btnUp.enabled = true;
      btnDown.enabled = true;
    scrolling();

    sorry should have said...its the aspect relating to "scrollFace" which is mentioned throughout..ive marked it out in bold and taken out anything unrelivant.
    Thanks
    So its:
    scrolling = function () {
    var scrollFaceWidth:Number = scrollFace._width;
    var initPosition:Number = scrollFace._x=scrollTrack._x;
    var bottom:Number = scrollTrack._width-scrollFaceWidth+scrollTrack._x;
    var moveVal:Number = (contentWidth-maskWidth)/(scrollWidth-scrollFaceWidth);
    scrollFace.onPress = function() {
      var currPos:Number = this._x;
      startDrag(this, false, left, top, right, bottom);
      this.onMouseMove = function() {
       dy = Math.abs(initPosition-this._x);
       contentMain._x = Math.round(dy*-1*moveVal+initContentPos);
    scrollFace.onMouseUp = function() {
      stopDrag();
      delete this.onMouseMove;
    btnUp.onPress = function() {
      this.onEnterFrame = function() {
       if (contentMain._x+speed<maskedView._x) {
       if (scrollFace._x<=top) {
         scrollFace._x = top;
        } else {
         scrollFace._x -= speed/moveVal;
        contentMain._x += speed;
       } else {
        scrollFace._x = top;
        contentMain._x = maskedView._x;
        delete this.onEnterFrame;
    btnDown.onPress = function() {
      this.onEnterFrame = function() {
       if (contentMain._x-speed>finalContentPos) {
       if (scrollFace._x>=bottom) {
         scrollFace._x = bottom;
        } else {
         scrollFace._x += speed/moveVal;
        contentMain._x -= speed;
       } else {
       scrollFace._x = bottom;
        contentMain._x = finalContentPos;
        delete this.onEnterFrame;
    if (contentWidth<maskWidth) {
      scrollFace._visible = false;
      btnUp.enabled = false;
      btnDown.enabled = false;
    } else {
      scrollFace._visible = true;
      btnUp.enabled = true;
      btnDown.enabled = true;

  • Why this code is not working??? java script

    gen_validatorv2.js
         JavaScript Form Validator
    Version 2.0.2
         Copyright 2003 JavaScript-coder.com. All rights reserved.
         You use this script in your Web pages, provided these opening credit
    lines are kept intact.
         The Form validation script is distributed free from JavaScript-Coder.com
         You may please add a link to JavaScript-Coder.com,
         making it easy for others to find this script.
         Checkout the Give a link and Get a link page:
         http://www.javascript-coder.com/links/how-to-link.php
    You may not reprint or redistribute this code without permission from
    JavaScript-Coder.com.
         JavaScript Coder
         It precisely codes what you imagine!
         Grab your copy here:
              http://www.javascript-coder.com/
    function Validator(frmname)
    this.formobj=document.forms[frmname];
         if(!this.formobj)
         alert("BUG: couldnot get Form object "+frmname);
              return;
         if(this.formobj.onsubmit)
         this.formobj.old_onsubmit = this.formobj.onsubmit;
         this.formobj.onsubmit=null;
         else
         this.formobj.old_onsubmit = null;
         this.formobj.onsubmit=form_submit_handler;
         this.addValidation = add_validation;
         this.setAddnlValidationFunction=set_addnl_vfunction;
         this.clearAllValidations = clear_all_validations;
    function set_addnl_vfunction(functionname)
    this.formobj.addnlvalidation = functionname;
    function clear_all_validations()
         for(var itr=0;itr < this.formobj.elements.length;itr++)
              this.formobj.elements[itr].validationset = null;
    function form_submit_handler()
         for(var itr=0;itr < this.elements.length;itr++)
              if(this.elements[itr].validationset &&
         !this.elements[itr].validationset.validate())
              return false;
         if(this.addnlvalidation)
         str =" var ret = "+this.addnlvalidation+"()";
         eval(str);
    if(!ret) return ret;
         return true;
    function add_validation(itemname,descriptor,errstr)
    if(!this.formobj)
         alert("BUG: the form object is not set properly");
              return;
         }//if
         var itemobj = this.formobj[itemname];
    if(!itemobj)
         alert("BUG: Couldnot get the input object named: "+itemname);
              return;
         if(!itemobj.validationset)
         itemobj.validationset = new ValidationSet(itemobj);
    itemobj.validationset.add(descriptor,errstr);
    function ValidationDesc(inputitem,desc,error)
    this.desc=desc;
         this.error=error;
         this.itemobj = inputitem;
         this.validate=vdesc_validate;
    function vdesc_validate()
    if(!V2validateData(this.desc,this.itemobj,this.error))
    this.itemobj.focus();
              return false;
    return true;
    function ValidationSet(inputitem)
    this.vSet=new Array();
         this.add= add_validationdesc;
         this.validate= vset_validate;
         this.itemobj = inputitem;
    function add_validationdesc(desc,error)
    this.vSet[this.vSet.length]=
         new ValidationDesc(this.itemobj,desc,error);
    function vset_validate()
    for(var itr=0;itr<this.vSet.length;itr++)
         if(!this.vSet[itr].validate())
              return false;
         return true;
    function validateEmailv2(email)
    // a very simple email validation checking.
    // you can add more complex email checking if it helps
    if(email.length <= 0)
         return true;
    var splitted = email.match("^(.+)@(.+)$");
    if(splitted == null) return false;
    if(splitted[1] != null )
    var regexp_user=/^\"?[\w-_\.]*\"?$/;
    if(splitted[1].match(regexp_user) == null) return false;
    if(splitted[2] != null)
    var regexp_domain=/^[\w-\.]*\.[A-Za-z]{2,4}$/;
    if(splitted[2].match(regexp_domain) == null)
         var regexp_ip =/^\[\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\]$/;
         if(splitted[2].match(regexp_ip) == null) return false;
    }// if
    return true;
    return false;
    function V2validateData(strValidateStr,objValue,strError)
    var epos = strValidateStr.search("=");
    var command = "";
    var cmdvalue = "";
    if(epos >= 0)
    command = strValidateStr.substring(0,epos);
    cmdvalue = strValidateStr.substr(epos+1);
    else
    command = strValidateStr;
    switch(command)
    case "req":
    case "required":
    if(eval(objValue.value.length) == 0)
    if(!strError || strError.length ==0)
    strError = objValue.name + " : Required Field";
    }//if
    alert(strError);
    return false;
    }//if
    break;
    }//case required
    case "maxlength":
    case "maxlen":
    if(eval(objValue.value.length) > eval(cmdvalue))
    if(!strError || strError.length ==0)
    strError = objValue.name + " : "+cmdvalue+" characters maximum ";
    }//if
    alert(strError + "\n[Current length = " + objValue.value.length + " ]");
    return false;
    }//if
    break;
    }//case maxlen
    case "minlength":
    case "minlen":
    if(eval(objValue.value.length) < eval(cmdvalue))
    if(!strError || strError.length ==0)
    strError = objValue.name + " : " + cmdvalue + " characters minimum ";
    }//if
    alert(strError + "\n[Current length = " + objValue.value.length + " ]");
    return false;
    }//if
    break;
    }//case minlen
    case "alnum":
    case "alphanumeric":
    var charpos = objValue.value.search("[^A-Za-z0-9]");
    if(objValue.value.length > 0 && charpos >= 0)
    if(!strError || strError.length ==0)
    strError = objValue.name+": Only alpha-numeric characters allowed ";
    }//if
    alert(strError + "\n [Error character position " + eval(charpos+1)+"]");
    return false;
    }//if
    break;
    }//case alphanumeric
    case "num":
    case "numeric":
    var charpos = objValue.value.search("[^0-9]");
    if(objValue.value.length > 0 && charpos >= 0)
    if(!strError || strError.length ==0)
    strError = objValue.name+": Only digits allowed ";
    }//if
    alert(strError + "\n [Error character position " + eval(charpos+1)+"]");
    return false;
    }//if
    break;
    }//numeric
    case "alphabetic":
    case "alpha":
    var charpos = objValue.value.search("[^A-Za-z]");
    if(objValue.value.length > 0 && charpos >= 0)
    if(!strError || strError.length ==0)
    strError = objValue.name+": Only alphabetic characters allowed ";
    }//if
    alert(strError + "\n [Error character position " + eval(charpos+1)+"]");
    return false;
    }//if
    break;
    }//alpha
              case "alnumhyphen":
    var charpos = objValue.value.search("[^A-Za-z0-9\-_]");
    if(objValue.value.length > 0 && charpos >= 0)
    if(!strError || strError.length ==0)
    strError = objValue.name+": characters allowed are A-Z,a-z,0-9,- and _";
    }//if
    alert(strError + "\n [Error character position " + eval(charpos+1)+"]");
    return false;
    }//if                
                   break;
    case "email":
    if(!validateEmailv2(objValue.value))
    if(!strError || strError.length ==0)
    strError = objValue.name+": Enter a valid Email address ";
    }//if
    alert(strError);
    return false;
    }//if
    break;
    }//case email
    case "lt":
    case "lessthan":
    if(isNaN(objValue.value))
    alert(objValue.name+": Should be a number ");
    return false;
    }//if
    if(eval(objValue.value) >= eval(cmdvalue))
    if(!strError || strError.length ==0)
    strError = objValue.name + " : value should be less than "+ cmdvalue;
    }//if
    alert(strError);
    return false;
    }//if
    break;
    }//case lessthan
    case "gt":
    case "greaterthan":
    if(isNaN(objValue.value))
    alert(objValue.name+": Should be a number ");
    return false;
    }//if
    if(eval(objValue.value) <= eval(cmdvalue))
    if(!strError || strError.length ==0)
    strError = objValue.name + " : value should be greater than "+ cmdvalue;
    }//if
    alert(strError);
    return false;
    }//if
    break;
    }//case greaterthan
    case "regexp":
                   if(objValue.value.length > 0)
         if(!objValue.value.match(cmdvalue))
         if(!strError || strError.length ==0)
         strError = objValue.name+": Invalid characters found ";
         }//if
         alert(strError);
         return false;
         }//if
    break;
    }//case regexp
    case "dontselect":
    if(objValue.selectedIndex == null)
    alert("BUG: dontselect command for non-select Item");
    return false;
    if(objValue.selectedIndex == eval(cmdvalue))
    if(!strError || strError.length ==0)
    strError = objValue.name+": Please Select one option ";
    }//if
    alert(strError);
    return false;
    break;
    }//case dontselect
    }//switch
    return true;
         Copyright 2003 JavaScript-coder.com. All rights reserved.
    example.html
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title>Example for Validator</title>
    <script language="JavaScript" src="gen_validatorv2.js" type="text/javascript"></script>
    </head>
    <body>
    <form action="" name="myform" >
    <table cellspacing="2" cellpadding="2" border="0">
    <tr>
    <td align="right">First Name</td>
    <td><input type="text" name="FirstName"></td>
    </tr>
    <tr>
    <td align="right">Last Name</td>
    <td><input type="text" name="LastName"></td>
    </tr>
    <tr>
    <td align="right">EMail</td>
    <td><input type="text" name="Email"></td>
    </tr>
    <tr>
    <td align="right">Phone</td>
    <td><input type="text" name="Phone"></td>
    </tr>
    <tr>
    <td align="right">Address</td>
    <td><textarea cols="20" rows="5" name="Address"></textarea></td>
    </tr>
    <tr>
    <td align="right">Country</td>
    <td>
         <SELECT name="Country">
              <option value="" selected>[choose yours]
              <option value="008">Albania
              <option value="012">Algeria
              <option value="016">American Samoa
              <option value="020">Andorra
              <option value="024">Angola
              <option value="660">Anguilla
              <option value="010">Antarctica
              <option value="028">Antigua And Barbuda
              <option value="032">Argentina
              <option value="051">Armenia
              <option value="533">Aruba     
         </SELECT>
         </td>
    </tr>
    <tr>
    <td align="right"></td>
    <td><input type="submit" value="Submit"></td>
    </tr>
    </table>
    </form>
    <script language="JavaScript" type="text/javascript">
    //You should create the validator only after the definition of the HTML form
    var frmvalidator = new Validator("myform");
    frmvalidator.addValidation("FirstName","req","Please enter your First Name");
    frmvalidator.addValidation("FirstName","maxlen=20",
         "Max length for FirstName is 20");
    frmvalidator.addValidation("FirstName","alpha");
    frmvalidator.addValidation("LastName","req");
    frmvalidator.addValidation("LastName","maxlen=20");
    frmvalidator.addValidation("Email","maxlen=50");
    frmvalidator.addValidation("Email","req");
    frmvalidator.addValidation("Email","email");
    frmvalidator.addValidation("Phone","maxlen=50");
    frmvalidator.addValidation("Phone","numeric");
    frmvalidator.addValidation("Address","maxlen=50");
    frmvalidator.addValidation("Country","dontselect=0");
    </script>
    </body>
    </html>
    documentation.html
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <html>
    <head>
         <title>JavaScript Form Validator Documentation</title>
    <Style>
    BODY, P,TD{ font-family: Arial,Verdana,Helvetica, sans-serif; font-size: 10pt }
    H1{ font-family: Arial,Verdana,Helvetica, sans-serif; font-size: 18pt; color : #000066}
    H3{ font-family: Arial,Verdana,Helvetica, sans-serif; font-size: 12pt; color : #000066 }
    A{font-family: Arial,Verdana,Helvetica, sans-serif;}
    B {     font-family : Arial, Helvetica, sans-serif;     font-size : 12px;     font-weight : bold;}
    CODE {font-family : Courier,monospace;font-size: 10pt;color : #800000;}
    CODE.htm {font-family : "Courier New", Courier, monospace;     font-size : x-small;     color : #000080;}
    </Style>
    </head>
    <body>
    <center>
    <table cellspacing="2" cellpadding="2" border="0" width="600">
    <tr><td>
         <h1>JavaScript Form Validations Made Easy!</h1>
         <h3>Documentation for JavaScript Form Validator</h3>
         <HR size=1>
         <P>
         The Form validation script is distributed free from JavaScript-Coder.com<br>
         You can use the script in your web pages for free.
         </P>
         <P>
         You may please add a link to JavaScript-Coder.com,
         making it easy for others to find this script.<br>
         Checkout the <A href="http://www.javascript-coder.com/links/how-to-link.php
         target="_blank">Give a Link & Get a Link!</A> page.
         </P>
         <P>
         <B>JavaScript Coder</B><br>
         It precisely codes what you imagine!<br>
         Grab your copy here: http://www.javascript-coder.com
         </P>
         <HR size=1>
         <P>
         Using client side JavaScript is an efficient way to validate the user input
         in web applications. When there are many fields in the form, the JavaScript
         validation becomes too complex.
         </P>
         <P>
    The JavaScript class presented here makes the form validations many times easier.
         </P>
         <P>
         The idea is to create a set of "validation descriptors" associated with each element
         in a form. The "validation descriptor" is nothing but a string specifying the type of
         validation to be performed.
         </P>
         <P>
         Each field in the form can have 0, 1, or more validations. For example, the input should
         not be empty, should be less than 25 chars, should be alpha-numeric, etc
         </P>
         You can associate a set of validation descriptors for each input field in the form.
         <a name="3"></a>
         <h3>Using The Script</h3>
         1.Include gen_validatorv2.js in your html file just before closing the HEAD tag<br><br>
         <CODE>
         <script language="JavaScript" src="gen_validatorv2.js" type="text/javascript"></script><BR>
         </head><BR>
         </CODE><br>
         2. Just after defining your form,
         Create a form validator object passing the name of the form<br><br>
         <CODE class='htm'>
          <FORM name='myform' action=""><BR>
          <!----Your input fields go here --><BR>
          </FORM><BR>
         </CODE><CODE>
          <SCRIPT language="JavaScript"><BR>
          var frmvalidator  = new Validator("myform");<BR>
         </CODE>
         <br>
         <br>
         3. Now add the validations required<br><br>
         <CODE>
              frmvalidator.addValidation("FirstName","alpha");
         </CODE><br><br>
         the first argument is the name of the field and the second argument is the
         validation descriptor, which specifies the type of validation to be performed.<br>
         You can add any number of validations.The list of validation descriptors are provided
         at the end of the documentation.<br>
         The optional third argument is the error string to be displayed if the validation
         fails.<br>
         <br>
         <CODE>
              frmvalidator.addValidation("FirstName","alpha");<br>
              frmvalidator.addValidation("FirstName","req","Please enter your First Name");<br>
              frmvalidator.addValidation("FirstName","maxlen=20",<br>
                   "Max length for FirstName is 20");          <br>
         </CODE>     <br>
         <br>
         4. Similarly, add validations for the fields where validation is required.<br>
         That's it! You are ready to go.
         <A name="3"></A>
         <h3>Example</h3>
         The example below will make the idea clearer<br>
         <CODE class="htm">
                   <form action="" name="myform" ><BR>
                   <table cellspacing="2" cellpadding="2" border="0"><BR>
                   <tr><BR>
                     <td align="right">First Name</td><BR>
                     <td><input type="text" name="FirstName"></td><BR>
                   </tr><BR>
                   <tr><BR>
                     <td align="right">Last Name</td><BR>
                     <td><input type="text" name="LastName"></td><BR>
                   </tr><BR>
                   <tr><BR>
                     <td align="right">EMail</td><BR>
                     <td><input type="text" name="Email"></td><BR>
                   </tr><BR>
                   <tr><BR>
                     <td align="right">Phone</td><BR>
                     <td><input type="text" name="Phone"></td><BR>
                   </tr><BR>
                   <tr><BR>
                     <td align="right">Address</td><BR>
                     <td><textarea cols="20" rows="5" name="Address"></textarea></td><BR>
                   </tr><BR>
                   <tr><BR>
                     <td align="right">Country</td><BR>
                     <td><BR>
                          <SELECT name="Country"><BR>
                             <option value="" selected>[choose yours]<BR>
                             <option value="008">Albania<BR>
                             <option value="012">Algeria<BR>
                             <option value="016">American Samoa<BR>
                             <option value="020">Andorra<BR>
                             <option value="024">Angola<BR>
                             <option value="660">Anguilla<BR>
                             <option value="010">Antarctica<BR>
                             <option value="028">Antigua And Barbuda<BR>
                             <option value="032">Argentina<BR>
                             <option value="051">Armenia<BR>
                             <option value="533">Aruba     <BR>
                         </SELECT><BR>
                        </td><BR>
                   </tr><BR>
                   <tr><BR>
                     <td align="right"></td><BR>
                     <td><input type="submit" value="Submit"></td><BR>
                   </tr><BR>
                   </table><BR>
                   </form><BR>
                   </CODE><CODE>
                   <script language="JavaScript" type="text/javascript"><BR>
                    var frmvalidator = new Validator("myform");<BR>
                    frmvalidator.addValidation("FirstName","req","Please enter your First Name");<BR>
                    frmvalidator.addValidation("FirstName","maxlen=20",<BR>
                        "Max length for FirstName is 20");<BR>
                    frmvalidator.addValidation("FirstName","alpha");<BR>
                    <BR>
                    frmvalidator.addValidation("LastName","req");<BR>
                    frmvalidator.addValidation("LastName","maxlen=20");<BR>
                    <BR>
                    frmvalidator.addValidation("Email","maxlen=50");<BR>
                    frmvalidator.addValidation("Email","req");<BR>
                    frmvalidator.addValidation("Email","email");<BR>
                    <BR>
                    frmvalidator.addValidation("Phone","maxlen=50");<BR>
                    frmvalidator.addValidation("Phone","numeric");<BR>
                    <BR>
                    frmvalidator.addValidation("Address","maxlen=50");<BR>
                    frmvalidator.addValidation("Country","dontselect=0");<BR>
                   </script><BR>     
         </CODE>
         <A name="4"></A>
         <h3>Some Additional Notes</h3>
         <LI type="disc">The form validators should be created only after defining the HTML form
         (only after the </form> tag. )<br>
         <LI type="disc">Your form should have a distinguished name.
         If there are more than one form
         in the same page, you can add validators for each of them. The names of the
         forms and the validators should not clash.
         <LI type="disc">You can't use the javascript onsubmit event of the form if it you are
         using this validator script. It is because the validator script automatically overrides the
         onsubmit event. If you want to add a custom validation, see the section below
         </LI>
         <A name="5"></A>
         <h3>Adding Custom Validation</h3>
         If you want to add a custom validation, which is not provided by the validation descriptors,
         you can do so. Here are the steps:
         <LI type="disc">Create a javascript function which returns true or false depending on the validation.<br>
         <CODE>
              function DoCustomValidation()<BR>
              {<BR>
                var frm = document.forms["myform"];<BR>
                if(frm.pwd1.value != frm.pwd2.value)<BR>
                {<BR>
                  alert('The Password and verified password does not match!');<BR>
                  return false;<BR>
                }<BR>
                else<BR>
                {<BR>
                  return true;<BR>
                }<BR>
              }<BR>
         </CODE><br>
         <LI type="disc">Associate the validation function with the validator object.<br>
         <CODE>
         frmvalidator.setAddnlValidationFunction("DoCustomValidation");
         </CODE><br>
         </LI>
         <P>
         The custom validation function will be called automatically after other validations.
         </P>
         <P>
         If you want to do more than one custom validations, you can do all those
         validations in the same function.
         </P>
         <CODE>
              function DoCustomValidation()<BR>
              {<BR>
                var frm = document.forms["myform"];<BR>
                if(false == DoMyValidationOne())<BR>
                {<BR>
                  alert('Validation One Failed!');<BR>
                  return false;<BR>
                }<BR>
                else<BR>
                if(false == DoMyValidationTwo())<BR>
                {<BR>
                  alert('Validation Two Failed!');<BR>
                  return false;<BR>
                }<BR>
                else<BR>
                {<BR>
                  return true;<BR>
                }<BR>
              }<BR>
         </CODE><br>
         where DoMyValidationOne() and DoMyValidationTwo() are custom functions for
         validation.
         <A name="6"></A>
         <h3>Clear All Validations</h3>
         In some dynamically programmed pages, it may be required to change the validations in the
         form at run time. For such cases, a function is included which clears all validations in the
         validator object.<br><br>
         <CODE>
         frmvalidator.clearAllValidations();
         </CODE><br>
         <br>
         this function call clears all validations you set.<br>
         You will not need this method in most cases.
         <a name="7"></a>
         <h3>Table of Validation Descriptors</h3>     
    <table cellspacing="2" cellpadding="2" border="1" width="520px">
    <tr>
    <td><FONT face=Arial size=2>
         required<BR>
         req </FONT>
         </td>
    <td><FONT face=Arial size=2>The field should not be
    empty </FONT>
         </td>
    </tr>
    <tr>
    <td><FONT face=Arial size=2>
         maxlen=???<BR>
         maxlength=???
         </td>
    <td><FONT face=Arial size=2>checks the length entered data to the maximum. For
    example, if the maximum size permitted is 25, give the validation descriptor as "maxlen=25"
         </td>
    </tr>
    <tr>
    <td><FONT face=Arial size=2>
         minlen=???<BR>
         minlength=???
         </td>
    <td><FONT face=Arial size=2>checks the length of the entered string to the
    required minimum. example "minlen=5"
         </td>
    </tr>
    <tr>
    <td><FONT face=Arial size=2>
         alphanumeric /<BR>
         alnum </FONT>
         </td>
    <td><FONT face=Arial size=2>Check the data if it
    contains any other characters other than alphabetic or numeric characters
    </FONT>
         </td>
    </tr>     
    <tr>
    <td><FONT face=Arial size=2>num <BR>
         numeric </FONT>
         </td>
    <td><FONT face=Arial size=2>Check numeric data
    </FONT>
         </td>
    </tr>
    <tr>
    <td><FONT face=Arial size=2>alpha <BR>
         alphabetic </FONT>
         </td>
    <td><FONT face=Arial size=2>Check alphabetic data.
    </FONT>
         </td>
    </tr>     
    <tr>
    <td><FONT face=Arial size=2>email </FONT>
         </td>
    <td><FONT face=Arial size=2>The field is an email
    field and verify the validity of the data. </FONT>
         </td>
    </tr>
    <tr>
    <td><FONT face=Arial size=2>lt=???<BR>
         lessthan=???
         </td>
    <td><FONT face=Arial size=2>
         Verify the data to be less than the value passed.
         Valid only for numeric fields. <BR>
         example: if the
    value should be less than 1000 give validation description as "lt=1000"
         </td>
    </tr>
    <tr>
    <td><FONT face=Arial size=2>gt=???<BR>
         greaterthan=???     </td>
    <td><FONT face=Arial size=2>
         Verify the data to be greater than the value passed.
         Valid only for numeric fields. <BR>
         example: if the
    value should be greater than 10 give validation description as "gt=10"
         </td>
    </tr>
    <tr>
    <td><FONT face=Arial size=2>regexp=??? </FONT>
         </td>
    <td><FONT face=Arial size=2>
         Check with a regular expression the value should match the regular expression.<BR>
         example: "regexp=^[A-Za-z]{1,20}$" allow up to 20 alphabetic
         characters.
         </td>
    </tr>
    <tr>
    <td><FONT face=Arial size=2>dontselect=?? </FONT>
         </td>
    <td><FONT face=Arial size=2>This
    validation descriptor is valid only for select input items (lists)
    Normally, the select list boxes will have one item saying 'Select One' or
    some thing like that. The user should select an option other than this
    option. If the index of this option is 0, the validation description
    should be "dontselect=0"
         </td>
    </tr>
    </table>
         <P>
              <table cellspacing="2" cellpadding="2" border="1" width="520">
              <tr>
              <td>
                   <B>NOTE:</B><br>
                   The HTML Form Wizard included in JavaScript Coder contains still more
                   number of validations
                   (comparison validations, check box & radio button validations and more)<br>
                   Using the wizard, you can add validations to your forms
                   without writing a single line of code! <br>
                   JavaScript Coder takes care of
                   generating the code and inserting the code in to the HTML file.<br>
                   <A href="http://www.javascript-coder.com/index.phtml
                   target="_blank">Read more about JavaScript Coder</A>
                   </td>
              </tr>
              </table>
         </P>
         <A name="8"></A>
         <h3>Example Page</h3>     
         See the <a href="example.html target="_blank"
         >JavaScript form validation example here</a>
    </td>
    </tr>
    <tr><td align="center">
         <HR><br>
         Copyright &copy; 2003 JavaScript-Coder.com. All rights reserved.
    </td></tr>
    </table>     
    </center>
    </body>
    </html>

    The code is not working because you made a mistake somewhere, duh! So figure out what (hint: firefox javascript console, it's your friend) and fix it!
    And next time when you post code: use the [ code ]  tags to pretty format your code, as it is now it's unreadable.
    http://forum.java.sun.com/help.jspa?sec=formatting

  • Why this acroform script not working in livecycle E2

    I have this script on a acroform and it works great, but when try in live cycle it does not do anything, Can someone think of the reason? Essentially the value in drop down is populated in text filed but want t make a 1d barcode so using barcode font!
    event.value = ""; // clear the field;
    var oField = this.getField("NAME1");
    if(oField != null) {
    // populate if not null;
    // get the value of the field object and add guard bits and LA;
    event.value = "*LA" + oField.value + "*";}

    The various object models for scripting in an XFA form are almost entirely different than they are for an AcroForm, so you generally cannot have interchangeable scripts. I'd suggest you ask in the LiveCycle Designer forum for help.

  • I see two dialog boxes when I run this script, why?

    When I run this script I see two dialog boxes of "Would you like to Minimize firefox", the first has no default button selected, the second one does.
    What is going on? How do I end up with only one dialog box?
    set minfirefox to "Would you like to Minimize firefox?"
    set tempvar to display dialog minfirefox buttons {"Yes", "No"}
    set ButtonPressed to button returned of tempvar
    display dialog minfirefox buttons {"Yes", "No"} default button "Yes"
    if ButtonPressed is "yes" then
    display dialog "you pressed " & ButtonPressed
    else
    display dialog "you should have pressed yes but you pressed " & ButtonPressed
    end if

    Hi--
    Welcome to the Apple Discussions...
    StewartAlexander wrote:
    When I run this script I see two dialog boxes of "Would you like to Minimize firefox", the first has no default button selected, the second one does.
    What is going on? How do I end up with only one dialog box?
    You're telling it to display the dialog twice. Once here without the default button:
    set tempvar to display dialog minfirefox buttons {"Yes", "No"}
    and then again here:
    display dialog minfirefox buttons {"Yes", "No"} default button "Yes"
    But you're ignoring the buttons returned from the second one.
    charlie
    PS. This probably does more like what you want:
    set minfirefox to "Would you like to Minimize firefox?"
    set tempvar to display dialog minfirefox buttons {"Yes", "No"} default button "Yes"
    set ButtonPressed to button returned of tempvar
    if ButtonPressed is "yes" then
    display dialog "you pressed " & ButtonPressed
    else
    display dialog "you should have pressed yes but you pressed " & ButtonPressed
    end if

  • Why does this script changes modification date???

    Hello All,
    I am using this script with an Acrobutton to advise my users of the current PDF version.
    var stmDoc = Collab.documentToStream(this)
    var strDoc = util.stringFromStream(stmDoc);
    var strVer = strDoc.substr(5,3)
    app.alert({cMsg: "The PDF version is: " + strVer, nIcon: 3, nType: 0, cTitle: "PDF Version Check"});
    Problem is that when closing the document, even though not prompted, the file is saved (assumed, since the modification date changes).
    Is there anything about this script that is doing this?

    I added a "this.dirty = false;" to the end, but it does not do as I had hoped. The pdf does not prompt for a save, which is what I understand the dirty flag to be effecting. The modification date changes anyway. Am I not using the dirty flag correctly? Thanks in advance for your help.

  • "Press Run to run this script..." confirmation started appearing...why?

    I've got a set of AppleScripts I run from Spotlight, and all of a sudden they run with a confirmation alert that I've never seen before. Upon launch, each of these scripts puts up an alert that says "Press Run to run this script, or Quit to quit." So I gotta hit a button before the script will continue running.
    I did a web search on it, and they all said the same thing: You saved your script with the Startup Screen option on. But I didn't! They've been running headless for months, some for years, and none of them started displaying the confirm dialog until now. I even opened and resaved them with the Startup Screen option off (it wasn't even checked when I went to resave them) and they still do this.
    I guess I'll try fixing permissions unless somebody has a better idea. As far as I can tell, I've done everything right.

    You're dealing with scripts saved as applications, correct?
    I've encountered this issue in a somewhat different context, and I suspect that red_menace is correct that it has to do with the .rsrc file in the resources folder -- but I haven't figured out a "direct" fix.
    No guarantees, but try this:
    • Display the main script on the desktop by dragging the applet to whatever script editor you are using.
    • From the script editor menu (top of screen) select "file > save as." You'll get a drop down window over the script, showing the name of the original applet (without the name extension ".app"). Leave the name alone or change it as you wish. In any event, save the "save as" script as an application bundle in the same location as the original applet (e.g., desktop). If you didn't change the name, you'll have to choose to replace the original applet with the "save as" version; if you did change the name, you'll retain the original and get another with the new name.
    • At this point, double-click on the applet with the new name (if that's the approach you took); otherwise, double-click on the replacement applet. Do you still get the "Press Run to run this script..." message??
    As I said, no guarantees, but I'll be most interested in what you find.

  • Why does this script fail with OS X Lion?

    The following AppleScript has been woorking just fine ronning Snow Leopard. Under Lion only the first site is loaded and the other Safari tabs are Untitled. Does anyone know what is wrong and how do I fix it? Thanks for any help.
    Hugh
    ---------------------------------------------------- Non-working script ---------------------------------------------------------------------
    tell application "Safari"
              open location "http://www.macrumors.com/"
              tell window 1 to set current tab to make new tab with properties {URL:"http://www.macworld.com/"}
              tell window 1 to set current tab to make new tab with properties {URL:"http://www.macnn.com/"}
              tell window 1 to set current tab to make new tab with properties {URL:"http://reviews.cnet.com/macfixit/?tag=mfiredir"}
              tell window 1 to set current tab to make new tab with properties {URL:"http://www.macintouch.com/"}
              tell window 1 to set current tab to make new tab with properties {URL:"http://arstechnica.com/apple/"}
              tell window 1 to set current tab to make new tab with properties {URL:"http://www.appleinsider.com/"}
    end tell

    Does anyone know what is wrong and how do I fix it?
    Actually, I don't know why your script fails with Mac OS X Lion. I can only suggest the following workaround, which seems to work properly:
    set myURLs to {"http://www.macworld.com/", "http://www.macnn.com/", "http://reviews.cnet.com/macfixit/?tag=mfiredir", "http://www.macintouch.com/", "http://arstechnica.com/apple/", "http://www.appleinsider.com/"}
    open location "http://www.macrumors.com/"
    tell application "Safari"
        activate
        tell window 1 to repeat with thisURL in myURLs
            set current tab to make new tab
            my newTab(thisURL)
        end repeat
    end tell
    on newTab(theURL)
        tell application "System Events"
            keystroke "l" using command down
            keystroke theURL & return
        end tell
    end newTab

  • What's Wrong With This Script

    A couple of years ago I was using an AppleScript file (thanks to someone else's assistance) but it no longer works.
    I have an extra internal drive, that is partitioned, and used for sequential daily backups. When the computer starts up, of course all the drives mount - but I prefer that they are off the desktop until neded.
    Rather than selecting the volumes and then dragging to the Trash, I found it easier to have a script run at startup which then asks if the drives should be unmounted.
    Things were great - until I upgraded to Tiger.
    I am hoping that someone can tell me what's wrong with the script so that I can start using it again. As you can probably tell, I don't have any experience in AppleScript. At the moment the script runs - it presents the dialogue box - and then just ends after a response, but the drives do not unmount.
    The partitions on the drive are called Monday Tuesday Wednesday Thursday Saturday
    The existing script is as follows:
    on run
    display dialog "Unmount All Backup Drives?" buttons {"Yes", "No"} default button 1
    set x to button returned of result
    if x is "Yes" then tell application "Finder" to eject "Monday"
    end run

    This relates to another (current) thread in AppleScript discussions.
    Your script works with Panther as that operating system allows INTERNAL drives to be "ejected" (and, if you eject one volume on a partitioned drive, all the volumes on that drive are ejected -- this explains why ejecting "Monday" actually ejected Monday through Friday).
    With Tiger, you would find that your script works exactly as expected with EXTERNAL drives, but INTERNAL drives need a different approach.
    To get behavior exactly as you had before, try this script:
    --BEGINNING
    display dialog "Unmount All Backup Drives?" buttons {"Yes", "No"} default button 1
    set x to button returned of result
    if x is "Yes" then set driveName to "Monday"
    set driveInfo to do shell script "diskutil list | grep \"" & driveName & "\""
    set driveID to last word of driveInfo
    do shell script "diskutil unmountDisk " & driveID & ""
    --END
    For reasons that aren't entirely clear to me, this approach, while it works reliably, is very slow -- on my fast machine, the unmount process takes nearly 20 seconds. (Using UNIX directly in Terminal, with the same command, is very quick.) (In the AS, the delay occurs in second "do shell script.")
    Another puzzle that has cropped up is described in the related thread "Applescript to Mount/Unmount a Disk . . ." (current). While the above approach works for Justin Surpless, it often prompts for a password -- unacceptable in his application. I've not seen this on my PPC (and I tried 10.4.7, which he's using); his may be an Intel Mac, if that could be the difference.

  • Why this code works in firefox and safari but not in ie8

    Some one can explain to me why this code works in firefox and safari but not on ie8, maybe a spry bug?
    i have the latest version of firefox, the latest of safari, the latest of ie8 and the latest of spry (1.6.1)
    <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
    <!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" xmlns:spry="http://ns.adobe.com/spry">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Documento sin título</title>
    <script src="SpryAssets/xpath.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryData.js" type="text/javascript"></script>
    <script type="text/javascript">
    <!--
    var dsClientes = new Spry.Data.XMLDataSet("clientes.asp", "root/row", {useCache: false});
    //-->
    </script>
    </head>
    <body>
    <div spry:region="dsClientes">
      <div spry:repeat="dsClientes">{dsClientes::id} | {dsClientes::NOMBREDELCLIENTE}</div>
    </div>
    </body>
    </html>
    And this is the asp code:
    <?xml version="1.0" encoding="utf-8"?>
    <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
    <!--#include file="Connections/conexionSQL.asp" -->
    <%
    Dim RsClientes
    Dim RsClientes_cmd
    Dim RsClientes_numRows
    Set RsClientes_cmd = Server.CreateObject ("ADODB.Command")
    RsClientes_cmd.ActiveConnection = MM_conexionSQL_STRING
    RsClientes_cmd.CommandText = "SELECT * FROM dbo.CLIENTES"
    RsClientes_cmd.Prepared = true
    Set RsClientes = RsClientes_cmd.Execute
    RsClientes_numRows = 0
    %>
    <root>
      <% While (NOT RsClientes.EOF) %>
         <row>
               <%
                   For each field in RsClientes.Fields
                   column = field.name
               %>
              <<%=column%>><![CDATA[<%=(RsClientes.Fields.Item(column).Value)%>]]></<%=column%>>
              <%
                   Next
              %>
         </row>
        <%
           RsClientes.MoveNext()
         Wend
    %>
    </root>
    <%
    RsClientes.Close()
    Set RsClientes = Nothing
    %>
    and how i said, this works fine but in ie8 the page is just blank and dont display any results

    ok this is the asp source code that i get on ie8:
    <?xml version="1.0" encoding="utf-8"?>
    <root>
    <row>
      <id><![CDATA[1]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[ELEKTRISOLA, S.A. DEC.V.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[PERIF. MANUEL GOMEZ MORIN #1800   COLONIA MENONITA   ]]></DIRECCION>
      <CIUDAD><![CDATA[CUAUHTEMOC, CHIH.   CP 31500]]></CIUDAD>
      <RFC><![CDATA[ELE950724JH9]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[4187179]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[2]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[ELIZABETH PIÑON SILVA]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[Rio de Janeiro #527     Colonia Panamericana]]></DIRECCION>
      <CIUDAD><![CDATA[Chihuahua, Chih.   C P  32220]]></CIUDAD>
      <RFC><![CDATA[PISE650613AX7]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[3]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[EMPAQUES PACTIV, S.A. DE C.V.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[Av. Nicolas Gogol #11342.     Complejo Industrial Chihuahua]]></DIRECCION>
      <CIUDAD><![CDATA[Chihuahua, Chih.,   CP 31109]]></CIUDAD>
      <RFC><![CDATA[EPA-960807C19]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[4]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[ESCUELA ALFA DE INGLES, S.C.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[Río de Janeiro#527.       Colonia Panamericana]]></DIRECCION>
      <CIUDAD><![CDATA[Chihuahua, Chih.,   CP 31220]]></CIUDAD>
      <RFC><![CDATA[EIA01100314F5]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[5]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[JESUS FRANCISCO REY ARMENTA]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[CALLE 24a. #2317  COLONIA  MIRADOR]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA]]></CIUDAD>
      <RFC><![CDATA[REAJ540916FLA]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[6]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[FIANZAS COMERCIAL AMERICA, S.A.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[PASEO BOLIVAR #1000]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA]]></CIUDAD>
      <RFC><![CDATA[FCA-941109TI7]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[7]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[FAUSTINO JAQUES GAYTAN]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[MIGUEL BARRAGAN #3308COLONIA LA CIMA]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA]]></CIUDAD>
      <RFC><![CDATA[JAGF530502S55]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[8]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[ESTUDIOS PERSONALIZADOS, A.C.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[CALLE 9a. #2005     COLONIA CENTRO]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA]]></CIUDAD>
      <RFC><![CDATA[EPE000223PV3]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[9]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[GENESIS INDUSTRIAL SERVICES, S.A. DE C.V.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[Km 16 1/2 CARRETERA CHIHUAHUA-JUAREZ      PARQUE INDUSTRIAL IMPULSO  CP31109]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA]]></CIUDAD>
      <RFC><![CDATA[GIS960823JQ3]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[10]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[GRUPO GUAL DEL NORTE, S.A. DE R.L. MI.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[AV. OCAMPO #3015]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA]]></CIUDAD>
      <RFC><![CDATA[GGN001227PX5]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[4156956]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[11]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[GOBIERNO DEL ESTADO DE CHIHUAHUA  (Preparatoria Abierta)]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[JOSE MARTI #3111      FRACC. LEONES    ]]></DIRECCION>
      <CIUDAD><![CDATA[Chihuahua, Chih]]></CIUDAD>
      <RFC><![CDATA[GEC981004RE5]]></RFC>
      <CONTACTO><![CDATA[VIRGINIA BELTRAN]]></CONTACTO>
      <TELEFONOS><![CDATA[4133232]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[12]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[HBORENTA ACABADOS RESIDENCIALES AUTOM. E INDUTRIALES, S.A. DE C.V.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[PERIF. DE LA JUVENTUD #10101       COLONIA IGNACIO ALLENDE]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA]]></CIUDAD>
      <RFC><![CDATA[AR920302A20]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[13]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[HECTOR RUBEN RODRIGUEZ NEGRETE]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[Venustiano Carranza  2804.  Colonia Santa Rosa]]></DIRECCION>
      <CIUDAD><![CDATA[Chihuahua, Chih.]]></CIUDAD>
      <RFC><![CDATA[RONH701218594]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[14]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[JUNTA RURAL DE AGUA POTABLE]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[Calle Emiliano Zapata S/N]]></DIRECCION>
      <CIUDAD><![CDATA[Ejido Benito Juárez, Chih]]></CIUDAD>
      <RFC><![CDATA[JRA900627MF7]]></RFC>
      <CONTACTO><![CDATA[O NEVAREZ]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[15]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[HOMELITE CONSUMER PRODUCTS, S.A. DE C.V.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[CARRETERA CHIHUAHUA JUAREZ  #11360 COMPLEJO INDUSTRIAL CHIHUAHUA ]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA, CHIH.     CP 31109]]></CIUDAD>
      <RFC><![CDATA[HCP960513IZ7]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[16]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[HONEYWELL MANUFACTURAS DE CHIHUAHUA, S de RL de C V]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[Av. Cristóbal Colón 11364    Parque Industrial Chihuahua   CP 31136]]></DIRECCION>
      <CIUDAD><![CDATA[Chihuahua, Chih.]]></CIUDAD>
      <RFC><![CDATA[HMC921013H10]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[17]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[KEY PLASTICS DE MEXICO, S. DE R.L. DE C.V.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[VICTOR HUGO # 300  COMPLEJO INDUSTRIAL CHIHUAHUA   ]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA, CHIH.   C.P. 31109]]></CIUDAD>
      <RFC><![CDATA[KPM940421EV1]]></RFC>
      <CONTACTO><![CDATA[KATIA VARGAS]]></CONTACTO>
      <TELEFONOS><![CDATA[4290800  / 4398800]]></TELEFONOS>
      <FAX><![CDATA[4290812  / 4398825]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[150000]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[18]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[LEXMARK INTERNACIONAL, S.A DE C.V.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[CARR. CHIHUAHUA-CD. JUAREZ 19100  PARQUE INDUSTRIAL SUPRA   ]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA, CHIH.   CP 31109]]></CIUDAD>
      <RFC><![CDATA[LIN960124HT8]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[4423429]]></TELEFONOS>
      <FAX><![CDATA[4423419]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[50000]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[19]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[CLAUDIA BERNARDI DE LA VEQUIA]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[Encino 14    Col. Granjas     CP 31160]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA, CHIH.]]></CIUDAD>
      <RFC><![CDATA[BEVC760825TA7]]></RFC>
      <CONTACTO><![CDATA[CLAUDIA BERNARDI]]></CONTACTO>
      <TELEFONOS><![CDATA[440.3979]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[30]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[20]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[EMPAQUES INDUSTRIALES DE LA FRONTERA, S.A. DE C.V.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[AV. DE LAS INDUSTRIAS # 5114-E]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA]]></CIUDAD>
      <RFC><![CDATA[EIF010222LW2]]></RFC>
      <CONTACTO><![CDATA[VICTOR HOLGUIN]]></CONTACTO>
      <TELEFONOS><![CDATA[4215635]]></TELEFONOS>
      <FAX><![CDATA[4216176]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[21]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[DAVID VELASCO MARTINEZ]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[Av. Industrias 6504   Bodega 32    Fracc. Almacenes Industriales]]></DIRECCION>
      <CIUDAD><![CDATA[CP 31110   CHIHUAHUA, CHIH. ]]></CIUDAD>
      <RFC><![CDATA[VEMD630823HJ6]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[22]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[INSTITUTO ESTATAL ELECTORAL]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[AV. DIVISION DEL N0RTE #2104        COLONIA    ALTAVISTA]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA]]></CIUDAD>
      <RFC><![CDATA[IEE970903BL7]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[23]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[INVENSYS MC CONTROLES DE MEXICO, S. DE R.L. DE C.V.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[WASHINGTON #3701   PANAMERICANA INTERIOR CIRCUITO AUTOMOTIZ EDIF. 37   ]]></DIRECCION>
      <CIUDAD><![CDATA[CP 31200    CHIHUAHUA, CHIH.]]></CIUDAD>
      <RFC><![CDATA[ICM840530REA]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[24]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[SEP  -   INSTITUTO TECNOLOGICO DE CHIHUAHUA]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[AV. TECNOLOGICO # 2909]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA]]></CIUDAD>
      <RFC><![CDATA[SEP210905778]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[137474]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[25]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[ADVANCE DIAL COMPANY DE MEXICO, S. DE R.L DE C.V.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[AV. HEMINGWAY #11517        COMPLEJO INDUSTRIAL CHIHUAHUA      CP 31109]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA]]></CIUDAD>
      <RFC><![CDATA[ADM961106BC1]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[26]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[EL ALMACEN DEL DESIERTO, S.A. DE C.V.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[RIO CONCHOS Y PLAZA DE LA REPUBLICA]]></DIRECCION>
      <CIUDAD><![CDATA[DELICIAS, CHIH.]]></CIUDAD>
      <RFC><![CDATA[ADE900918IU5]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[28287]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[27]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[RUBEN ENRIQUE ALVAREZ PARRA]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[AV. OCAMPO #4602       COLONIA  BELLA VISTA]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA]]></CIUDAD>
      <RFC><![CDATA[AAPR511009DD2]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[28]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[ALARTEC DE CHIHUAHUA, S.A. DE C.V.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[AMERICA #1009]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA]]></CIUDAD>
      <RFC><![CDATA[ACI000704FS4]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[29]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[ALMEN PUERTAS Y VENTANAS, S. DE R.L. DE MI]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[C. AMADA ARMENDARIZ #239       COLONIA REVOLUCION  CP 31102]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA]]></CIUDAD>
      <RFC><![CDATA[APV940922LQ7]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[30]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[EL ALMACEN PAPELERIA, S.A. DE C.V.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[OCAMPO #1415           COLONIA CENTRO      CP  31000]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA, CHIH.]]></CIUDAD>
      <RFC><![CDATA[APA8002291D9]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[31]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[MARIA ANDREA RUBIO HERNANDEZ]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[PASEO DE LA BARRANCA #15527            FRACC. PASEOS DE CHIHUAHUA II]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA, CHIH.]]></CIUDAD>
      <RFC><![CDATA[RUHA540609QNA]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[4817131]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[32]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[AREAIN,S.A. DE C.V.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[AHUEHUETE #507-A]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA]]></CIUDAD>
      <RFC><![CDATA[ARE990514IW2]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[33]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[AVANCE EN TECNOLOGIA MAQUINADA S.A. DE C.V.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[MIGUEL BARRAGAN #7305 B   COLONIA PARRAL]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA]]></CIUDAD>
      <RFC><![CDATA[ATM000317LT6]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[34]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[INDUSTRIAS MALLAX S DE R.L. M.I.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[JOSE MARIA IGLESIAS # 4521  COL. PANORAMICO]]></DIRECCION>
      <CIUDAD><![CDATA[CP 31160 CHIHUAHUA, CHIH., MEX.]]></CIUDAD>
      <RFC><![CDATA[IMA040210PJ6]]></RFC>
      <CONTACTO><![CDATA[ING. JESUS BUSTILLOS/ANNA VALE]]></CONTACTO>
      <TELEFONOS><![CDATA[421-1180]]></TELEFONOS>
      <FAX><![CDATA[4211880]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[35]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[BARBARA ESPINOSA VASQUEZ]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[MANUEL OJINAGA #2224             COLONIA    SANTA RITA]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA]]></CIUDAD>
      <RFC><![CDATA[EIVB770719SY2]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[36]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[RAUL INDALECIO OLIVAS CHAVEZ]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[LIBERTAD #820            COLONIA  CENTRO ]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA, CHIH.  CP 31000]]></CIUDAD>
      <RFC><![CDATA[OICR731204FM2]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[4153536]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[37]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[BERTHA ISABEL PALOS LUNA]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[GUATEMALA #533                COLONIA PANAMERICANA]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA]]></CIUDAD>
      <RFC><![CDATA[PALB67038CUA]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[38]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[BRAMEX INTERNACIONAL, S.A. DE C.V.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[AMADA ARMENDARIZ #239             COLONIA REVOLUCION     CP 31102]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA]]></CIUDAD>
      <RFC><![CDATA[BIN980107817]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[39]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[MARTIN ARMENDARIZ AGUILERA]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[MARYLAND #2907       COLONIA  LAS AGUILAS    CP 31237]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA]]></CIUDAD>
      <RFC><![CDATA[AEAM700813KT4]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[40]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[BORDADOS Y SERIGRAFIA TEXTIL, S.R.L. M.I.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[AV. GLANDORF Y F. BORJA #3300       CP 31240]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA, CHIH.]]></CIUDAD>
      <RFC><![CDATA[BTS950811TK0]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[41]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[BRITANIA CLUB SOCIAL Y DEPORTIVO DE CHIHUAHUA, S.A. DE C.V.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[PROLONGACION DE LA CALLE CALIFORNIA #5314         FRACC. LAS HACIENDAS  CP 31240]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA]]></CIUDAD>
      <RFC><![CDATA[CSD860214FM4]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[300024]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[42]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[BURGUER RESTAURANTES HERREGUE, S.A. DE C.V.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[CALLE 7a.  #602       COLONIA   CENTRO        CP  31000]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA , CHIH.]]></CIUDAD>
      <RFC><![CDATA[RHE891110MJ9]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[43]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[CADLER CENTRAL DE ALARMAS ADLER, S.A. DE C.V.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[WASHINGTON #555 ORIENTE     COLONIA  CENTRO   CP 64000]]></DIRECCION>
      <CIUDAD><![CDATA[MONTERREY, N.L.]]></CIUDAD>
      <RFC><![CDATA[CAA700129123]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[0181300800]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[44]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[CECYTECH]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[AVENIDA DIVISION DEL NORTE #601  SAN FELIPE   CP 31240]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA ,  CHIH.]]></CIUDAD>
      <RFC><![CDATA[CEC931021BGA]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[45]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[CERVEZAS CUAUHTEMOC MOCTEZUMA, S.A. DE C.V.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[AV. DE LAS INDUSTRIAS #6901]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA, CHIH.]]></CIUDAD>
      <RFC><![CDATA[CCM080101IL8]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[46]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[COMERCIAL ELECTRONICA DE CHIHUAHUA, S.A. DE C.V.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[Ocampo #1413       ]]></DIRECCION>
      <CIUDAD><![CDATA[Chihuahua, Chih.,   C P 31000]]></CIUDAD>
      <RFC><![CDATA[CEC010109TI3]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[47]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[GRUPO CHAMBERLAIN, S.A. DE C.V.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[PERIF.  LUIS DONALDO COLOSIO #1891]]></DIRECCION>
      <CIUDAD><![CDATA[NOGALES, SON.]]></CIUDAD>
      <RFC><![CDATA[GCA970312FTA]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[48]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[PROCESADORA AGROINDUSTRIAL DEL NORTE, S. DE P.R. DE R.L. DE C.V.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[CALLE 4a. #3207      SANTA ROSA]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA, CHIH.]]></CIUDAD>
      <RFC><![CDATA[PAN970411NF6]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[49]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[ALMA  PATICIA CHAVEZ JIMENEZ.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[HOMERO #3301-7      COMPLEJO INDUSTRIAL CHIHUAHUA    CP 31109]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA]]></CIUDAD>
      <RFC><![CDATA[CAJA631104C33]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[4817824]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[50]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[CIRMEX DE CHIHUAHUA, S.A. DE C.V.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[WASHINGTON #3701-28       PANAMERICANA   ]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA, CHIH.  CP 31200]]></CIUDAD>
      <RFC><![CDATA[CCI791214Q9A]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[4260003]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[51]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[CIRPRO DE DELICIAS, S.A. DE C.V.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[Parque Industrial Las Virgenes s/n. Col. Parque Industrial Las Virgenes.  ]]></DIRECCION>
      <CIUDAD><![CDATA[DELICIAS, CHIH.             C.P. 33018]]></CIUDAD>
      <RFC><![CDATA[CDE890310KA0]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[52]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[CLUB DE LEONES DE CHIHUAHUA, A.C.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[CALLE GLANDORFF #4101    CP 31240]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA]]></CIUDAD>
      <RFC><![CDATA[CLC770708180]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[53]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[CARNES NORTEÑAS, S.A. DE C.V.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[RETORNO PABLO NERUDA #107     COMPLEJO INDUSTRIAL CHIHUAHUA  CP 31109]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA CHIH.]]></CIUDAD>
      <RFC><![CDATA[CNO920902280]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[48812504]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[54]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[CODIFLEX, S.A. de C.V.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[Estado de Hidalgo No. 2503-3  Col. Industrial   CP 31330]]></DIRECCION>
      <CIUDAD><![CDATA[Chihuahua, Chih., Méx]]></CIUDAD>
      <RFC><![CDATA[COD940601HR8]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[413-5758]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[55]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[SEGUROS COMERCIAL AMERICA, S.A. DE C.V.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[PASEO BOLIVAR #1000]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA]]></CIUDAD>
      <RFC><![CDATA[SCA931116NC8]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[56]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[COMPULAND DE CHIHUAHUA, S.A. DE C.V.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[INSURGENTES #3326-2    CP 31170]]></DIRECCION>
      <CIUDAD><![CDATA[CHIHUAHUA, CHIH.]]></CIUDAD>
      <RFC><![CDATA[CCI9703132M7]]></RFC>
      <CONTACTO><![CDATA[]]></CONTACTO>
      <TELEFONOS><![CDATA[414.6102]]></TELEFONOS>
      <FAX><![CDATA[]]></FAX>
      <TABLADECOTIZACION><![CDATA[0]]></TABLADECOTIZACION>
      <DIASDECREDITODIAS><![CDATA[0]]></DIASDECREDITODIAS>
      <MONTOMAXIMODECREDITO><![CDATA[0]]></MONTOMAXIMODECREDITO>
      <SSMA_TimeStamp><![CDATA[]]></SSMA_TimeStamp>
    </row>
    <row>
      <id><![CDATA[57]]></id>
      <PASSWORD><![CDATA[]]></PASSWORD>
      <ACCESO><![CDATA[]]></ACCESO>
      <NOMBREDELCLIENTE><![CDATA[CONVERTORS DE MEXICO, S.A. DE C.V.]]></NOMBREDELCLIENTE>
      <DIRECCION><![CDATA[ARCADIA #1580       COLONIA  TERRAZAS DEL VA

  • Why this character \ it is not working in action scrip?

    Hi...
    Why this character \ it is not working in action scrip? And
    how can I solve it?
    on (release) {
    text.text = text.text + "l"
    Please your help ASAP
    thank you

    yea, that's true, but I don't think that is the problem.. I
    use it every once in a while, and it doesn't break the script.
    "I’m trying to make bush button if i press it, the
    action script it well write the text in text area and I’m
    using Flash MX 2004"
    This statement makes
    zero sense.. please clean it up and make it understandable,
    and tell what version of Actionscript you are publishing to.

Maybe you are looking for

  • How to install from a back-up

    There HAS to be an easy anwser to this, I'm just an idiot. The deal. I want everything (Applications, and settings, etc) on my "Old" computer transfered to my "New" one. We moved. Overseas. In doing so we bought a "new" iMac (left the old one statesi

  • Ipad question

    i recently bought the new ipad which is the ipad 2 now is that what it is? what is the return policy to get a full refund?

  • Change base unit of measure

    Hi, Its me again. I need to change the base unit of measure of a material but a task listw as created via QP01. I tried to delete this via QP02 but i still cannot change the base unit of measure. Is there any way except for deleting the task list via

  • Printing or Editing Off-Line Images

    Hi, I am looking for the best way for editing or printing images that have been previously moved/archived to CDs/DVDs when using PSE 3/4 Organizer. As I understand it once you bring back an image to edit it, the archived version is brought back onlin

  • Flexconnect ACLs

    Hi, Has anyone gotten Flexconnect ACLs to work properly in 8.x? Here's my test setup: One 3700 AP, in flexconnect mode, Part of an AP group that is only broadcasting one test SSID. Primary goal of getting this flexconnect AP to drop users on differen