Help on PPS command

Hi ,
I dont know whether this is the right place to post this or not. I am having a doubt on PPS message response . PPS stands for Protocol Parameter Selection.
The ATR I am getting for a contact card is 3B E9 00 00 81 31 FE 45 4A 43 4F 50 31 30 56 32 32 A3
Which says
3B: stands for Direct convention [format character]
And the Interface bytes fallowing format bytes are,
E9 :says TB1 ,TC1,TD1 will be fallowing E9.
00: TB1, 00:TC1
TD1:81 which says protocol selected for communication is T=1 and TD2 is the next interface byte.
TD2=31 , TA3 = FE, TB3 = 45.
History Bytes: 4b 43 4F 50 31 30 56 32 32
TCK = A3
From this ATR we can say TA2 is absent ,so it's possible to select the transmission parameter in the negotiable mode.
I want to know if I send a PPS [Protocol parameter selection ] to select T = 0 can card is able to switch to T=0.
So that I require to use T= 1 only for sending PPS message.
We are designing our on reader with some embedded controller. So in that situation it's difficult to have T=1 for all commands.

kishansaralaya wrote:
Hi ,
I dont know whether this is the right place to post this or not. I am having a doubt on PPS message response . PPS stands for Protocol Parameter Selection.
The ATR I am getting for a contact card is 3B E9 00 00 81 31 FE 45 4A 43 4F 50 31 30 56 32 32 A3
Which says
3B: stands for Direct convention [format character]
And the Interface bytes fallowing format bytes are,
E9 :says TB1 ,TC1,TD1 will be fallowing E9.
00: TB1, 00:TC1
TD1:81 which says protocol selected for communication is T=1 and TD2 is the next interface byte.
TD2=31 , TA3 = FE, TB3 = 45.
History Bytes: 4b 43 4F 50 31 30 56 32 32
TCK = A3
From this ATR we can say TA2 is absent ,so it's possible to select the transmission parameter in the negotiable mode.Well, you're also missing TA1, which specifies Fi/Di = reader frequency divider. You're stuck with 372. At 3.57 MHz this would be 9600 baud.
I want to know if I send a PPS [Protocol parameter selection ] to select T = 0 can card is able to switch to T=0.Where did you get the idea you can switch between T=0 and T=1. The only thing negotiable is the transmission speed.
So that I require to use T= 1 only for sending PPS message.PPS is independent of T=0 or T=1. How can it be dependant? In the PPS is stated what protocol will be used.
We are designing our on reader with some embedded controller. So in that situation it's difficult to have T=1 for all commands.What's the problem with T=1? It is much simpler than T=0. I hate this protocol.

