Dennis
 
Try creating a form based on a dummy table. Then add the 4 tables to the new
form. Then put a scrolling region for each of the 4 photo tables along with
a navigator assigned to each table.
 
Then EDI USING XFORM ARRANGE TABLE1 BY a ,TABLE2 BY b,TABLE3 BY c,TABLE4 BY
d
 
Bill Eyring
Lamp Software, Inc.
516-965-3890

  _____  

From: [email protected] [mailto:[email protected]] On Behalf Of Dennis
McGrath
Sent: Thursday, January 19, 2012 10:26 AM
To: RBASE-L Mailing List
Subject: [RBASE-L] - RE: Multiple Unrelated Image Lists on one form



Bill,

 

The lists are independent.  That is the problem. There is no desired
linkage.

 

I can display the independent lists in scrolling regions.

I just cannot navigate the second, third, etc lists by clicking on the
desired image in one of those lists.

The first image displays in each list

 

Dennis McGrath

Software Developer

QMI Security Solutions

1661 Glenlake Ave

Itasca IL 60143

630-980-8461

[email protected]

  _____  

From: [email protected] [mailto:[email protected]] On Behalf Of Bill Eyring
Sent: Thursday, January 19, 2012 9:17 AM
To: RBASE-L Mailing List
Subject: [RBASE-L] - RE: Multiple Unrelated Image Lists on one form

 

Dennis

 

I am unclear as to what you want to do with the 2 tables of images. When you
click on an image from the first table do you want related images in the 2nd
table to appear ?

 

You would have to make sure that the imageID in table 1 matches the imageId
in table2. Also the picture location field name in table 1 should have a
different field name in table 2.

 

The only common column name between the 2 tables is the imageId.

 

Hope this helps.

 

Bill Eyring

 

 

 

  _____  

From: [email protected] [mailto:[email protected]] On Behalf Of Dennis
McGrath
Sent: Thursday, January 19, 2012 9:33 AM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Multiple Unrelated Image Lists on one form

We are trying to create a form which would display and manage up to 4 sets
of images.

 

Our initial attempt was to do two lists.

 

The only way we could find to display them was with scrolling regions.

We created two tables, and populated them with filenames.

We created a form which included the 2 tables.  

The tables have no linking column, since there is no relationship to
maintain, just 2 lists.

Each table is on a scrolling region, since that was the only way we could
find to display them easily.

 

The first scrolling region works fine.

 

The second actually displays all its images (which surprised me because of
my familiarity with how forms work.)

Problem is, we can only click the first picture.  Clicking on any other does
nothing.

We can navigate the region with a navigation bar, but that is not what we
want.

 

Is there any simple way to make the second region work the way we want?

 

We tried adding a common integer column to both tables containing zero.

This did not change the behavior of the second list.

 

Has anyone solved a similar problem?

 

At this point I'm wishing for a Variable Lookup Scrolling Region!!!

That would do exactly what we want on a variable form.

 

 

Dennis McGrath

Software Developer

QMI Security Solutions

1661 Glenlake Ave

Itasca IL 60143

630-980-8461

[email protected]

 

Reply via email to