473,788 Members | 2,719 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Crystal Reports "Can Grow" property

Hi, I know this is not a Crystal Reports group, but news.cogniza.co m
recieves like one question per week.

Does anyone know how to push fields following a textbox when it grows with
the "Can Grow" property set?

I have, for example, two fields, and I want the second one to start when the
first one ends so they don't overlap.

Please help,
Gustavo De la Espriella
www.espriella.com

Nov 20 '05 #1
2 10888
Hi Gustavo,

I don't think you can do that with field/column values. Here's what I do to
solve this:

I create a formula and place the formula on the report in place of the 2
fields:

trim({tblWorkPl ace.CityST}) & " " & trim({tblWorkPl ace.Zip})

HTH,

Bernie Yaeger
"Gustavo De la Espriella" <qq@qqq.qq.qq > wrote in message
news:Os******** ******@tk2msftn gp13.phx.gbl...
Hi, I know this is not a Crystal Reports group, but news.cogniza.co m
recieves like one question per week.

Does anyone know how to push fields following a textbox when it grows with
the "Can Grow" property set?

I have, for example, two fields, and I want the second one to start when the first one ends so they don't overlap.

Please help,
Gustavo De la Espriella
www.espriella.com

Nov 20 '05 #2
That should do the trick. Thanks

"Bernie Yaeger" <be*****@cherwe llinc.com> escribió en el mensaje
news:u$******** ******@TK2MSFTN GP10.phx.gbl...
Hi Gustavo,

I don't think you can do that with field/column values. Here's what I do to solve this:

I create a formula and place the formula on the report in place of the 2
fields:

trim({tblWorkPl ace.CityST}) & " " & trim({tblWorkPl ace.Zip})

HTH,

Bernie Yaeger
"Gustavo De la Espriella" <qq@qqq.qq.qq > wrote in message
news:Os******** ******@tk2msftn gp13.phx.gbl...
Hi, I know this is not a Crystal Reports group, but news.cogniza.co m
recieves like one question per week.

Does anyone know how to push fields following a textbox when it grows with the "Can Grow" property set?

I have, for example, two fields, and I want the second one to start when

the
first one ends so they don't overlap.

Please help,
Gustavo De la Espriella
www.espriella.com


Nov 20 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
3435
by: Askari | last post by:
Yesterday, ALL code in python work and nothing when I close(finish) a code. Today, when I close, some raise this windows error : Instruction at "0x00FC3D70" use memory address "0x00000000". Can't be "read". Click on "OK" to exit program. Why this error, today and not before today?
2
8687
by: Robin Tucker | last post by:
I have some code that dynamically creates a database (name is @FullName) and then creates a table within that database. Is it possible to wrap these things into a transaction such that if any one of the following fails, the database "creation" is rolledback. Otherwise, I would try deleting on error detection, but it could get messy. IF @Error = 0 BEGIN SET @ExecString = 'CREATE DATABASE ' + @FullName EXEC sp_executesql @ExecString
119
4638
by: rhat | last post by:
I heard that beta 2 now makes ASP.NET xhtml compliant. Can anyone shed some light on what this will change and it will break stuff as converting HTML to XHTML pages DO break things. see, http://www.alistapart.com/articles/betterliving/ I read on http://msdn.microsoft.com/netframework/default.aspx?pull=/library/en-us/dnnetdep/html/netfxcompat.asp It said they changed stuff like this
2
7558
by: John Baker | last post by:
Hi: I have a report that contains a remarks field which is a "memo" format field. I have that field on a single line in the report, and have it given a property of "Can Shrink", in the hope that he line will vanish when there is no data entered in the memo field. Its not shrinking! There is nothing else on the line, and no field name or anything else. I have tried shrinking it to a single small line and saying "Can Grow", but its growing...
11
19613
by: Robert Lacoste | last post by:
Dear Access gurus, I was using since years Access 97, now under XP SP2, without any problem. However I've just reformatted my HD (viruses...), reinstalled XP SP2, and then I am no longer able to install Access 97 : When executing the install, I got successively two error messages (sorry, it's probable not exactly the same text than in the english version of access as I've just translated what my french access says) :
1
2006
by: welles.lo | last post by:
Hi all, I found that the default "can grow" in Crystal Reports 10 is different from the one in Crystal Report 9. In version 9, when "can grow" is disable, the words in the field are chopped off and doesn't not warp around to the next line. In version 10, when "can grow" is disable ,the text would overlap the field next to it if the text is too long, to make it field behave the
7
5238
by: zheetee | last post by:
<script type="text/vbscript"> sub setTextBoxValue(a1,a2) thedelete.deleteTextBox.value = a1 end sub </script> <td> <a href="#" onclick="setTextBoxValue('<%#Container.DataItem("SerialNumber")%>','<%#Container.DataItem("EquipmentCategory")%>')">
3
1820
by: apartain | last post by:
I have been asked to set a database up so that the users can choose which fields they want to include in reports. Is this possible? Keep in mind the end-users know nothing about Access and would need it all very automated. The only thoughts I have on the issue would be to create a form with all of the possible fields and a check-box for the user to select the fields. Then I would set the value of the Visible property for the fields in the...
2
3844
by: Seanw | last post by:
i created a report in access. the output look like spreedsheet(every field has solid border) there is one colunm have some fields have very long content. so i set all colunms to "can grow" but in printing preview. there is the only the field with long contents grows. other fields in the same rows are still short than that one. which looks awful. can I make all the fields in that row the same height as that one? thanks
0
9656
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10373
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10177
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10118
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9969
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7519
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6750
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4074
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2897
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.