Normal Topic Width feature in Freeform Report (Read 1007 times)
Louis Galvao
Full Member
***
Offline


"Sufferin' Succatash"

Posts: 265
Location: Canada
Joined: Feb 14th, 2005
Width feature in Freeform Report
Apr 12th, 2006 at 1:58pm
Print Post Print Post  
All of my freeform reports work well, but it is a presentation issue with the values not aligning properly.

So, I applied a width setting on a layout element.  It worked on the first element but then ignored all subsequent line breaks and made everything look like a continous wrapping horizontal line of information (hope this makes sense).

Once I reset the width feature to 0, everything goes back to normal.

Is there a problem with the width feature in freeform reports  ?

Thanks,

Louis
  

Louis Galvao
Back to top
 
IP Logged
 
Louis Galvao
Full Member
***
Offline


"Sufferin' Succatash"

Posts: 265
Location: Canada
Joined: Feb 14th, 2005
Re: Width feature in Freeform Report
Reply #1 - Apr 18th, 2006 at 1:39pm
Print Post Print Post  
Further to the above, is there an issue with the width feature in reports in general ?

I have tried to set width's of layout elements in various reports and seem to have problems consistently i.e. it doesn't work (although sometimes it does).

My understanding is 100 pixels = 1 inch.  Therefore if I set the group header, body and footers in the column to 200, I would expect the column on the report to appear as two inches wide.

Does the browser (internet Explorer) just ignore these settings ?

Thanks,

Louis
  

Louis Galvao
Back to top
 
IP Logged
 
Hammer
YaBB Administrator
Lanticans
*****
Offline


Fire bad. Tree pretty.

Posts: 3436
Location: Ohio
Joined: Nov 22nd, 2002
Re: Width feature in Freeform Report
Reply #2 - Apr 18th, 2006 at 1:47pm
Print Post Print Post  
Louis,

Pixels have nothing to do with inches. Pixels per inch changes based on your device/screen resolution. If your resolution is 1024x768, a column which is 200 pixels wide will take up a bit less than 1/5 of your total screen width, however many inches that is. If you change your resolution to 800x600, that same column will now take up 1/4 of your total screen width.
  

- Hammer
The plural of anecdote is not data.
Back to top
IP Logged
 
Ray the Reaper
Global Moderator
Members
Lantica Support
*****
Offline


The One & The Only

Posts: 2482
Joined: Aug 20th, 2003
Re: Width feature in Freeform Report
Reply #3 - Apr 18th, 2006 at 2:41pm
Print Post Print Post  
Quote:
All of my freeform reports work well, but it is a presentation issue with the values not aligning properly.

So, I applied a width setting on a layout element.  It worked on the first element but then ignored all subsequent line breaks and made everything look like a continous wrapping horizontal line of information (hope this makes sense).

Once I reset the width feature to 0, everything goes back to normal.

Is there a problem with the width feature in freeform reports  ?

Thanks,

Louis


I have seen what you are talking about and it is fixed in version 2.0

-Ray
  

Raymond Yoxall Consulting
ray.yoxall@gmail.com
ryoxall@lantica.com
Sesame Applications, Design and Support
Back to top
IP Logged
 
Louis Galvao
Full Member
***
Offline


"Sufferin' Succatash"

Posts: 265
Location: Canada
Joined: Feb 14th, 2005
Re: Width feature in Freeform Report
Reply #4 - Apr 18th, 2006 at 3:12pm
Print Post Print Post  
Ray:

So does that mean we will be able to line up the data vertically on a freeform report in version 2.0 ?

Thanks,

Louis
  

Louis Galvao
Back to top
 
IP Logged
 
Bob_Hansen
Senior Member
Members
*****
Offline


WOW, They have the Internet
on computers now!

Posts: 1861
Location: Salem, NH
Joined: Nov 24th, 2002
Re: Width feature in Freeform Report
Reply #5 - Apr 18th, 2006 at 10:00pm
Print Post Print Post  
Don't know how deep you want to get into adding HTML code to your reports, but here is some info about spacing with HTML, it may help...

