SpreadSheets, Linked Frames & multiple frames

Yvan Koenig
Wrote
"You must select the frame as a block (with displaid handles) to be able to use the "Edit > Frame Info…" menu item
Assuming that a frame is named "frame_1", the main sheet may grab data from it with a formula like:
=[frame_1]!B3"
This worked ok till I changed data in the original document that had a few frames attached? in these frames there was formulas that related to the original & then back to the original.( sounds confusing)
ie. original doc was called "TestFrames"
in "Frame 1" it has a formula in cell A5 "=TestFrames.cwk!A1"
In "TestFrames" it has a formula in cell B6 "=[Frame 1]!A5"
When I change the info in "TestFrames A1" it seems to crash AW's
I don't supose I would do this in a real senario but was experimenting to learn how this new info can help me.
Thanks for any assistance given previously & to come.
Cliff
NZ

Hi Barry
BF's techinique isn't limited to 20 columns x 50 rows
Ahah I just found by inserting cells it expands the size of the Frame. Thanks for that that is very helpful.
His example is of a 9 column x 10 row spreadsheet,
consisting of a 'title row' in which the three column
titles are repeated three times, plus three 3 column
x 3 row mini-spreadsheets analogous to sheet 1, sheet
2, and sheet 3 in an Excel SS document.
This is were I get confused, are the column titles just like Date, Name etc. or can I rename A to AA or something that dosn't allready exist.
Placing the three sub-sheets along a diagonal means
that (other than the title row), no row or column is
shared by more than one of the sub-sheets, thus
allowing flexibility in adjusting the width and
height of the columns and rows in each sub-sheet
without affecting the others.
Sorry for the ignorance but I don't understand this either.
Incidently, the 'empty' cells (those that don't
contain Ts, As, Bs or Cs in the example) are not
displayed, but can be used for interim calculations.
Or this?
BTW
I have never used ms exel for more than 5 minutes, so am not familar with Multiple Spreadsheets.
Can a frame be linked to another across Ie.
Frame 1 from A to F
Frame 2 from G to Z
etc.??
As in the past I sometimes take a little time to get some of these things but often use the info often in future SS's
Message was edited by: Cliff Peters

