PlD Distorted when multiple Item selected

Hi ,
In our Scenario we want to print Item description,serial no, qty  on same page in PLD for multiple Item with single quantity Print Layout is coming without distortion but when multiple item with multiple quantity it goes to next page and some data (Item Description and Qty ) for the last item on First page gets repeat on next page also Borders get distorted in print
So how to fix this issue of data repeating and also how give page border to Print Layout

Just as a note to clarify for all of these posts here.
The real answer is that you can print the serial/batch number right on the main document.  You don't need to use the serial number transaction report at all.  You can disable it in print preferences (Administration >> System Initialization >> Print Preferences).
In order to print the serial numbers relating to a document you need to use special system variables.  Just make a new field and then make it a system variable and use the following variables.  They need to be put on the same line as the regular detail info and the data will grow if there are multiple batches or serial numbers so make sure you allow for field adjustments.
490          TEXT     serial number
492          TEXT     batch number
493          TEXT     warehouse code (batch/SN)
494          MONEY (QUANTITY)     quantity (Batch/SN)
495          DATE     admission date (receipt)
496          DATE     date of production set by manufacturer (for Batch/SN)
501          DATE     expiration date (for Batch/SN)
502          TEXT     details (for Batch/SN)
Hopefully this helps.
Mike
PRIELL.com