----------------------------------------
BLOCK
Example code:
<SPACER TYPE="block" WIDTH="50" HEIGHT="40" ALIGN="left">Spacer tags can be used for: spacing between lines or text and can be used for text indention. The block attribute is the same as creating an invisible image. Spacers have no closing tag.

# HORIZONTAL
Example code:
<SPACER TYPE="horizontal" SIZE="70">Spacer Tags can be used for spacing between lines or text and can be used for text indention.<SPACER TYPE="horizontal" SIZE="25">The block attribute is the same as creating an invisible image. Spacers have no closing tag.

# VERTICAL
Example code:
Spacer Tags can be used for: <SPACER TYPE="vertical" SIZE="25"> spacing between lines or text and can be used for text indention.<SPACER TYPE="vertical" SIZE="15">The block attribute is the same as creating an invisible image. Spacers have no closing tag.

---------------------
You can also use tables to help align content.   
And you can also use <P ALIGN="RIGHT"> type of tags.
And also Text-ALIGN properties.
----------------------
And check out White Space Property.

'white-space'
    Value:        normal | pre | nowrap | pre-wrap | pre-line | inherit
    Initial:        normal
    Applies to:        all elements
    Inherited:        yes
    Percentages:        N/A
    Media:        visual
    Computed value:        as specified

This property declares how whitespace inside the element is handled.   Values have the following meanings:
normal
    This value directs user agents to collapse sequences of whitespace, and break lines as necessary to fill line boxes.

pre
    This value prevents user agents from collapsing sequences of whitespace. Lines are only broken at newlines in the source, or at occurrences of "\A" in generated content.

nowrap
    This value collapses whitespace as for 'normal', but suppresses line breaks within text.

pre-wrap
    This value prevents user agents from collapsing sequences of whitespace. Lines are broken at newlines in the source, at occurrences of "\A" in generated content, and as necessary to fill line boxes.

pre-line
    This value directs user agents to collapse sequences of whitespace. Lines are broken at newlines in the source, at occurrences of "\A" in generated content, and as necessary to fill line boxes.

------------------
Don't want to get into a discussion about HTML syntax here, just dropping some things on the table for you to consider.  Using HTML is a really powerful tool that can be used in your reports.
  



Bob Hansen
Sesame Database Manager Professional
Sensible Solutions Inc.
Salem, NH
603-898-8223
Skype ID = sensiblesolutions
Back to top
IP Logged
 
Louis Galvao
Full Member
***
Offline


"Sufferin' Succatash"

Posts: 265
Location: Canada
Joined: Feb 14th, 2005
Re: Width feature in Freeform Report
Reply #6 - Apr 19th, 2006 at 1:51pm
Print Post Print Post  
Bob:

A little too deep for me.  I can live with what I have until the next release.

I will keep this as a reference though.

Thanks,

Louis
  

Louis Galvao
Back to top
 
IP Logged
 
Ray the Reaper
Global Moderator
Members
Lantica Support
*****
Offline


The One & The Only

Posts: 2482
Joined: Aug 20th, 2003
Re: Width feature in Freeform Report
Reply #7 - Apr 19th, 2006 at 7:44pm
Print Post Print Post  
Quote:
So does that mean we will be able to line up the data vertically on a freeform report in version 2.0 ?


Yes that is what that means.

-Ray
  

Raymond Yoxall Consulting
ray.yoxall@gmail.com
ryoxall@lantica.com
Sesame Applications, Design and Support
Back to top
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: Width feature in Freeform Report
Reply #8 - Apr 19th, 2006 at 7:55pm
Print Post Print Post  
Louis,

I feel like this has been asked before, but why not use multiple views - a freeform view (for that data that is not in columns) and a table view (for that data that is in columns)?
  

Mark Lasersohn&&Programmer&&Lantica Software, LLC
Back to top
IP Logged