Qty. field value change when running in the generator

Hello


I have this query for a report of receipt store
               SELECT 
                ROWNUM   SRNO
,     RVT.RECEIPT_NUM           SRV_NO
,     RVT.SUPPLIER                SUPPLIER
,     RVT.TRANSACTION_DATE          SRV_DATE
,     RVT.PO_HEADER_ID           SRV_PO_HEADER_ID
,     RVT.PO_LINE_ID                SRV_PO_LINE_ID
,     RVT.ITEM_ID               ITEM_ID
,     RVT.ORGANIZATION_ID          ORGANIZATION_ID
,     RVT.ORDER_NUM               ORDER_NUM
,     RVT.ORDER_LINE               ORDER_LINE
,     RVT.CURRENCY_CONVERSION_RATE     CURRENCY_CONVERSION_RATE
,     INV.SEGMENT1               ITEM_NO
,     INV.SEGMENT2                PART_NO
,     RVT.ITEM_DESC                ITEM_DESCRIPTION
,(select sum(mot.on_hand)  from mtl_onhand_total_mwb_v mot where  INV.INVENTORY_ITEM_ID = MOT.INVENTORY_ITEM_ID
                                  --  AND     INV.ORGANIZATION_ID=MOT.ORGANIZATION_ID
                                             and loc.inventory_location_id = mot.locator_id
                                      AND loc.organization_id =mot.organization_id
                                               and RVT.LOCATOR_ID = mot.locator_id     )onhand,
     RVT.TRANSACT_UOM           UOM
,     RVT.TRANSACT_QTY           QTY
,    rvt.SUPPLIER_ID,
   RVT.SUBINVENTORY,
   LOC.SEGMENT1,
RVT.TRANSACTION_TYPE
FROM 
     RCV_VRC_TXS_V           RVT
,     MTL_SYSTEM_ITEMS_B      INV
,     MTL_ITEM_LOCATIONS  LOC

WHERE 
     INV.INVENTORY_ITEM_ID(+) = RVT.ITEM_ID

AND     INV.ORGANIZATION_ID= 103
AND      RVT.TRANSACTION_TYPE = 'DELIVER' AND RVT.INSPECTION_STATUS_CODE <> 'REJECTED'
AND      RVT.RECEIPT_NUM = :P_RECEIPT_NUM
AND      RVT.ORGANIZATION_ID = :P_ORG_ID
AND RVT.LOCATOR_ID = LOC.PHYSICAL_LOCATION_ID(+)
AND TRANSACTION_ID NOT IN (SELECT PARENT_TRANSACTION_ID FROM RCV_VRC_TXS_V RVTD
                            WHERE RVT.ITEM_ID=RVTD.ITEM_ID
                            AND RVTD.TRANSACTION_TYPE IN ('RETURN TO RECEIVING','RETURN TO VENDOR'))
here in data model the quantity field appears as QTY1, why is this
When I runtheapplicationinthebackground this query in Toad the quantity value is 335.06
but when I run in Report Builder value is 335,1

I see no rounding upward of calc
for the same

kindly help me

Ok. then property set to 999999.99 format mask
It shows its value. and changed the name of the column is not a big problem.

PS

Tags: Oracle Development