Similar Messages

  • Error: Show Details cannot be executed when multiple items are selected in a report filter field or in a slicer

    I have connected TABULAR Model to Excel, and in the pivot the filter is on multiple dimensions. When doing the drillthrough action it gives error - Error: Show Details cannot be executed when multiple items are selected in a report filter field or in a slicer
    Is there any workaround to this error?  so that drillthrough can be done even with multiple selection.

    Hi Vikas,
    The reason behind the error message requires the knowledge on what happens at the backend. When you perform a drill-through action, a query is sent to Analysis Services. This query is expressed in a query language called Multi-Dimensional Expression (MDX).
    Since the MDX language doesnot support drill-through command against a set (collection of tuples) an error is persisted. 
    For now, there is no workaround as it is a limitation of the underlying language that is generating the query.
    When multiple items are selected you lose the ability to drill-down on individual metrics. To resolve you must either:
    1. Select a single Item.
    2. Select all items.
    Hope this helps!
    Please mark as Answer if this helps! Thanks, Rajasekhar.

  • Cannot have multiple items selected in a DropDownList when edit the forum in sharepoint

    hi ,
    i  have custom forum for new and edit, in new forum we have controls drop down values, when select drop down1   values that related values are displayed in dropdown2 , when edit  item  that  time we getting error
    Cannot have multiple items selected in a DropDownList.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Web.HttpException: Cannot have multiple items selected in a DropDownList.
    Source Error:
    HttpException (0x80004005): Cannot have multiple items selected in a DropDownList.]
    System.Web.UI.WebControls.DropDownList.VerifyMultiSelect() +124
    System.Web.UI.WebControls.ListControl.RenderContents(HtmlTextWriter writer) +10956501
    System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) +42
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240
    System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) +13
    System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) +42
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240
    System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +42
    ASP._controltemplates_amat_appayrequest_webparts_appayrequest_appayrequestusercontrol_ascx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in c:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\CONTROLTEMPLATES\AMAT.APPayRequest.Webparts\APPayRequest\APPayRequestUserControl.ascx:350
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +115
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240
    System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +42
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240
    System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +253
    System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) +87
    System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) +53
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240
    System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +42
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240
    System.Web.UI.Page.Render(HtmlTextWriter writer) +38
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4240

    Hello,
    Could you please share your code with us? Also explain how you are binding DDL.
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Get Node Key Multiple Items Selected  from ALV tree

    Hello Experts,
    I'm having a problem in getting Node keys for the items displayed as ALV tree.
    I'm able to get Node key, when only ONE record (Item) is selected.
    But, when I select multiple items under a Single node am not able to read(get) the node keys for all the selected items.
    I'm using the classCL_GUI_ALV_TREE.
    I have tried using the method GET_CHECKED_ITEMS, but not getting the keys.
    method GET_SELECTED_ITEM is giving node for a single item. I need it for multiple items selected.
    Thank you for your time.
    -SANGAR

    Hi,
    You need to use checkbox concept. and use method GET_CHECKED_ITEMS get selected items
    please check this tread.
    CL_GUI_ALV_TREE and Checkboxes
    aRs

  • Listbox focused row when more items selected

    Hi, I have following problem. I'm using ListBox with multiple rows selection enabled. I want to identify the row that's focused even when it's not selected. It's shown on attached pictures.
    I'll appreciate any kind of help
    Bye
    jochynator
    LV 8.0.1, WinXP Pro
    Attachments:
    active_row.vi ‏10 KB
    active_row_example.PNG ‏3 KB
    active_row_example2.PNG ‏3 KB

    Hi Andy,
    I want to know which item was selected as last to draw the correct datafile - last chosen. It would be easy when having ListBox allowing to select only one row, but I want to have opportunity to select more items, when I want to delete more datafiles from memory.
    jochynator
    LV 8.0.1, WinXP Pro
    Attachments:
    ListBox_chose_item.vi ‏18 KB

  • For multiple item selection in Table

    Plz use this code and paste it in perticular event of button. when u excute the application ,To select multiple items plz catch shift in keyboard otherwise u can select only single item.
    int n = wdContext.nodeProducts().size();
        int leadSelected = wdContext.nodeProducts().getLeadSelection();
        // loop backwards to avoid index troubles
        for (int i = n - 1; i >= 0; --i) {
          if (wdContext.nodeProducts().isMultiSelected(i) || leadSelected == i) {
            wdContext.nodeProducts().removeElement(wdContext.nodeProducts().getElementAt(i));

    Hi Vishal
    Thats the way the webdynpro table has been designed to work for multiple selection...on click of the Ctrl key or Shift key. There is no other alternative for this.
    What would your question be?
    Thanks
    oj

  • Multiple Item selection

    Hi,
    I wanted to know if this scenario is possible to code in forms:
    You have a forms with 2 side by side window. In the left window there are records.
    The right window is empty. I want to select (multiple) items in the left window and bring them to the right window by using these buttons:
    , >>,Is there some base code that already exists from this?
    Thanks in advance,
    Marc.

    Ok,
    I've downloaded the forms demos for 10g.
    I'm following the instructions at:
    3 Modify the OC4J Configuration3a Modify orion-web.xml
    This step will create the virtual directories and servlet mappings for the HTTP listener, which are used by the demos.
    Using a text editor, open the following file:
    %ORACLE_HOME%\j2ee\DevSuite\application-deployments\forms\formsweb\orion-web.xml
    Add the following lines within the <orion-web-app> tags, making sure to replace %ORACLE_HOME% with the correct value:
    <classpath path="%ORACLE_HOME%/forms/java/frmjdapi.jar" />
    <classpath path="%ORACLE_HOME%\forms\demos/metadatabrowser/classes" />
    <virtual-directory virtual-path="/formsdemo" real-path="%ORACLE_HOME%\forms\demos" />
    To be sure you have the placement correct, your file should look something like the following:
    <?xml version="1.0"?>
    <!DOCTYPE orion-web-app PUBLIC "-//ORACLE//DTD OC4J Web Application 9.04//EN" "http://xmlns.oracle.com/ias/dtds/orion-web-9_04.dtd">
    <orion-web-app
    deployment-version="10.1.2.0.2"
    jsp-cache-directory="./persistence"
    temporary-directory="./temp"
    servlet-webdir="/servlet/"
    >
      <context-param-mapping name="configFileName">c:\oracle\ids1012/forms/server/formsweb.cfg</context-param-mapping>
      <virtual-directory virtual-path="/html" real-path="c:\oracle\ids1012/tools/web/html" />
      <virtual-directory virtual-path="/java" real-path="c:\oracle\ids1012/forms/java" />
      <virtual-directory virtual-path="/jinitiator" real-path="c:\oracle\ids1012/jinit" />
      <session-tracking cookies="disabled" />
      <!-- Uncomment this element to control web application class loader behavior.
      <web-app-class-loader search-local-classes-first="true" include-war-manifest-class-path="true" />
      -->
      <classpath path="c:\oracle\ids1012/forms/java/frmjdapi.jar" />
      <classpath path="c:\oracle\ids1012\forms\demos/metadatabrowser/classes" />
      <virtual-directory virtual-path="/formsdemo" real-path="c:\oracle\ids1012\forms\demos" />
    </orion-web-app>
    3b Modify web.xml
    Using a text editor, open the following file:
    %ORACLE_HOME%\forms\j2ee\formsapp\formsweb\WEB-INF\web.xml
    Find where this text is located:
    <servlet>
      <servlet-name>lservlet</servlet-name>
      <servlet-class>oracle.forms.servlet.ListenerServlet</servlet-class>
    </servlet>
    and put the following text after it:
    <!-- Forms JDAPI Metadata Browser Servlet -->
    <servlet>
      <servlet-name>FormsBrowser</servlet-name>
      <servlet-class>oracle.forms.jdapi.util.FormsBrowser</servlet-class>
    </servlet>
    You should end up with the following:
    <servlet>
      <servlet-name>lservlet</servlet-name>
      <servlet-class>oracle.forms.servlet.ListenerServlet</servlet-class>
    </servlet>
    <!-- Forms JDAPI Metadata Browser Servlet -->
    <servlet>
      <servlet-name>FormsBrowser</servlet-name>
      <servlet-class>oracle.forms.jdapi.util.FormsBrowser</servlet-class>
    </servlet>
    In the same file, now find the following text:
    <servlet-mapping>
      <servlet-name>lservlet</servlet-name>
      <url-pattern>/lservlet*</url-pattern>
    </servlet-mapping>
    and put the following text after it:
    <servlet-mapping>
      <servlet-name>FormsBrowser</servlet-name>
      <url-pattern>/FormsBrowser*</url-pattern>
    </servlet-mapping>
    You should end up with the following:
    <servlet-mapping>
      <servlet-name>lservlet</servlet-name>
      <url-pattern>/lservlet*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
      <servlet-name>FormsBrowser</servlet-name>
      <url-pattern>/FormsBrowser*</url-pattern>
    </servlet-mapping>
    3c Verify the changes
    Start OC4J.  If you're not sure how to do that, refer to Appendix 1 for instructions.  If OC4J was already running when you made these changes then you need to restart it first.
    Once OC4J is running (or re-started), enter the following URL, replacing <host> and <port> with the correct values:
    http://<host>:<port>/forms/formsdemo/images/tick.gif
    If you are using Oracle Developer Suite, the URL might look like this:
    http://127.0.0.1:8889/forms/formsdemo/images/tick.gif
    You should see this image:Well the thing is I don't see anything and I get the Error page in my browser:
    The page cannot be found
    The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
    Please try the following:
    If you typed the page address in the Address bar, make sure that it is spelled correctly.
    Open the nca7445782e.hrdc-drhc.net:8889 home page, and then look for links to the information you want.
    Click the  Back button to try another link.
    Click  Search to look for information on the Internet.
    HTTP 404 - File not found
    Internet Explorer
    Can someone help me???
    Thanks,
    Marc.
    IGNORE THIS MESSAGE.
    Everything is OK.
    Message was edited by:
    MARC LAF

  • Rating 1 image when multiple images selected in Viewer

    In the Viewer is there a way to rate only 1 of multiple images selected.
    One usually views multiple variations or versions in the Viewer to be able to make a choice of which particular one to keep. However when you try and rate one of those all selected images take on the same rating/label etc.
    Is there a way to rate only one image?
    Cheers

    It is, thanks very much for prompt response.

  • Multiple Item selection in comboBox

    Can combo box be used to selected multiple items at a
    time?

    Short of creating a custom component, I don't think this is
    possible.

  • List Box - Object  How do you get "allow multiple item selection" option to work?

    developing a fillable PDF form using livecycle. I have several list boxes that contain multiple text items. I have entered all items directly into the item list and I have selected "allow multiple selection". The object is committed on exit, All the binding options have been left on default settings. BUT when the form is tested it will not allow multiple selections. I cannot find anything in help to resolve this. CAN Someone help me. This is urgent!!!!!

    Dear Deb
    Thank you for your suggestion, but it does not appear to work. I used the alt key then my mouse to select, but it still only allows for 1 selection.  I do not see the sample you said you included, so I cannot check to see if I have a setting incorrect. If you have any other suggestions I would really appreciate it or if there is a way for you to look at the form, at this point I am open to any suggestions.

  • CS4 timeline gets distorted when moving items from bin to timeline

    Hello everyone.I'm using Premier pro cs4 with windows vista ultimate 32 bit. when trying to move files from the bin into the  timeline the display gets distorted and multiply the timelines. Any advice? 

    More information needed for someone to help
    http://forums.adobe.com/thread/416679
    Some specific information that is needed...
    Brand/Model Computer (or Brand/Model Motherboard if self-built)
    How much system memory you have installed, such as 2Gig or ???
    Operating System version, such as Win7 64bit Pro... or whatevevr
    -including your security settings, such as are YOU the Administrator
    -and have you tried to RIGHT click the program Icon and then select
    -the Run as Administrator option (for Windows, not sure about Mac)
    Your Firewall settings and brand of anti-virus are you running
    Brand/Model graphics card, sush as ATI "xxxx" or nVidia "xxxx"
    -or the brand/model graphics chip if on the motherboard
    -and the exact driver version for the above graphics card/chip
    -and how much video memory you have on your graphics card
    Brand/Model sound card, or sound "chip" name on Motherboard
    -and the exact driver version for the above sound card/chip
    Size(s) and configuration of your hard drive(s)... example below
    -and how much FREE space is available on each drive (in Windows
    -you RIGHT click the drive letter while using Windows Explorer
    -and then select the Properties option to see used/free space)
    Windows Indexing is BAD http://forums.adobe.com/thread/676303
    While in Properties, be sure you have drive indexing set OFF
    -for the drive, and for all directories, to improve performance
    Some/Much of the above are available by going to the Windows
    Control Panel and then the Hardware option (Win7 option name)
    OR Control Panel--System--Hardware Tab--Device Manager for WinXP
    And the EXACT type and size of file that is causing you problems
    -for pictures, that includes the camera used and the pixel dimensions
    Plus Video-Specific Information http://forums.adobe.com/thread/459220?tstart=0
    Read Bill Hunt on a file type as WRAPPER http://forums.adobe.com/thread/440037?tstart=0
    What is a CODEC... a Primer http://forums.adobe.com/thread/546811?tstart=0
    What CODEC is INSIDE that file? http://forums.adobe.com/thread/440037?tstart=0
    Report back with the codec details of your file, use the programs below
    For PC http://www.headbands.com/gspot/ or http://mediainfo.sourceforge.net/en
    For Mac http://mediainfo.massanti.com/
    Once you know exactly what it is you are editing, report back with that information... and your project setting, and if there is a red line above the video in the timeline, which indicates a mismatch between video and project

  • Issue rating individual images when multiple images selected

    In Lightroom 4.1 when rating (flags, stars or colors) a selected group of images all images selected will have the same flag applied. For instance if I select 10 images to view in the survey mode to compare and select 1 to be flagged as rejected all 10 will be flagged rejected, not just the one. Is there a way to turn this off to select a group of images and flag each differently?

    Wonderful! Thank you so much, that worked. It has been driving me crazy for days!

  • Outlook 2010 multiple item select problem

    Hi,
    I have a maddening issue with Outlook 2010.  It has to do with a feature that has always worked 100% issue free in older versions of Outlook.
    Outlook is somehow losing its mind where it comes to range selections.  Specifically, there are 2 issues, with steps to reproduce.
    Issue 1:
    step 1) select a message
    step 2) scroll down in the inbox, and shift-select a message 30 lines down (note: any number, not just 30, will do)
    step 3) right click on the range, and select "Mark as read" (note: any other right-click action will do as well)
    note: Upon completion of step 3, the range selection is lost inside of the inbox user interface.
    step 4) to regain the view of the selected range, press and hold the shift key and then arrow up then back down
    note: Upon completion of step 4, the entire range of 30 messages is shown as selected once more
    Issue 2:
    step 1) select a message
    step 2) scroll up in the inbox, and shift-select a message 30 lines above (note: any number, not just 30, will do)
    step 3) right click on the range, and select "Mark as read" (note: any other right-click action will do as well)
    Upon completion of step 3, the range selection is lost inside of the inbox user interface.
    step 4) to regain the view of the selected range, press and hold the shift key and then arrow up then back down
    note: Upon completion of step 4, the entire range of 30 messages is NOT shown as selected; rather, only the number of messages that fit in the inbox view that were part of the selection are shown as highlighted.  ie, if only 10 of the 30 fit in the
    current view, only the 10 are shown as selected.
    This is maddening, as it does not happen every single time.
    Workarounds I have tried that did not solve the issue:
    1) Update all BIOS and driver settings to the latest editions
    2) Replace the mouse
    3) Turn off the preview pane
    4) Deleted the existing Outlook profile, and then created a new one
    Please advise, this is an infuriating issue, which never occurred with older editions of MS Outlook!

    Hello,
    I tried your steps, but I cannot reproduce step 3. The selection didn't lost when I right clicked on the range and selected "Mark as read".
    Please try to open Outlook in safe mode to check if the problem persists. To open Outlook in safe mode, press Windows key + R to open the Run command, type
    outlook /safe and press Enter.
    Regards,
    Steve Fan
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • [WP8.1][Xaml]Update ListView items when other items are selected

    hi,
    i am developing an app for windows phone and using listview to list items. i am using custom template for the listview item. this custom template contains labels, image and button.
    i trying to update the other listview items while one item is selected or multiple item selected. to change listview item i am iterating over the listview and try to get custom template using visual tree helper class. using helper class i am able to retrieve
    control from custom template. once i changing the image in listview if i scroll the listview vertically image changed to its default state.
    is it possible to change the custom template values using visual tree helper class or do i need to do some other changes in my code.
    please suggest.
    <ListView x:Name="lst" Grid.Row="2" SelectionMode="Single" SelectedItem="{Binding ListBoxSelectedItem}"
    ItemsSource="{Binding TssVariableInfo}" Padding="0" Margin="0"
    HorizontalAlignment="Stretch" Grid.Column="0" Grid.ColumnSpan="2" ReorderMode="Disabled" AllowDrop="False"
    VerticalAlignment="Stretch" Holding="lst_Holding" >
    <ListView.ItemTemplate>
    <DataTemplate>
    <local:VariableTemplateSelectorClass Content="{Binding}" FontFamily="Segoe UI" >
    <local:VariableTemplateSelectorClass.IsLiteAndNonDuplicate >
    <DataTemplate>
    <Border BorderThickness="0,1,0,1" BorderBrush="DarkGray" x:Name="bordername">
    <Grid Margin="0,0,0,0" Tapped="Grid_Tap" x:Name="GridVarDetail" Background="#E8E8E8" Holding="Grid_Hold" HorizontalAlignment="Stretch" Width="{Binding ElementName=lst, Path=ActualWidth}">
    <Grid.RowDefinitions>
    <RowDefinition Height="Auto"/>
    <RowDefinition Height="Auto"/>
    <RowDefinition Height="16"/>
    </Grid.RowDefinitions>
    <Grid.ColumnDefinitions>
    <ColumnDefinition Width="6*" />
    <ColumnDefinition Width="4*" />
    </Grid.ColumnDefinitions>
    <Image x:Name="imgLegend" Source="/Assets/Images/Legends/00-Blank.png" Width="13" Height="13" Grid.Row="0" Margin="0,0,0,0" HorizontalAlignment="Left" VerticalAlignment="Center"></Image>
    <TextBlock Foreground="Green" Margin="14,0,0,0" Grid.Row="0" FlowDirection="LeftToRight" x:Name="lblCustomerGivenName" Grid.Column="0" TextWrapping="NoWrap" TextTrimming="WordEllipsis"
    Text="{Binding VariableCustomerGivenName }" FontWeight="Normal" HorizontalAlignment="Left" FontFamily="Calibri" VerticalAlignment="Bottom" FontSize="16" />
    <TextBlock Foreground="Green" Margin="14,0,0,0" Grid.Row="1" VerticalAlignment="Top" Width="Auto" x:Name="lblStandardName" Grid.Column="0" TextWrapping="NoWrap" TextTrimming="WordEllipsis"
    Text="{Binding VariableStandarName}" FontWeight="Normal" HorizontalAlignment="Left" FontFamily="Calibri" FontSize="16" />
    <TextBlock Foreground="Gray" Margin="14,0,0,0" Grid.Row="2" VerticalAlignment="Top" Width="Auto" x:Name="lblSection" Grid.Column="0" TextWrapping="NoWrap" TextTrimming="WordEllipsis"
    Text="{Binding SectionName }" FontWeight="Normal" HorizontalAlignment="Left" FontFamily="Calibri" FontSize="16" />
    <TextBlock Margin="321,0,40,0" Foreground="Red" Grid.Row="0" VerticalAlignment="Bottom" Width="Auto" x:Name="lblValue" Grid.Column="1" TextWrapping="NoWrap"
    Text="{Binding Value}" FontWeight="Normal" HorizontalAlignment="Right" FlowDirection="RightToLeft" FontFamily="Calibri" FontSize="16" />
    <TextBlock Foreground="Gray" Margin="321,0,40,0" Grid.Row="1" VerticalAlignment="Top" Width="Auto" x:Name="lblLastDate" Grid.Column="1" TextWrapping="NoWrap"
    Text="{Binding LastDate}" FontWeight="Normal" HorizontalAlignment="Right" FlowDirection="RightToLeft" FontFamily="Calibri" FontSize="16" />
    <Image Source="/Assets/Images/LeftArrow.png" Height="50" Width="40" Grid.Row="0" Grid.Column="1" Grid.RowSpan="3" HorizontalAlignment="Right" Visibility="Collapsed" x:Name="imgLeftArrow" Tapped="btnMore_Tap" />
    <Image Source="/Assets/Images/2Y-OFF.png" Height="50" Width="40" Grid.Row="0" Grid.Column="1" Grid.RowSpan="3" HorizontalAlignment="Right" Visibility="Collapsed" x:Name="btn2Y" Tapped="btn2Y_Tap"/>
    <Image Source="/Assets/Images/CP-Off.png" Height="50" Width="40" Grid.Row="0" Grid.Column="1" Grid.RowSpan="3" HorizontalAlignment="Right" Visibility="Collapsed" x:Name="btnTL" Tapped="btnTL_Tap" />
    </Grid>
    </Border>
    </DataTemplate>
    </local:VariableTemplateSelectorClass.IsLiteAndNonDuplicate>
    </local:VariableTemplateSelectorClass>
    </DataTemplate>
    </ListView.ItemTemplate>
    </ListView>
    private void Grid_Hold(object sender, HoldingRoutedEventArgs e)
    if (e.HoldingState != Windows.UI.Input.HoldingState.Started)
    return;
    Image imgPlotImage;
    Grid GridVar = (Grid)sender;
    imgPlotImage = (Image)GridVar.FindName("imgLegend");
    General.VariableArrayYAxis.Add(dataObject.VariableID);
    General.DictSelectedVariableType.Add(dataObject.VariableID.ToString(), dataObject.IsTSSLite.ToString());
    GridVar.Background = new SolidColorBrush(Color.FromArgb(100, 255, 255, 255));
    Image imgLeftArrow = (Image)GridVar.FindName("imgLeftArrow");
    imgLeftArrow.Visibility = Windows.UI.Xaml.Visibility.Visible;

    That link is my signature not that i have provided it for reference. 
    You already have implemented binding in your code, just like you have bindings for TextBlock's 'Text' property, likewise you can defined a property for the 'Visibility' of image in the code behind
    e.g.
    private Visibility imgvisible
    public Visibility_ImgVisibility
    get { return imgvisible; }
    set
    if (imgvisible!= value)
    NotifyPropertyChanging("_ImgVisibility");
    imgvisible= value;
    NotifyPropertyChanged("_ImgVisibility");
    Then in xaml file, bind this property with the Visibility property of Image and access it as per your requirement (e.g. on tap of an item)
    http://developer.nokia.com/community/wiki/Using_Crypto%2B%2B_library_with_Windows_Phone_8

  • Find/Change w/Multiple items on clipboard/cursor

    WinXP, IDCS3 5.0.2
    Is it possible to find/change with the change to contents of clipboard when multiple items are loaded to cursor (change to = ^c) but w/1,2 or 3 or someother code to tell it which loaded cursor item to change to??
    thanks
    sandy

    A loaded cursor is not the clipboard. Replacing with ^c gets you the
    contents of the clipboard, not the contents of a loaded cursor. There is
    only one clipboard, so no matter how much text you copy, whatever you
    last copied is what you're going to get with ^c. No choices.
    What is it you want to Find/Replace? Maybe there's some other way to
    accomplish it.
    Kenneth Benson
    Pegasus Type, Inc.
    www.pegtype.com

