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

Missing screen output!

edited July 2002 in General
Hi!
I have D5Sp2, with RB6.02 on Win2k Pro Sp2, on AMD XP1800+, 256 RAM, Matrox
G450 VGA.
I'm using one report for generating data live. This mean that fields and
sizes are dinamically seted regardles the number of neede fields in
underlayind query. Report and piplene and DS are on one separated Data Modul
and Query is on one user form.
I have upgraded all reports (which are load at the runtime) to RB 6.02
version. But now I cann not see any data (just on this report). I mean
report
builder has 11 blank pages and on the end counter (dbCalc count variable)
say it
has cca 340 records, but I can not see any data on the report. Report has
one detail band one header and one footer and with my code I'm filling only
detail band.
When I put "Color" property of each DBText in that detail band to yellow, I
saw
that report has 340 yelow lines with parth where my DBText is put. This mean
report can see there are records but no data can be seen like Font property
is set to "hollow". I tried topaly with color of Font property but no
result!!
I saw an warning that RB 6 has some problems in designer mode in data module
but does it has anything with my case. Once again, that report was working
with RB 5!
Please any help is welcome!
Regards,
Damir Vadas!

Comments

  • edited July 2002
    Make sure that the components on the report are still properly connected to
    the appropriate pipeline and field. It is possible that they were
    disconnected for some reason. One question I have is when you set the color
    of the components to yellow, what did you see print? Was something else
    printed rather than the text from the database?

    --
    Cheers,

    Alexander Kramnik
    Digital Metaphors

  • edited July 2002
    Please can you help me? I'm still in rtrouble..tako at least a look at
    pictures...

    "Alexander Kramnik (Digital Metaphors)" wrote
  • edited July 2002
    I'll try to help you if you answer my question from my previous post. If you
    have pictures or examples then please send them to
    support@digital-metaphors.com

    --
    Cheers,

    Alexander Kramnik
    Digital Metaphors

  • edited July 2002
    It is sent!

    "Alexander Kramnik (Digital Metaphors)" wrote
  • edited July 2002
    Hi !

    I have found my problems....
    In my previous version of my code was the following line:

    T.DataPipeLine:=(DEF_Detail as TppDetailBand).DataPipeLine;

    but eventhough DEF_Detail was assigned as previous, expression from the
    right side was nil,
    so pipeline of all of my ppDBText was nil, as you have suggest me. That was
    a nice tip after all!
    The point is that in vesion 5.0 previous expression worked but in 6.02
    doesn't!

    That's all! Hope this was interested for you!

    Damir Vadas

This discussion has been closed.