Similar Messages

  • Anchoring Linked Frames or ICML Files???

    Is there anyway to anchor linked frames or ICML files in InDesign? I would like to re-purpose some content from other files and anchor the text into the text frame so the content flows around it. I notice when I try to cut-n-paste to anchor, the linking goes away. Any thoughts?

    Hi Peter,
    Thanks for your attention. No, I'm not trying to thread a text frame, I just want to place a text frame with say a warning or caution anchored into another text frame at a relevant location. This way if I later decide to update the warning/caution it will be updated in all documents. Unfortunately, when I've tried to anchor the linked text frame into another document (at the relevant location), it breaks the link. I can drop it into another document without anchoring it, but of course when text is added to the text above the linked text frame, the placed frame will not move with the relevant text. I had hoped it would work the same way as anchoring an image frame in a document, but it doesn't seem to be working out that way (or I'm doing something wrong).
    I see what you're saying about placing it in a separate frame in a different document, but again, it won't flow with the text.
    Thanks again for your insight!

  • How to insert, merge linked text frames into existing long linked frame story?

    I have a book with a single story, many linked frames/pages. The index takes 4 pages in the last part of the book, but not the final pages. I have regenerated the index and it is 4 pages of linked frames in a separate story in extra pages I generated at the end of the book. I selected the new index pages from the pages panel and moved them to the proper location in the book. I want to delete the old index & pages, but that still leaves me with two stories with the main story frames jumping around the index story frames. I want the index to be part of the main story so that if the text expands the index will move.
    In short, insert and merge a story and its associated text frames in the middle of another story.
    My move pages approach got it in the right location, but it will not float if the page count changes.
    The only way I can see to do this is go back to my new index, select it all in the story editor, copy it, go to story editor on the original story, and paste in the proper location. This works, but it seems as if there should be a way of also doing it with frames, in ports, out ports, etc.

    I must be unclear on the concept. I moved my new index into the existing story between the two desired pages. This shows the original story on the left with the text threads going around the inserted Index story:
    Now I click the outport of the text frame on the left and alt click into the Index frame. That overwrites the contents of Index.
    Not what I want. I actually want to split the text as well, and just thread thru the index frames and then continue with the original story. I did the above as a test case. For my actual problem, copying the index story in story mode, and pasting it over the appropriate text in the original story solved my problem.

  • NI PCIe-1433 Camera Link frame grabber programming using VC++

    Hello, I have a Basler Camera Link-compatible camera and they use the NI PCIe-1433 Camera Link frame grabber as the image acquisition device.
    Right now, I want to develop some applications on that camera and need to do programming on the NI PCIe-1433 by VC++.
    So I want to know where I can find the software development kit for the NI PCIe-1433. For example, I can control the camera to grab the image by using the different functions(such as imgGrab(), or somthing like that ) from that software development kit.If there are some sample code that would be better.  

    Hi Wrsbj,
    The IMAQ functions that you mentioned are contained in the IMAQ driver, which is used to acquire from Camera Link frame grabbers. I would also check the compatibility chart, to make sure that you get the version you need. As for example programs, you can take a look at this KnowledgeBase article concerning building and running the IMAQ examples in VC++.
    David S.

  • Multiple delete linked to multiple insert

    Hello folks!
    I'm developing a CMS and using ADDT to build most of the database operations. I'm registering user's activities in a db table. After each insert, update or delete, I link the requested transaction to an insert transaction to register it in my "changes" table. I'm having a little problem with linking multiple transactions. When I link a multiple delete, for example, to a multiple insert transaction in my detail page, they end without registering values in my tables. No errors are shown. I thought maybe an ADDT hero around could give me a hand and also this scenario could bring good ideas to others.
    The dynamic list sends the url variables correctly (detail.php?id=1&id_1=2.. etc). The delete transaction are trigged by the "KT_delete1" form variable. I presume it is been passed as the transaction finish and I'm redirected as I should (the url gets the "transaction=deleteTxt" variable). Here's my code:
    //start Trigger_LinkTransactions trigger
    function Trigger_LinkTransactions_del(&$tNG) {
    global $ins_alteracoesDelete;
    $linkObj = new tNG_LinkedTrans($tNG, $ins_alteracoesDelete);
    $linkObj->setLink("altFKey");
    return $linkObj->Execute();
    //end Trigger_LinkTransactions trigger
    // Make an instance of the transaction object
    $del_textos = new tNG_multipleDelete($conn_equylybraCMS);
    $tNGs->addTransaction($del_textos);
    // Register triggers
    $del_textos->registerTrigger("STARTER", "Trigger_Default_Starter", 1, "POST", "KT_Delete1");
    $del_textos->registerTrigger("AFTER", "Trigger_LinkTransactions_del", 98);
    $del_textos->registerTrigger("ERROR", "Trigger_LinkTransactions_del", 98);
    $del_textos->registerTrigger("END", "Trigger_Default_Redirect", 99, "listar.php?modulo=Textos&categoria={GET.categoria}&transaction=deleteTxt");
    // Add columns
    $del_textos->setTable("inscricoes_pagamentos");
    $del_textos->setPrimaryKey("pgtNumInscricao", "NUMERIC_TYPE", "GET", "txtID");
    // Make an insert transaction instance
    $ins_alteracoesDelete = new tNG_multipleInsert($conn_equylybraCMS);
    $tNGs->addTransaction($ins_alteracoesDelete);
    // Register triggers
    $ins_alteracoesDelete->registerTrigger("STARTER", "Trigger_Default_Starter", 1, "POST", "");
    // Add columns
    $ins_alteracoesDelete->setTable("alteracoes");
    $ins_alteracoesDelete->addColumn("altUsuario", "NUMERIC_TYPE", "POST", "altUsuario");
    $ins_alteracoesDelete->addColumn("altTipo", "NUMERIC_TYPE", "VALUE", "3");
    $ins_alteracoesDelete->addColumn("altDescricao", "STRING_TYPE", "VALUE", "Excluiu texto - {POST.txtTituloDelete}");
    $ins_alteracoesDelete->addColumn("altFKey", "NUMERIC_TYPE", "VALUE", "");
    $ins_alteracoesDelete->setPrimaryKey("altID", "NUMERIC_TYPE");
    * To makes it easier: "alteracoes" means "changes" and "textos" means "text" in my language (portuguese)

    There are a few ways:
    Google Disjointed rollovers
    Set Text of Layer
    Swap Image in the Behaviors Panel
    Hope this helps
    Jo
    "serestibi" <[email protected]> wrote in
    message
    news:fpgc4m$9tj$[email protected]..
    > Hi, i am a beginner, so go eazy on me,
    > I am trying to link multiple images (thumbnails) to one
    big picture frame.
    > So if you click the thumbnails, each will blow up in the
    same frame.
    > The easy solution would be to link to a table, but it
    doesn`t seem
    > linkable.
    > I tried different slide viewers but I cant personalize
    them enough.
    > Please sombody help me!
    >

  • How to create a link to multiple links in pdf file

    how to create a link to multiple links or a button to multiple links in pdf file. this links is goto diferent pages, no web. sorry for my english.

    You can print to PDF from the Print Module .
    Do you have Adobe Acrobat?
    Otherwise install (free) Bullzip Free PDF printer.
    http://www.bullzip.com/

  • Can I attach a link to one image and then use that linked image multiple times in my site?

    Hi,
    Is it possible to attach a link to an image and then use that image (with link attached) multiple times in my site.
    Thanks,
    Ally

    Use 'Find and Replace'>under the 'Edit' menu.
    Select from 'Find in'- Folder and browse to the folder your website files are kept in to select it.
    Search: Source Code
    In the Find box (but obviously use YOUR image code):
    <img src="images/imageName.jpg" width="200" height="200" alt="" />
    In the Replace box: (use YOUR link and image code)
    <a href="yourLink.html"><img src="images/imageName.jpg" width="200" height="200" alt="" /></a>
    Then select 'Replace All'

  • Encrypting Aironet 1410 bridge link using multiple VLANs

    I've looked at the documentation available for Aironet 1400 series, and still would like to see a single document showing an example of
    the best encryption/authentication available for bridge links using multiple VLANs.
    As I understand it, 1400 series can support WPA-PSK using AES, which would work for me.  I just can't picture how to integrate chapters 9 and 10 for the 'WEP and WEP Features' + 'Configuring Authentication Types' instructions.
    I'm looking either for an example config, or a step-by-step that did all steps consecutively.
    Thanks

    What doc are you refering to?  If you want to encrypt the link from root bridge to non-root bridge, then WPA/TKIP-PSK is what you should use.  Here is a link to how to setup your link ssid to WPA: http://www.cisco.com/en/US/docs/wireless/bridge/1400/12.2_15_JA/configuration/guide/p15auth.html#wp1044935
    Don't worry about the example they show on the WEP, just use the configuration from the above link for your encryption.
    Configuring a VLAN
    Configuring your bridge to support VLANs is a five-step process:
    1. Create subinterfaces on the radio and Ethernet interfaces.
    2. Enable 802.1q encapsulation on the subinterfaces and assign one subinterface as the native VLAN.
    3. Assign a bridge group to each VLAN.
    4. (Optional) Enable WEP on the native VLAN. <-- Use WPA-PSK
    5. Assign the bridge's SSID to the native VLAN.
    http://www.cisco.com/en/US/docs/wireless/bridge/1400/12.2_15_JA/configuration/guide/p15vlan.html
    Here is an example of vlan 1 (native) will be your management and your wireless link.  vlan 10 & 20 will pass through the link.
    BR# configure terminal
    BR(config)# interface dot11radio0.1
    BR(config-subif)# encapsulation dot1q 1 native
    BR(config-subif)# bridge group 1
    BR(config-subif)# exit
    BR(config)# interface fastEthernet0.1
    BR(config-subif)# encapsulation dot1q 1 native
    BR(config-subif)# bridge group 1
    BR(config)# interface fastEthernet0.10
    BR(config-subif)# encapsulation dot1q 10
    BR(config-subif)# bridge group 10
    BR(config)# interface fastEthernet0.20
    BR(config-subif)# encapsulation dot1q 20
    BR(config-subif)# bridge group 20
    BR(config-subif)# exit
    BR(config)# interface dot11radio0
    BR(config-if)# ssid batman
    BR(config-ssid)# vlan 1
    BR(config-ssid)# infrastructure-ssid
    BR(config-ssid)# end

  • Linking To Multiple Tables In WebDB

    I am trying to link to multiple forms from one form and I am having
    trouble. I can link individual columns in Reports but not in forms
    unless I am missing something.
    If I use QBE forms, it only allows me to link to one form.
    For example,
    I have a form based on Emp table
    I would like a link on Sal and a link on deptno so that when a user
    clicks on Sal it takes him/her to another form and brings up the record
    based on the Sal he/she clicked on. Same with deptno. This means i will
    be passing parameters.

    Hi Vineet,
    >>Will the sql query with joint will be fine or the stored procedure is required ?
    If your requirement is to use many tables and need to pull many fields of those tables , then use SQL Query with Join. otherwise you can use simple insert, delete, update statements.
    >>Please provide some inputs. If there are existing examples for same, it would really be a great help.
    Please refert this link for using insert statement data types on the target side.
    http://help.sap.com/saphelp_nw70/helpdata/en/2e/96fd3f2d14e869e10000000a155106/content.htm
    Sample data type
    <StatementName1>
    <dbTableName action=u201DINSERTu201D>
    <table>tablename1</table>
    <access>
    <col1>val1</col1>
    <col2>val2</col2>
    </access>
    <access>
    <col1>val11</col1>
    </access>
    </StatementName1>
    <StatementName2>
    </dbTableName> 
    <dbTableName action=u201DINSERTu201D>
    <table>tablename2</table>
    <access>
    <col1>val1</col1>
    <col2>val2</col2>
    </access>
    <access>
    <col1>val11</col1>
    </access>
    </dbTableName> 
    </StatementName2>

  • Can I use Bridge CS6 as a central image database for linking to multiple documents?

    Can I use Bridge CS6 as a central image database for linking to multiple documents?

    It's only really good for Adobe document formats, if you want to be able to view and/or tag documents.

  • Dashcode iPhone Webapp - Adding url links to multiple list item

    I was wondering if anyone knew how to add a url link to multiple list items without the use of a button part.
    Say For Instance i Have
    Item 1 > I want to go to www.mysite.com/index.html
    Item 2 > I want to go to www.mysite.com/help/index.html
    Any help would be greatly appreciated

    After hours of reading and experimentation, I have solved my immediate problem thus:
    function jsonLoaded(jsonRequest) {
    if (jsonRequest.status == 200) {
    events = eval( "("jsonRequest.responseText")" );
    document.getElementById('list').object.reloadData();
    } else {
    alert("Error fetching JSON data: HTTP status " + jsonRequest.status);
    var feedURL = "http://www.foo.com/bar.php";
    var onloadHandler = function() { jsonLoaded(jsonRequest); };
    var events = [];
    var jsonRequest = new XMLHttpRequest();
    jsonRequest.onload = onloadHandler;
    jsonRequest.open("GET", feedURL, true);
    jsonRequest.setRequestHeader("Cache-Control", "no-cache");
    jsonRequest.send(null);
    var listController = {
    numberOfRows: function() {
    I had to do two things:
    1. Declare the array 'events' outside the function.
    2. Reload the list data (thanks to http://osdir.com/ml/safari-iphone-web-dev/2009-05/msg00013.html )
    Now I've got to figure out how to pull in different data for different list levels!

  • Is it possible to create one home page with links to multiple forms in Adobe Forms Central?

    I have several forms that are all related. Is it possible to have one online landing page where I can link to my other forms from?
    It would be easier to share one link than multiple.

    You could create either a web page of your own to include the links into, or you could create a form that you include the links in - maybe add them as single checkbox fields where the user could check the box stating that they have filled out the related form.  There is a "Insert or edit Link" button in the top toolbar when designing a form, select text you would like to represent the link and click the link button to add the URL to a form.
    The responses for each form would be connected to those individual forms and would not be presented together.  When you recieve responses from the various forms you would not have any built in way to connect the same user to the variuos forms but you could include a "Required" email field in all forms so that you can see who submitted which forms that way.
    Thanks,
    Josh

  • Web Page with link to Multiple Queries

    Hi All,
    I have a webpage in EP iView which has ahref links to multiple queries in a table. When user clicks on a link the corresponsding query should open. I can do this giving HREF links to text for Query URL. In Development System If I do the URL is generated from WAS of Development system. So When I transport to EP production and When I click in the link it is opening the query in development system. So I need to change the URL to link to PRoduction query before transport.
    Is there any way of doing this by providing a technical name of the query.
    Thanks in Advance
    Best Regards
    PV

    the URL generated for each system for each query is specific...
    transporting the same URL to different system will not solve ur issue.
    for e.g. open a query x in Dev. system
    execute it in Web
    it will generate a URL , this url is sppecfic to query x for Dev. system
    even if u transport the url link to Prod system it will always open the query in Dev.......
    try to open the query in Prod thru query designer
    execute it in web
    copy the url and paste it in ur code in PRod system
    nwo use the link
    it will execute ur query in prod....
    pls refer to sekhars description, it talks about same....

  • HT5188 Nearly every time I buy a VPP app and download the spreadsheet there are multiple redemption codes that say that they are invalid!  HOW can a code I am getting directly from apple be invalid!!!!!!!!  Seems like your system has A LOT of flaws.

    Nearly every time I buy a VPP app and download the spreadsheet there are multiple redemption codes that say that they are invalid!  HOW can a code I am getting directly from apple be invalid!!!!!!!!  Seems like your system has A LOT of flaws.

    I have taken it back to the Apple store genius bar, but they say they don't see anything wrong. Well unless you use it all day and experience the problems when they happen, you wont see anything wrong. But there are lots wrong with it. But this would be the same store as I purchased the phone. And they backed up my old Iphone 4, but were not able to get anything to load back onto my new phone. So, I lost pretty much everything. But over time, some of my contacts have started showing up, although i am still missing over 800 of them.

  • Display Promoted links in Multiple Lines

    Hi,
    I am trying to Display Promoted links in Multiple Lines in sharepoint Online and used the following link for reference:
    http://www.rbradbrook.co.uk/Blog/Post/14/Displaying-Promoted-Links-on-Multiple-Lines
    When editing the webpart I am getting things correct as below:
    Once I save this , its showing as list.
    Any suggestions or help in this.
    Thanks in advance

    Hi,
    The solution you mentioned did not work form me either. I digged through the internet and something else worked:
    On a single page add a Script Editor Web Part and paste the following code in the source:
    <style type="text/css">
    .ms-promlink-body {width:100%}
    .ms-promlink-header {visibility:hidden}
    < /style>
    Works perfectly for me!
    The source of this code:
    Sharepointkevin.com

Maybe you are looking for