Page.TextFrames.Item problem

I upgraded Indesign from CS1 to CS5.
I reimported the type library in Delphi, and I did some minor changes in my delphi code (extra parameters, ...).
When I try to find a text frame with
     IdTF := TextFrame(IdPage.TextFrames.Item['Versie']);
then I get the error 'The requested member of the collection does not exist'.
This code worked with Indesign CS1.
When I check the label of my template with
         idTF := Indesign_TLB.TextFrame(IdPage.TextFrames.Item[1]);
         ShowMessage(Format('%d "%s"',[iIndex,idTF.Label_]));
I see the label is correct ('Versie').
Who can help?
PS when importing then CS1 template file, all script labels were gone in the indt-file  and I had to re-edit them all.

Thanks!
If you want to find back a textframe in a textframes list (or a rectangle in a rectangles list), the parameter changed:
f.e. Application.Page.TextFrames.Item['reference']
- in CS1 'reference' is the script label (can be edited in indesign via window -> utilities -> script label)
- in CS5 'reference' is the name of the item (can be edited in indesign via window -> Layers)
That might also be the reason why CS5 removes the script labels while converting a document from CS1 to CS5.

Similar Messages

  • Page detail items

    Is there a way to set page detail items to show a particular value as default?
    For example, page detail item 'Month' contains 'Jan 05', 'Feb 05' and 'Mar 05'.
    Can Discoverer report be setup so that default value for 'Month' is the latest month available?
    Thanks!

    I am also experiencing problems in Viewer for a worksheet with over 15 page items, some of which has over 500 values for selection.
    1) For each page item value selection, the 'Execution Query Process' page pops up. It drove my users crazy after four pop-ups. Is there anyway to for discoverer to complete all page item selections first, then refresh query to show the 'Execution query process' page just once; or better yet, is there a way to suppress the query progress pop-ups all together?
    2) Sometimes we select a page item value, other times we select '<All>' to get all values; similar to like '%;. For page items with over 400 values, the Viewer display about 40 followed by ...more. We have to click more for more ...more. At times, we go through 12 search pages to reach the desired page item value or the value <All>.
    Is there a way to put <All> on the top of the list as default, and permit a search pattern for page item value, which changes in each run?
    Thanks in advance.

  • Web Part Page check in problem

    I created a simple web part page that contains a web page viewer web part.  I filled out all available fields during creation.  It was stored in the default Shared Documents folder.  I can link to the web part page with no problems.  However, others can't because it is check out to me.  When I try to check it in, I get the "You must fill out all required properties before checking in this document" error.  When I click "Edit Properties", everything is filled out.  I noticed that if I click "View Properties", a "Title" field is visible.  How can I fill this out???  It wasn't available during creation and I have no idea how to fill it out because it doesn't show up after clicking "Edit Properties.  This seems really buggy.

    I currently have this problem running wss3.0 in a portal I have created. Two existing document libraries contain web part pages which do not require check in/check out. However in the last day or two, every new page created is automatically checked out to myself, but I cannot check the item back in. I have the following show up:
    "You must fill out all required properties before checking in this document."
    I have followed the procedures above to add the web part as an extra content type to the list, and hiding the title column so its not needed, but i still receive this error message. It only seems to be happening on this particular portal, and not others. The fact exisitng pages in the document library do not require items to be checked out makes it very frustrating trying to resolve. Ive searched TechNet but cant find any more details. I've even tried to force check in using Sharepoint Designer but this also does not work.
    Does anyone have any ideas? Every new document library i create contains checked out items for this portal now, so others cannot view.
    thanks,

  • Hiding Page 0 Items and Tree Node Links

    I have two issues I'm trying to work out:
    1) I have created a tree on page 0 that I want to appear on all of my REPORT pages, so the user can filter the reports regardless of which page they're on. The problem is that the tree is also appearing on the login page and the Home page. Is there any way to hide the tree on the login and home pages but have it appear on all other pages? I'm trying to avoid having to create the tree on every single report page.
    2) I need the tree to work like this: the user clicks any node in the tree, and all reports (on multiple pages) are filtered based on the node selected. So I don't actually want the nodes to be links to a report, I just want the reports to be filtered based on the node value selected. Then I'll have tabs to navigate between the different reports. Is this possible?
    Thanks.

    I dunno if you correct it, but there was small mistake in the JS code - a closing bracket was missing
    $s('P0_TREE_NODE', $(this.triggeringElement).parents('li:first').attr('id'));
    it looks like the node value IS being stored in the session stateI hope you checked for items in page 0 (it should then list down page 0 items including P0_TREE_NODE) when you searched for session state(it defaults to whichever page is run currently)
    If these two are working fine, it has to be some page process/computation/item source/item default that modifies the item value when you move between pages.
    To find this: Turn debug on, reload the page , click on a tree node, then redirect to some other page and then check the debug report and see if the page 0 item: P0_TREE_NODE is being set/reset/modified elsewhere.

  • Shuttle Item problem in Apex 3.1.2

    Hi
    I created application based on shuttle items in apex earlier version.
    The same is not working fine in Apex 3.1.2 version.
    I'm not doing any process on shuttle items.
    Just created a shuttle item contains a list of values.
    whenever i refresh the page,(or say when i press Cancel button to go back to previous page)
    shuttle item selects all the values in the list, (i.e values in shuttle items are rolling).
    I somehow tried to replicate the same application in demo environment :
    http://apex.oracle.com/pls/otn/f?p=12822:4
    workspace: vsanthanam
    userid: vijay
    password: apex_demo
    If you see above application, whenever we press button submit. it selects all the values in
    Shuttle (actually rolling in my developement instance and not processing further).
    Is there anything that we have to take care while using shuttle in newer version?
    Thanks
    Vijay
    Edited by: Vijay Santhanam on Jan 26, 2009 9:39 PM

    Hi Arie
    Thanks for your valuable inputs.
    While analyzing the issue on two versions: 3.1.2 & 3.0.x ,I noticed few things:
    1) Limitation of 2000 values
    Had raised SR with Oracle, They have treated this as bug some time back and have temporary resolution as per BUG ID 7326899.
    This got temporarily resolved by setting higher value for PlsqlMaxParameters.
    As per my understanding: Shuttles never used to refer to this variable value In earlier version. We are on earlier version on one of the instance, where the value for this parameter is still 2000, and despite having more number of values in shuttles on page it never throws error. That shows its a change in new version and behavior is not same.
    2) Looping/ Going through all values in left box and then right box of shuttle when page submits.
    I am pretty sure at-least about the visual part that it never happened in earlier version what I see on my application on earlier version. But I am not sure about the page rendering / functionality part as this would need regression testing.
    So this is second change in shuttle behavior.
    Since Business users need all values to be present in the shuttle even after submit for resubmission i.e. again creating the records, so I have not put yet the java script suggested by you to put restriction on length so that it doesn’t loops through values.
    I went though the thread where Carl and You have discussed the issue:
    Shuttle Item in 3.1
    Thanks again Arie!
    I am also following with Oracle to get some solution other than following you :-)
    Regards
    Ravijeet

  • Pages 08 fonts- problems with Arial, Times New Roman - how do I repair them?

    Pages 08 fonts- problems with Arial, Times New Roman - how do I repair them?
    Using 10.6.8 on MacBook Pro
    Mikeaaa

    I am running Snow Leopard. Transferring the same texts to TextEdit has no problems, so this is a Pages problem, I think.  Corruption of Times New Roman and Arial fonts, I suspect, but where? and what do I do about it? I just need to be pointed to a source of advice, I think.
    Thanks
    Mikeaaa

  • Pages 09 installation problem on Marvericks

    I am trying to get Pages 09 to work on a new Mac Pro running OS X 10.9.2
    The new Mac Pro has a clean install (no migration from the old machine) and I am installing iWorks from the original DVD and then updating to version 4.3 (1048) using the installer from Apple's support site. Restarted the machine after the install before launching Pages.
    My problems:
    1. When I try to open a document using File -> Open File... (from within Pages 09) and select a pages document that was copied from my old machine (and never opened in Pages 5) I get only an error dialog with the message "The document "document_name.pages" couldn't be opened." without any indication what might be wrong. I checked the fonts and trashed the preferences and those are not the culprits.
    2. I cannot even create a new document in Pages 09. After File -> New I am presented with an empty template chooser (the whole area is completely black). Clicking on the Choose button anyway results in Pages hanging and I have to force quit the app.
    This is highly frustrating because I have some important documents that get mangled quite badly when I open (a copy of) them in Pages 5. I really would like to get this working on the new Mac Pro.
    I would highly appreciate if anyone had a similar experience and found a solution (or any other ideas I should try).

    Bill
    You have 2 versions of Pages on your Mac.
    Pages 5.2 is in your Applications folder.
    Pages '09/'08 is in your Applications/iWork folder.
    You are alternately opening the wrong versions. You need to select the file and right click > Open with or open the documents from within the correct App.
    Pages '09/'08 can not open Pages 5 files and you will get the warning that you need a newer version.
    Pages 5.2 can open Pages '09 files but may damage/alter them. It can not open Pages '08 files at all.
    Older versions of Pages 5 can not open files from later versions of Pages 5.
    Once opened and saved in Pages 5 the Pages '09 files can not be opened in Pages '09.
    Anything that is saved to iCloud and opened in a newer version of Pages is also converted to Pages 5 files.
    All Pages files no matter what version and incompatibility have the same extension .pages.
    Pages 5 files are now only compatible with themselves on a very restricted set of hardware, software and Operating Systems and will not transfer correctly on any other server software than iCloud.
    Apple has removed almost 100 features from Pages 5 and added many bugs:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    Peter

  • Quotes in a page level item not showing up as " when used in a hyper link

    Hi all,
    In my app, I need to hyper link to a crystal report application with parameters from my page. I have a page level item that puts my parameter in quotes, but when the item is utilized in the hyperlink, the quotes come across as & q u o t ; (spaces were put in to the post to avoid html conversion) how can my string be used to appear the way I want?

    I don't use Crystal Reports, but, in general, you should encode your URL. When you create your link, run the URL through utl_url.escape() first. Put it in your select statement.
    E.G.,
    select utl_url.escape('http://oracle.com/foo"bar') from dual;
    will escape/encode the quotation mark and give you:
    http://oracle.com/foo%22bar
    This translates the " into a URL-safe escape code, %22, that should (I hope) be understood properly by your Crystal Reports server.
    Good luck.

  • Using Page Text Item in an Authorization Scheme

    Hello,
    I will be having a text item is every page say, Px_RESP_ID (hidden and its value set in an earlier page), and want to use its value in an authorization scheme to verify if the user has an access to the page.
    I'm using the following SQL in the authorization scheme -
    Apex Version: Apex 3.2
    Scheme Type: Exists SQL Query
    SQL:
    SELECT 1
    FROM zs_users zu
    , zs_responsibilities zr
    , zs_user_resp_groups zur
    WHERE
    zu.user_name = :APP_USER
    AND zr.resp_id = '&P'||:APP_PAGE_ID||'_RESP_ID.'
    AND zu.user_id = zur.user_id
    AND zr.resp_id = zur.resp_id
    For some reason this approach is not working. Any ideas to help me move forward will be greatly appreciated.
    Regards,
    Seshu

    AFAIK an application item, or maybe a page 0 item, is the only way to do this (as those items effectively exist across all pages of an application). Unfortunately since authorization schemes are application-level, you can't really effectively reference page items at runtime since you aren't necessarily on that page.
    The other option is an ugly one. Instead of creating one auth scheme (e.g.: "user_has_whatever_authority"), create one for every page (e.g.: "user_has_whatever_authority_1", "user_has_whatever_authority_2", etc.) and attach each auth scheme to each page by matching up the number in the name with the page. But this is a maintenance nightmare and terrible style IMHO, but it'll work. Your colleagues will hate you for it when you're gone though.

  • Limit on Page-By-Item in Disco Viewer

    Hi There.
    Is there a limit on page by items on Disco Viewer.
    It works fine but as soon as i add more than one page by item no matter the result i select it defaults to <All>
    Regards

    Hi,
    Do you mean that it doesn't filter the data according to the value you selected ?
    I am not aware of a limitation on the page items and for sure you can have more than one.
    Personally I have seen workbooks running under viewer with more than 5 page items.
    What version of viewer do you use? maybe you need to patch it up...

  • Customer Invoicing Printing First page line items blank

    Hi Everybody,
    Customer Invoicing Printing First page line items blank and it is printing it from the second page.  Please help me on this.
    Regards,
    Md Ziauddin.

    item No    Material No   Descripition  Putaway Bin   SUT  Vendor Batch  LE QTY  COA   Base UOM
    this how my line item should like, i am able to print only single line item for each item no.
    if i have 5 pallets for single line item, i want the same line item to be printed 5 times and this is what i am looking at

  • WAD:  anyway to bind each tab of the tab page web item to different query?

    WAD:  anyway to bind each tab of the tab page web item to different query?
    We check the properties of the tab page web item, but can't find we can bind the tab to some query.
    Any idea?
    Thanks!

    will try to write as much detail steps as i can...
    drag tab page web item in wad window
    go to its properties
    for e.g. u currently have only 1 tab page
    than name tab page1 as p1
    hit button with ..
    this will let u add new heading to tab page 2
    likewise save heading of 4 tab pages in properties of tab pages
    now choose container web item
    drag it in tab pages window
    assign seperate analysis item in each container item
    assign seperate queries in each analysis web item.
    assign container1 to tab page1
    assign container2 to tab page2
    assign container3 to tab page3
    assign container4 to tab page4
    and their heading viceverssa
    save it execute it
    now u will have 4 queries in 4 container item and uc an see that in different tab pages.

  • Page Function Item dispalys a text not a URL ?

    I tried to create a custom page that contains http procedure but when i tried to add this page procedure as page function item it renders as a normal not as a url to the target web page ? How can i display Page Function Item as a URL ?

    You'll have to be more specific about what you are doing.
    If you have checked "Display Procedure Results With Page" then the output of your procedure will be displayed when the page is rendered. Otherwise, a link to your procedure will be displayed and the procedure will execute when the link is clicked.
    Regards,
    Jerry
    PortalPM

  • Pages loose item persistence in frames

    I have these pages that branch to each other. This works fine, except when the HTMLDB pages are part of an intranet app and actually rendered inside a frame. When this happens, then my page cache is cleared even though I do not explicitly clear it with the URL argument. They transition to the correct pages within the frame, just the items are now cleared.

    The pages are public. I am using this code to process an insert and then return to the calling previous page:
    declare
    l_items varchar2(4000);
    l_values varchar2(4000);
    begin
    if :REQUEST = 'CREATE_NEW' then
    insert into hr.dwh_discussion(parent_id,subject,topic_text,author,category)
    values (:P26_PARENT_ID,:P26_SUBJECT,:P26_TEXT,:P26_AUTHOR,:P26_CAT);
    htmldb_application.g_page_text_generated := true;
    case :P26_RETURN_PAGE
    when '22' then
    owa_util.redirect_url('f?p=110:22::::26');
    when '23' then
    l_items := 'P23_ID,P23_ID_STATIC,P23_CONTENT_ID';
    l_values := :P26_ID_STATIC||','||:P26_ID_STATIC||','||:P26_PARENT_ID;
    owa_util.redirect_url('f?p=110:23::::26:'||l_items||':'||l_values);
    else
    null;
    end case;
    end if;
    end;
    If I leave out the items/values list from the URL, then page 23 will clear all its items when these pages are in a frame. If I leave off the items/values from the URL but the pages are on top, not in a frame, then the page 23 items are not cleared.
    I transition to page 26 from page 23 with these items/values in the URL:
    items - P26_SUBJECT,P26_PARENT_ID,P26_RETURN_PAGE,P26_ID_STATIC
    values - re - &P23_SUBJECT.,&P23_CONTENT_ID.,23,&P23_ID_STATIC.
    I am using a custom LDAP authentication scheme that makes a call to a PL/SQL function:
    return hr.util_ldap.connectAuthenticate;
    function connectAuthenticate(p_username in varchar2,p_password in varchar2)
    return boolean
    as
    l_retval PLS_INTEGER := -1;
    l_ssl PLS_INTEGER := -1;
    l_session DBMS_LDAP.session;
    l_attrs DBMS_LDAP.string_collection;
    begin
    DBMS_LDAP.use_exception := false;
    begin
    --connect to LDAP and authenticate
    l_session := DBMS_LDAP.init(hostname => g_host,
    portnum => g_port);
    exception
    when others then
    null;
    end;
    l_retval := DBMS_LDAP.simple_bind_s(ld => l_session,
    dn => g_pre||p_username||','||g_ldap_user_base,
    passwd => p_password);
    if l_retval = 0 then
    -- Disconnect from the LDAP server.
    l_retval := DBMS_LDAP.unbind_s(ld => l_session);
    return true;
    else
    return false;
    end if;
    exception
    when others then
    return false;
    end connectAuthenticate;

  • Tab Pages Web item

    Dear Experts,
    I have created a web template which have tab page item and also two web template web item.
    when i display it the first tab is showing the attached web template item fine. but when i go to second tab page still its showing the first web template only instead of second.
    what could be the reason and how to rectify it.
    thanks and regards
    Neel

    Hi,
    Create 2 Separted Web Templates for Example. Web Temp 1 (having report XX1) and Web temp 2 (having report XX2).
    After that Create New Web Template FINAL --> in Advance Tab --> Drag and Drop Tab Pages  Web Item. After that Tab Pages Web Item properties --> Table Pannel is there in that create new Tab Pannel --> it will open new window in that  click on Actiavtion _Action  it shows like Command : Set Web Template --> Click on that and give me your Web Template Name Web Temp 1 (As above Example) Under that Open New Window option is Check it as ON.
    For Second Web Temp 2 --> Tab Pages Web Item properties --> Table Pannel is there in that create new Tab Pannel --> it will open new window in that  click on Actiavtion _Action  it shows like Command : Set Web Template --> Click on that and give me your Web Template Name Web Temp 2 (As above Example) Under that Open New Window option is Check it as ON.
    I hope it will help you.
    Thanks,
    Bhima

Maybe you are looking for

  • Safari Wont Open Any Web Page

    I just updated my Safari to 3.1.2 and now it wont open any web page. I know my system is fine as I also have Firefox and it works great. I have tried reseting Safari, emptying the cache deleting the plist, but nothing works. I have even tried deletin

  • PDF does not display

    I linked an interactive PDF form into an inline frame of a DW CS3 generated page. On a Mac the form is functioning in Safari, but doesn't even show in Firefox or Opera. It shows and functions in Firefox and IE on a PC. Is there anything I can do or a

  • Create Symbol=Lose Events

    IE-Grouping elements into a symbol causes loss of events. Not sure if this is a bug but has anyone else noticed this? The workaround I've found is to to group the elements into a div, but then obviously... You can try yourself with the lynda tut / ch

  • Global Security in WSAD

    Hi i am trying to enable global security in WSAD5.0. as soon as i check the "Enable java Security" and click on apply it says "Validation failed for user WASAdmin. Please try again..." I have the following setting in the global security settings: Ena

  • Dynamic Web Project

    Hi all. I'm setting up my first Dynamic Web Project in eclipse and wondering what structure the project should have? I am currently think of the below structure, is this ok? What are the recomended project structures for a web project? ++ +Root ++ te