Similar Questions

  • My EO fields are numeric values, but when I create the EOIMPL class they are converted to INTEGERS numbers. Why, please explain.

    Mr President

    My EO fields are numeric values, but when I create the EOIMPL class they are converted to INTEGERS numbers. Why, please explain.

        public static final int PURQTY = AttributesEnum.Purqty.index();
        public static final int STAXRATE = AttributesEnum.Staxrate.index();
        public static final int UNITPURPRICE = AttributesEnum.Unitpurprice.index();
        public static final int SALQTY = AttributesEnum.Salqty.index();
        public static final int UNITSALPRICE = AttributesEnum.Unitsalprice.index();
        public static final int PARTICULARS = AttributesEnum.Particulars.index();
        public static final int AMOUNT = AttributesEnum.Amount.index();
    

    Can keep us in digital format.

    Concerning

    No.... These int values not the type of display object attributes. These integers is the index of attributes.

    To determine the type of the VO attributtes, you should see the Get accessor of the attribute and the setter

    as

      /**
       * Gets the attribute value for the calculated attribute CountDockets.
       * @return the CountDockets
       */
      public BigDecimal getCountDockets()
      {
        return (BigDecimal) getAttributeInternal(COUNTDOCKETS);
      }
    
      /**
       * Sets value as the attribute value for the calculated attribute CountDockets.
       * @param value value to set the  CountDockets
       */
      public void setCountDockets(BigDecimal value)
      {
        setAttributeInternal(COUNTDOCKETS, value);
      }
    

    This means that the attribute type CountDockets BigDecimal

  • Code to change the password when running in the world of form

    Hi all

    Have someone to help me how to set the code change password when running at the global scale of a form?


    Arif

    the easiest way, try something like this.

    forms_ddl('alter user '|| v_user || ' identified by '|| :block.item );
    if form_success then message('password changed');
    else
    message('password not changed please try again');
    

    Sarah

  • Siebel field values are not passed to the OPA: error on WD Smoke Test

    Hello

    I installed OPA siebel connector locally and deployed determination determination of web and server to tomcat server. The 'DS smoke Test' button works well, but the 'WD Smoke Test' does not work correctly. After the installation by clicking on the button opens a pop-up window with "page cannot be displayed".

    I changed the symbolic for 'Employee' as URL:

    http://localhost: 8085/siebel-web-determinations/startsession/AdminSmokeTest

    (from the original one: http://localhost:8085 / siebel-web-determinations/startsession/AdminSmokeTest/en-US? user = [UserID] & caseID =, [UserID], [ObjectID], AdminSmokeTest)

    This show opens the popup window and and it asks the question ' what is the text of valid user?' by clicking on it application "which is a Siebel Admin user's first name?" then the subsequesnt questions and after the last questions it shows if it is valid Siebel Admin record ot not. If the rule works correctly.

    Now my questions are:
    1. how the Siebel field values will be passed to the determination of the Web? Ideally result response (if that's a record valid sadmin) should have been displayed in the window pop up directly by clicking on the button 'WD Smoke Test' with the employee field values passed, instead he asks for input.

    2. the field mappings are definde in the automation of the Admin-Policy-> show mappings. The field values are passed correctly to the server of determination, but how to pass for determination of the Web? The same mapping works for the determination of the Web as well?

    3. If I use the old url for employee (http://localhost: 8085/siebel-web-determinations/startsession/AdminSmokeTest/en-us? user = [username] & caseID =, [UserID], [ObjectID], AdminSmokeTest) the user id is passed correctly but it is throwing an error.

    4. in the Administration - policy Automation-> Web determinations it gives the following error.

    [An error occurred when loading the case ID "8SIA-82CJP, SADMIN, AdminSmokeTest".
    This error has been recorded and is available in the application logs.

    Support and assistance please contact [email protected]].

    If I change the url as before, then he asks the same questions. What is this point of view?

    Thanks in advance!

    Kind regards
    ALIOU

    ALIOU,

    One of the key things to note about the OPA Web determinations for Siebel is which is needs component EAI run on the Siebel server for it to work. There is an article on this in the installation guide where there you preform a test to verify that EAI_ANON_ENU is running on the Siebel server (located on pages 12-13 on the installation guide).

    1. for determinations of Web works properly, you must leave the URL token exactly as indicated in the installation guide. In addition, determinations Web use EAI (mentioned above) to pass information to the Web of Siebel determinations.

    2. same as number 1.

    3. again once it goes back to check that the EAI runs.

    4. make sure that the user you are logged in as has the responsibility to use this point of view.

    In addition to all this... once EAI works you need to check the incoming Web Service URL and point them to the location of the IAE but also change the path to the IAE in the file data-siebe - adapt .properties. Also, be sure to match the user name and password in this file for what you use to connect to Siebel with.

    -Adam Starr

  • InDesign extension is not displayed when run via the option "Debug as".

    InDesign extension is not displayed when run via the option "Debug as".

    Hi all

    I worked on an application InDesign Extension for a few months now. I am Member creative cloud. I FlashBuilder 4.6 + Extension Builder 2.1 (both licensed versions) and InDesign CS6 and CC installed on my machine. The application is targeted for InDesign CS 5.x and 6 CS and CC versions. So far, I've tested it via "run as" and "Debug as" options of the FB; and in time, I "export as" ZXP for internal versions.

    I'm having two problems, do not know if they are related.

    1. when I try to bundle manifest, it fails with the following error: (at first, I thought it was an installation problem, but I did another test project and bundle manifest works on that one)

    Could not open the Editor: an unexpected exception was thrown.

    Details:

    java.lang.NullPointerException

    at com.adobe.cside.ui.editors.pages.MainBundlePage.isPointProductSupported (unknown Source)

    at com.adobe.cside.ui.editors.pages.MainBundlePage.createTargetAppSection (unknown Source)

    at com.adobe.cside.ui.editors.pages.MainBundlePage.createFormContent (unknown Source)

    to org.eclipse.ui.forms.editor.FormPage$ 1.run(FormPage.java:152)

    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)

    at org.eclipse.ui.forms.editor.FormPage.createPartControl(FormPage.java:150)

    at org.eclipse.ui.forms.editor.FormEditor.pageChange(FormEditor.java:471)

    at com.adobe.cside.ui.editors.BundleManifestEditor.pageChange (unknown Source)

    at org.eclipse.ui.part.MultiPageEditorPart.setActivePage(MultiPageEditorPart.java:1067)

    at org.eclipse.ui.forms.editor.FormEditor.setActivePage(FormEditor.java:603)

    at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:352)

    at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:670)

    at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:465)

    at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)

    at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:289)

    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2945)

    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2850)

    to org.eclipse.ui.internal.WorkbenchPage.access$ 11 (WorkbenchPage.java:2842)

    to org.eclipse.ui.internal.WorkbenchPage$ 10.run(WorkbenchPage.java:2793)

    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)

    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2789)

    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2773)

    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2756)

    at com.adobe.cside.ui.popup.actions.CSIDEBundleEditorAction.run (unknown Source)

    at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)

    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionI tem.java:584)

    to org.eclipse.jface.action.ActionContributionItem.access$ 2 (ActionContributionItem.java:501)

    to org.eclipse.jface.action.ActionContributionItem$ 5.handleEvent (ActionContributionItem.java:411)

    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)

    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4128)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1457)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1480)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1465)

    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1270)

    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3974)

    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3613)

    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)

    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)

    to org.eclipse.ui.internal.Workbench.access$ 4 (Workbench.java:2494)

    to org.eclipse.ui.internal.Workbench$ 7.run(Workbench.java:674)

    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)

    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)

    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)

    at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start (FlashBuilderApplication.ja goes: 108)

    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication (EclipseAppLau ncher.java:110)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start (EclipseAppLauncher.jav one: 79)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)

    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)

    at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

    Here is my manifest file:

    <? XML version = "1.0" encoding = "UTF-8"? >

    < ExtensionManifest Version = "2.0" ExtensionBundleId = "ConnectXPress".

    " ExtensionBundleVersion ="1.0.0"xmlns: xsi =" http://www.w3.org/2001/XMLSchema-instance ">

    < author >

    <! [CDATA [Swati Sisodia]] >

    < / author >

    < ExtensionList >

    < extension Id = "com.pubpress.CXP.extension1" Version = "1.0" / > "

    < / ExtensionList >

    < ExecutionEnvironment >

    < parameter Listehotes >

    < host name = "IDSN" Version = "7.0" / >

    < host name = "Clement POUPARD" Version = "7.0" / >

    < / parameter Listehotes >

    < LocaleList >

    < Locale code = 'All' / >

    < / LocaleList >

    < RequiredRuntimeList >

    < RequiredRuntime Name = "CSXS" Version = "2.0" / >

    < / RequiredRuntimeList >

    < / ExecutionEnvironment >

    < DispatchInfoList >

    < Id = "com.pubpress.CXP.extension1 extension" >

    < DispatchInfo >

    < resources >

    < SwfPath >./ConnectXPress.swf < / SwfPath >

    < / resource >

    life cycle of the <>

    < AutoVisible > true < / AutoVisible >

    < / life cycle >

    < UI >

    Panel < type > < / Type >

    ConnectXPress < menu > < / Menu >

    < geometry >

    < size >

    < height > 520 < / height >

    < width > 350 < / width >

    < / size >

    < / geometry >

    < icons >

    < Type icon = 'Normal' >./icons/normal_icon.png < / icon >

    < Type icon = "RollOver" >./icons/rollover_icon.png < / icon >

    < Type icon = "Disabled" >./icons/disabled_icon.png < / icon >

    < Type icon = "DarkNormal" >./icons/dark_icon.png < / icon >

    < Type icon = "DarkRollOver" >./icons/dark_icon.png < / icon >

    < / icons >

    < /UI >

    < / DispatchInfo >

    < / extension >

    < / DispatchInfoList >

    < / ExtensionManifest >

    2. my other problem is, I recently changed the name of the project and the name of the application in the Menu, and since I did that, my extension is not displayed when I perform "run as" or "Debug as" Flash Builder. To enforce as / debug as, the code compiles and appears in the folder "bin-debug", the application is triggered, but when I navigate to Windows > Extensions, my extension is not present here. Although when I export as ZXP and install via Extension Manager CS 6 or CC, it shows my last extension in Windows > Extensions with the correct name.

    Any help is very appreciated. Please let me know if I need to provide more information.

    Kind regards

    Swati.

    I've solved both of my problems. And I thought I'll post for others.

    First problem, where the manifest failed Bundle of FlashBuilder, was resolved by a change in the manifest.xml (who lives at /.staged-extension/CSXS). The change I made was tag. Earlier it was (generated by FlashBuilder 4.5):

    I changed it to:

    I did a bit of hit and trial and it seems that FlashBuilder generated 4.5 tag host with the Version with only the specialties of the minimum version while FlashBuilder 4.6 requires that all versions of specialties listed in the Version attribute.

    The second problem of debug/run as not to install the extension properly in InDesign, has been set as a result of the software update of FlashBuilder.

    This is what brought me to do:

    I retraced my steps and realized last thing I did before the "Debug as Adobe InDesign Extension" of in FlashBuilder broke on my machine has been updated InDesign CS6 to the latest available version, which probably ended up with flash/flex versions of InDesign and FlashBuilder. Therefore, perform a fixed update debugging.

  • Screen resolution/size changes when you use the touchpad

    Bought Probbok 4530 s. Win 7. I continue to have the screen/print resolutiom size change when you use the touch pad. The pointer seems to 'paste' and then when I move it, the screen get is much lower or higher. I continually have to type ctrl + or - to get the size of the screen back to the 'normal '. Is this something to do with the settings for the touchpad or pointer? Its driving me crazy...

    Bruce

    Hell, I think that this is it... Pinch Zoom! I have disabled that, as well as the "allow the theme change mouse pointers" on the pointers tab. I'm playing with it now, and it seems to have solved the problem. I'll let you know if this isn't... Thanks for the great help, Dragon fur!

  • Foreground color does not change when I use the color picker.  CS6.

    Foreground color does not change when I use the color picker.  CS6.

    Your document is in grayscale, convert color (Image > Mode).

  • Why my police/text change when I pass the classic 3D Ray traced 3D in After Effects?

    My fonts/text changes when I pass the classic 3D Ray traced 3D. Why would he do that? In addition, I can't have the fonts/txt look the same after I switch from classic to the Ray traced. How can I get it to look the same?

    'Normality' disappears because blend modes do not work in the ray-traced rendering engine. Fortunately, you just had it set to normal and weren't trying not to use the screen or multiply or something else. It shouldn't be a problem for you.

    The text changes color is because the ray-traced rendering engine is made things very differently. You must go in the hardware settings and adjust them to the ray-traced rendering engine. For example, it is reflective? If so, that would make a big difference in how it looks based on what you have reflecting.

    That said, Adobe is not putting more work in the ray-traced rendering engine, so if I were you, I would focus my learn more about the new way to do 3d in AE (because he will get better and better as they put more time development in there). How is this? In this way: Details of CINEMA 4 d with After Effects integration

  • Require the field be filled when the other field values change

    I tried to search on something I have to do but couldn't come up with a combination of words to find many.

    I have a situation where, when some field on a form, the values change, I need a comment filled field. So if changing values of designated field and the comment field is NOT filled in, I'd like some sort of message indicating that the comment field must be filled in when this field is changed. Preferably, this would happen when the "Update" button is pushed on the form. And this should occur before the data is sent.

    This seems to be between validation and dynamic Action. I don't know how to create what I need. Any help would be greatly appreciated! I hope I described the scenario quite well.

    Thank you!
    John

    Create an item hidden on the form, create a dynamic action to fill this article on the change of your required items. create a validation on the comments that will be triggered ONLY if the hidden item is filled through the action of the element changed...

    Thank you

    Tony Miller
    Dallas, TX

  • Legend field size changes when the cursor moved legend

    So weird, I don't even thought it, but here it is:

    In VI attached, I have legends of the parcel next graphics, if I can put checkboxes next to them for the turning on or off the channel display.  In the third, I need to include the sliders, but when I did the legend of cursor visible and moved (it automatically appears on the side, under where I put the legend of the plot), the legend of plot in size changes.  It is shortened, which is annoying, but also means that it is more aligned with the checkboxes.

    I tried to use the PlotLegend:Height property and managed to _read_ it is, indeed, evolution, but I can't put it (or rather, I can't do it to _stay_ together).

    Even more strange: when I open the file on my laptop, the problem of size change does not occur, BUT the legend of the plot begins with a different size of the boxes!  I know that I can use 'Objects to scale with the Panel', but I've always shied away from that, due to problems of size and text beside it, since I am defining the size of the Panel, things really should be the same size, anyway.

    Because of the issue of the different-monitor-size different, I don't know if the version of the file's "modified" screen will show the problem, but I have attached, in the case.

    Any ideas?

    specifications that might matter:

    Desk at work: machine card Dell with Windows7 64 bit AMD Radeon HD7470 graphics LabVIEW 2012 SP1

    laptop at home: Dell Latitude E5430

    Thank you!

    Well, it's certainly weird - it does on my PC as well. I have no explanation for it.

    Perhaps a solution you can use the checkboxes in the visibility field integrated instead. You wouldn't need a separate control.

    Right click on the legend of the plot and select 'Visible Elements' > 'plot visibility Checkbox.

  • Entry value change when he went from teststand for labview.

    Hi all

    I try to spend my labview VI value hexadecimal teststand. When I run the VI independently giving the value as 00000010 I get the expected results of the VI.  But even when value is passed through local variable teststand, when it reached VI of entry it was conerted to 000000 A 0 and so I'm getting wrong output.

    I am not able to understand how the value goes to the value of the input parameter when she went from teststand for labview.

    Any ideas?

    I discovered the error.  I was entering the value in the wrong format in teststand... instead of 0 x 10 I've entered only 010 and was therefore is converted to A.

  • The field values of transmitted TEXT to the next page for purposes of report.

    Hello

    I'm developing an application in which I have several text fields that (are mandate to generate the report) desire to move to the next page, to generate a report with her, I'm not able to find how to store these values entered by the user and there on next page.
    Please give your opnion and opinion on this.


    Neel

    PS I tried with the query, but this hidden obeject is still not quite able to do it.

    create a field on the new page
    and when you use a button set the parameters and assignaments on the target field and a field value

  • Automatically the field value date one month after the date of the day

    Hello
    I have a table called equipment with a field called NextUpdate.
    I need to create a trigger when the data entered into the table, the NextUpdate field value should automatically be on a month since the sysdate.
    I could start there, but I'm stuck... (and tired!)

    CREATE OR REPLACE TRIGGER nextupdate_equip
    Before INSERTING on the hardware
    FOR EACH LINE
    BEGIN
    : NEW.nextupdate: = NEW.sysdate + 30;
    END;

    Thank you

    Use the ADD_MONTHS function:

    CREATE OR REPLACE TRIGGER nextupdate_equip
    BEFORE INSERT ON equipment
    FOR EACH ROW
    BEGIN
    :NEW.nextupdate := ADD_MONTHS(sysdate,1);
    END;
    

    Check this box:

    SQL> alter session set nls_date_format='mm/dd/yyyy hh24:mi:ss';
    
    Session altered.
    
    SQL> select sysdate,ADD_MONTHS(sysdate,1) from dual;
    
    SYSDATE             ADD_MONTHS(SYSDATE,
    ------------------- -------------------
    10/26/2008 08:31:02 11/26/2008 08:31:02
    
    SQL> 
    

    SY.

  • Activity monitor close unexpectedly when running in the background on the left

    Recently upgraded to Mac OS Sierra and Activity Monitor to close unexpectedly when running back plan left (do not smoke and open the activity monitor window) to a blank desktop when you use an application in another office. Clean install I tried but the activity monitor would still be down at random times when left running in the background to another empty office. Someone at - there experience this problem? For most browsing on the web using Safari on another desktop computer when Activity Monitor quit unexpectedly.

    Activity monitor also using a lot of energy since the upgrade?

    Any help would be appreciated. Thank you.

    Model: MacBook Pro (retina, 13 inches, early 2015)

    OS: macOS Sierra: 10.12 (installed via the upgrade, own installed after this problem).

    Do not forget that you are using the activity monitor version which was installed when you upgraded to Sierra. Activity monitor located in the your Mac utilities folder.

    If you have moved a previous version to a different location, it will not work.

    If you are using the correct version, post crash report. Error reports lies in the application of the Console under System reports or reports from usersand end in the suffix .crash. If you choose to do so, omit or hide any information that you consider personal.

  • Bug: Façade objects relative position changes when you move the fusion VI on block diagram

    I posted a bug report on the LAVA, here:

    http://forums.lavag.org/front-panel-objects-relative-position-change-when-placing-merge-VI-onto-bloc...

    If someone at home OR can reproduce, can I please get a CAR #?

    Thank you

    -Jim

    Hi Jim,.

    This was reported to R & D (# 139212) for further investigations.  I don't know if it's more embarrassing fall into the range of functions and reorganize the façade or drop out of the front and hope that the code of the Subvi is not disseminated in the block diagram.  Because the code (or orders) are selected after a fall, and you can switch between diagram and panel above all keeping this selection, at least you can move the code as a whole, right?

Maybe you are looking for