Alpha Software Mobile Development Tools:   Alpha Anywhere    |   Alpha TransForm subscribe to our YouTube Channel  Follow Us on LinkedIn  Follow Us on Twitter  Follow Us on Facebook

Announcement

Collapse

The Alpha Software Forum Participation Guidelines

The Alpha Software Forum is a free forum created for Alpha Software Developer Community to ask for help, exchange ideas, and share solutions. Alpha Software strives to create an environment where all members of the community can feel safe to participate. In order to ensure the Alpha Software Forum is a place where all feel welcome, forum participants are expected to behave as follows:
  • Be professional in your conduct
  • Be kind to others
  • Be constructive when giving feedback
  • Be open to new ideas and suggestions
  • Stay on topic


Be sure all comments and threads you post are respectful. Posts that contain any of the following content will be considered a violation of your agreement as a member of the Alpha Software Forum Community and will be moderated:
  • Spam.
  • Vulgar language.
  • Quotes from private conversations without permission, including pricing and other sales related discussions.
  • Personal attacks, insults, or subtle put-downs.
  • Harassment, bullying, threatening, mocking, shaming, or deriding anyone.
  • Sexist, racist, homophobic, transphobic, ableist, or otherwise discriminatory jokes and language.
  • Sexually explicit or violent material, links, or language.
  • Pirated, hacked, or copyright-infringing material.
  • Encouraging of others to engage in the above behaviors.


If a thread or post is found to contain any of the content outlined above, a moderator may choose to take one of the following actions:
  • Remove the Post or Thread - the content is removed from the forum.
  • Place the User in Moderation - all posts and new threads must be approved by a moderator before they are posted.
  • Temporarily Ban the User - user is banned from forum for a period of time.
  • Permanently Ban the User - user is permanently banned from the forum.


Moderators may also rename posts and threads if they are too generic or do not property reflect the content.

Moderators may move threads if they have been posted in the incorrect forum.

Threads/Posts questioning specific moderator decisions or actions (such as "why was a user banned?") are not allowed and will be removed.

The owners of Alpha Software Corporation (Forum Owner) reserve the right to remove, edit, move, or close any thread for any reason; or ban any forum member without notice, reason, or explanation.

Community members are encouraged to click the "Report Post" icon in the lower left of a given post if they feel the post is in violation of the rules. This will alert the Moderators to take a look.

Alpha Software Corporation may amend the guidelines from time to time and may also vary the procedures it sets out where appropriate in a particular case. Your agreement to comply with the guidelines will be deemed agreement to any changes to it.



Bonus TIPS for Successful Posting

Try a Search First
It is highly recommended that a Search be done on your topic before posting, as many questions have been answered in prior posts. As with any search engine, the shorter the search term, the more "hits" will be returned, but the more specific the search term is, the greater the relevance of those "hits". Searching for "table" might well return every message on the board while "tablesum" would greatly restrict the number of messages returned.

When you do post
First, make sure you are posting your question in the correct forum. For example, if you post an issue regarding Desktop applications on the Mobile & Browser Applications board , not only will your question not be seen by the appropriate audience, it may also be removed or relocated.

The more detail you provide about your problem or question, the more likely someone is to understand your request and be able to help. A sample database with a minimum of records (and its support files, zipped together) will make it much easier to diagnose issues with your application. Screen shots of error messages are especially helpful.

When explaining how to reproduce your problem, please be as detailed as possible. Describe every step, click-by-click and keypress-by-keypress. Otherwise when others try to duplicate your problem, they may do something slightly different and end up with different results.

A note about attachments
You may only attach one file to each message. Attachment file size is limited to 2MB. If you need to include several files, you may do so by zipping them into a single archive.

If you forgot to attach your files to your post, please do NOT create a new thread. Instead, reply to your original message and attach the file there.

When attaching screen shots, it is best to attach an image file (.BMP, .JPG, .GIF, .PNG, etc.) or a zip file of several images, as opposed to a Word document containing the screen shots. Because Word documents are prone to viruses, many message board users will not open your Word file, therefore limiting their ability to help you.

Similarly, if you are uploading a zipped archive, you should simply create a .ZIP file and not a self-extracting .EXE as many users will not run your EXE file.
See more
See less

Report field - "Allow Growth"

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Report field - "Allow Growth"

    Have a field in a table set as Character 200. Really would rather not use a memo field. Will only hold a few notes. Would be nice to have the hard return feature, but in reading the forum, I know this is not possible with a Character field. I have the field set to Word Wrap on the form and that works fine. Now on the report, I have it set to Allow Growth. However, it doesn't seem to work. It clips the last part of the input if there's not enough room on one line. Does the report really not allow multi-line character fields?
    Ernie

    #2
    Re: Report field - "Allow Growth"

    I have not tried yet but I think there was a thread a while back that said the latest or one of the latest patch fixed that problem.

    Do you have Display format set for 200 in properties - Format for this field?

    Comment


      #3
      Re: Report field - "Allow Growth"

      Jack,
      Thanks for getting back to me. I didn't see that thread, but I do have the latest patch. I do have the format set to 200 with word wrap, now, in the report. The only way it will show it is if I expand the field down in order to include more that one row. I would think that is what the "Allow Growth" is for.
      Ernie

      Comment


        #4
        Re: Report field - "Allow Growth"

        Ernie

        I have an report which prints an estimate for a customer - the body of which prints the various line items that were entered into the estimate. To get around the problem of allow growth - instead of entering the description field (C 255) directly, I first created an RTF field and placed the description on that. In the RTF properties I check allow growth and allow shrink. It works just fine.

        Maybe that will help you.

        Tom Baker

        Comment


          #5
          Re: Report field - "Allow Growth"

          Perfect, Tom. I had read something to that affect in another post, but couldn't figure out how to assign my field to the rtf control. After reading your post about 10 times, I figured out you meant "place the desciption on the rtf" literally. Never would have thought about that.
          Thanks a bunch.
          Ernie

          Comment


            #6
            Re: Report field - "Allow Growth"

            Ernie

            After read the post for Jack DeBoer I also remembered something about the allow growth being fixed in the latest patch

            So I created a small report based on an items table (just junk in there is was using to test another problem).

            I first added a large field to my test db Character 250. Then filled that with junk plus at the end I entered "this is the end" so I would know that the whole thing was there.

            I created a report with that large field in the body (no RTF field this time) In the properties for large field I checked allow for growth and in format I check wordwrap. Also in format I left the width at 250.

            I then ran the report and the large field did grow.

            The patch is 1980-3163 which is the current patch.

            I have attached my zip.

            There is only one report.

            Tom

            Comment


              #7
              Re: Report field - "Allow Growth"

              I just tested zip and works as it should.

              Comment


                #8
                Re: Report field - "Allow Growth"

                Tom,
                Well, your app works fine for me too. Did some testing with mine and looking at your setup compared to mine. The only difference is yours is a 250 char field while mine is 200, which shouldn't make any difference. Tested with the width of the field in my report. The max width I could use in Dimension tab was 3.3847. Any thing above this it wouldn't wrap or grow. For yours it didn't make any difference. So for now will stick with the rtf control since I'm limited vertically. Thanks for all the help.
                Ernie

                Comment


                  #9
                  Re: Report field - "Allow Growth"

                  With new update try deleting field and create new one. See if that works.

                  Option 2, Create new report, copy all fields except one needing to expand. Make new one for that field.

                  Comment

                  Working...
                  X