Home rbuser Comments
New Blog Posts: Merging Reports - Part 1 and Part 2

rbuser

About

Username
rbuser
Joined
Visits
1
Last Active
Roles
Member

Comments

  • I also experienced the same thing with RB 10.0 and Delphi 7. Haven't
    installed 10.01 yet.
    Van Swofford
  • PS: I am using Delphi 7.

    Thanks,
    Bob

  • Man,

    Either right-click on the object and choose the display format or, to set
    the format at run-time, format it in the appropriate event (e.g.,
    SystemVariable1.DisplayFormat := 'dddd, mmmm d, yyyy';)


    --
  • Hi Nico,


    Yup, that was the problem. Uninstalling and reinstalling RB1001 fixed the
    problem.

    Thanks & Regards

    Adam.
  • Nico,

    I have not yet had time to try out v10, but in v9.03, the undo does have a
    problem when the undo is a move of several objects.

    If I start moving the objects via and then attempt to undo
    the moves, the objects…
  • OK, I got it figured out!

    I don't know if this is any big deal for anyone else but...

    If you load a report into the designer, then load a template (or different
    templates) into the report, when the template is saved, RB i…
  • Actually, I don't know what the app would have done with 10.0; I upgraded
    from 9.x directly to 10.01.

    As far as installation is concernced, ALL files reside in a single network
    folder. All clients run the app directly from thi…
  • The only real difference in the computers is the fact that mine is the only
    one that has the development stuff on it. All are running the same version
    of Windows XP with all updates, etc., etc. This is one reason why I
    considered t…
  • i've tryed. i think that the code is not executed.

    in D7 menu Tools->enviroment options---->Library->Library Path, i've
    only the path '$(DELPHI)\RBuilder\Source'
    i've deleted '$(DELPHI)\RBuilder\Lib'

    nothin…
  • Hi Nico and tks for your help!

    in D7 menu Tools->enviroment options---->Library->Library Path, i've
    insert the path '$(DELPHI)\RBuilder\Source' (also try
    with 'C:\Programmi\Borland\Delphi7\RBuilder\Source')
    but n…
  • Hi Nico,

    i've changed code in ppAvStd.pas:

    'Address,2160 - Mini,2.63,1,4.5,5,0.5,0,0.81,0,0,0,1,0',
    to
    'Address,2160 - Mini,1.20,1,4.5,5,0.5,0,0.81,0,0,0,1,0',

    and i've saved the file.

    now what …
  • Hi Nico,

    my question:
    { LabelType, Name,
    Width, Height, MarginTop, MarginBottom, MarginLeft, MarginRight,
    Orientation, RowSpacing, Units, Columns, ColumnPositions }

    'Address,2160 - Mini,2.63,1,4.5,5…
  • Hi Nard,

    feedback.

    Fantastic news! Thanks Nard! I'll be looking forward to this one. :-)

    Regards

    Adam.
  • Hi Nico,

    Thanks for your reply, and your help to date.

    Unforutnatly, this is not able to help me with my particular issue. I will
    try to explain clearer:

    I have a form that needs to be printed. Within that form,…
  • Thanks Nico,

    This works with a single lined component, but is it possible to find out how
    to do this with a multiple lined tppdbMemo component? (So it uses up all the
    width and height, before it starts shrinking the font)?
  • Please find a small code example that we have found to work using a simple
    button and a report on a form,

    Enjoy....



    unit Unit1;

    interface

    uses
    Windows, Messages, SysUtils, Variants…
  • I'm very glad it helped.

    I haven't been on the newsgroup recently. I just read your post and come
    back looking for this one to refer you to it. But you had already found it!
    I'm glad I shortened some one elses frustration with…
  • Hey we are about to do the same thing for our customer whos been told
    that all goods going to Proctor and Gamble MUST be encoded using UCC-EAN128
    I actually started looking at this back in May 2005, We used your example
    and now have …
  • Well at least your honest about it. :-) Thanks. I am not sure why the
    numbers are different either but the barcodes seem to work as expected. A
    bit weird, me thinks.


  • Any chance of getting an answer to my first question about why your codes
    are different to others, e.g. why #208 instead of #203?

    Thanks

    Jeff


  • Nard,

    Thanks for the update...

    I guess I'll leave the code in...
    "If it ain't broke..." :-)

    Jon

  • Thanks -- switching to the tpprichtext worked. Guess I just assummed
    that the dbrichtext would work the same as the non db guy.

    Ta

    On Fri, 10 Mar 2006 07:59:36 -0700, "Nico Cizik \(Digital Metaphors\)"
  • > Good luck rebuilding the packages!
    Paul,

    This may or may not be of assistance to you but I thought I would share my
    experiences.

    I tried to install TeeChart 7.06 Pro today into my Delphi 6 environment
    that…
  • Good luck rebuilding the packages!

    If you manage to do it please let me know!

  • Did you right click on the Dictionary component and
    select Data Dictionary Builder?

    Jon

  • Hi Nard,

  • Hello Big Jaume from Spain:

    try this

    if ( Report.SecondPass ) then
    LastPage := (Report.AbsolutePageNo = Report.AbsolutePageCount);

    "Jaime LLoret" escribi? en el mensaje
  • sorry, I'm using RB 9.02

    How can I Know what is the last page of the report. I'm using two pass

    thanks ...

  • Hi,

    Is there any date to release RB for .NET??

    --
    Weverton Gomes de Morais
    Programador
    Goi?nia/GO
  • Hi,

    But, can I change this string just in some cases?? e.g.: I need print
    'Folha' for clients living in 3 states. For all other clients I need pring
    'P?gina'.

    Thanks,

    --
    Weverton Gomes de Morais