How to create Image gallery with mouse move effect

Hello frndz
                Please give me any link or flash file which explain how to apply mouse move efect on images of gallery.
i mean image sof gallery simply move with mosue direction and stop on mouse stop.its very urgent please help me  out
Thanks and Regards
     Vineet osho

Try this:
http://help.adobe.com/en_US/ActionScript/3.0_ProgrammingAS3/WS5b3ccc516d4fbf351e63e3d118a9 b90204-7d00.html

Similar Messages

  • How to create image slice with transparent background without white halo around?

    Hi, I want to make slice image with transparent background. I set the slice option background color to my background color. But when the image is on my html page set against the same background color, it has white halo around:
    How can I get rid of the white halo?
    I need the slice image to have transparent background and not have a color background because it's going on a rollover button with the background change. I don't want it to look like this on rollover:

    >it looks to me like you built it with that "halo" to start with.
    No, I didn't put in the halo myself. The shape is a character from the Webdings font. It's set to some darker fill color and set on a transparent background. Photoshop put the white halo there after "Save For Web".
    > Make your graphic on a transparent background and Save for Web
    I did exactly that, see:
    I set the slice background to my color. I try the Matte option and come out the same with white halo.
    It seems I'm not making Photoshop antialias to my background color, instead Photoshop just antialias to white.
    What else do I need to do?

  • Re: WPF image scrolling with mouse move guestors

    hi i have one wpf application in that i have grid inside that i have button (with image and text block )
    sample code:
        <Grid Background="Black">
            <Grid>
                <Grid.RowDefinitions>
                    <RowDefinition Height="350" />
                    <RowDefinition Height="350" />
                    <RowDefinition Height="auto" />
                    <RowDefinition Height="auto" />
                </Grid.RowDefinitions>
                <Image  Source="/WpfApplication1;component/OpticResources/MB_Label.png" Grid.Row="0" Height="100" Width="450" Margin="80,80,0,0" HorizontalAlignment="Left"
    VerticalAlignment="Top"/>
                <Grid x:Name="HorizontalScrollBarGrid" Grid.Row="1" Height="350" >
                    <Grid.Background>
                        <ImageBrush  ImageSource="/WpfApplication1;component/OpticResources/OverlayBack.png"/>
                    </Grid.Background>
                    <Grid.ColumnDefinitions>
                        <ColumnDefinition x:Name="LeftScrollRow" Width="Auto"/>
                        <ColumnDefinition x:Name="HorizontalContentRow" Width="*"/>
                        <ColumnDefinition x:Name="RightScrollRow" Width="Auto"/>
                    </Grid.ColumnDefinitions>
                    <RepeatButton x:Name="LeftButton" Grid.Column="0" Height="340" Style="{StaticResource ScrollBarButton}"
                      Width="40"  Microsoft_Windows_Themes:ScrollChrome.ScrollGlyph="LeftArrow"
                      Click="LeftButton_Click" >
                    </RepeatButton>
                    <ScrollViewer x:Name="HorizontalScroller"
                    Grid.Column="1"
                    VerticalScrollBarVisibility="Disabled"
                    HorizontalScrollBarVisibility="Hidden"
                    CanContentScroll="True"
                    SizeChanged="HorizontalScrollViewer_SizeChanged"
                    Loaded="HorizontalScrollViewer_Loaded"
                    ScrollChanged="HorizontalScrollViewer_ScrollChanged">
                        <StackPanel x:Name="HorizontalContentPanel" Orientation="Horizontal">
                            <Button x:Name="climate"  Width="287" Height="260" Style="{StaticResource TransparentStyle}"
    Click="climate_Click">
                                    <Button.Background>
                                        <ImageBrush ImageSource="/WpfApplication1;component/OpticResources/OverlayBack.png"/>
                                    </Button.Background>
                                    <StackPanel>
                                        <Image Stretch="UniformToFill" Source="/WpfApplication1;component/OpticResources/climate.png" 
    />
                                        <TextBlock FontSize="35" Foreground="WhiteSmoke"
    FontStyle="Italic" FontWeight="SemiBold" FontFamily="Arial" HorizontalAlignment="Center" >Climate</TextBlock>
                                    </StackPanel>
                                </Button>
                                <!--<Image  Width="20" Source="/WpfApplication1;component/OpticResources/OverlayDivider.png" 
    />-->
                            <Rectangle VerticalAlignment="Stretch" Width="1" Margin="2" Stroke="Silver"
    StrokeThickness="0.1" Height="335">
                            </Rectangle>
                            <Button x:Name="Seat" Width="287" Height="260"  Style="{StaticResource TransparentStyle}"
    Click="Seat_Click" >
                                    <Button.Background>
                                        <ImageBrush ImageSource="/WpfApplication1;component/OpticResources/OverlayBack.png"/>
                                    </Button.Background>
                                    <StackPanel>
                                        <Image Stretch="UniformToFill" Source="/WpfApplication1;component/OpticResources/seat.png" 
    />
                                        <TextBlock FontSize="35" Foreground="WhiteSmoke"
    FontStyle="Italic" FontWeight="SemiBold" FontFamily="Arial" HorizontalAlignment="Center" >Seat</TextBlock>
                                    </StackPanel>
                                </Button>
                                <!--<Image  Width="10" Source="/WpfApplication1;component/OpticResources/OverlayDivider.png" 
    />-->
                            <Rectangle VerticalAlignment="Stretch" Width="1" Margin="2" Stroke="Silver"
    StrokeThickness="0.1" Height="335"></Rectangle>
                                <Button x:Name="Remote" Width="287" Height="260" Style="{StaticResource
    TransparentStyle}">
                                    <Button.Background>
                                        <ImageBrush ImageSource="/WpfApplication1;component/OpticResources/OverlayBack.png"/>
                                    </Button.Background>
                                    <StackPanel>
                                        <Image Stretch="UniformToFill" Source="/WpfApplication1;component/OpticResources/phone.png" 
    />
                                        <TextBlock FontSize="35" Foreground="WhiteSmoke"
    FontStyle="Italic" FontWeight="SemiBold" FontFamily="Arial" HorizontalAlignment="Center" >Remote</TextBlock>
                                    </StackPanel>
                                </Button>
                                <!--<Image  Width="10" Source="/WpfApplication1;component/OpticResources/OverlayDivider.png" 
    />-->
                            <Rectangle VerticalAlignment="Stretch" Width="1" Margin="2" Stroke="Silver"
    StrokeThickness="0.1" Height="335"></Rectangle>
                            <Button x:Name="Radio"  Width="287" Height="260" Style="{StaticResource TransparentStyle}">
                                    <Button.Background>
                                        <ImageBrush ImageSource="/WpfApplication1;component/OpticResources/OverlayBack.png"/>
                                    </Button.Background>
                                    <StackPanel>
                                        <Image Stretch="UniformToFill" Source="/WpfApplication1;component/OpticResources/tuner.png" 
    />
                                        <TextBlock FontSize="35" Foreground="WhiteSmoke"
    FontStyle="Italic" FontWeight="SemiBold" FontFamily="Arial" HorizontalAlignment="Center" >Radio</TextBlock>
                                    </StackPanel>
                                </Button>
                                <!--<Image  Width="10" Source="/WpfApplication1;component/OpticResources/OverlayDivider.png" 
    />-->
                            <Rectangle VerticalAlignment="Stretch" Width="1" Margin="2" Stroke="Silver"
    StrokeThickness="0.1" Height="335"></Rectangle>
                            <Button x:Name="media"  Width="287" Height="260" Style="{StaticResource TransparentStyle}">
                                    <Button.Background>
                                        <ImageBrush ImageSource="/WpfApplication1;component/OpticResources/OverlayBack.png"/>
                                    </Button.Background>
                                    <StackPanel>
                                        <Image Stretch="UniformToFill" Source="/WpfApplication1;component/OpticResources/media.png" 
    />
                                        <TextBlock FontSize="35" Foreground="WhiteSmoke"
    FontStyle="Italic" FontWeight="SemiBold" FontFamily="Arial" HorizontalAlignment="Center" >Media</TextBlock>
                                    </StackPanel>
                                </Button>
                                <!--<Image  Width="10" Source="/WpfApplication1;component/OpticResources/OverlayDivider.png" 
    />-->
                            <Rectangle VerticalAlignment="Stretch" Width="1" Margin="2" Stroke="Silver"
    StrokeThickness="0.1" Height="335"></Rectangle>
                            <Button x:Name="vehicle_functions"   Width="287" Height="260" Style="{StaticResource
    TransparentStyle}">
                                    <Button.Background>
                                        <ImageBrush ImageSource="/WpfApplication1;component/OpticResources/OverlayBack.png"/>
                                    </Button.Background>
                                    <StackPanel>
                                        <Image Stretch="UniformToFill" Source="/WpfApplication1;component/OpticResources/vehicle_functions.png" 
    />
                                        <TextBlock FontSize="28" Foreground="WhiteSmoke"
    FontStyle="Italic" FontWeight="SemiBold" FontFamily="Arial" HorizontalAlignment="Center" >Vehicle Functions</TextBlock>
                                    </StackPanel>
                                </Button>
                                <!--<Image  Width="10" Source="/WpfApplication1;component/OpticResources/OverlayDivider.png" 
    />-->
                            <Rectangle VerticalAlignment="Stretch" Width="1" Margin="2" Stroke="Silver"
    StrokeThickness="0.1" Height="335"></Rectangle>
                            <Button x:Name="AmbienteLight"   Width="287" Height="260" Style="{StaticResource
    TransparentStyle}">
                                    <Button.Background>
                                        <ImageBrush ImageSource="/WpfApplication1;component/OpticResources/OverlayBack.png"/>
                                    </Button.Background>
                                    <StackPanel>
                                        <Image Stretch="UniformToFill" Source="/WpfApplication1;component/OpticResources/vehicle_functions.png" 
    />
                                        <TextBlock FontSize="28" Foreground="WhiteSmoke"
    FontStyle="Italic" FontWeight="SemiBold" FontFamily="Arial" HorizontalAlignment="Center" >Ambient Light</TextBlock>
                                    </StackPanel>
                                </Button>
                                <!--<Image  Width="10" Source="/WpfApplication1;component/OpticResources/OverlayDivider.png" 
    />-->
                            <Rectangle VerticalAlignment="Stretch" Width="1" Margin="2" Stroke="Silver"
    StrokeThickness="0.1" Height="335"></Rectangle>
                            <Button x:Name="AmbienteLight1"   Width="287" Height="260" Style="{StaticResource
    TransparentStyle}">
                                <Button.Background>
                                    <ImageBrush ImageSource="/WpfApplication1;component/OpticResources/OverlayBack.png"/>
                                </Button.Background>
                                <StackPanel>
                                    <Image Stretch="UniformToFill" Source="/WpfApplication1;component/OpticResources/vehicle_functions.png" 
    />
                                    <TextBlock FontSize="28" Foreground="WhiteSmoke"
    FontStyle="Italic" FontWeight="SemiBold" FontFamily="Arial" HorizontalAlignment="Center" >Ambient Light</TextBlock>
                                </StackPanel>
                            </Button>
                            <!--<Image  Width="10" Source="/WpfApplication1;component/OpticResources/OverlayDivider.png" 
    />-->
                            <Rectangle VerticalAlignment="Stretch" Width="1" Margin="2" Stroke="Silver"
    StrokeThickness="0.1" Height="335"></Rectangle>
                            <Button x:Name="AmbienteLight2"   Width="287" Height="260" Style="{StaticResource
    TransparentStyle}">
                                <Button.Background>
                                    <ImageBrush ImageSource="/WpfApplication1;component/OpticResources/OverlayBack.png"/>
                                </Button.Background>
                                <StackPanel>
                                    <Image Stretch="UniformToFill" Source="/WpfApplication1;component/OpticResources/vehicle_functions.png" 
    />
                                    <TextBlock FontSize="28" Foreground="WhiteSmoke"
    FontStyle="Italic" FontWeight="SemiBold" FontFamily="Arial" HorizontalAlignment="Center" >Ambient Light</TextBlock>
                                </StackPanel>
                            </Button>
                            <!--<Image  Width="10" Source="/WpfApplication1;component/OpticResources/OverlayDivider.png" 
    />-->
                            <Rectangle VerticalAlignment="Stretch" Width="1" Margin="2" Stroke="Silver"
    StrokeThickness="0.1" Height="335"></Rectangle>
                            <Button x:Name="AmbienteLight3"   Width="287" Height="260">
                                <Button.Background>
                                    <ImageBrush ImageSource="/WpfApplication1;component/OpticResources/OverlayBack.png"/>
                                </Button.Background>
                                <StackPanel>
                                    <Image Stretch="UniformToFill" Source="/WpfApplication1;component/OpticResources/vehicle_functions.png" 
    />
                                    <TextBlock FontSize="28" Foreground="WhiteSmoke"
    FontStyle="Italic" FontWeight="SemiBold" FontFamily="Arial" HorizontalAlignment="Center" >Ambient Light</TextBlock>
                                </StackPanel>
                            </Button>
                            <!--<Image  Width="10" Source="/WpfApplication1;component/OpticResources/OverlayDivider.png" 
    />-->
                            <Rectangle VerticalAlignment="Stretch" Width="1" Margin="2" Stroke="Silver"
    StrokeThickness="0.1" Height="335"></Rectangle>
                        </StackPanel>
                    </ScrollViewer>
                    <RepeatButton x:Name="RightButton"  Grid.Column="2" Width="40" Height="340" Click="RightButton_Click" 
    Focusable="False" Style="{StaticResource ScrollBarButton}"
                                 Microsoft_Windows_Themes:ScrollChrome.ScrollGlyph="RightArrow"   >
                    </RepeatButton>
                </Grid>
            </Grid>
        </Grid>
    I want to do the swipe functionality that should work in win8 tablet ???
    so when i swipe on second image to right it should move to right ....

    Following links should help you implement swipe functionality.
    http://egiardina.bloggingabout.net/2010/11/23/adding-swipe-functionality-to-wpf-applications/
    http://www.codeproject.com/Articles/370650/Simple-Metro-Style-Panorama-Control-for-WPF
    http://www.codeproject.com/Articles/741026/WPF-FlipView
    Gaurav Khanna | Microsoft .NET MVP | Microsoft Community Contributor

  • Spry image gallery with filmstrip - how to display all thumbnails?

    Hello,
    I'm using the Spry image gallery with filmstrip and want to be able to show all thumbnails. So instead of scrolling across to see all the thumbnails I would like to display them in a couple of rows. I thought it would be a case of changing the css from overflow: hidden to overflow: visible and increasing the height but this didn't make a difference.
    An example of my gallery is here http://www.demo.femmewebsites.com/gallery.html (This site doesn't have many thumbnails but I have others with 20+ images that need to be displayed)
    Your help would be much appreciated.
    Thanks

    Hello Krista,
    did you have a look here: http://labs.adobe.com/technologies/spry/demos/pe_gallery.html, where you will find DW "Photo Gallery Demos". In every demo, are arranged a large number of images in several rows and rows. Therefrom you can use their source codes.
    Hans-Günter

  • How to create a window with its own window border other than the local system window border?

    How to create a window with its own window border other than the local system window border?
    For example, a border: a black line with a width 1 and then a transparent line with a width 5. Further inner, it is the content pane.
    In JavaSE, there seems to have the paintComponent() method for the JFrame to realize the effect.

    Not sure why your code is doing that. I usually use an ObjectProperty<Point2D> to hold the initial coordinates of the mouse press, and set it to null on a mouse release. That seems to avoid the dragging being confused by mouse interaction with other nodes.
    import javafx.application.Application;
    import javafx.application.Platform;
    import javafx.beans.property.ObjectProperty;
    import javafx.beans.property.SimpleObjectProperty;
    import javafx.collections.FXCollections;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.geometry.Point2D;
    import javafx.geometry.Pos;
    import javafx.scene.Node;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.scene.control.ChoiceBox;
    import javafx.scene.input.MouseEvent;
    import javafx.scene.layout.AnchorPane;
    import javafx.scene.layout.StackPane;
    import javafx.scene.layout.VBox;
    import javafx.scene.paint.Color;
    import javafx.stage.Stage;
    import javafx.stage.StageStyle;
    import javafx.stage.Window;
    public class CustomBorderExample extends Application {
      @Override
      public void start(Stage primaryStage) {
      AnchorPane root = new AnchorPane();
      root.setStyle("-fx-border-color: black; -fx-border-width: 1px; ");
      enableDragging(root);
      StackPane mainContainer = new StackPane();
        AnchorPane.setTopAnchor(mainContainer, 5.0);
        AnchorPane.setLeftAnchor(mainContainer, 5.0);
        AnchorPane.setRightAnchor(mainContainer, 5.0);
        AnchorPane.setBottomAnchor(mainContainer, 5.0);
      mainContainer.setStyle("-fx-background-color: aliceblue;");
      root.getChildren().add(mainContainer);
      primaryStage.initStyle(StageStyle.TRANSPARENT);
      final ChoiceBox<String> choiceBox = new ChoiceBox<>(FXCollections.observableArrayList("Item 1", "Item 2", "Item 3"));
      final Button closeButton = new Button("Close");
      VBox vbox = new VBox(10);
      vbox.setAlignment(Pos.CENTER);
      vbox.getChildren().addAll(choiceBox, closeButton);
      mainContainer.getChildren().add(vbox);
        closeButton.setOnAction(new EventHandler<ActionEvent>() {
          @Override
          public void handle(ActionEvent event) {
            Platform.exit();
      primaryStage.setScene(new Scene(root,  300, 200, Color.TRANSPARENT));
      primaryStage.show();
      private void enableDragging(final Node n) {
       final ObjectProperty<Point2D> mouseAnchor = new SimpleObjectProperty<>(null);
       n.addEventHandler(MouseEvent.MOUSE_PRESSED, new EventHandler<MouseEvent>() {
          @Override
          public void handle(MouseEvent event) {
            mouseAnchor.set(new Point2D(event.getX(), event.getY()));
       n.addEventHandler(MouseEvent.MOUSE_RELEASED, new EventHandler<MouseEvent>() {
          @Override
          public void handle(MouseEvent event) {
            mouseAnchor.set(null);
       n.addEventHandler(MouseEvent.MOUSE_DRAGGED, new EventHandler<MouseEvent>() {
          @Override
          public void handle(MouseEvent event) {
            Point2D anchor = mouseAnchor.get();
            Scene scene = n.getScene();
            Window window = null ;
            if (scene != null) {
              window = scene.getWindow();
            if (anchor != null && window != null) {
              double deltaX = event.getX()-anchor.getX();
              double deltaY = event.getY()-anchor.getY();
              window.setX(window.getX()+deltaX);
              window.setY(window.getY()+deltaY);
      public static void main(String[] args) {
      launch(args);

  • How to create 2D array with 3 rows and unlimit column?

    how to create 2D array with 3 rows and unlimit column?

    Here are images of what I described in my previous post
    Message Edited by JoeLabView on 11-14-2007 07:56 AM
    Attachments:
    2D-array_code.PNG ‏7 KB
    2D-array_values.PNG ‏13 KB

  • How to make image resizable using mouse ?

    Hi,
    I want to know about that how to resize image by using mouse in Java Canvas. I created some tools like line, free hand, eraser. And want to know how to make an image resizable in canvas by using mouse. An image is jpeg, png, or gif format. I want to make image stretch and shrink by using mouse.
    Please help me..
    Thnax in advance.
    Manveer

    You make a listener to handle the mouse event that you want to capture, then program the affect you want using the event as the trigger.

  • How to create editable table with one empty row ?

    I'm looking for solution how to create editable table with one empty row using ADF BC. I have seen this solution in application that was created in JHeadstart and it's very well idea to use it insead of creation form.

    hammm, i do it this:
    drop the VO on the page, select Table->ADF Table....
    so, drop the botton create, from de VO->operations->create (the firts), and right botton (mouse) Edit binding....
    in Data collection select the VO, in Select an action select CreateInsert
    luck

  • How to create a node with attributes at runtime in webdynpro for ABAP?

    Hi Experts,
             How to create a node with attributes at runtime in webdynpro for ABAP? What classes or interfaces I should use? Please provide some sample code.
    I have checked IF_WD_CONTEXT_NODE_INFO and there is ADD_NEW_CHILD_NODE method. But this is not creating any node. I this this creates only a "node info" object.
    I even check IF_WD_CONTEXT_NODE but i could not find any method that creates a node with attribute.
    Please help!
    Thanks
    Gopal

    Hi
       I am getting the following error while creating a dynamic context node with 2 attributes. Please help me resolve this problem.
    Note
    The following error text was processed in the system PET : Line types of an internal table and a work area not compatible.
    The error occurred on the application server FMSAP995_PET_02 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: IF_WD_CONTEXT_NODE~GET_STATIC_ATTRIBUTES_TABLE of program CL_WDR_CONTEXT_NODE_VAL=======CP
    Method: GET_REF_TO_TABLE of program CL_SALV_WD_DATA_TABLE=========CP
    Method: EXECUTE of program CL_SALV_WD_SERVICE_MANAGER====CP
    Method: APPLY_SERVICES of program CL_SALV_BS_RESULT_DATA_TABLE==CP
    Method: REFRESH of program CL_SALV_BS_RESULT_DATA_TABLE==CP
    Method: IF_SALV_WD_COMP_TABLE_DATA~MAP_FROM_SOURCE_DATA of program CL_SALV_WD_C_TABLE_V_TABLE====CP
    Method: IF_SALV_WD_COMP_TABLE_DATA~MAP_FROM_SOURCE of program CL_SALV_WD_C_TABLE_V_TABLE====CP
    Method: IF_SALV_WD_COMP_TABLE_DATA~UPDATE of program CL_SALV_WD_C_TABLE_V_TABLE====CP
    Method: IF_SALV_WD_VIEW~MODIFY of program CL_SALV_WD_C_TABLE_V_TABLE====CP
    Method: IF_SALV_WD_COMPONENT~VIEW_MODIFY of program CL_SALV_WD_A_COMPONENT========CP
    My code is like the following:
    TYPES: BEGIN OF t_type,
                CARRID TYPE sflight-carrid,
                CONNID TYPE sflight-connid,
             END OF t_type.
      Data:  i_struc type table of t_type,
      dyn_node   type ref to if_wd_context_node,
      rootnode_info   type ref to if_wd_context_node_info,
      i_node_att type wdr_context_attr_info_map,
      wa_node_att type line of wdr_context_attr_info_map.
          wa_node_att-name = 'CARRID'.
          wa_node_att-TYPE_NAME = 'SFLIGHT-CARRID'.
          insert wa_node_att into table i_node_att.
          wa_node_att-name = 'CONNID'.
          wa_node_att-TYPE_NAME = 'SFLIGHT-CONNID'.
          insert wa_node_att into table i_node_att.
    clear i_struc. refresh i_struc.
      select carrid connid into corresponding fields of table i_struc from sflight where carrid = 'AA'.
    rootnode_info = wd_context->get_node_info( ).
    rootnode_info->add_new_child_node( name = 'DYNFLIGHT'
                                       attributes = i_node_att
                                       is_multiple = abap_true ).
    dyn_node = wd_context->get_child_node( 'DYNFLIGHT' ).
    dyn_node->bind_table( i_struc ).
    l_ref_interfacecontroller->set_data( dyn_node ).
    I am trying to create a new node. That is
    CONTEXT
    - DYNFLIGHT
    CARRID
    CONNID
    As you see above I am trying to create 'DYNFLIGHT' along with the 2 attributes which are inside this node. The structure of the node that is, no.of attributes may vary based on some condition. Thats why I am trying to create a node dynamically.
    Also I cannot define the structure in the ABAP dictionary because it changes based on condition
    Message was edited by: gopalkrishna baliga

  • How to create excise invoice with reference thorugh credit memo

    Hi All,
    Please provide any solution for the following qurey:
    How to create excise invoice with reference thorugh credit memo

    Hi murali,
    i am unable to understand your requirement i think there is no like this scenario requirement for any client
    if any requirement is there kindly explain detail
    cheers

  • How to create a complaint with pre-decessor document Inovice?

    Hello experts,
    I need create a complaint with reference to a pre-decessor document type Invoice (apart from other types such as sales order and service order). Can someone enlighten me
    1) how to create an invoice in IC Web Client and backend?
    2) how to create a complaint with reference to this created invoice in IC Web client and backend?
    Thanks a lot!!!

    Hi Easwar
    Thanks  a lot for answering the question.
    Yes I do have CRM Billing documents. But the problem is
    a) either the billing document doesn't have Transfer to Accounting status Transferred or
    b) a transferred billing document, but all items have error "Unable to offset billing item 90003458 0000000060" etc.
    Do you know
    1) how I can make a billing document have "Transferred" status? Pressing "Transfer to Accounting" button in the billing document overview page will only set the status to "Being transferred". And it's always being tranfered.
    2) What does the error "Unable to offset billing item ... "mean? How to get rid of them?
    Thanks a lot!

  • How to create a table with events in smartforms?

    How to create a table with events view in smartforms?
    It doesn't like general table with header, main area and footer.
    for example:
    in smartforms: LE_SHP_DELNOTE
    table name is TABLEITEM(Delivery items table)

    Vel wrote:
    I am creating XML file using DBMS_XMLGEN package. This XML file will contain data from two different database tables. So I am creating temporary table in the PL/SQL procedure to have the data from these different tables in a single temporary table.
    Please find the below Dynamic SQL statements that i'm using for create the temp table and inserting the data into it.
    Before insert the V_NAME filed, i will be appending a VARCHAR field to the original data.
    EXECUTE IMMEDIATE 'CREATE TABLE TEMP_TABLE (UNIQUE_KEY NUMBER , FILE_NAME VARCHAR2(1000), LAST_DATE DATE)';
    EXECUTE IMMEDIATE 'INSERT INTO TEMP_TABLE values (SEQUENCE.nextval,:1,:2)' USING V_NAME,vLastDate;What exactly i need is to eliminate the INSERT portion of it,Since i have to insert more 90,000 rows into it. Is there way to have the temp table created with data in it along with the sequence value as well.
    I'm using Oracle 10.2.0.4 version.
    Edited by: 903948 on Dec 22, 2011 10:58 PMWhat you need to do to eliminate the INSERT statement is to -- as already suggested by others - eliminate the temporary table. You don't need it. It is just necessary overhead. Please explain why you (apparently) believe that the suggestion of a view will not meet your requirements.

  • How to create shipment document with out inbound delivery document

    Dear Friends
    How to create shipment document with out outbound/inbound delivery document.
    In my client scenario, there is no inbound delivery for normal purchases.
    Just there are raising the PO to vendor, then they are doing MIGO for goods receipt.
    Can we do shipment creation with reference to PO?
    If it is possible, how it will be?
    Please let it solve
    With regards
    Lakshmikanth

    Dear Sameer,
    Please go to transaction VT01N here you enter Transportation planning point and shipment type then press enter.
    Now system will take you to the shipment document creation screen here you click on Select deliveries or press F6 now system will take you to the select outbound deliveries screen in this screen you enter selection data then execute, now deliveries will get assigned to that shipment.
    After assigning the deliveries enter the remaining data then complete the shipment finally save the shipment document.
    For more information please go through this SAP help link
    Note:- Shipment process need to be carry out for the deliveries before PGI.
    http://help.sap.com/saphelp_47x200/helpdata/en/f5/04898047bd11d2bf750000e8a7386f/frameset.htm
    I hope this will help you,
    Regards,
    Murali.

  • How to create a table with varied number of columns?

    I am trying to create a balance table. The colunms should include years between the start year and end year the user will input at run time. The rows will be the customers with outstanding balance in those years.
    If the user input years 2000 and 2002, the table should have columns 2000, 2001, 2002. But if the user input 2000 and 2001, the table will only have columns 2000 and 2001.
    Can I do it? How? Thanka a lot.

    Why did you create a new thread for this?
    How to create a table with varied number of columns?

  • How to create a table with datatype blob and insert a pdf file (ravi)

    how to create a table with datatype blob and insert a pdf file,
    give me the explain asap
    1.create the table?
    2.insert the pdffiles into tables?
    3.how to view the files?
    Thanks & Regards
    ravikumar.k
    Edited by: 895044 on Dec 5, 2011 2:55 AM

    895044 wrote:
    how to create a table with datatype blob and insert a pdf file,
    give me the explain asapPerhaps you should read...
    {message:id=9360002}
    especially point 2.
    We're not just sitting here waiting to answer your question as quickly as possible for you.

Maybe you are looking for

  • In BI Publisher Report of excel output for one column is filled with spaces

    Hello, We have issue in BI Publisher report of excel output. In Excel output for one column few records are displaying as left alignment and few record are displaying as right alignment. If you are having any xml tag or any syntax for removing spaces

  • How to make On Account Payment

    Hi all, How to make On Account Payment. What is the difference between On Account Payment and Down Payment Thanks

  • T400 Bezel/ThinkVantage button region

    Hey guys, Just got a T400! and its glorious!  I do have one issue though, the thinkvantage button bezel/thing is actually kinda wavy/puffing up. I called TP customer support, and they were very helpful, and are getting my computer shipped to them...i

  • EH&S: Safety Measures' Description in work Area. (CBIH02)

    Hi Friends. I have a question in this transaction:  cbih02 , dympro safety measures: I would like to know how could i make that the field Description  (CCIHS_ACHIOT-ACDESCR) works with a Phrase catalog? This it's because we are using phrase catalog o

  • Call for camera manufacturer support for DNG

    Please show your support for Adobe's development of the DNG format as a universal, open file, and for camera manufacturers including DNG as an option for shooting and storing files, by clicking this link: http://www.PetitionOnline.com/dng01/petition.