Guest s_k_123456 Posted April 25, 2008 Share Posted April 25, 2008 Hi, I added a portal of 3 rows, in a tab control, but only one row is diplays. When i scroll mouse middle button whole data dispaly one by one in single row. So any one can pls, tell me where i'm going wrong. Shiva Link to comment Share on other sites More sharing options...
Weetbicks Posted April 25, 2008 Share Posted April 25, 2008 check again to make sure you didnt set the option to begin at record number 3 instead of the correct option to show 3 rows - and make sure entire portal is within the tab control. Link to comment Share on other sites More sharing options...
Guest s_k_123456 Posted April 25, 2008 Share Posted April 25, 2008 No, I follow the teps as givan in file make documnt. 1) Drag the Portal Controle 2) Select the table 3) Select the filed to display, etc. Shiva Link to comment Share on other sites More sharing options...
Weetbicks Posted April 25, 2008 Share Posted April 25, 2008 In the portal options make sure # of rows is set to more than 1 tho. Also, make sure theres more than one record that will be displayed in the portal. Link to comment Share on other sites More sharing options...
Guest s_k_123456 Posted April 25, 2008 Share Posted April 25, 2008 Yes, No of rows are 3 and there are 6 records in the table. Now What i do Link to comment Share on other sites More sharing options...
Weetbicks Posted April 25, 2008 Share Posted April 25, 2008 Post the file so I can take a look @ it, will be able to sort it out faster. Link to comment Share on other sites More sharing options...
Guest s_k_123456 Posted April 25, 2008 Share Posted April 25, 2008 Hi, could u pls give me ur mail id, to sent the file. Shiva Link to comment Share on other sites More sharing options...
Weetbicks Posted April 25, 2008 Share Posted April 25, 2008 daniel@digitalfusion.co.nz Link to comment Share on other sites More sharing options...
Weetbicks Posted April 25, 2008 Share Posted April 25, 2008 Shiva, you haven't grasped the concept of relationships and portals. What exactly do you want to see in the portal? Currently, your layout with the portal on it, is based on the table occurrence "Document Library". You have setup a relationship to DocumentLib2, and the relationship is: Filename = Filename Now, you have 6 records in Document Library. If you are say on record one, its filename is sdfsd. The reason you are only seeing one row in the portal is there is only one record in Documentlib2 with that filename. The portal is only showing all records in Documentlib2 table with the same filename as the record you are on. I really think you need to go back to the start and figure out what you want to do. I don't know if you have created DocumentLib2 and DocumentLib3 for valid reasons, or you think these are required to use portals? They dont seem necessary to me. You don't need to create a new table every time you want to add a table occurrence to the relationship graph. Link to comment Share on other sites More sharing options...
Guest s_k_123456 Posted April 25, 2008 Share Posted April 25, 2008 Thanks, Ok , i wanted to list out all the file name, size and path, in the portal, Which are present in the 'Document Library' table. So, could u please sugg. what i do now or how can i achieve it. Shiva Link to comment Share on other sites More sharing options...
Weetbicks Posted April 25, 2008 Share Posted April 25, 2008 Add a new table occurrence to your relationship graph that is based on the Document Library table, perhaps name it "All Document Library" From your main document library table occurrence (the one on the left hand side of the graph) , create a relationship from it to the new table occurrence above. it doesn't matter what the fields in the relationship are, but change the match condition from the default (which is "=") to cross product (which is "X") - cross product (X) means it will relate thru to all records. Change the portal to show records from this new table occurrence "All Document Library" , and change the field in the portal to the same field, but from the "Document Library All" table occurrence Link to comment Share on other sites More sharing options...
Recommended Posts