OMB+ Auto Layout

Greetings people,
I have some problems with the result of the script below. It creates an processflow packages and an processflow module. All working perfect. But the foreach loop adds 62 mappings to the processflow all standing on top of eachother.
In OWB there is an auto layout function but i can't find it in OMB+.
This is the script:
OMBCREATE PROCESS_FLOW_PACKAGE 'PFP_XML' \
SET PROPERTIES (DESCRIPTION, BUSINESS_NAME) \
VALUES ('TEMPORARILY PACKAGE FOR XML','PFP_XML')
OMBCC 'PFP_XML'
OMBCOMMIT;
OMBCREATE PROCESS_FLOW 'PF_XML_SERIAL' \
SET PROPERTIES (BUSINESS_NAME) \
VALUES ('PF_XML_SERIAL')\
OMBCOMMIT;
foreach mappingName {
puts $outfile "Add Mapping $mappingName to PF_XML_SERIAL"
puts $outfile "Add Transition T_$v_transition_count FROM $v_last_mapping_added TO $mappingName"
OMBALTER PROCESS_FLOW 'PF_XML_SERIAL'\
ADD MAPPING ACTIVITY '$mappingName' \
SET REFERENCE MAPPING '/INFORM/CPH/$mappingName'\
ADD TRANSITION 'T_$v_transition_count' FROM ACTIVITY '$v_last_mapping_added' TO '$mappingName'
set v_last_mapping_added $mappingName
incr v_transition_count
OMBALTER PROCESS_FLOW 'PF_XML_SERIAL'\
ADD TRANSITION 'T_$v_transition_count' FROM ACTIVITY '$v_last_mapping_added' TO 'END'
puts "Module created..."
puts $outfile "Module created..."
Simplifying the question: Is there an auto-layout function for process flows in OMB+?
Thanks!
Wilbert

check this out.
OMB+ -> auto layout process ?
This is what Oracle Documentation says:
In the Mapping Editor, a mapping that was created via OMB Plus may display as containing a single operator despite having multiple operators.
Workaround: When viewing mappings created in the scripting language, use the auto-layout command in the Mapping Editor to view the entire mapping.
Edited by: Darthvader-647181 on Jan 12, 2009 7:02 AM

Similar Messages

  • OMB+ - auto layout process ?

    Hi,
    is it possible to use "auto layout" command from OMB+ ( tcl script ),
    or set "coordinates" to define location of the objects in process/mapping ?
    Regards,
    db

    Of course, if you take the time to figure out where these characteristics are stored in the repository, then you could always manually set coordinates via a pure SQL call from OMB+.
    I had thought about looking into this at one time, but never had the time to do the legwork.

  • How to use Auto layout in book module

    Hi,
    I got a MBP mid-2010 15" running OS X Lion.
    I´m trying to get the auto layout to work with presets. I might be doing something wrong here though:
    1. "Edit Auto layout preset"
    2. Choose for instance "Wedding" layout
    3. Save preset
    If I then click on "Auto Layout" it creates the book, but only with "1 Photo" on each page
    If I then click on edit "Auto layout presets" again and choose the preset I just created, the layout option says "1 Photo" (I chose wedding)
    No matter how I try to save this it goes back to 1 Photo.
    What am I doing wrong here? Is it some kind of bug?
    Thanks,
    Tor Olav

    You cannot attach the LDB to the main program of the function group.
    - So you may [SUBMIT|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=submit&adv=false&sortby=cm_rnd_rankvalue] a report which use the LDB and get back the data (export/import), by default in the syntax of SUBMIT the selection-screen will not be displayed
    - Use [LDB_PROCESS|https://www.sdn.sap.com/irj/sdn/advancedsearch?query=ldb_process&cat=sdn_all], fill a structured table for selection, and get data back in another table
    - Use [HR function modules to read Infotypes|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=hrfunctionmodulestoread+Infotypes&adv=false&sortby=cm_rnd_rankvalue].
    Regards

  • What happened to auto layout in iOS 6 beta 3?

    I just downloaded the newest beta version (3) of iOS 6. After I continued work on my projects, which uses auto layout on iOS, I noticed something was wrong. After about 5 hours of testing I figured out that the behaviour of iOS deviced changed between beta 2 and beta 3.
    It's very easy to see for yourself. Download the sample code from WWDC 2012 and find project called LineLayout. Run it in Xcode 4.5 Dev Preview 2 (bundled with iOS 6 beta 2) and then run the same project in Xcode 4.5 Dev Preview (bundled with iOS 6 beta 3). You get very different behaviour. The problem is that I couldn't find an explanation of this in the API diffs and I'm not sure if it's a bug or a desired (though changed) behaviour.
    Thanks for any advice. I suspect this must have happened to a lot of people who are already using auto layout in iOS apps.

    brantwedel did you notice the post was made over a year ago when iOS 6 was in beta.
    brantwedel wrote:
    @KT, you are destroying the usefulness of google search, by recommending generic question like this be answered confidentially, lol

  • Failed to Load Auto Layout

    I am getting error 'Failed to Load Auto Layout' while Generating Templates in BI Publisher 10g (10.1.3.4.2).
    application.log says:
    End tag does not match start tag 'group'.
    at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:320)
    at oracle.xml.parser.v2.NonValidatingParser.parseEndTag(NonValidatingParser.java:1395)
    at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1340)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:362)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:308)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:306)
    at oracle.apps.xdo.dataengine.DataProcessor.getSQLRTFLayout(Unknown Source)
    at oracle.apps.xdo.dataengine.DataProcessor.writeDefaultLayout(Unknown Source)
    at oracle.apps.xdo.servlet.resources.ResourceServlet.createAutoLayout(ResourceServlet.java:288)
    at oracle.apps.xdo.servlet.resources.ResourceServlet.service(ResourceServlet.java:144)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.apps.xdo.servlet.security.SecurityFilter.doFilter(SecurityFilter.java:100)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.jav:303)
    and
    java.lang.NullPointerException
    at oracle.apps.xdo.servlet.resources.ResourceServlet.createAutoLayout(ResourceServlet.java:283)
    at oracle.apps.xdo.servlet.resources.ResourceServlet.service(ResourceServlet.java:144)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.apps.xdo.servlet.security.SecurityFilter.doFilter(SecurityFilter.java:100)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    Please help me on this. how to troubleshoot this issue.
    Edited by: 931749 on May 20, 2012 9:58 PM

    I believe I am having a similar problem, except I did remember to remove the terminating semicolon after pasting my SQL query into BI Publisher.
    I have a report which is simply a copy of a different report which works perfectly in all ways. The copy has only had its SQL edited, and I get the same error:
    "Failed to load auto layout"
    Also, the data won't finish loading into Excel when I hit the 'Excel Analyzer' button from the web interface from the 'View' screen. It leaves me with an empty sheet called 'remove_me_please'. I feel like removing the whole damned BI Publisher system from our servers when I see this.
    What is so confounding is THE REPORT GENERATES VALID DATA! I can set the output to 'Data' and the XML produced is perfect. I can even make a pivot table in the Online Analyzer. I just can't autogenerate an RTF layout or use the Excel Analyzer. I'm using a fully updated version of .NET 2, and fully patched MS Office 2003 Pro. BI Publisher version is 10.1.3.3.2, and the Excel & Word add-ins are those downloaded from our BI Publisher server.
    IT IS IMPOSSIBLE TO DIAGNOSE PROBLEMS IN THE QUERY IF THE QUERY WORKS IN MOST SITUATIONS. It works in Toad, and even in BI some ways. The SQL interpreter needs to be trashed and rebuilt from the ground up. This system stinks, Oracle! I have been very frustrated with BI Publisher for the 6 months I've been using it. That Query Builder has got to go, too! (No numeric aggregation? What is wrong with you?)
    Furthermore, even after we update everyone's MS Office and .NET, the 'Oracle BI Publisher' menu doesn't even show up in half the installations we do. Everyone around here is starting to doubt that IT is really going to come through on their reporting needs. I'm thinking 6i sounds really good right now.

  • Can I make auto layout of Matrix Chart after setting fixed rows/columns ?

    Can I make auto layout of Matrix Chart after setting fixed rows/columns ?
    I want to make Matrix Chart to auto layout to zooming out a chart of filter.
    Matrix Chart's layout is AUTO layout at creating.
    Matrix Chart layout can fix specfic rows / columns from layout toolbar.
    BUT fixed layout's Matrix Chart does not zoom a chart of filter.
    Regards,
    Yoshihiro Kawabata
     

    Hi Yoshihiro - at the moment if a specific number of row/columns has been set for small multiples the chart will maintain these proportions even after filtering.
    If the chart hasn't had a set row/column dimensions set it will automatically be re-laid out when filtered however.

  • * Auto layout not working as expected

    In LR4 in the Library Mod I sort the photos and all is good.  In the book Mod, I choose the page layout (4 per page) and do the auto layout.  The program brings in the images and puts them on the right page just fine, but puts them in reverse order.  This will be hard to explaine; they should read top left to top right and bottom left to bottom right or A,B,C,D.  What is happening is they read C,B,D,A.  I wish I could show this.  Right now I am going bald pulling my hair out trying to find out what I am doing wrong.  Can anyone keep me from going bald?  Thanks much for any imput you might have.  Al

    My exact problem as well, it just wasnt possible for me, kept rewinding and stopping but never found what I missed...a bit to quick for a total beginner
    Thank you

  • Auto layout with interactives - please help

    Hi,
    I have many Word documents with a 100 pages each. The word documents contains the text for the manual only, and now I'm converting it to PDF file.
    How can I set a on the header and the footer of the documents (of all pages) buttons and links that will work after I add them.
    I tried creating the buttons layout in a separate PDF, and append it as background. When I append it, it looks excellent, but the interactive (links and buttons) are not working.
    I have no deep experience with Acrobat, and I need assistance for a noobe.
    If a background page eliminates the links, is there a way to append it in another way (I don't want to do it manually 500 times)?
    The header and footer feature allows me to place only simple text, and I need to place a graphic block with interactive.
    I am using Acrobat X Pro.
    Danielle

    You'll need to use the Button tool located under the Content panel in Acrobat X to do this. Once you've created your button, then you can use the context-sensitive menu to duplicate it across all your pages.

  • Auto layout of photographs and 3 related questions

    using mac 10.5 and id cs4
    new to indesign but have  some exp with other software
    i have 200 photos to place on pages 11 by 17 inches--
    i have 3 other questions
    1. i create a page--now i want to add another page is there a way to do this  or do i have to create another page?---save as preset maybe?
    2. now i want to add to these pages automatically 200 photographs 4 by 6 inches
    if i need to create boxes for the  photos how do i create a preset box?
    sorry for the number of questions but they are all related and i assume this has been addresss before but net homework lead nowhere
    i incidently tried ps elements but would not install on my mac version
    i have a copy of ps cs4 also
    really frustrated at this point
    tia
    peter
    i looked into creating a book but could not find way to increase the size of the book pages

    Bustaroo wrote:
    problem with tutorials for me ( more that 40 years of using various
    software) is that they all do the basics its only in the finer points that
    they differ!!!
    I hope this doesn't come across the wrong way; I mean it positively, from my own experience as a user and trainer: The "finer points" of difference between software products that seem to do similar things, are not trivial! My French teacher told us that there are some important rules, like, "All nouns that end in 'e' are feminine! (pause) EXCEPT..." and then he gave some of the many common exceptions.
    X-number of years doing <whatever> usually means X-number of years doing what I've learned to do and what behaves as I've learned to expect to behave. Those solid lessons and habits sometimes interfere with seeing other possible approaches, techniques, and outcomes for the same starting points. It's terribly frustrating to find that your reliable tools aren't effective. If you ever were comfortable with driving a stick-shift car, then changed to an automatic-transmission car, think of how many times you were surprised and frustrated when you stomped your left foot onto a non-existent clutch, until you adjusted to your new environment.
    P Spier wrote:
    A Document is a single file, which can contain one or many pages. Pages appear in "spreads" that can contain from one to ten pages. To save a document, use the File > Save or Save As... commands -- nothing odd about that.
    Are you familiar with the concept of the Master Page? Master pages are like templates for pages. Put stuff on the master page, then any document page based on that master page will have those elements in place (but they will not be selectable without overriding). You can hover a loaded "Place Gun" over an empty master frame and click, and the ID will automatically override that frame and put the content into it.
    Some people are comfortable thinking of a master page as a background that "shows through" on the document pages that the master is applied to.
    By default, every new document starts with two master pages, [None], which is used when you have other masters and you need a page with no master items, and A-Master which is the default name for the default master page applied to any pages when you first create the document. It starts out blank, unless you've checked the box for automatic text frame in the document setup, then it will have a single text frame that fills the are inside your margin guides. If you've selected "Facing pages" in Document setup, A-Master will actually be a two-page spread (with the spine in the center) and any automatic text frames will be "threaded" from left to right across the spread so that you can "autoflow" text. Automatic text frames are NOT required in most cases and are often a hindrance rather than a help. Page setup, including dimensions, margins, columns, and bleeds, is all together in the document setup dialog when you first create a file (you are creating the margins and columns for A-Master), but not all pages need to have the same margins or column setup (nor even the same size as of CS5), so once a document is created, you'll find margin and column adjustments under the Layout Menu. Changing the basic page size is still found under the Document Setup command in the file menu, but adjusting the size of an individual page in CS5 is done with the Page tool.
    A Book, in InDesign parlance, is a container for a group of document files that allows you to work on sections without having to scroll through one huge file and also allows for synchronizing colors, styles and even master pages across all the files in the Book. Individual documents may be included in more than one book, if you like, which allows you to multi-purpose documents.
    For some users, the idea of a book as a container for a group of files, thinking of the book as a folder, is fine. But other users may be more comfortable thinking of a book as a list of file names that should be treated as a single group, and the instructions for paginating, and applying other properties to them.
    Trust me, InDesign is a VERY complex bit of software, and you'll benefit immensely form buying Sandee's book or getting a subscription to Lynda,com.
    I like to think of InDesign as a pretty straightforward software application, and that its sheer number - several hundred - of specialized "core" plug-in components is what makes it complicated. There's at least a bit of learning necessary to take advangage of each  of these "building blocks."
    Please keep returning with your questions as you progress.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • HT1040 trying to make an ibook and have 800 photos, want format of 8 photos/page, but default is not that- "create" the initial book from iphoto "album" it loads less than 800 pics and then when i change layout i have blanks.

    trying to make an ibook and have 800 photos, want format of 8 photos/page, but default is not that- "create" the initial book from iphoto "album" it loads less than 800 pics and then when i change layout i have blanks.
    if i clear the book so that it is all blanks and then try to load in the pictures i have it loses the chronology of the pictures that i had established in the album.
    is there a way to import photos into an ibook template and keep the original order of the photos without having to do them one at a time?
    also, is there a way to insert a photo rather than just dragging it? i have tried the cut and paste funciton but it doesn't seem to work, the target site doesn't seem to register with iphoto.
    many thanks for your help.

    Photos are added to book in chronological order.  So if you want to add them to a book in the order you have placed them manually in an album do the following:
    1 - select all the photos in the album.
    2 - use the Photos ➙ Batch Change ➙ Date menu option as shown here. Select any date and add 1 minute between photos.
    3 - select just one photo from the album and create a book from it.
    4 - in the book click on the Options button ➙ Book Settings button and make sure the checkbox for Auto-layout pages is unchecked.
    5 - drag the album with your book photos onto the book icon and they will be imported into the Photos tray of the book in your pre-determined order but not into the pages themselves.
    OT

  • [CS4][JS] How to place objects in different layout

    Hi,
    Currently we are working on the A4 layout size of InDesign documents, after page finalized, those articles is going to publish in both A4 and A3 document.
    The question is how can we convert the A4 sized document into A3 sized document via java script.
    I have tried to copy and paste the frames from A4 document to A3 document, but the frame sizes is not matching (calcuation of Geometric bounds is not so easy) and the Auto Layout option is not helping and its not resizing the text frames.
    The A3 sized document have the same paragraph/character styles but with different font size to match the A4 pagination.
    Any idea how to handle this in scripting.
    Thanks in advance,
    Karthik

    No idea with scripts...
    But could you not just export as a pdf and then place those on an A3 page layout

  • Photomerge Panorama in PSE 6 - Interactive Layout not completing

    I'm attempting to merge ten photos into a panorama using Photoshop Elements 6.0 on Windows Vista, and am having some problems. At first, I tried to merge the photos using the Auto Layout function; while this option completed, Elements wasn't able to line the photos up correctly, and I couldn't figure out a way to move the photos around using the Auto Layout function. So, I started over and tried to merge them using the Interactive Layout function. The screen comes up to allow me to move the photos around and line them up, after which I hit "OK" to merge them together. The process appears to start working, with a pop-up box coming up telling me that PSE is erasing holes and transforming, and I can see the different pics being aligned correctly in the different layers for the photo. Once all of the layers are layed out correctly, PSE says it is blending selected layers based on content, and the status bar gets to around 50% done, then the merge just stops. No error message, no more layers...nothing. Is there a timeout that's happening, causing the "blending selected layers..." action to just stop? It's running for around a minute or so before it stops.
    Any help would be greatly appreciated, as I've tried to do complete this merge close to ten times now, with no luck. Thanks for your help.

    Photomerge PS5 was not working on my laptop but OK on on my desktop
    So I found a fix by comparing Photoshop preferences:
    > Edit > Preferences > Units & Rulers
    Change Rulers to cm (or maybe inches or something elese, but NOT percent)
    > OK, restart PhotoShop
    And miraculously, Photomerge worked again!
    This bug is probably noy fixed in PS6, so this may well be your problem...

  • Layout change causes photos to be discarded

    I love having a book making tool built right into Lightroom and Adobe has done a commendable job on the first release of the Book module. So far the interface has generally worked well for me. However...
    Try this: Start with an auto-layout with 3 photos per page. Then, change one of the pages from 3 photos to 2 photos per page... Where did one of your photos go? Upon  investigation, you'll notice that Lightroom randomly picks one of your photos to discard and does not place it in a new page or anywhere useful. It just gets dropped without a trace! Unless you're very aware of what is going on, you could quickly make a book with many missing photos.
    This could be better handled in a number of ways, for example by automatically adding a new page for the dropped photo, or floating the dropped photo in the grey area outside of the page. In fact, the grey area could be very useful as a "working area" for shuffling photos around by drag & drop. Additionally, an animation could be used to show what's happening when the layout changes and a photo gets bumped off.
    Also, and perhaps this is a bug - sometimes when changing from a 3-photo layout that only has 2 active photos to a 2-photo layout,  the second photo gets bumped off even though there's an available spot for it in the new layout. The layout engine appears to sometimes prioritize the empty photo area over an actual photo - not good! I've also had instances when a photo get dropped when changing from a 3-photo layout to a different 3-photo layout. Very frustrating.
    The photo usage count in the filmstrip is sort of helpful to find  photos that were discarded but in my opinion, too disconnected from the layout area to make for a seamless working experience. As a side note, it should be possible in the filmstrip to locate where a photo is used in the book and vice versa.
    Other than this, the Book module is a great start at book making from Adobe.
    Tom

    Marcin
    Welcome to the Apple Discussions.
    Your issue seems to be with the underlying file system, not with iPhoto.
    Some background:
    Events in the iPhoto Window correspond exactly with the Folders in the Originals Folder in the iPhoto Library package file (Right click on it in the Pictures Folder -> Show Package Contents).
    You can move photos between Events, you can rename Events, edit them, create them, as long as you do it via the iPhoto Window. Check out the Info Pane (wee 'i', lower left) the name and date fields are editable. Edit a Event Name using the Info Pane, the Event Folder in iPhoto Library/Originals will also have the new name.
    When you move files between Events they are also moved on the HD.
    Couldn't convert path /Users/dominika/Pictures/iPhoto Library/Originals/2001/Inne/070_RockyNeckCT14.jpg" to an FSRef to put on the pasteboard.
    means that, for some reason, the file system is unable to execute that move. (That's the reference to the FSRef). However, iPhoto thinks the file was moved, hence the !.
    I've simply never seen this issue reported here before. Is everything else on your Mac working correctly?
    First off:
    Check your HD for errors with Disk Utility, see if that reports anything.
    Regards
    TD

  • Data Model Layout (crossing lines)

    Hi Everybody,
    I downloaded the SQL Data Model and doing some modeling. It is doing a good job.
    How can I adjust the crossing lines in the diagram. I am not able to bend the relationship lines.
    Are there any hidden (undocumented) shortcut KEYS to do that?
    Where can I find those defined shortcut KEYS?
    Do we have an auto layout option to adjust the Entities and relationships in a page?
    Thanks in sharing your experience.

    Hi,
    you need to switch "Auto route" off and you'll be able to position manually the lines.
    Do we have an auto layout option to adjust the Entities and relationships in a page?There is limited "auto layout" functionality in relational model but it's not page oriented.
    Philip

  • Book Module Auto Text not working

    AutoText in Page Text does not seem to be working for me. You can see that the caption as Photo Text does appear (towards the top of the image area). The color of the text is black, so it shouldn't be invisible. I'm at a loss.

    The second para is simply to add extra pages manually assuming you got the first page looking how you want. The select all text cells usually works with the buttons for above , below justify left, center etc when the cells are highlighted in yellow.
    I would suggest experimenting by starting a new collection with say two photos which each contain a caption. If you can get the layout right it’s possible to save it as a preset under the Auto Layout Tab. You click the dropdown menu to the right of the preset name and choose Edit Auto Layout Preset. Then choose your own preset name and save.
    You can then drag as many additional images as you wish into the collection and use the auto layout button to fill the book.
    On your example highlight the page in yellow. Click the triangle bottom right and change the template from the one photo list i.e. to one with photo above and text below. Use auto text to fill with the caption. To get rid of the caption on top of the photo, if that is what you want, highlight the text cell and press the delete key.
    I forgot to mention. If you are looking to place the text which appears on top of the photo below the photo you can copy and paste. Highlight the top text cell and press Ctrl+A followed by Ctrl+C.
    Then select page text in the right hand panel and use Ctrl+V in the page text holder. You can then delete the top cell contents and use the offset slider to position the bottom cell.

Maybe you are looking for

  • Transfer purchases from one iTunes account to another

    Can I transfer purchases from one iTunes account to another? I bought some apps using my dad's account and now I have my own so can I transfer them to mine?

  • ICloud: how to make it a useful tool?

    I upgraded to iOS5 on October 12, probably to hastily. Now, the software is probably still in evolution, but as it is now it seems to me that it does not offer a useful tool as one expected from the big promotion from Apple. The main points are, in m

  • MacBook is connected but Airport utility shows Time Capsule as not present

    Folks I get a strong signal from the Time Capsule, and internet works great, but my Airport Utility 6.2 does not show is as present. I'm using OS 10.8.3.  Is there some kind of updated I am missing? Same issue on both my iMac and MacBook Pro...

  • Half grey images after sync

    Since updating to Mavericks I am having the following issues : Syncing Photos from Itunes (the top part of 50% of photos are fine but the lower half is just all grey) iTunes keeps saying "finishing sync" even after 30mins It's not every photo but the

  • Exchange Impersonation not working when applied to group or OU

    I am trying to set up Exchange Impersonation so a specific account can impersonate a group of users. I have successfully set it up and tested to impersonate a single user but it will not work when I apply it to either a distribution group or OU, even