SDK Bug in Weight calculation

Hi,
i've encountered a problem in my addon, implementing additional functionalities in the invoice document.
When i use the following combination of events, sapB1 makes errors in weight calculation, even my addon doesn't use or set anything in Weight or Quantity.
  If (pVal.ActionSuccess And pVal.ItemUID = "38" And pVal.ColUID = "11" And pVal.EventType = SAPbouiCOM.BoEventTypes.et_VALIDATE And pVal.InnerEvent = False ) Then
SBO.SetStatusBarMessage ("Test error in weight")
End If
if i remark the SBO.SetStatusBarMessage ("Test error in weight") line, everything goes fine. With only this line, changing the quantities, the calculation of the weight makes errors.
NB
The lines in the document have to be at least two.
Thanks.

yes, i know, but with that line of code the weight calculation makes errors, if i remark it, the calculation goes fine.
I know that it is nothing to do with the weight calculation, but i have to use that event filter for other purposes and i can't understand how that line causes the problem in weight calculation.
Thanks.

Similar Messages

  • Goods Receipt PO+VOlume and Weight Calculation

    Hello experts
    i have a GRPO with 10 items in lines. as far as i can see, there are missing in some of the the value for the Weight and the Volume. while checking the Item Master Data form, the volume and the weight are filled up with specific value.
    could you please inform me the reason this document(GRPO)  has not filled these values for specific items?
    also, by clicking the Vlolume and Weight calculation, for these items the the volume is filled and the weight is not.
    it is strange i suppose.
    what i have found out is that in a Purchase Order, some of the items do not have a Volume or/and Weight because the BP does not have the values noticed to us and these fields are editing in item master data afterwards
    By using the System information under the VIew, i can see that the VOlume and Weight Calculation gets data from INV1 table
    Edited by: Fasolis Vasilios on Jan 10, 2012 10:56 AM

    Hi,
    The reason is simple: those value can not be copied if the Item Master was ready when you created the PO. However, PO wont automatically updated when you updated Item master. It stays in the old Item setting. That would be copied to GRPO from the old PO.
    Thanks,
    Gordon

  • [svn] 4612: Flex SDK Bug Fix - Added scaleGrid support to BitmapGraphic

    Revision: 4612
    Author: [email protected]
    Date: 2009-01-21 16:58:51 -0800 (Wed, 21 Jan 2009)
    Log Message:
    Flex SDK Bug Fix - Added scaleGrid support to BitmapGraphic
    SDK-17289 - BitmapGraphic source embed does not respect scale9 grid when scaling
    BitmapGraphic will use the scaleGrid properties defined on its embedded source. Since the Player doesn't support scaleGrid on bitmaps, we have to slice the bitmap into nine sections and then scale/translate each section. We create two arrays of points along the grid. These are used to define the topLeft and bottomRight corners of the section. Based on the internal scaleFactor and which section we are in, we draw a scaled and translated section according to the scaleGrid rules.
    More details:
    - Changed BitmapGraphic to no longer use the BitmapFill to draw. Instead, BitmapGraphic performs the drawing code itself.
    - When the source is set, check if it has scaleGrid properties and store these in internal variable
    - Cache the creation of the 16 grid points array. Flush the cache if the source or dimensions have changed
    - To see this behavior in action, set width/height to different values than the source's natural dimensions and set resizeMode = "scale"
    QE Notes: Add tests for BitmapGraphic with embedded assets using scaleGrid
    Doc Notes: Add docs for this functionality
    Bugs: SDK-17289
    Reviewer: Glenn
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17289
    http://bugs.adobe.com/jira/browse/SDK-17289
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/BitmapGraphic.as

  • [svn:fx-trunk] 5224: Flex SDK Bug Fixes

    Revision: 5224
    Author: [email protected]
    Date: 2009-03-10 14:06:53 -0700 (Tue, 10 Mar 2009)
    Log Message:
    Flex SDK Bug Fixes
    SDK-19772 Initially invisible graphic element can not be made visible
    When visible is false, we were both setting the displayObject invisible and not drawing the graphics. When visible was then set to true, we changed the displayObject visibility, but didn't draw the graphics. The fix is to always draw the graphics when we are not sharing our displayObject. This way we simply toggle visibility on the displayObject on/off, instead of having to perform a redraw.
    SDK-19581 BitmapFill incorrectly handle source property
    Updated code to match code in BitmapGraphic. If the source is a class, we still need to check the type of the newly instantiated instance of that class.
    SDK-19085 unexpected behaviour when setting scaleX < 3 on a LinearGradient
    Internally, we no longer allow scaleX to be less than 2. Visually, this shouldn't have much impact.
    QE Notes: n/a
    Doc Notes: n/a
    Bugs: SDK-19772, SDK-19581, SDK-19085
    Reviewer: Evtim, Chet
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19772
    http://bugs.adobe.com/jira/browse/SDK-19581
    http://bugs.adobe.com/jira/browse/SDK-19085
    http://bugs.adobe.com/jira/browse/SDK-19772
    http://bugs.adobe.com/jira/browse/SDK-19581
    http://bugs.adobe.com/jira/browse/SDK-19085
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/BitmapGraphic.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/baseClasses/GraphicElement.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/BitmapFill.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/LinearGradient.as

    error dateField not selecion date 27/11/2002 ?
    This is bug flex 3 ?
    thanks

  • Journal Voucher SDK bug?

    Hi guys,
    I have created an add-on that reads data from a text file and creates a journal voucher. The add-on works well, but I have noticed a bug when I create a journal voucher with more than one currency. The bug does not seem to be from my code. I would just like someone to verify that I am doing it all correctly.
    I have for example 2 multicurrency business partners. and 2 accounts one is EURO and the other is USD.
    eg
    BP1 - All currencies
    BP2 - All currencies
    Acc1 - EURO
    Acc2 - USD
    When I try to create a journal voucher through the SDK all business partners are displayed with USD as well as EURO, even though only one transaction was in USD. This causes the USD to be unbalanced.
    so it would look like this:
    Account |     Debit(FC) |    Credit (FC) |    Debit    |     Credit   |
    BP1     |               |USD 517.50      |             |  EUR 360.00  |
    Acc1    |               |                |EUR 360.00   |              |
    BP2     |               |USD 11,571.76   |             |EUR 8,050.00  |
    Acc2    | USD 11,571.76 |                |EUR 8,050.00 |              |
    I would like it if the USD at BP1 did not appear. There is nothing in my code  that puts USD on that line, but it appears in the journal voucher.
    Can anyone verify this bug?
    Edit: It appears that I should have posted this in the SDK forums. Could someone please move it?
    Edited by: Costas Ioannou on Mar 24, 2010 11:33 AM

    I have recreated this in the SDK forums here:
    Journal voucher SDK bug?

  • [svn] 4624: Flex SDK Bug Fix - Add snapshot support for 3D transformed GraphicElements

    Revision: 4624
    Author: [email protected]
    Date: 2009-01-22 13:15:17 -0800 (Thu, 22 Jan 2009)
    Log Message:
    Flex SDK Bug Fix - Add snapshot support for 3D transformed GraphicElements
    SDK-17362 - GraphicElement.getBitmapData doesn't handle 3D transforms
    Added in support to take a bitmap snapshot of a 3D transformed GraphicElement.
    Added a flag to getBitmapData to return a bitmap of the target either in the local or global coordinate space.
    Also, fixed a bug in the bitmap snapshot logic for a 2D GraphicElement that was sharing its displayObject.
    Note that the 3D snapshot isn't accurate if you have set maintainProjectionCenter on an ancestor. There are also limitations when rotation is applied. In addition, getting a local 3D snapshot isn't too accurate once you start scaling ancestors.
    QE Notes: Add mustella tests for getBitmapData
    Doc Notes: Document that getBitmapData now supports 3D transforms
    Bugs: SDK-17362
    Reviewer: Evtim
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17362
    http://bugs.adobe.com/jira/browse/SDK-17362
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/graphicsClasses/GraphicElement.a s

    FYI - This regression has been filed here: http://bugs.adobe.com/jira/browse/SDK-31989

  • Upgrade from 2007 to 8.81 weight calculation error

    Dear experts,
    I have recently ugraded from 2007 to 8.81 PL08HF1.
    Have encountered this issue:
    In SO, under the volume and weight calculation, the total weight is calculated wrongly.
    which means:
    Qty 3 X net weight (2Kg) = 10kg
    has anyone encountered this error?
    thanks in advance!
    Joanne

    Dear Rahul,
    yes, the change log reflects changes made to the SO.
    Another thing i found out...
    I am using factor 1, 2, 3 to determine the quantity.
    And i realised any changes made to the factors 'sometimes' updates the 'weight' field in SBO.
    My another question is the weight field, does it reflect the total weight? or per unit weight?
    How can i make changes to factor 1, 2 or 3 so that SBO reflects the correct weight after the changes?
    Thanks rahul in advance...
    :P
    joanne

  • How do I report sdk bug?

    Anyone knows the link to report sdk bug?
    Thanks a lot.
    Fred

    Hi Fred,
    SDK bugs need to be reported through the standard SAP support site in the Customer Portal or Channel Partner Portal, depending on your status. I'm not sure about the link for Customer Portal (but you can go to service.sap.com and find links from there). In the Channel Partner Portal go to the SAP Business One solution page and then client on My Customer Messages. You'll then have a link to create a new message. Create a new message and set the component to SBO-SDK
    Kind Regards,
    Owen

  • Bug LABVIEW 2014 - Calcul Quotient et Reste

    Bonjour à tous,
    Avez-vous remarqué ce bug dans labview 2014 sur la fonction quotient et reste?
    J'ai lu sur le forum anglais que le bug a déjà été vu en 2009. Il est à nouveau présent!
    C'est la seconde fois que je tombe dessus et qui m'oblige à utiliser un "patch maison", mais cette fois j'en informe la communauté:
    Par exemple dans mon cas 8.6 / 0.1 = 85 et reste 0.1... (voir PJ).
    Merci aux personnes concernées de prendre en compte ce bug dans vos prochaines mises à jour car c'est une fonction assez basique...
    Bonne journée.
    Julien P.
    Certified LabVIEW Developer
    Résolu !
    Accéder à la solution.
    Pièces jointes :
    quotient.vi ‏7 KB

    Bonjour à tous les deux,
    En effet, comportement particulier mais qui n'est pas un bug.
    Le "souci" vient des règles qui régissent la façon dont sont arrondis les nombres à virgule:
    IEEE Rounding rules
    C'est pour celà que dans l'aide détaillée de la fonction une remarque est présente (cf Quotient et reste (fonction)):
    "Remarque  Certains nombres réels ne peuvent pas être représentés par les nombres à virgule flottante de la norme ANSI/IEEE. Il est donc possible que des erreurs d'arrondi surviennent et que LabVIEW produise des résultats inattendus si vous utilisez les nombres à virgule flottante avec cette fonction. Pour obtenir des comparaisons et des calculs exacts, convertissez les nombres à virgule flottante en entiers."
    Bonne journée,
    Valentin
    Certified TestStand Architect
    Certified LabVIEW Developer
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    Travaux Pratiques d'initiation à LabVIEW et à la mesure
    Du 2 au 23 octobre, partout en France

  • Weight calculation

    A shop tool which alouds to work with weights. For example, im having a product which is 35 gramm the sending is 1 chf in switzerland, but if someone  buy 4 items its over 100 gramm so the sending costs 7 chf. it would be nice if there a tool which i can lodge the weight behind the product and when the customer check out that the weight is automaticaly calculated und shows the price of shiping

    Well, I understand you'd like to see some very refined tools in Muse, but I'm afraid this isn't going to happen real soon. Just imagine how many parameters, properties, connections, and schemes users would like to see pre-built into Muse, to accommodate all kinds of packaging, dispatching, discounting, promo-coding there are in this world. That's why we still need developers to build such custom tools for us, or let us choose from a wide array of thousands of already available tools.
    Adobe can't possibly let Muse offer all of them. In fact, they have their very own commercially available framework of tools to build your custom web application, called Business Catalyst. Have a look at it, or rather: ask a developer to look at it, so you can work with Muse and the developer can hook up your Muse pages as templates to this Business Catalyst system.
    Or have a look at this smaller but very elegant tool called Wazala Sell online with Wazala ecommerce
    It works really nice together with Muse: Adobe Muse Online Store - Setting up eCommerce by Muse-Themes.com

  • CS SDK bugs

    I have come across a few bugs in the CS SDK while working with it.
    I'm starting a thread of bugs that I've found (and I'll try to remember as many as I can...). Hopefully having all these bugs in one place will make it easier for the CS SDK team to address them.
    If anyone else finds bugs, please add them to this thread!
    Harbs

    #4 (this one is just an annoyance)
    Quite often, when I load my extension using the "Attach" feature, I get a number of error on launch it alwyas stops on line 5649 of SystemManager.as and the error is always "cannot access aproperty or method of a null object reference. I seem to have this problem less when I don't touch my computer while the extension is loading, but I have a very hard time not doing two things at once...
    If I have it run through, it seems to load okay, but it is a bit of an annoyance.
    Here's a sample of my console log (it's a two-extension bundle): The second TypeError was during an activate event and the third one was during a deactivae event (unless I mixed them up). I didn't check what the first error was. I replaced the main extension with "extension_name".
    6/6/2010 22:26:25.847 [INFO] com.adobe.csxs.stagemanager.window.ExtensionWindow Loading of extension __com.intools.extension_name.extension2_0 complete.
    6/6/2010 22:26:25.848 [INFO] com.adobe.csxs.stagemanager.window.impl.SWFEventDispatcher Loading of extension __com.intools.extension_name.extension2_0 complete.
    6/6/2010 22:26:28.469 [INFO] com.adobe.csxs.stagemanager.window.impl.SWFEventDispatcher dispatchEventToExtension() Dispatching event of type com.adobe.csxs.events::StateChangeEvent to extension __com.intools.extension_name.extension1_0
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at mx.managers::SystemManager/stageEventHandler()[C:\autobuild\3.4.0\frameworks\projects\framework\src\mx\managers\SystemManager.as:5649]
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at mx.managers::SystemManager/stageEventHandler()[C:\autobuild\3.4.0\frameworks\projects\framework\src\mx\managers\SystemManager.as:5649]
    6/6/2010 22:27:45.338 [INFO] com.adobe.csxs.stagemanager.extension.impl.ExtensionLifeCycleNotifier onExtensionComplete()
    6/6/2010 22:27:45.339 [INFO] com.adobe.csxs.command.SetExtensionLoadedCommand calling SetIsLoaded through ExternalInterface
    6/6/2010 22:27:45.341 [INFO] com.adobe.csxs.stagemanager.extension.impl.ExtensionLifeCycleNotifier dispatchInvokeEvent()
    6/6/2010 22:27:45.343 [INFO] com.adobe.csxs.command.CheckStartOnEventCommand calling CheckStartOnEvent through ExternalInterface for __com.intools.extension_name.extension1_0
    6/6/2010 22:27:45.346 [INFO] com.adobe.csxs.stagemanager.window.impl.WindowStateManager onExtensionComplete()
    6/6/2010 22:27:45.348 [INFO] com.adobe.csxs.stagemanager.window.impl.SWFEventDispatcher dispatchEventToExtension() Dispatching event of type com.adobe.csxs.events::StateChangeEvent to extension __com.intools.extension_name.extension1_0
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at mx.managers::SystemManager/stageEventHandler()[C:\autobuild\3.4.0\frameworks\projects\framework\src\mx\managers\SystemManager.as:5649]
    6/6/2010 22:28:10.733 [INFO] com.adobe.csxs.stagemanager.external.CSXSEventReceiver receiveExternalEvent() dispatching CSXSEvent to all extensions...
    6/6/2010 22:28:10.734 [INFO] com.adobe.csxs.stagemanager.window.impl.WindowManager Dispatching event of type com.adobe.csxs.internally.events.BroadcastEvent to all extensions.
    6/6/2010 22:28:10.761 [INFO] com.adobe.csxs.stagemanager.extension.impl.ExtensionLifeCycleNotifier onExtensionComplete()
    6/6/2010 22:28:10.761 [INFO] com.adobe.csxs.command.SetExtensionLoadedCommand calling SetIsLoaded through ExternalInterface
    6/6/2010 22:28:10.763 [INFO] com.adobe.csxs.stagemanager.extension.impl.ExtensionLifeCycleNotifier dispatchInvokeEvent()
    6/6/2010 22:28:10.764 [INFO] com.adobe.csxs.command.CheckStartOnEventCommand calling CheckStartOnEvent through ExternalInterface for __com.intools.extension_name.extension2_0
    6/6/2010 22:28:10.765 [INFO] com.adobe.csxs.stagemanager.window.impl.WindowStateManager onExtensionComplete()
    6/6/2010 22:28:10.766 [INFO] com.adobe.csxs.stagemanager.window.impl.SWFEventDispatcher dispatchEventToExtension() Dispatching event of type com.adobe.csxs.events::StateChangeEvent to extension __com.intools.extension_name.extension2_0
    6/6/2010 22:28:10.798 [INFO] com.adobe.csxs.stagemanager.external.CSXSEventReceiver receiveExternalEvent() dispatching CSXSEvent to all extensions...
    6/6/2010 22:28:10.799 [INFO] com.adobe.csxs.stagemanager.window.impl.WindowManager Dispatching event of type com.adobe.csxs.internally.events.BroadcastEvent to all extensions.
    6/6/2010 22:28:10.823 [INFO] com.adobe.csxs.stagemanager.external.CSXSEventReceiver receiveExternalEvent() dispatching CSXSEvent to all extensions...
    6/6/2010 22:28:10.823 [INFO] com.adobe.csxs.stagemanager.window.impl.WindowManager Dispatching event of type com.adobe.csxs.internally.events.BroadcastEvent to all extensions.
    6/6/2010 22:28:15.349 [INFO] com.adobe.csxs.stagemanager.external.CSXSEventReceiver receiveExternalEvent() dispatching CSXSEvent to all extensions...
    6/6/2010 22:28:15.350 [INFO] com.adobe.csxs.stagemanager.window.impl.WindowManager Dispatching event of type com.adobe.csxs.internally.events.BroadcastEvent to all extensions.
    Harbs

  • Weight calculator

    I am trying to create a very simple calculator. Basically the
    user places in the height, weight and length and then this will
    determine the price.
    However, I have no idea whatsoever. I know a bit about flash
    but this is a little bit advanced. Dopes anyone know any serial
    numbers or templates that I could modify? The guy ho wants it has
    already made it in excel, so I know what data to put in.
    Any help would be really really appreciated.
    Thanks
    George

    you can use the onChanged() method of the textfield to check
    if the text property of your textfields are numbers using the
    isNaN() function and if so, apply your calculation to the text
    property converted to numbers (using the Number() function).

  • Maybe Flex SDK bug: Setting visible of DataGrid item renderers

    Hi all, I'm still a noob at flex but this looks a bit strange to me.
    I've been trying to hide a button renderer in a DataGrid but it just wouldn't hide.  I've been setting visible inside the mxml and also in the the class that extends buttonbut it just wouldn't hide.  I then overloaded the visible property set/get and traced what was setting the property to true and found that inside DataGridBase.as the function setupColumnItemRenderer always sets visible of the renderes to true.
    DataGridBase.as
    protected function setupColumnItemRenderer(c:DataGridColumn, contentHolder:ListBaseContentHolder,
                        rowNum:int, colNum:int, data:Object, uid:String):IListItemRenderer
            var listItems:Array = contentHolder.listItems;
            var item:IListItemRenderer;
            var rowData:DataGridListData;
            item = listItems[rowNum][colNum];
            if (!item || itemToUID(item.data) != uid
                || columnMap[item.name] != c)
                item = createColumnItemRenderer(c, false, data);
                if (item == null)
                    return null;
                if (item.parent != contentHolder)
                    contentHolder.addChild(DisplayObject(item));
                // a space is used if no data so text widgets get some default size
                columnMap[item.name] = c;
                if (listItems[rowNum][colNum])
                    addToFreeItemRenderers(listItems[rowNum][colNum]);
                listItems[rowNum][colNum] = item;
            //[Matt] moved from inside the block above to outside because
            //the item definitely exists at this point, and always needs
            //its data refreshed
            rowData = DataGridListData(makeListData(data, uid, rowNum, c.colNum, c));
            rowMap[item.name] = rowData;
            if (item is IDropInListItemRenderer)
                IDropInListItemRenderer(item).listData = data ? rowData : null;
            item.data = data;
            item.visible = true;
            if (uid && colNum == 0)
                contentHolder.visibleData[uid] = item;
            return item;
    Why does it do this?  Shouldn't it respect the visible property already set for the renderer in mxml and not force it to true on init?

    Renderers use the visible property for recycling.  Invisible renderers are not supported.  The hit detection logic would find it the cell it belongs to even if it was invisible.  You can set alpha=0, but it won't stop the hit detection logic.
    Why are you trying to hide a renderer?
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • Can't figure out how to solve the decimal point bug in this calculator code

    Hi guys, I'm new in flash and is currently learning how to build a simple calculator with multipliers (plus,minus,multiple,divide,decimal point and change sign) but I'm stuck on the decimal point and change sign.
    var multiplier_old:Number = 10;
    var multiplier_new:Number = 1;
    // .: Sets the multipliers so that new input numbers become decimals of a lower unit column
    action_point.addEventListener(MouseEvent.MOUSE_DOWN, function():void {
              multiplier_old = 1;
              multiplier_new = 0.1;
              point = true;
    // Takes intput from the input_ buttons and adds it to the input after applying the multipliers.
    // If `point` is true then the multiplier_new is divided by 10, also as described.
    function inputNumber(n:Number):void {
              input = input * multiplier_old + n * multiplier_new;
                        if (point) {
                                        multiplier_new *= 0.1;
                       trace(multiplier_new);
              output_txt.text = input.toString();
    Decimal point
    The problem is that when I input 2.7 in the calculator, it will display the values in output_txt correctly. But then when I input 2.78, it will display 2.780000000000000000000000002. This will also happen to other numbers if the input is too big.
    What I want is just 2.78. How do I change the codings to make 2.780000000000000000000000002 become 2.78?
    Change sign
    Any tips on how to start on this one?
    Thanks for your time,
    Zainu

    I think you misunderstand what I mean. The weird decimal doesnt comes out after I press the 'equals' sign. It comes out when im just pressing on the caculator number buttons
    First I click the no.2 button and then the decimal point button.
    So the caculation output display will show
    2.
    after that I press the no.7 button
    2.7
    and then no.8 button. It appears like
    2.7800000000000000002
    This is the code I use when the user press the decimal point button.
    // .: Sets the multipliers so that new input numbers become decimals of a lower unit column
    action_point.addEventListener(MouseEvent.MOUSE_DOWN, function():void {
              multiplier_old = 1;
              multiplier_new = 0.1;
              point = true;
    // Takes intput from the input_ buttons and adds it to the input after applying the multipliers in the method described above.
    // If `point` is true then the multiplier_new is divided by 10, also as described.
    function inputNumber(n:Number):void {
              input = input * multiplier_old + n * multiplier_new;
                        if (point) {
                                 trace(multiplier_new.toFixed(3));
                                  multiplier_new *= 0.1;
                                  //trace(multiplier_new);
              output_txt.text = input.toString();
    I think there is some code wrong in this function that makes this weird problem. I tried putting toFixed method but it's still not working.
    Sorry for this long reply but I have to try my bestto explain with my bad english.

  • Maybe a bug in the calculator

    I was using the calculator on my ipod touch, when I enter 45-15-15 it always gives me back 0.
    This is not correct, why would this happen?
    anyone else getting the same result?
    Thanks

    Yeah I think the problem here is they hit the last 15 then the equals sign and it stays fifteen so they hit it again = 0.

Maybe you are looking for

  • Verity vspider.exe process never stops and sucks system resources

    I'm running a scheduled task to index a site on a Win2k3 server running CF8. I'm having a problem where the vspider.exe process never stops and sucks up system resources, slowing my whole server down. It actually is doing quite a bit of work... I'm d

  • Application Launch/Quit Oddities

    I'm having an odd, re-occurring problem with Mac OS X on my MacBook Pro. Every once in a while (maybe once every month), it'll get into this weird state in which no applications will launch (they just bounce for a while, then stop; but never actually

  • How to batch add 12 hours to photos?

    Hi all, I'm going through my 35,000+ photos in aperture. I'm keywording, geotagging, etc. I'm looking at photos a friend shared with me from a vacation we took back in 2006. There are 395 pics. I just realized he had the AM/PM set incorrectly. I need

  • WHAT IS MOST STABLE VERSION OF SNOW LEOPARD

    I've just completed a clean install of OS X 10.6.3.  My usual methods are to use Software Update to get the latest version of Snow Leopard and I had been using 10.6.7.  However lately I have had to do the clean install partly because somewhere along

  • No Column Header if 0 Child Records

    Hi everybody, I have one parent qry and other child qry. e.g. in scott/tiger Dept is parent and Emp is child. I have to print all employees for a department like Dept 01 SALES Employee Code Name 10283 BLAKE 2304 JOHN I want that if there is no employ