Similar Messages

  • Can anyone help with Double Command issues. This a specific keyboard question and they do not seem to know.

    Before I go into a lengthy explanation of the problem: Can anyone help with Double Command issues. This a specific keyboard question and they do not seem to know.
    Thanks much.
    Emile

    Choose Force Quit from the Apple menu and close Mail from there.
    (103661)

  • Query help in sql commands

    using apex 4.1 i'm entering the following query in the sql command window and I keep getting a pop-up for Entering Bind Variable. I'm not using bind variables though, anyone else see this issue before?
    SELECT A.FIRST,A.LAST,A.COMPANY AS CNAME,
    J.TOT_MAN_HOURS,
    J.ACREAGE,
    W.NUM_WORKERS,
    W.START_DT
    FROM EW_ACCOUNTS A, EW_WORK_ORDER W, EW_JOBS J
    WHERE A.ID = J.ACCT_ID
    AND J.JOB_ID = W.JOB_ID
    AND W.START_DT >= SYSDATE
    AND W.START_DT < SYSDATE+1
    ORDER BY W.START_DT

    I tried that and it didn't seem to help either.
    Funny though, if I write a new query against just one of the tables and write out each column name. it works. If I use the * instead of writing each column name, I have the same issue.
    This is in apex.appshosting.com free demo environment. I sent them an email asking about it and they told me it was a code issue and they don't support the demo environment.

  • Help needed - OS Command foe deleting a file from Appplication server.

    Hi,
    I have requirement, where in i need to delete a file from the application server. It has to be done automatically. I thought of using OS Command for achieving the same. Can anyone help me in achieving it. The OS of my application server system is UNIX.
    Thanks in advance!!
    P.S: Points will be rewarded.

    Hello Sudeep,
    If you define the command for each operating system using transactions SM69 (You can test it with SM49) and then call it using SXPG_COMMAND_EXECUTE which contains a parameter defining the operating system (SY-OPSYS)
    then it does not matter which operating system is running, the function module always calls the correct version of the command.
    So, for example you could define a command 'OS_COMMAND'
    which deleted a file. This would have one version for Dos
    which said 'del', and a second version for unix which said 'rm'.
    The correct command would be specified by the call to SXPG_COMMAND_EXECUTE because the operating system parameter differentiates between the two commands.
    [USING PROCESS CHAINS IN SAP BW|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0a7cd90-0201-0010-49a1-d730a56895f4]
    SXPG_COMMAND_LIST_GET – Reads a list of external OS commands
    Thanks
    Chandran

  • In need of help for a command

    Hello again evryone,
    So far you guys have been of great help. Now I have another
    question. It is related to the command
    sprite(spriteNumber).intersects spriteNumber. In my last post I
    asked how to make a ball bounce realisticly, however this idea is
    now replaced by the platform at the bottom of the screen shooting
    the boxes above (Space Invaders sort of). For those who are not
    familiar with my previous post the game is: square shapes falling
    down from the top of the screen and the player has to shoot them
    all to advance with his ship at the bottom of the screen (ship is
    controlled left/right by the mouse, shoot - LMB). To detect if the
    bullet sprite has hit a box I use the command
    sprite(BulletBeingHere).intersects(BoxBeindHere). But with this
    command I do not get consistent results - it detects that the two
    sprites intersect whenever it feels like it. I cannot recorgnise a
    pattern, it is absolutely random (from my point of view). I will
    attach the piece of code I am using. Please if you can guide me
    into fixing this. I suspect I am doing something wrong with the
    sprites' properties, the sprites are bitmaps firs one is box,
    second one is oval-shaped object, both with Ink:Matte (from
    Property Inspector), so to 'merge' with background. In the code:
    custom handler detectHit, spNum is the number of the box sprite, 11
    and 12 are two bullets sprites, sprite(spNum).locV = -600 kicks out
    of the stage the box which has been hit by the bullet, sprite(11 or
    12 here).locV = 0 resets the bullets in their original position.
    P.S. I get this weird problem with Director not being able to
    publish/compile properly the project, everything is working just
    fine whilst in Director, and after publishing to exe file, either a
    critical error, or background is not displayed, or some sprite is
    not displayed. But I don't think that is related to the above
    problem.
    Thanks

    > Looks like you are not using the intersect function
    correctly (note: it does
    > not end with an "s"). It doesn't return a boolean. It
    returns a rectangle of
    > the overlap region. If they don't overlap it will give
    you a value of rect(0,
    > 0, 0, 0)
    There's nothing wrong with 'intersects()' - from the docs:
    sprite...intersects
    Usage
    -- Lingo syntax
    sprite(sprite1).intersects(sprite2)
    sprite sprite1 intersects sprite2
    Description
    Keyword; operator that compares the position of two sprites
    to determine
    whether the quad of sprite1 touches (TRUE) or does not touch
    (FALSE) the
    quad of sprite2.
    If both sprites have matte ink, their actual outlines, not
    the quads,
    are used. A sprite’s outline is defined by the nonwhite
    pixels that make
    up its border.
    This is a comparison operator with a precedence level of 5.

  • Help with PSexec command

    Hi everyone so I have this script that pulls a file from another machine and then unzips it.
    function Expand-ZIPFile($file, $destination)
    $shell = new-object -com shell.application
    $zip = $shell.NameSpace($file)
    foreach($item in $zip.items())
    $shell.Namespace($destination).copyhere($item)
    #Create directory
    New-Item -ItemType directory -Path "C:\Users\Public\Desktop\Android sdk" -Force
    #Move zip to directory
    Copy-Item "\\tsvc2552142x011\C`$\Users\cody-horton\Desktop\adt.7z" "C:\Users\Public\Desktop\Android sdk" `
    -Recurse -Force
    #Unzip file
    Expand-ZIPFile –File "C:\Users\Public\Desktop\Android sdk\adt.7z" `
    –Destination "C:\Users\Public\Desktop\Android sdk"
    #Delete zip folder
    Remove-Item "C:\Users\Public\Desktop\Android sdk\adt.7z" -Recurse
    So it works but I'm having trouble using the PSexec command. I can successfully open up the computers command prompt by using psexec  "computer name" cmd. Then if I try to run my script it doesn't work. 
    I'm not sure what I'm doing wrong or if there was a better way to do this. Thanks any help is appreciated.

    Hi thanks for the reply. I was using this command once I was using the other machines command prompt runas/user:UserName"ProgramNamePathToProgramFile"
     So I would put my user name which is an admin in AD then the path to the ps1 file I wanted to execute.

  • Help! Pressing Command and Q always launches Safari

    Hi,
    Today, out of nowhere, if I try to Quit an application other than Safari using the Command and Q keys on the keyboard, it doesn't work. What it does is launch Safari. I don't know how to get it to stop doing that.
    Does anyone know?
    Thanks in advance.
    -Dean

    Well this afternoon, I got in touch with Maxtor, because I wanted to know if there was a program that would prevent my 1TB hard drive from sleeping. The tech sent me a link to download an application that would work on a Mac Pro. Once I ran the application (Maxtor OneTouch Manager) and (SyncMyMac), I realized I couldn't find the setting to prevent the drive from sleeping.
    I again called Maxtor, and another tech said there's no such application for the Mac. So much for helping your customers and giving them the proper information.
    What I did was remove anything that had to do with installing the app's I mentioned above, so perhaps, something is preventing my keyboard from working properly.
    I'll check the start items list and see if there's anything out of the ordinary.
    Thank you again for your help.
    -Dean

  • Would like help with trap command in Terminal

    I'm learning about the trap command from my bash book. I tried out the little script they gave:
    Code: 
    trap "echo 'You hit control-C!' " INTwhile true; do     sleep 60done
    But when I type control-c, the script just stops and the message is not displayed. I checked trap -l and saw that control-c is intr, but the same thing happened whet I tried that. Can anyone tell me what I'm missing?
    I'm using terminal (BSD) in OS X Snow Leopard

    I'm assuming that you are typing these commands in the terminal window and not initiating them thru a shell script. I'd like to suggest that you avoid infinite loops. Since you are bound to orphan processes. I'm going the use the external sleep command in my examples because it affords us some time to type CONTROL-C.
    [bash-4.2.8]~ $ trap "echo '......You hit control-C'" INT; sleep 15
    ^C  
    [bash-4.2.8]~ $
    [bash-4.2.8]~ $ ^C......You hit control-C
    The trap is set but Bash does not intercept the trap because sleep is running in the foreground. The interrupt signal is sent to the command sleep.
    Let's try running sleep in the background ->
    [bash-4.2.8]~ $ trap 2 #Set SIGINT to it's default
    [bash-4.2.8]~ $ trap "echo '......You hit control-C'" INT; sleep 15&
    [1] 368
    [bash-4.2.8]~ $ ^C......You hit control-C
    [bash-4.2.8]~ $ ^C......You hit control-C
    [1]+  Done                    sleep 15
    [bash-4.2.8]~ $ ^C......You hit control-C
    It works! Well, almost. You can't send the interrupt signal to a background process. In order for Bash to intercept the trap it must stay in the foreground. This happens when you initiate a sub-shell via a shell script or by rapping a command in paretheses ( ) ->
    [bash-4.2.8]~ $ trap 2  #Set SIGINT to it's default
    [bash-4.2.8]~ $ (trap "echo '......You hit control-C'" INT; sleep 15) ^C......You hit control-C
    [bash-4.2.8]~ $
    [bash-4.2.8]~ $ ^C
    The trap works and the interrupt signal was sent to sleep. Notice, the trap is only set in the sub-shell.
    Bash behaves differently when you use the built-in commands since you are working within the shell. I'll use an example similar to one of yours, except that you can break out of the loop by typing the number 10 or higher.
    [bash-4.2.8]~ $ trap "echo '.......You hit control-C'" INT ; x=0; while (( $x < 10 )); do echo "Enter a number"; read x; done
    Enter a number
    3
    Enter a number
    ^C.......You hit control-C
    3
    Enter a number
    10
    [bash-4.2.8]~ $
    [bash-4.2.8]~ $ ^C......You hit control-C
    [bash-4.2.8]~ $ trap 2  #Set SIGINT to it's default
    As you can see the trap works. I'm going to let you sort out what happens after I typed  CONTROL -C in the last example.....:-)  Hope this helps.
    Message was edited by: Mark Jalbert

  • Help: Browse, Open command buttons

    I have a textbox in a form, i would like to have three command buttons:
    (Browse, open, Remove).
    when a user click the Brouse button, it should open the c:/directory allowing for choosing a file and when a user choos a file, a bath should be
    stored in that textbox and into that field in my DB.
    Also when a user click the open button, it should open the file.
    Also, when a user click the remove button, it should remove the bath.
    I really appreciate your help.

    I still don't know how to solve the problem that i explained in the previous message.
    Is it possible to do that in Forms Developer, if so how??

  • Need help with Telnet command in JSP

    Here is the code I have been working on but it will not display the buffer to the page..
    String [] cmd1 = {"cmd.exe","/c","telnet hqsun1.xx.xxxxx.com"};
              Process n;
              String T = "" ;
              n = Runtime.getRuntime().exec(cmd1);
              BufferedReader in1 =
              new BufferedReader(new InputStreamReader(
              n.getInputStream()));
              while((T=in1.readLine()) != null)
              out.println(T+"");
    Maybe someone has done this before? I am trying to acomplish a telnet net session to the screen with some exicuted commands, because this tool is going to be used to help determine system status when the help desk needs to check on something.
    Thanks

    I don't want to be discouraging, but I'm not quite sure you've thought the problem through. You say that you'd like to create a web page capable of providing various pieces of information to the help desk, and you suggest ping and the output of various canned telnet commands as examples.
    What is preventing the help desk from just executing those commands at the command prompt?
    I realize that the people working the help desk are (ahem) there for a reason, but it is really much faster for me to just simply type "ping www.mpalfrey.com" at the prompt, then it is for me to fire up the web browser and wait for a response that way. You will likewise find that it is a lot more convenient to perform diagnosis on remote machines directly from the command prompt.
    Uh, it's kind of like giving someone a screwdriver, then saying, "oh wait a second" and making them wear an oven mitt in order to use the screwdriver.
    But, if you really want to do it this way, the best thing to do is create a wrapper class that directly calls the system command and captures the output to a stringbuffer. Then your JSP page simply has to clone that wrapper via a new() command and trigger it if you go the singleton route. The code would look something like this...
    <%@ import page="com.mpalfrey.shellcommands.ping" %>
    <%
       myPing foo = new myPing( request.getParameter( "victim" ) );
       foo.trigger();
    %>
    Ping results:
    <%=foo.results()%>JSP can do a lot of wonderful things, but that doesn't mean you have to do it that way. :)

  • Need help about get-command

    hi friends
    i know via Get-command *adapter*, we can list all commands which contain the word "adapter"
    but how to get the list of all commands which contain the word "net" or the word "adapter" or contain both?
    thanks

    Hi John,
    yes, that's possible. I posted my example primarily to show off Select -Unique
    Get-Command | Where { ($_.Name -like "*Adapter*") -or ($_.Name -like "*net*") }
    Another aspect to consider with this kind of structure:
    Your Get-Cmdlet retrieves all entries and you filter only afterwards. With
    Get-Command that's not an issue, but with Wmi, SQL or other queries that either do remote calls or process massive amounts of data, this may result in very inefficient commands.
    Cheers,
    Fred
    There's no place like 127.0.0.1
    Special thanks, really helped.
    best regards ;-)

  • Need help with IOS commands to see wireless printer

    Seems that I'm not asking the question correctly, or providing the right information.
    The problem:
    I've purchased a wireless printer, (an HP 6500a) and I can not see / ping / use the printer on the wireless network.
    Environment:
    Cisco 891 ISR in standalone. Single office - Home-office environment. Nothing spectacular. WLAN connected and operational to the internet.
    The printer is configured to use a static IP of 10.0.0.3 and reports that it is connected to the AP. However, when I ping FROM the command line at the AP, I DO NOT see the printer. (I did previously, but we lost power last night due to a storm and I'm still trying to reconfigure it...) DHCP is configured on the router to exclude the range 10.0.0.1 through 10.0.0.99
    How do I configure the wireless router to allow any connected client to share files / printers etc? Seems that the Cisco router has this shut off
    by default and I've found nothing in the user manual or by asking for help on here how to reverse this so that I can share printers / files on the LAN.
    Please, I'm not stupid, but I'm only casually familiar with IOS and Cisco's networking terms.
    Thanks in advance,
    -Mike
    =============== Begin Wiresless AP config (running-config) ==============
    Current configuration : 3122 bytes
    version 12.4
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname (Remnoved)
    enable secret 5 (Removed)
    no aaa new-model
    dot11 syslog
    dot11 ssid (Removed)
       vlan 1
       authentication open
       authentication key-management wpa
       mbssid guest-mode
       wpa-psk ascii 0 (Removed)
    username (removed)
    username (Removed)
    bridge irb
    interface Dot11Radio0
    no ip address
    no ip route-cache
    encryption vlan 1 mode ciphers tkip
    broadcast-key vlan 1 change 30
    ssid (Removed)
    antenna gain 0
    station-role root
    interface Dot11Radio0.1
    encapsulation dot1Q 1 native
    no ip route-cache
    bridge-group 1
    bridge-group 1 subscriber-loop-control
    bridge-group 1 block-unknown-source
    no bridge-group 1 source-learning
    no bridge-group 1 unicast-flooding
    bridge-group 1 spanning-disabled
    interface Dot11Radio1
    no ip address
    no ip route-cache
    encryption vlan 1 mode ciphers tkip
    broadcast-key vlan 1 change 30
    ssid (Removed)
    antenna gain 0
    dfs band 3 block
    channel dfs
    station-role root
    interface Dot11Radio1.1
    encapsulation dot1Q 1 native
    no ip route-cache
    bridge-group 1
    bridge-group 1 subscriber-loop-control
    bridge-group 1 block-unknown-source
    no bridge-group 1 source-learning
    no bridge-group 1 unicast-flooding
    bridge-group 1 spanning-disabled
    interface GigabitEthernet0
    description the embedded AP GigabitEthernet 0 is an internal interface connecting AP with the host router
    no ip address
    no ip route-cache
    interface GigabitEthernet0.1
    encapsulation dot1Q 1 native
    no ip route-cache
    bridge-group 1
    no bridge-group 1 source-learning
    bridge-group 1 spanning-disabled
    interface BVI1
    ip address dhcp client-id GigabitEthernet0
    no ip route-cache
    ip http server
    no ip http secure-server
    ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
    access-list 110 permit icmp any any echo
    access-list 110 permit icmp any any echo-reply
    access-list 110 permit icmp any any source-quench
    access-list 110 permit icmp any any packet-too-big
    access-list 110 permit icmp any any time-exceeded
    bridge 1 route ip
    banner login ^CC
    % Password change notice.
    Default username/password setup on AP is cisco/cisco with privilege level 15.
    It is strongly suggested that you create a new username with privilege level
    15 using the following command for console security.
    username <myuser> privilege 15 secret 0 <mypassword>
    no username cisco
    Replace <myuser> and <mypassword> with the username and password you want to
    use. After you change your username/password you can turn off this message
    by configuring  "no banner login" and "no banner exec" in privileged mode.
    ^C
    line con 0
    privilege level 15
    login local
    no activation-character
    line vty 0 4
    login local
    cns dhcp
    end

    Wireless clients can get on w/o issue. Nobody can ping anyone else or see them.
    No file sharing, no printer.
    Tried using the web-based config which works for some items, but wont access the advanced config.
    I'm on my way into town, so can't post the router config, but it is posted in my earlier question
    of last week. I can login later if you otherwise need it here.
    Thanks,
    -Mike

  • Help with a Command script

    Hello,
    Awhile back someone wrote the following script for me. The
    idea was to make a comman that would allow me to reduce an image
    down to 400 pixel width without loss of scale. I want to have a
    similiar command that will reduce a large image down to 400 pilel
    height without loss of scale. I fiddled with the command for width
    but can't get it to work for height. Can I get some help rewriting
    the following command to work for 400 pixel height? Thanks.
    // User Variables
    var width = 400;
    // Command
    var dom = fw.getDocumentDOM();
    var scale = width/dom.width;
    var height = dom.height * scale;
    dom.setDocumentImageSize({left:dom.left, top:dom.top,
    right:dom.left+width, bottom:dom.top+height},
    {pixelsPerUnit:dom.resolution, units:dom.resolutionUnits});

    Tom Hersh wrote:
    > I did try it that way. But I could not get it to work.
    The word "scale" is critical, but I switching did not help.
    Just switch the variables word for word. Height for width and
    width for
    height.
    // User Variables
    var width = 400;
    // Command
    var dom = fw.getDocumentDOM();
    var scale = width/dom.width;
    var height = dom.height * scale;
    dom.setDocumentImageSize({left:dom.left, top:dom.top,
    right:dom.left+width,
    bottom:dom.top+height}, {pixelsPerUnit:dom.resolution,
    units:dom.resolutionUnits});
    // User Variables
    var height = 400;
    // Command
    var dom = fw.getDocumentDOM();
    var scale = height/dom.height;
    var width = dom.width * scale;
    dom.setDocumentImageSize({left:dom.left, top:dom.top,
    right:dom.left+width,
    bottom:dom.top+height}, {pixelsPerUnit:dom.resolution,
    units:dom.resolutionUnits});
    Once you see this script, it's not hard to see what it is
    doing.
    This is the Fireworks generated script scaling just the
    height of an
    image to 400 px from 640x480 px.
    fw.getDocumentDOM()
    .scaleSelection(0.83281248807907104, 0.83333333333333337,
    "autoTrimImages transformAttributes");
    This works on all 640x480 images. Throw in a 700x480 and it
    won't.
    I'm assuming, very few people in here (myself included),
    would be able
    to transform this into something that would account for
    varying widths
    as senocular did.
    SKB

  • In help, symbol before command symbol...

    I am switching from PC to Mac...
    When looking at the on screen instructions (in this case for zoom in/out in universal access), there is a symbol before the command symbol that looks something like this \-. So (\-) (command symbol) = changes the zoom. This always shows up before the command symbol. What is it?
    Thanks
    bob

    If you look at it closely the option symbol looks a little like a railroad switch.
    If you want to see a complete list, then go to:
    Finder -> Help -> Symbols for special keys

  • Help me write command in vba(excel) to search and find special cells based on multiple criteria

    Hi 
    My name is Majid Javnmard , I am using Microsoft Office Excel 2010 and I encountered a problem. I sent you a simple example of my excel file that i want to write a command in vba to search and find special cell and copy the row which special cell is in there
    somewhere , but the problem is how can i find my special cell with multiple criteria or how can i find my all special cells and copy them somewhere !!? 
    Let me explain on file that i sent :
    This file has 4 headers (X,Y,PerturbNumber,Value), the problem is for example : I want write commnd in vba to copy all rows that each of them has (X=12 and Y=13). how can i ? can you help me ?
    My
    file : http://s000.tinyupload.com/index.php?file_id=69742844961096241754
    Many Thanks
    Majid 

    This worked for me, based on your example:
    Sub pMain()
    Dim wsSource As Excel.Worksheet
    Dim wsDest As Excel.Worksheet
    Dim lSource As Long
    Dim lDest As Long
    Dim lLast As Long
    With ThisWorkbook
    'Change to suit
    Set wsSource = .Worksheets("Sheet1")
    Set wsDest = .Worksheets.Add
    End With
    wsSource.Rows(1).Copy
    wsDest.Range("A1").PasteSpecial xlPasteValues
    lDest = 2
    lLast = wsSource.Cells(wsSource.Rows.Count, "A").End(xlUp).Row
    For lSource = 1 To lLast
    'Put the conditions below:
    If wsSource.Cells(lSource, "A") <> 12 Then GoTo linNext
    If wsSource.Cells(lSource, "B") <> 30 Then GoTo linNext
    'If wsSource.Cells(lSource, "C") <> "value" Then GoTo linNext
    'If wsSource.Cells(lSource, "D") <> "value" Then GoTo linNext
    'Conditions were met:
    wsSource.Rows(lSource).Copy
    wsDest.Rows(lDest).PasteSpecial xlPasteValues
    lDest = lDest + 1
    linNext:
    Next lSource
    End Sub
    Felipe Costa Gualberto - http://www.ambienteoffice.com.br

Maybe you are looking for

  • Error Message on Photoshop 8 Installation

    I have just purchased Photoshop 12 and successfully (I think) installed the first file. When I try to install the .exe file, I receive an error message indicating that I am missing the Archive Part of Photoshop Elements 12. Where can I get this file?

  • Thumbnail images of Thumbnail Slideshow Widget not releasing Tooltips

    I'm running Muse v2.2 Build 6 CL 770942 and had mistakenly assigned a number of tooltips to a number of thumbnail images of a thumbnail slideshow widget. After deleting those tooltips via the contextual menu on selected thumbnails and the "edit image

  • ERROR ITMS-9000: "Unable to parse opf file: content.opf" at Book (MZItmspBookPackage)

    Hello, Here an itunes producer error for my new ibook: ERROR ITMS-9000: "Unable to parse opf file: content.opf" at Book (MZItmspBookPackage) Any help? Best!

  • Cayman Islands tax calculation procedure

    Hi, There appears to be no SAP standard calculation procedure for the Cayman Islands. I have a couple of Cayman Islands company codes that require a tax procedure. Could anyone help ?? Cheers.

  • Trial CS4 Install Help

    Hi there, I'm trying to install the trial version of Fireworks CS4 on my laptop. I keep on getting the error message "Please insert CD".  I've Googled this problem, and one sugestion was to delete the "<Media></Media>" tags in the Setup.xml file.  Tr