SAPScript output doesn't match the variable's value

Hello Expert,
In my script, I defined as below:
/:  IF &VBDKR-VKORG& = 'WCAO'
=  ,,&KOMVD-KAWRT(I11.4<)&,,&KOMVD-AWEIN&
/:  ENDIF
Then I run the report which will trigger the script. In the debug mode, I find the values are as below
VBDKR-VKORG: WCAO
KOMVD-KAWRT: 97.74
KOMVD-AWEIN: STN
In my expection, the output should be 97.7400 STN, but actuall the output displays 9.7740 STN. It's off by one decimal point conversion. This is quite confusing.
CAn any expert help on this and tell how to fix the issue?
Thanks in advacne,
Regards, Yongbo
Moderator message: please choose more descriptive subject lines for your posts.
Edited by: Thomas Zloch on Jul 8, 2011 9:38 AM
Edited by: Yongbo Wu on Jul 8, 2011 10:31 AM

Hello,
SAPSCRIPT isn`t able to interpret more than 2 decimal places.
I have the problem also and uses a workaround.
I have defined a text attribute in my print program, where I move the value and print the value as text
Regards,
Christian

Similar Messages

  • Output does NOT match the layout in Oracle Report Developer

    Good afternoon,
    I am extremely frustrated. I have been designing a report that has boilerplate text that is a list of questions and possible answers. Those choices typically are "Not Answered", "Yes","No", and "Unknown". I placed a box beside each choice and place a capital X in the appropriate box, based on the results in the database. When I run the report, the text overlays text above, the grey boxes do not show and in general, the output doesn't match the layout.
    Sometimes, the questions may relate to other things and there may be as many as 10 or 12 choices. Some of those choices will be exclusive (only 1 of the 10) other times, the answer would be a "Check all that apply" type of condition.
    It appears to happen when a report reaches a certain level of complexity although I can't determine just where that threshold is at.
    I can't seem to paste an image here to show the layout and the results.
    Has anyone else experienced this? Anyone have any idea what I can do to fix this?
    I've opened an SR with Oracle Support, but don't expect a quick answser.
    Thanks,
    Don.

    DC,
    EUREKA!!! It works. DC, you rock. Oracle Support is still stewing about this one. I'll update my SR to let them know. It seems a silly thing, but the "biggest" change I made was changing the 'X' from a fixed-based-font to a variable-font (was courier and I changed to Times New Roman and selected a smaller font size). Although, just for insurance, I expanded the box a tad also.
    Thanks. It shouldn't be this hard, but sometimes, it is.
    ps: I'm a 'DC' also, whatever that's worth...
    Don.

  • Error: The decapsulated inner packet doesn't match the negotiated policy in the SA

    I upgraded my ASA from 8.2(1) to 8.4(3) as I wanted to try to get Android devices to properly connect via VPN.
    After some effort, I was able to get the Android devices to connect via VPN.  However, my syslog server has a number of errors recorded that look this this:
    %ASA-4-402116: IPSEC: Received an ESP packet (SPI= 0x1E76EFA6, sequence number= 0x1F0) from x.x.x.x (user= testuser) to y.y.y.y.  The decapsulated inner packet doesn't match the negotiated policy in the SA.  The packet specifies its destination as z.z.z.z, its source as a.a.a.a, and its protocol as tcp.  The SA specifies its local proxy as y.y.y.y/255.255.255.255/udp/42246 and its remote_proxy as x.x.x.x/255.255.255.255/udp/0.
    Digging further, it seems this error might be due to a NAT issues with the VPN connections.  VPN previously worked with Cisco's VPN client on Windows, though I did not test to see if that is no longer working.  However, I made no changes in the config, except for those related to additions needed to support L2TP.  With the below config, Android clients can connect to the ASA and access the internal network, but they cannot connect to external addresses.  I'm at a loss.
    The addresses used in the config: 192.168.1.0/24 are on the internal LAN and 192.168.3.0/24 are addresses assigned to VPN clients.
    I noted in the config this line:
    access-list inside_nat0_outbound extended permit ip any 192.168.3.0 255.255.255.0
    The access list is not referenced anywhere, though it was referenced in the 8.2(1) config like this:
    nat (inside) 0 access-list inside_nat0_outbound
    I'm not sure what else changed, but I've looked over the config and I just cannot see what the issue might be.  I'm hoping somebody might be able to point out my error.
    Here's the config file (at least the parts that might be of interest):
    : Saved
    ASA Version 8.4(3)
    interface Vlan1
    nameif inside
    security-level 100
    ip address 192.168.1.1 255.255.255.0
    interface Vlan2
    nameif outside
    security-level 0
    ip address dhcp setroute
    boot system disk0:/asa843-k8.bin
    object network obj-192.168.3.0
    subnet 192.168.3.0 255.255.255.0
    object network obj_any
    subnet 0.0.0.0 0.0.0.0
    access-list outside_access_in extended permit icmp any interface outside time-exceeded
    access-list outside_access_in extended permit icmp any interface outside echo-reply
    access-list outside_access_in extended permit icmp any interface outside unreachable
    access-list outside_mpc extended permit ip any interface outside
    access-list inside_mpc extended permit ip 192.168.1.0 255.255.255.0 any
    access-list testVPN_splitTunnelAcl extended permit ip 192.168.1.0 255.255.255.0 any
    access-list inside_nat0_outbound extended permit ip any 192.168.3.0 255.255.255.0
    ip local pool VPN-Pool-1 192.168.3.1-192.168.3.254 mask 255.255.255.0
    ip verify reverse-path interface outside
    nat (inside,any) source static any any destination static obj-192.168.3.0 obj-192.168.3.0 no-proxy-arp
    object network obj-192.168.3.0
    nat (outside,outside) dynamic interface
    object network obj_any
    nat (inside,outside) dynamic interface
    access-group outside_access_in in interface outside
    crypto ipsec ikev1 transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-DES-SHA esp-des esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-DES-MD5 esp-des esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-AES-128-SHA-TRANSP esp-aes esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-AES-128-SHA-TRANSP mode transport
    crypto ipsec ikev1 transform-set ESP-3DES-SHA-TRANSP esp-des esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-3DES-SHA-TRANSP mode transport
    crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 10 set ikev1 transform-set ESP-AES-128-SHA-TRANSP ESP-3DES-SHA-TRANSP
    crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set pfs
    crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set ikev1 transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5
    crypto map outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
    crypto map outside_map interface outside
    crypto ikev1 enable outside
    crypto ikev1 policy 5
    authentication pre-share
    encryption aes
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 10
    authentication pre-share
    encryption aes-256
    hash sha
    group 2
    lifetime 86400
    group-policy testVPN internal
    group-policy testVPN attributes
    wins-server value 192.168.1.8
    dns-server value 192.168.1.8 192.168.1.4
    vpn-idle-timeout none
    vpn-tunnel-protocol ikev1
    split-tunnel-policy tunnelspecified
    split-tunnel-network-list value testVPN_splitTunnelAcl
    default-domain value test.us
    group-policy testVPNnsl2tp internal
    group-policy testVPNnsl2tp attributes
    wins-server value 192.168.1.8
    dns-server value 192.168.1.8 192.168.1.4
    vpn-idle-timeout none
    vpn-tunnel-protocol l2tp-ipsec
    group-policy testVPNns internal
    group-policy testVPNns attributes
    wins-server value 192.168.1.8
    dns-server value 192.168.1.8 192.168.1.4
    vpn-idle-timeout none
    vpn-tunnel-protocol ikev1
    username testuser password PASSWORD encrypted privilege 15
    username testuser2 password PASSWORD nt-encrypted privilege 15
    tunnel-group DefaultRAGroup general-attributes
    address-pool VPN-Pool-1
    default-group-policy testVPNnsl2tp
    tunnel-group DefaultRAGroup ipsec-attributes
    ikev1 pre-shared-key *****
    tunnel-group DefaultRAGroup ppp-attributes
    authentication ms-chap-v2
    tunnel-group testVPN type remote-access
    tunnel-group testVPN general-attributes
    address-pool VPN-Pool-1
    default-group-policy testVPN
    tunnel-group testVPN ipsec-attributes
    ikev1 pre-shared-key *****
    tunnel-group testVPNns type remote-access
    tunnel-group testVPNns general-attributes
    address-pool VPN-Pool-1
    default-group-policy testVPNns
    tunnel-group testVPNns ipsec-attributes
    ikev1 pre-shared-key *****
    tunnel-group testVPNnsl2tp type remote-access
    tunnel-group testVPNnsl2tp general-attributes
    address-pool VPN-Pool-1
    default-group-policy testVPNnsl2tp
    tunnel-group testVPNnsl2tp ipsec-attributes
    ikev1 pre-shared-key *****
    tunnel-group testVPNnsl2tp ppp-attributes
    authentication ms-chap-v2
    One last question: in order to get the connection from Android to work, I was forced to use "tunnel-group DefaultRAGroup".  Is that actually a limitation, or did I make an error that forced that requirement?  I wanted to use "tunnel-group testVPNnsl2tp".
    Thanks!

    Chris,
    This is still a bit off the mark.  I think I might be confusing the issue by including some of the VPN configuration that I had previously installed and working (e.g., two other VPN tunnel groups with split tunneling on one of them).  Let's just remove that stuff from consideration.  I actually tested the current configs just to see if they are working since the upgrade.  testVPN is working with the split tunneling, but testVPNns (no-split tunneling) does not allow external access.  I guess there is a NAT config issue there, too, but not sure what it is, yet.  I've not investigated that closely.
    I want to solve one problem at a time, though I understand there are some interdependencies.
    What I'd like to focus on right now is just the L2TP VPN connection.
    From what I've been able to understand from the documentation, what I need are these lines:
    crypto ipsec ikev1 transform-set ESP-AES-128-SHA-TRANSP esp-aes esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-AES-128-SHA-TRANSP mode transport
    crypto ipsec ikev1 transform-set ESP-3DES-SHA-TRANSP esp-des esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-3DES-SHA-TRANSP mode transport
    crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 10 set ikev1 transform-set ESP-AES-128-SHA-TRANSP ESP-3DES-SHA-TRANSP
    crypto map outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
    crypto map outside_map interface outside
    crypto ikev1 enable outside
    group-policy testVPNnsl2tp internal
    group-policy testVPNnsl2tp attributes
    wins-server value 192.168.1.8
    dns-server value 192.168.1.8 192.168.1.4
    vpn-idle-timeout none
    vpn-tunnel-protocol l2tp-ipsec
    tunnel-group DefaultRAGroup general-attributes
    address-pool VPN-Pool-1
    default-group-policy testVPNnsl2tp
    tunnel-group DefaultRAGroup ipsec-attributes
    ikev1 pre-shared-key P74bmqL6rT40bl5
    tunnel-group DefaultRAGroup ppp-attributes
    authentication ms-chap-v2
    crypto ikev1 policy 5
    authentication pre-share
    encryption aes
    hash sha
    group 2
    lifetime 86400
    I still want to assign the IP addresses to VPN clients out of 192.168.3.0/24.
    The tricky part is understanding exactly what NAT rules to insert and to avoid that error message I'm getting relatred to the encapsulated packets.  I tried to introduce the commands you had, but it's missing stuff that I would need for L2TP/IPSec (e.g., "mode transport").  I also don't think I want "pfs group5".  The above config "works" in that I get connected -- all negotiation is done.  It's just that packets from the VPN client are not able to go out to the Internet and I'm seeing that encapsulation error messages when I try to send a packet.
    Paul

  • I have been buying apps for a long time  without a problem using my credit card on file. All of a sudden itunes is not recognizing my card which is in good standing. All the info is correct but itunes/apple says it doesn't  match the bank info. Any ideas

    I have been buying apps for a long time  without a problem using my credit card on file. All of a sudden itunes is not recognizing my card which is in good standing. All the info is correct but itunes/apple says it doesn't  match the bank info. Any ideas?

    Answered in your Other post on this Topic...
    https://discussions.apple.com/message/24053626#24053626

  • 3201: The publisher display name FooBar, specified in the package doesn't match the publisher name, FooBar

    I've updated a WP 8.0 application to WP 8.1 Silverlight. When I try to deploy a demo application I get the following error;
    3201: The publisher display name, FooBar, specified in the package doesn’t match the publisher name,
    FooBar, that’s associated with the developer account.
    I've seen several cases with people encounter this issue and then solved by modifying WPAppManifest or the Packages file. My problem is that the
    display name and publisher name is exactly the same. Both in the application xml files and in the error message displayed by windows phone store. 
    Any suggestions?

    There is no requirement that source code files are in the correct directory structure. If you want javac to be able to automatically compile dependent files, then the source code must be in an appropriate structure and find-able from the classpath.
    Also, when you use the -d option, javac will create an appropriate directory relative to the directory specified in the -d option. That's how it is supposed to work.
    So it is working as designed and specified.

  • The pt 3 tutorial code doesn't match the pt 2 tutorial code.  Nowhere to insert head in pt 2 code.

    At the end of the part 2 tutorial, this was the code:
    @charset "utf-8";
    /* CSS Document */
    #container {
    width: 968px;
    background: #FFF;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    }#main_image {
    background-image: url(images/main.jpg);
    background-repeat: no-repeat;
    #container #main_image {
    height: 376px;
    width: 968px;
    #left_column, #center_column, #right_column {
    width: 316px;
    float: left;
    #center_column, #right_column {
    margin-left: 10px;
    The part 3 tutorial instructed this:
    Copy the <script> tags from the Edge Web Fonts site, and paste them into the <head> section of index.html in Dreamweaver just above the <link> that attaches the style sheet like this:
    <head>
    <meta charset="utf-8">
    <title>Check Magazine</title>
    <script src="http://use.edgefonts.net/sarina.js"></script>
    <link href="styles/check_cs6.css" rel="stylesheet" type="text/css">
    </head>
    As you can see from the code at the end of part two (listed at the top), there is no reference to <head> anywhere in the code; therefore, I am uncertain as to where to insert these code instructions.

    I assume that the embedded tags are in the index document, not the styles type document?   I appreciate the information, but I don't see how it relates to my question.  Maybe your answer was just over my head? My original question was: If the instructions say this:
    Copy the paste them into the  section of index.html in
    Dreamweaver just above the  that attaches the style
    sheet like this:
    and there the word does not appear anywhere on the index file that I can see it (whether it's embedded or otherwise), where do I insert the code?
    Date: Fri, 8 Feb 2013 10:29:29 -0800
    From: [email protected]
    To: [email protected]
    Subject: The pt 3 tutorial code doesn't match the pt 2 tutorial code.  Nowhere to insert &lt;head&gt; in pt 2 code.
        Re: The pt 3 tutorial code doesn't match the pt 2 tutorial code.  Nowhere to insert  in pt 2 code.
        created by Nancy O. in Dreamweaver - View the full discussion
    The pair of and  tags are an integral part of any HTML document. When you create a new page in DW, it automatically creates the core HTML tags for you, so in that regard, there's nothing for you to add except content and styles. Embedded CSS styles are inserted inside the document's  tags like so:       body      #LeftSideBar       #RightSideBar      #MiddleContent
    External CSS is a separate physical file to which all your HTML pages are linked. Similar to above, links to external style sheets go inside the  tags like this:
      HTML & CSS Tutorials - http://www.html.net/http://w3schools.com/  Nancy O.
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5058678#5058678
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5058678#5058678
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5058678#5058678. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Dreamweaver by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Audio doesn't match the video ... why

    Last night I tried to sort some of the clutter from my desk by downloading some recorded video on VHS tapes. The images worked fine with no dropped frames at all, however, the audio doesn't match the video.
    Example 1: the footage is of skydiving recorded from Channel 4 (UK) while the audio that is captured with is commentry from several years ago when we lived back in Australia (Channel 7).
    Example 2: the audio is very very slow.
    The footage was recorded on a VCR which has no audio/video out facility and is converted via the ADVC 110 from a VCR which does have the audio/video out plugs. The DV is then saved to an external drive 500GB.
    Can anyone suggest a way around this unique effect .... please.
    Blue skies
    Dean

    G'day Martin,
    Here are the answers to the questions you asked.
    As far as I can tell everything is PAL. The VCR used to record the footage and the VCR used to download to the converter. The later has NTSC capability but not turned on (I checked).
    The Canopus is set to PAL and the FCE easy set up is set to DV PAL converter.
    The Video and Audio are recorded at the same time.
    I should add that I tried it again this morning and it worked for a short while but then reverted to previous reported faults. I have tried about 8 different VHS tapes and they all do either of the two described faults.
    Thanks for your suggestions.

  • The license state for the current server doesn't match the farm's license state

    I am trying to build a development Server, to mirror our Production Server. 
    I have copied the Config_Database and WSS_Content from our Production Server to a Development Server that is on a separate network. I installed SharePoint 2010 and ran the Config Wizard, entered in the database server and chose the Config_database that I
    copied over previously.
    But I receive the error:
    "The license state for the current server doesn't match the farm's license state"
    Can anyone help me with this.
    dfrancis

    Hi,
    Please have a look at links below:
    https://sharelockpoint.wordpress.com/2014/01/09/sharepoint-2013-installation-error-the-current-server-cannot-be-joined-to-this-farm/
    http://blogs.msdn.com/b/sowmyancs/archive/2012/08/08/the-license-state-for-the-current-server-doesn-t-match-the-farm-s-license-state-sharepoint-psconfig-error.aspx
    Hope it helps!
    Thanks,
    Avni Bhatt
    If this helped you resolve your issue, please mark it Answered

  • I have redemption code from 500px but it does't work because of country of account doesn't match the country of the code  , they gave me another one and does't work also because something is wrong and try again?

    I have redemption code from 500px but it does’t work because of country of account doesn't match the country of the code  , they gave me another one and does’t work also because something is wrong and try again?

    creative cloud abo from 500px does not work with german Adobe ID!! What can I do? has the email address for 500px (for anyone else reading this message) and a note saying that 500px has a fix... so you might try writing to 500px again

  • I own Acrobat  XI Pro.  I installed it on my new machine, but cannot start it because Acrobat says that the serial number I have doesn't match the software.  What should I do next?  Can' find any FAQ's on this.

    I deactivated Pro on my old machine, downloaded from the store on my new machine and tried to open it.  A window popped up that said I had a valid product key, but that it didn't match the software on my machine.  The drop down box did not list my product.  Don't know what to do next.

  • The kernel the system is running doesn't match the one installed

    I've been trying to install Arch to a new desktop I've built. The wireless card(TP-link wn725n v2) requires a driver that I've downloaded, and have been trying to get on the system. I finally decided to install Arch to a flash drive, install the driver to the flash drive, and then install Arch to the desktop. When installing the driver to the desktop, I don't run into any problems. When I tried installing on the USB, I got an error message. I did a quick google search and found I forgot to install the linux headers. Then another problem showed its face.
    "make ARCH=i386 CROSS_COMPILE= -C /lib/modules/3.12.3-1-ARCH/build M=/home/Test/Driver/rtl8188eu-master  modules
    make[1]: *** /lib/modules/3.12.3-1-ARCH/build: No such file or directory.  Stop.
    Makefile:146: recipe for target 'modules' failed
    make: *** [modules] Error 2"
    I looked around more, and I think I've located the source of the error.
    When I type in 'uname -r'
    I get: '3.12.3-1-ARCH'
    When I type in 'pacman -Q linux'
    I get: 'linux 3.12.6-1'
    I'm not sure where to go from here. Any ideas?
    Last edited by ryanfahy314 (2013-12-28 17:16:48)

    Ryan, could you also revise your title to more specifically identify the problem you are facing.  I suspect an update and reboot will fix the problem, as I'd agree with your diagnosis: the kernel running does not match the one installed - but in case we're wrong, the title-worthy component of the problem would relate to failure to build rtl8188eu driver.
    Last edited by Trilby (2013-12-28 12:43:48)

  • Breadcrumb doesn't retain the previous page values

    I have the following hierarchy in my pages. home > search > summary > details.
    The user goes to the search page gives a criteria and the summary page shows all the required matching results. Now the summary results is a table of name, id, date etc. The id field is a hyper link which when clicked takes to the details page.
    My problem is that when I am on the details page and I click on the "summary" breadcrumb it works fine and navigates to the summary page but doesn't show the results that it previously showed. So the breadcrumb forgets the values.
    Also I have another problem: Say a user enters a search criteria and there are no results found and the user is now in the summary page. Then if the user clicks on the search breadcrumb the search page opens. It works fine till here. But this is what is required. In the text fields the value with which the search was performed should be present.
    Can anyone help please ?
    Thanks in advance.

    Any one with any ideas as to how to go about implementing this ?
    Bread Crumbs is working fine but it doesn't retain the values !!!!!!!
    Thanks in advance.

  • My iphone 6 doesn't display the battery duration values

    My iphone 6 doesn't display the battery duration and standby in battery settings, and replaces the values with - even if I completely charged my battery last time. Can someone help me?

    Try these two:
    Restore from backup
    Restore as new
    http://support.apple.com/en-us/HT201252

  • How to hide the variable history values chosen ?

    Hi
    We need to inactivate the history in variable screen of Bex. Our reports are showing the hisotry values chosen for the variables when we execute the reports. Can any one tell me how to inactivate this property. We need this for only some queries not all.
    regards

    If you are using 3.5 workboook, then there is a setting in workbook properties where you can specify not to use saved variable values.
    Right click on workbook and click properties. And then do setting on Interaction tab.
    I dont know how to do this in new 7.0 frontend.
    Abhijit

  • Output doesn't match what I built...

    Hey Thrillseekers....Project is HDV1080i 1440X1080
    Tried sharing as a quicktime and boy did that stink up the joint.  Looked like you were watching it through a wrinkled piece of privacy glass with rain falling on it.   And my soundtrack ended a minute before the video.  Weird.
    Tried sharing as a windows media file.  Looked a little better, but still pretty awful quality.  Also, there were two things thast looked pretty strange.  There were several placed where I'd zoomed in on an image, be it the background video or a still.  In the editor, it filled the frame, which I'd assumed was a Maximum of 1440X1080.  But in the output, the width seemed to have a set maximum but the height would display the entire height of the image when I'd zoomed in.  Some sections looked almost square?  Is there a way to limit the output to what I see in the editor?
    There are also severl placed where I'd cropped a still and had it pan across a scene that in the output were cropped differently.  For instance, there were a series of images that when stitched together would be a 180 degree panorama.  I had them all slide across the scene in a roughly stitched together format.  The output had all the stills panning across the scene, but there was a big gap between each still that shouldn't be there.
    Then I output it in flash, and it looks pretty good quality wise, but it still has the proportion issue and the cropping issue.
    I've ordered Steve's book, but I'd sure like to put this thing to bed without having to wait for the book.
    Any ideas?
    Windows 7 64 Bit Is the OS if htat helps.

    Hey, thanks for supporting the book, Andy!
    I'm just not sure I have quite enough information to help you out.
    But this much I know: When you're saving as a WMV, MOV or FLV file, you're saving at a greatly reduced resolution. Possibly as low as 320x240. (I'm not sure which setting you're using, so I can't say.) That's only about 5% of the resolution of your original file, so it's no wonder it doesn't look very good.
    I don't know what your goal is to output or how you plan to distribute it (computer file? BluRay disc? DVD?), but that will determine what output format to use and what resolution to set it at.
    Meantime, if you want to see what a high quality MOV output looks like, try creating a custom output preset. Try 1920 x 1080 with square pixels.
    As for the issues you're having with your photos, it's hard to say. I don't know what resolution your photos are, but optimizing your photo sizes definitely makes them perform better (and with less unpredictable results).
    I'm not sure how your panarama turned into a bunch of individual pictures -- but I guess I'm assuming you created the panarama using PhotoMerge in Photoshop Elements and then saved it as a single JPEG. I'm not sure of another way to create a continuous panarama.
    Anyway, hope that gets you started. If you can post a sample of your video and then link your response to it, we can have a look at it and maybe then offer more insight.

Maybe you are looking for

  • Animated GIFs in Captivate 2 or 3

    I have 31 lessons (PowerPoint) that contain animated GIFs. If I import these into Captivate 2 or Captivate 3, will these animations within the animated GIFs be maintained? Thanks for any replies! All the best with your own projects. Dean

  • Why sometime sending a text message reads sent as text message instead of Delivered?

    Why dose sent messages read as sent as text message instead of Delivered? and this person has an iPhone too

  • Can I remove these Toshiba programs from my NB305?

    Like many other people, I've been disappointed with the molasses-slow behavior of my NB305 netbook.  It's slow in every respect: startup, shutdown, opening programs, running programs, etc.  Everything takes much longer than it should.  I know that th

  • Update statement using function

    Environment: Win7 and SQL server 2008 R2 Tools: SQL management tool 2008 R2 Problem: I have been trying to update id numbers in the staging table. T-SQL statement updates all id number in the staging table, but what if the we have multiple records fo

  • Nokia had deleted some map from ovi map loader!

    Why did nokia had deleted some countries map same Armenia, Georgia, South Korea, Japan and ...? Are they under updating routine and deleted now for substitute by newer version or they deleted for all times and they will not possible to download never