popup windows on Related tables

2556
4
06-27-2013 03:11 AM
antoniodang
New Contributor
Hello everybody,

I have a shape-file (polygon) and a information-table that is raleted (1-M) and I make it as feature access service, so I can edit the polygon feature.

My problems is I can´t show the attributes of the information table when i select a polygon.
Does anyone have some suggestions for me, im using Flex viewer 3.2

Thx alots for help

//

Antonio Dang
Tags (2)
0 Kudos
4 Replies
PiotrSkworzec
New Contributor III
When You were configuring popups, did You selected Show related records?
0 Kudos
antoniodang
New Contributor
Yes I did.


Here is my config

<?xml version="1.0" ?>
<configuration>
    <title>{Marktyp}</title>
     <fields>            
    </fields>
    <showattachments>true</showattachments>
    <showrelatedrecords>true</showrelatedrecords>
    
</configuration>
0 Kudos
RhettZufelt
MVP Frequent Contributor
You say so you can edit, so when you say information table, are you refereing to a popup infowindow, or the attribute table widget or edit widet table as they have to be enabled differently.

R_
0 Kudos
antoniodang
New Contributor
You say so you can edit, so when you say information table, are you refereing to a popup infowindow, or the attribute table widget or edit widet table as they have to be enabled differently.

R_


In polygon shape-file I have a attributes field called "TYPE" which contains all my classifications of the polygon type.

And the dbase table I do have more information about these classifications.
This dbase table is not editable in flex, only the polygon shapes.

So I maked a relationship 1-M between polygon shape-file and dbase.

I dont use table widget. Only edit widget for editing/addning/removing polygon shapes. I have make that a user can only add/edit in field TYPE and COLLECT_DATE.

I want to refereing to a popup infowindow which is builded in the viewer.
So when a user selected a polygon the popup will show information about the classification from the dbase table .
0 Kudos