rbuser
Comments
-
I added a label (text = 'TTT') after each of my items in the details section
100 TTT
200 TTT
300 TTT
and then in the reports OnSaveText event (in rap), i added the following
if (Pos('TTT', Text) > 0 then
… -
Sorry it took me so long to get back to this, other things became priority
on our agenda.
Anyway, yes, you mentioned it before, however, i also mentioned - I have to
be able to do this from RAP (in the designer).
We… -
Have you tried this?
I have tried your code and a large number of variations of it.
Nothing seems to work. Nothing is consistent.
using the OnGetText event
somtimes tacking to the front of one and or maybe… -
I need to do this within the design, using RAP. Is it possible? If so, which
event is the most appropriate place?
I tried and keep getting all the same issues i had early on.
SHane
-
ahhhhhh, disregard my last
I was sending #10#13 instead of #13#10
Shane
-
Thanks - and i understand everything you have suggested, howeever, no matter
what i do, my file shows the CRLFs as little squares in my file.
100[][]200[][]300[]
100[][]200[][]300[]
100[][]200[][]300[]
I have us… -
I have tried both ways. Neither seem to work.
You can't use #10#13, cause then it wont compile.
so i tried
Text := Chr(10) + Chr(13);
and that doesn't work either.
I have tried 100 different for… -
One other comment....
I tried using the Report Emulation Text File.....however, the justification
on everything is way out of wack.
What am i doin wrong?
Thanks
Shane
-
"Frank Beerens" wrote in message
-
Hello Paul
not this is not the case ?
Frank
-
"Frank Beerens" wrote in message
-
Hi Nico
i do not have any problem to get the correct data in the report. But
sometimes the calculation which is done in the ongetfieldvalue event i want
to debug. Although breakpoints are set the code does not stop there.
I forget to mention one thing. The jit pipeline are another form than the
report.
the quickest way to resolve this would be to send a demo reproducing the
issue to support@digital-metaphors.com
Ed Dressel
Team DM
Thank you for your reply Nico,
I'd already done that, without it I got a 'Cannot generate report'
message.
The problem arose when I was building and running the application on
an NT4 sp6 workstation. Today…Bill wrote:
set the pen.style of your region to psClear
hth
Arno
--
you can't do this with a title band. I would use sub reports to create it.
Ed Dressel
Team DM
Can I not program an event handler without RAP?
It's the only machine. It happens with any report (including 1/2 page
minimal reports) that goes beyond the initial display to the right where
additional columns would normally be.
No errors are displayed, it's just blank.
Hi Nico,
I use the AutoSearch feature to set parameters for my SQL statement in the
report,
because parameterized queries are not supported in Report Builder.
Here is one of my OnGetAutoSearchValues method:
Hi Nico,
yes, I want to print to an archive (blobfield).
Lars Hirthe
Hi Nico,
I understand it.
But the problem is, that I don't want to show the AutoSearchDialog.
But I have to do it, otherwise, the PrintToDevices doesn't call the
OnGetAutoSearchValues event.
So, how can I …Nico Cizik (Digital Metaphors) wrote:
Thank you. Email was sent.
I don't know if this will solve your problem, but we ran into the same
issues. What fixed the problem was upgrading to Report Builder 10.08 and
removing the following line from our code:
SQL.EditSQLAsText := true;
> It is currently on our todo list for the next major release to enhance
DADE
O yes :-) !!. Do you accept pre-orders? (or beta testers)
Regards,
Jeroen R?ttink
Hi Nico,
Thanks for the info. We have run into an issue using the SQLBuilder with
many of our reports.
We have numerous reports that contain sophisticated queries that of which
cannot be designed using the query wi…This is a multi-part message in MIME format.
Many thanks
I noticed that the views show up during run time, but not when I double
click a report in the IDE.