ID CS6. Fluidly adjust order of images/items in a catalog?

ID CS6. I'm creating a catalog of identically-sized images. I need to add new images as well as adjust their order periodically.  I'm intending to auto title the images with Live Captions (so they won't need to relate to any separate objects). Is there a way to setup the file so that I can add an image and it will automatically bump all the images after it 1 space to the right (or down to the next row). I'm essentially looking for some sort of functionality akin to most back end shopping cart systems where you can drag and drop items to adjust order.  Is this possible in InDesign CS6?

I know plenty of people run into the issue of not being able to see their images while in design view, but mine is the exact opposite.
My images show up as a tiny blue question mark box in Live View... As well as when I preview it in a browser localy on my machine.
I think I know why it might be happening but dont know how to fix it...
When I insert an image DW codes it as such:
<img src="/images/madintro.jpg" width="470" height="267" />
The problem seems to lie in DW adding the "/" in front of "images"
when I manually go in and take out the "/" the image shows magically shows up as it should.
Why has dreamweaver suddenly defaulted to making bad code? what did I do to cause this issue? And obviously how can I change it back to work again and make the image show in my DW workspace?
Yes, the slash is exactly the problem. That is known as a Site-root relative link.These types of link are good to use in Templates because they are always the same. They don't need to be "fixed' when you generate a page from your Template into a different folder.
The downside of using Site-root reltive links, is that you can't access the files locally. You must get the page from a web server. One exception to that is using Preview in Browser (PIB) "Temp" files.
Read this Tech Note about setting up a Testing Server so you can see these files in Live View and PIB:
http://blogs.adobe.com/dreamweaver/2008/12/live_view_and_siteroot_relativ.html
If you want to switch back to using Document relative links, then setthe Relative to: field to be "Document" in the "Browse for file" dialog (folder button next to Link field in PI). This setting is sticky, so all future link will use the same setting.
Hope this helps,
Randy

Similar Messages

  • Cs6 photomerge preferred order of images

    I have taken an 8 shot Panorama from the same spot on 2 different occasions but the resulting images are totally different.  Is there a way I can decide on which image I want to be at the start as I have tried loading them in a different order but to no avail - still comes out the same, Thanks

    If, for some reason, perhaps because of the similarity of the images, the order is the merge is compromised.  Since you know the proper sequence, Photomerge the first 2 images of the panorama. When completed, merge it with a third image, then merge that with a another until you have merged them all.
    By the way, the reason for this mixup is often traceable to the fact that the original photography did not overlap sufficiently. A safe overlap is 25%-33%

  • Discount header condition should adjust automatically in line items

    Hi,
    I have a discount header group condition which is adjusting automatically in line items based on net price. Even if I delete one line item out of two lien items, header discount value is adjusting to balance 1st line automatically. This is hapneing in QT and in sales order without reference, but not hapening for sales order where I referenced with quotation.
    Ex: I have created QT with ZD03 = -2000. This distributed for line item 1 as -1500 and 2nd line item as -500. (Here in QT if I delete the 2nd line item, then ZD03 for 1st line item is automatically adjusted as -2000 and header remains same as -2000). Now if I converted this QT to SO with same 2 line items and then in that SO if I delete 2nd line item, ZD03 for 1st line item remains as -1500 only and header changing from -2000 to -1500.
    I don't want this to happen. I want the header value to remain same as -2000, irrespective of what I do for the sales order line items.
    Kindly suggest.
    Ratna

    Hi,
    Just test your requirement by going into the Condition type configuration TC V/06 for the "ZD03" ,under changes which can be made remove the Header condition and mark it as item condition and try the sales cycle.
    Regards,
    Ravi

  • Problems with image items

    In a form (version 6.0) I have a database block with 3 image items, referencing 3 blobs fields of one record. Three buttons which use read_image_file to read data from a user selected file and put it on every item. It works out when every image item is filled in with every image, or when the form commits with no image items modified, but, if you change for instance only the second image item, it is displayed fine but when the information is retrieved you can see it was saved into de first item!, and the second one is empty, the third one has its valid image. Another example: if the third is changed, it will appear in the first one, the second item remains the same, and then the third one appears to be empty. One more: If the first and third item are modified, then after retrieving the data the first has its image, the second one takes the image from the third one and the third one is empty.
    So, it seems it always “move” the information at commit time from the first item filled in, to the first item not filled in, or to the first item that become empty after another previous “movement”.
    I have tried this with an almost empty form, with no triggers and nothing but the 3 image items, the 3 buttons, and the commit button.
    Can anyone help me please?
    Thanx.
    every button code follows (changing to bImg2 and bImg3 for the other two buttons):
    declare
    path     varchar2(1024);
    begin
         path := get_file_name;
    if path is not null then
         read_image_file (path, null, 'bk.bImg1');
    end if;
    go_item('navigableitem');
    synchronize;
    end;
    the commit button has this:
    commit_form;
    execute_query;
    the block has a fixed default where in order to retreive one record to test all this. As you can see there is nothing else, it is a very simple form.
    :)

    Z, search Metalink for bug 804091. IMAGE ITEMS SAVED TO NEW BLOB COLUMN FOR IMAGE ITEM, QUERIED BACK TO WRONG ITEM.

  • Planned order for MPS items can be unfirmed in MRP plan

    Hi All,
    I'm using SCP functionality (not ASCP) in MRP module. I run a global MPS first and then use it as supply schedule to drive mrp plans. I noticed that some planned orders (for MPS items) loaded into MRP from MPS can be unfirmed in MRP and I can enter new quantity and new date for them, whereas other planned orders for MPS cannot be unfirmed.
    What is the logic behind it? How to control it?
    thanks in advance,
    Tom

    Hi Ram,
    I don't think that there should be any issue due to the planned order created in the system against the PIR for the next month ....& it will not lead to improper planing even if the demand changes still we are not going for the firmed planned order....... if the PIR changes during the next MRP run then it will adjust the planned order accordingly .....
    Still you want to  restrict the planning to the current month then the simplest way that  I can think of is planning horizon....
    Thanks
    Kaushik

  • Refresh display image item without reload page

    hi all, is a way to refresh (requery) a display image item to change the image via botton and do not reload page ?
    thanks
    Edited by: Reza.Gh. on Sep 24, 2012 11:56 AM

    I create a sample app :
    https://apex.oracle.com/pls/apex/f?p=9310:1
    code of item  P1_CAPTCHA_IMG :
    SELECT captcha_img FROM captcha WHERE response = :P1_CAP_V;
    item P1_CAP_V  code (computations) :
    SELECT *
    FROM (
    SELECT response
    FROM captcha
    ORDER BY
    dbms_random.value
    WHERE rownum = 1 ;
    Refresh botton code :
    action 1 :
    SELECT * into :P1_CAP_V
    FROM (
    SELECT response
    FROM captcha
    ORDER BY
    dbms_random.value
    WHERE rownum = 1;
    action 2:
    refresh item P1_CAPTCHA_IMG

  • Image item in multi-record block - PLEASE SOMEONE HELP !

    Hello everyone.
    I have a multi-record block with an image item that is not in teh table, is populated in the post-query trigger with a read_image_item, from a gif file. This block is child of another block. The problem is that the first records of the block, the ones that fit on the screen, are not showing the image properly, the image appears grey, distorted. In reality, the image dont adjust to the size of the item, as it is especified in the properties. When i scroll down, the rest of records show the image perfect, but this ones still are distorted.
    Forms is 6.0.8.22.1, over oracle 9i. Thank you all in advance.

    hello
    just me what is datatype of ur image record ?

  • Dreamweaver CS6 fluid grid with slideshow

    I am trying to create a slideshow page for my DW CS6 fluid grid site, preferably with previews.
    I want the images to scale with the width of the browser.
    I checked out different plugin's and apps but one does not integrate with DW, the other can't combine Landscape and Portrait pictures ect....
    After looking in the forums I could only find 1 discussion about this resulting in there is no solution.
    But a year has past and...... does anyone know a good solution?
    Don't want to use Flash.
    thx.

    "Try and find a "Responsive jQuery Slideshow" plugin? The biggest issue
    that javascript-slideshows will have is that many rely on having a
    specific width"
    Non-jQuery extensions sometimes present solutions:
    http://www.projectseven.com/products/galleries/igm2/examples/demo-01.htm
    Al Sparber - PVII
    http://www.projectseven.com
    The Finest Dreamweaver Menus | Galleries | Widgets
    Since 1998

  • Save manual ordering of images in a project?

    Hi there,
    I have a project with images from lots of different cameras which I have edited down ready for making up an Aperture book. I have also laboriously re-ordered the images, into rough "chapter" order. The little indicator at top left correctly enough has the ordfer labelled as "manual" - my question is, can I close down Aperture and have the images appear in the same order when I open the programme again? Ideally, I'd like to pull the whole lot into the book and have them arrange themselves in the same, manual order in the book, so I can then resize, finetune etc.
    Thanks for your help!
    Binger

    The little indicator at top left correctly enough has the ordfer labelled as "manual" - my question is, can I close down Aperture and have the images appear in the same order when I open the programme again?
    This is an undocumented feature - at least I have never seen a written guarantee-, but so far Aperture has always preserved my manual ordering of images in library items, like projects, albums, slideshow,... and always shown the same sequence of images as before after quitting and reopening.
    But what is your Aperture version? Your profile signature says Mac OS X (10.5.6). I have never used Aperture on this system, so I cannot make any guarantees for earlier Aperture versions. I only tested on Aperture 3.2.4 and later. And in some cases Aperture will shuffle images around when using manually arranged images for a product, like for a slideshow. The recommended workflow is to do the manual arranging in the final album, not before adding to the album, this is safer. Or to add tags to the images that you can use for sorting, like numbered version names or headlines.
    But if you already have decided on the images you want to use, why not create the book with these images at once, before you quit Aperture? You do not have to finish the book in one go - my books ususally take a full month to finish
    To create a book from the images in your project select them all at once in the Browser and use the command "File > New > Book". Then check, if they arrived in the correct sort order in the book album and quit.
    Regards
    Léonie
    Message was edited by: leonieDF

  • Sales Order - Sales BOM Items To Parent Item Link

    I'm using sales boms and as you know, when a parent item is brought into a sales order, all the bom components are also are brought on the order (rdr1.treetype = 'I') and the component quantites are automatically adjusted when the parent item quantity changes. Works rather well.
    I'm trying to find  out which table.field holds the quantity per of the component to the parent and how the components are linked to the parent on the sales order. Meaning how does the system know to change the component quantities so quickly. Especially if there are 3-4 sales kit parent items and some of the components are common between the two?
    The real reason I need to know is that i'm trying to great a report that shows the sales kit parent item and all of it's components, with the components showing the quantity per kit.
    Thanks all.

    Hi,
    The details regarding the Parent Item and the
    Components which are part of the Parent Item
    in BOM can be obtained from table ITT1.
    The following fields can be taken from the table :
    Parent Item
    Component Element Number
    Component Item
    Quantity
    Cheers~
    Jitin

  • Any way to change the order of the items in the Files Inspector? DW CS4

    Hi,
    I'm using Dreamweaver CS4 with my menus split virtically.
    Is there any way to change the order of the items in the Files Inspector?
    Specifially I'd like to have them in this order:
    | Local/Remote Files | Modified | Size | Type |
    The reason being that next to the 'Local Files' the 'Modified' column is most impotant for putting updated files/images, and in split vertical mode I have to scroll right to see the 'Modified' column.
    Is this a feature request?
    Rich

    Is there any way to change the order of the items in the Files Inspector?
    Yes, but it must be done on a site-by-site basis.
    In the Site Definition dialog box, select File View Columns. You can control the position and display of columns there. The only one that can't be changed is Name.

  • Free Goods - Not showing in sales order as subsequent item

    Dear Gurus,
    I have created a Free Goods procedure determination and maintained it at Customer/ Material level in VBN01.
    The procedure is inclusive as follow:
    For every 100 units purchased, the customer gets 10 units free
    However at sales order level there is no indication at all that the Free Goods are being triggered.
    When I check the pricing procedure, the condition record NA00 that I have used doesn't show-up.
    There is no subsequent item in the sales order under the main item showing the Free-Goods discount.
    Could you please help me go through the customizing process to correct the error?
    Many thanks for your help
    Chris

    Hi,
    FYI
    Free goods can be configured in SAP by following two methods.
    (1) Manually
    (2) Automatically
    Manually: By specifying higher level item category for a line item we can determine free goods as a free of charge
    items during sales order processing.
    Automatically: System proposes free of goods automatically in the sales order. In automatic free goods
    configuration system follows two methods.
    (1) Exclusive
    (2) Inclusive
    Exclusive: System configures free goods in exclusive option like free goods quantity is going to be excluded in
    order quantity. Ex: For 10 items 1 item is free. Then system configures free goods as 10 + 1.
    Inclusive: System configures free goods in inclusive option like free goods quantity is going to be included in order
    quantity. Ex: For 10 items 1 item is free. Then system configures free goods as 9 + 1.
    NOTE: In exclusive method other items also can be given as a free of charge items for order item.
    Configuration steps: INCLUSIVE
    SAP follows condition technique to configure free goods automatically.
    Maintain pricing procedure
    Path:
    IMG
    Sales and distribution
    Basic functions
    Free goods
    Condition technique for free goods
    Maintain pricing procedures
    Choose free goods procedure NA0001 and select it
    Click on copy icon on application tool bar and rename it Ex: SRI001
    Condition type is NA00 and Access sequence also NA00
    Save it and Exit
    Activate free goods determination
    Path:
    IMG
    Sales and distribution
    Basic functions
    Free goods
    Condition technique for free goods
    Activate free goods determination
    Go to new entries
    Specify our sales area, document pricing procedure, customer pricing procedure and specify our free goods
    procedure Ex: SRI001
    Save and Exit
    Control free goods pricing
    Path:
    IMG
    Sales and distribution
    Basic functions
    Free goods
    Control free goods pricing
    Control pricing for free goods item category
    Choose item category TAN from position button
    Specify the pricing as X = Pricing standard
    Choose item category TANN from position button
    Specify pricing as B = Pricing for free goods (100% discount)
    Save and Exit
    Maintain condition type for 100% discount
    Path:
    IMG
    Sales and distribution
    Basic functions
    Free goods
    Control free goods pricing
    Maintain condition type for 100% discount
    Check whether condition type R100 is available or not (R100 = is 100% discount)
    Exit
    Maintain pricing procedure for pricing
    Path:
    IMG
    Sales and distribution
    Basic functions
    Free goods
    Control free goods pricing
    Maintain pricing procedure for pricing
    Choose our pricing procedure form position button and select it
    Click on control data icon under dialog structure
    Include condition type R100 between the steps of discounts.
    Specify requirement = 55 and Routine No: 28 (100% discount) in Alt. CBV.
    Save and Exit
    Requirement 55: The Routine No. 55 is assigned to condition type R100. If the user wants to look both revenues
    and sales deductions for the free items since the product that we are going to give as a free of charge item can be
    sold separately in the same sales order. Then the item category of free goods TANN has the pricing value as B.
    Then the system calculates value of the free goods as 100% discount as we discussed above the same material [that
    is going to be given as a free of charge item]. Some times the same item is going to be given as a normal item.
    Then system calculates price for normal item and system should not calculate price for same item [free of charge
    item]. So as to perform this calculation we have to assign Requirement/Routine 55 is to assign condition type
    R100.
    Alt CBV = 28: [100% Discount] Condition type R100 should be taken as a ZERO value. The formula 28
    calculates condition type R100 value as a ZERO.
    Set Transfer of cost to Main item: [Copy control]: Transaction code: VTFL
    Copy control is a concept by which the system copies the data from source document to target document.
    Path:
    IMG
    Sales and Distribution
    Basic functions
    Pricing
    Free goods
    Control free goods pricing
    Set transfer of cost to main item [copy control]
    Choose Billing type F2 Delivery document type LF from position button
    Select it and click on itemicon under dialog structure
    Choose item category Ex: TAN
    Click on details icon
    Click on display or change icon
    Choose item category as TAN again
    Select it and click on details icon
    Check cumulative cost
    Save and Exit
    Cumulative cost controls whether the cost value (VPRS) is to be copied from relevant sub items into main items.
    Sub items cost are not relevant for billing.
    Maintain copying control: Transaction code: VTAA
    Path:
    IMG
    Sales and Distribution
    Basic functions
    Free goods
    Control free goods pricing
    Maintain copying control
    We maintain copy control at item level category for free goods. In this field we can control whether the
    free goods should also be transferred when we copy from one document to another document.
    Choose source document type as QT and target document type as OR from position button
    Select it and click on item control button under dialog structure
    Choose AGN item category from position button
    Click on display or change button
    Again click on AGN
    Click on details icon
    Check Re u2013 explode structure/Free goods
    Save and Exit
    This indicator controls whether the free goods are copied from source document to target document or redetermined
    again.
    Maintain condition records for Free goods [INCLUSIVE]: Transaction code: VBN1
    Path:
    Logistics
    Sales and Distribution
    Master data
    Conditions
    Free goods
    VBN1 u2013 Create
    Specify condition type NA00
    Click on key combination
    Specify all the data
    Choose inclusive by clicking the INCLUSIVE/EXCLUSIVE push button
    Specify the Material No., Minimum order quantity (Ex: 10), Specify [from] the free goods quantity (Ex:
    10), Unit of measure u201CEAu201D (Each), Free goods (are free goods) as u201C1u201D.
    Calculation procedure: We can specify the Routines for calculation procedure as 1 or 2 or 3
    1 = Pro u2013 Rata (Proportionate): Ex: If the customer places order for 100 cases of material u201CXu201D, then customer
    receives 20 cases of same material as free. That means, the business can say that buy 100 and get 20. If the
    customer orders for 162 cases, then system automatically grants 32 cases as a free of cost (162x20/100 = 32 Cases).
    2 = Unit of reference: When customer orders for 100 cases of material u201CXu201D, then the customer receives an
    additional 20 cases as a free of goods. That means business can say that buy 100 get 20 free by granting 200 free
    for every full of 100 cases. The customer places order for 162, then system automatically grants only 20 cases
    (100x20/100=20).
    3 = Whole unit: When a customer places order for 100 cases of material u201CXu201D, then the customer receives additional
    20 cases of material u201CXu201D as a free of goods item. The business can say that buy 100 and get 20 free of charge items.
    If the customer orders for increment of 100 that means 200 (100 + 100) items, then he gets 40. If he placed the
    order for 101 u2013 199 items he gets only ZERO.
    Save and Exit
    Condition record for EXCLUSIVE: Transaction code: VBN1
    Path:
    Logistics
    Sales and Distribution
    Master data
    Conditions free goods
    Specify the discount type u201CNA00u201D
    Click on key combination
    Click on Choose inclusive by clicking the INCLUSIVE/EXCLUSIVE push button
    Specify the sales organization, distribution channel
    Specify customer number and validity periods, material, minimum quantity, order quantity, unit of
    measure, calculation procedure, free goods (3)
    Specify additional material free goods (if other goods is going to be given as a free of charge item.
    Save and Exit
    Go to VA01 and raise the sales order for INCLUSIVE and EXCLUSIVE.
    See the Free Goods effect.
    Condition type NRAB = Free goods: Requirement = 59, Alt CBV = 29: [only for INCLUSIVE purpose]
    Requirement 59: We have to assign requirement 59 to the condition type NRAB. If the customer buys 100 cases
    of product u201CXu201D, then he receives 10 cases of the product free. If the user would not like the additional line item in
    the sales order for free goods rather than the discount of the 10 cases is represent in the same line item as other 90
    cases. If the free goods discount should not apply on credit for returns that do not make reference in the previous
    document.
    Alt CBV 29: The condition type NRAB is to be assigned with 29 formula to support inclusive free goods
    agreement where the user would have to apply the discount to the order item rather than having a sub item
    generated for the free quantity.
    Ex: The customer orders for 100 cases of product u201CXu201D, 10 cases are free instead of having a free sub item generated
    b the system to represent the free 10 cases, the user would like to have a discount applied to the 100 cases line item
    equal to the value of the 10 cases.
    NOTE: Free goods can only be configured on document category type u201CCu201D (OR). That means we cannot configure
    free goods on Inquiry and Quotation.
    Header Conditions
    SAP has delivered two kinds of condition types: (1) Header conditions
    (2) Item conditions
    Header conditions: The value of the header condition applies to the whole items in the sales document.
    Header conditions do not have any access sequence.
    So that, value of the header conditions should be maintained manually.
    Ex: HA00, HB00
    Configuration settings:
    Include condition types HA00, HB00 in V/08 in between the discount condition types.
    Go to VA01 and raise the sales order
    Select line item and go to Go to button
    Header Conditions
    Include condition type HA00 HB00 with values [HA00 is percentage discount and HB00 is absolute
    discount]
    If HA00 = 1%, then system applies 1% on base value on all items in the sales order.
    If HB00 = 100/- Rupees, then system applies 100/- Rupees proportionately to all items in the sales order. If sales
    order has two items, then system applies 50/- Rupees to each item.
    Click on activate button
    Go to item condition screen
    Check how system applied header conditions for line items
    NOTE: Make sure that sales order contains more than one item.
    Condition Scales
    We can maintain scales for each and every condition type. So that we can determine pricing conditions values
    depending upon the range of the order quantity.
    Ex: If you maintain condition record for PR00 for material one as a 100/- Rs. For 1 material, then we can maintain
    scales for this material like below:
    From Quantity Price
    1 u2013 10 1000
    11 u2013 20 999
    21 u2013 30 998
    31 u2013 40 997
    Configuration settings:
    Go to VK11
    Maintain condition record for PR00
    Select line item and click on scales icon on the application tool bar
    Maintain scales and scale rates accordingly
    Save and Exit
    Go to VA01 and raise the sales order
    Enter the order quantity according to the scale and see the scale effect
    Regards,
    Siva

  • Delivery document - sales order - no stock items

    Hello,
    when we create a delivery document out of a sales order, we face the problem that certain material items in the sales order with no stock  will be copied to the delivery document. Other materials that have no stock will not be copied into the delivery document.
    Where in SAP can I do the customizing for that situation?
    Thanks
    Anne

    > when we create a delivery document out of a sales order, we face the problem that certain material items in the sales order with no stock  will be copied to the delivery document. Other materials that have no stock will not be copied into the delivery document.
    > Where in SAP can I do the customizing for that situation?
    Generally when Availability check is active system should not copy the Material which are not available. I can think this may be because of following reason
    1.. Check your configuration of the Item Category using 0VLP. There is stock determination rule fields, i dont have access to SAP so not sure but please check whether there is any setting.
    2. check in copy control VTLA for the item category whether you have maintained the following:-
    Order requirements-->101
    Item data-->101
    Update document flow-->X
    Pos./neg.quantity-->+
    And if these seems ok, Then you have to check the routines in the copy controls.
    Thanks,
    Raja

  • Closing sales order containing cancelled item

    Hello,
    This is the scenario.  You create a sales order containing 3 items and add the order.  One of the items then gets cancelled (in item master data).  You then try and close or cancel the order.  A red line error message is displayed saying 'Item cancelled' with the item code after it.  Is there a way of closing a sales order which contains a cancelled item? I have tried removing the item from the order but am unable to update it afterwards - it shows the same error.
    Many thanks,
    Kate

    Hello Kate,
    A precaution is always needed when you cancel any items.  You need run a simple query such as:
    SELECT * FROM RDR1 T0 WHERE T0.ItemCode = '[%0\]' to check any Sales Orders contain this code.
    Thanks,
    Gordon

  • ConfigureCombined invoice for Delivery and Order related billing items

    Dear Guru's,
    Please tell us what settings one have to do in copy controls (like for TAS "OR to F2" & TAN "LF to F2") as to Combined invoice for Delivery and Order related billing items.
    Regards,
    Sai

    Hi Sai,
    for TAS "OR to F2"
    T-code-VTFA
    Target Billing Type --"F2"        and Source Document as "OR"
    At header level you can select .
    Copying requirements "001" Header/order related
    Tick mark copy item number
    At item Level you give
    Copy requirements "028" Order related 3rd party item
    Data VBRK/VBRP= 000
    Billing quantity="A"
    Pos/Neg quantity="+"
    Price type="G"
    and Save
    2)TAN "LF to F2
    Go to Tcode-VTFL
    Target Billing type "F2"   and source document as "LF"
    In header details you give
    Copy requirements "001" Header-order related
    detr export dta="B"
    Allocatio number="B"
    Reference number="A"
    Tick mark copy item number
    In item details you give
    Copy requirements"004" delivery related item
    Data VBRK/VBRP="003" Single invoive"
    Billing qantity="D"
    Pos/neg quant="+"
    Price type=G"
    Price source"E"
    Regards
    Seegal

Maybe you are looking for