Maybe you are looking for

  • 790FX-GD70 not setting RAM to correct timing nor voltage from SPED

    My 790FX-GD70 not setting RAM to correct timing nor voltage from SPED when set to auto. The RAM I have should be 6 6 6 20 @ 1.8V but the motherboard is setting it to 9 9 9 24 @ 1.5 V The RAM is   Crucial 2GB, Ballistix 240-pin DIMM, DDR3 PC3-10600 me

  • Problem in Servlet Compilation & Deployment

    Hi Friends, I have problem regarding Servlet Compilation & Deployment. At the time of compilation gives error message "import javax.servlet.* is not a recognize package. My J2ee Server gives FATAL Error it says it should be work on JDK1.2 or later. M

  • Prevent external calls from Lync mobile

    I would like to allow people from my compagny to use lync mobile but I don't want them to call external number from lync mobile. ( for cost reasons, in order to avoid phone call initialisation from the compagny) some precisions: We are using lync 201

  • Purchase from EOU

    Hi all, HOw to calculate the price and taxes for purchase from Export Oriented Unit. Supplier invoce includes CVD also. Where can have these condition type?. in pricing procedure or Tax procedure?. Or is it same as import pricing procedure? Thanks.

  • I need to recover an email from February 2014 that was Deleted

    Is there anyway I can recover an email that was created on about February 1 through 17 2014 but was deleted.