Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 8522 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi, I think a variation of this question - laying out search returns across several columns - has been asked before, but what I want to do is this:

I need to be able to create web page returns from our internal contact database that will print well. To do this I want to have the column below reach a fixed depth, then flow into 2nd and 3rd columns - just like you would on a printed page. I suspect that there's a Java answer, but that's far beyond my ability to write from scratch!

The page itself is pretty simple:

TABLE BORDER=0 CELLSPACING=0 WIDTH=250>[FMP-RECORD]

<TR>

<TD>

<P>[FMP-FIELD: department][FMP-PORTAL: master_contact_list]

<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=2 WIDTH=230>

<TR>

<TD>

<P>[FMP-FIELD: master_contact_list::wholename]</P>

</TD>

<TD>

<P ALIGN=right>[FMP-FIELD: master_contact_list:: phone_ext]</P>

</TD>

</TR>

</TABLE>

[/FMP-PORTAL]</P>

</TD>

</TR>[/FMP-RECORD]

</TABLE>

thanks, Jeff

Posted

I'm not sure that I follow what your asking. On a page with 12 records, for example, you want 3 columns of 4 records. the first four filling the first column, records 5-8 in the second and 9-12 in the third?

Posted

Hi,

thanks very much!

I can use this to make just what I want and it's really useful to us because we can have one source for the internal phone list instead of having to export and print.

Neat

thanks, Jeff

This topic is 8522 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.