rbuser
Comments
-
Hi,
that's a way. Thanks.
You talk about "line breaking". That's may be my problem. I don't add any
line breaking after adding a line or a memo (each are coming from db field)
but may be there is a default one. Can I deal… -
Hum hum ... a bit complicated to add a string at the end of a line no ?
I have a "before print" event.
Then I build a ppMemo (used in the report) to display the address.
Everything is going well ... (I add a string, a memo, and an oth… -
use a TppJITPipeline and create your own string field. Populate a
TStringList with the appropriate values and use the OnGetValue event.
Ed Dressel
Team DM
-
If you are doing the data access outside of ReportBuilder then you need to
create the user interface for it.
If you are doing it inside RB via DADE, then you set it up there.
--
Ed Dressel
Team DM
-
Thanks Ed Dressel for your help...
Well, I'm acessing my data through ADO components to a SQL 2000 Server.
I have seen such a example with Fast Report, where you select ID's in a list
box and
generate reports based o… -
> But I would like to know if this is possible to do with Report Builder.
sure it's possible but the implementation depends upon how you are accessing
the data.
Ed Dressel
Team DM
-
Do you mean... Make an SELECT statement with WHERE ? OR? OR ? OR based on
each ID?
I will try that...
But I would like to know if this is possible to do with Report Builder.
-
pretty simple to do with DADE or not. How are you accessing your data? Did
you have a specific question?
Ed Dressel
Team DM
-
Thank you Nard.
It works!
-
Can anybody clear this out a bit more?
Is there currently no support for BDS 2006?
At least the VCL should be supported in Delphi 2006?
Stephan
-
Nard Moseley (Digital Metaphors) wrote:
did I miss anything?....
100 % managed code base that can run as native Win32 or .NET ?
Any new features available? .... V10 teaser?... release date?
TIA
ralf
-
You have to do it to the source, RB doesn't store the data. Are you using
DADE to access the data? If so, yes it is possible but it's been a long time
since I played with the data object.
Ed Dressel
Team DM
-
Fantastic!!!! Thanks?
-
drop a regiion on the report and put the label on the region and set the
ShiftReliave property of the 2nd memo and the region according to your
needs.
Ed Dressel
Team DM
-
Hi Nico,
Thanks for your help
Your tip is close! I have an label between both memos, like that:
memo 1
label about memo 2
memo 2
when I set ShiftRelativeTo, the text shift to t… -
Yes, the first 2 levels generated by the default outline builder are good,
so i only selected these levels in the outlines to be generated.
But i also selected the Create Page Nodes, in order to be able to test on
each page what sun… -
Hi Nico, thanks for your reply.
To get things a little bit clear I have to say that I didn't mean "Code
Based Reports".
This is my scenario for your knowledge.
I have 1 (one) component of type "ppReport" and a… -
Hi Nico,
Pre-Process is not an option for me.
Is there a way I can use Pass1 to determine the number of records in the
middle group and then use Pass2 to set visible to true/false based on the
results from Pass1 ?You can use counts or if this is not enough RAP code.
Though does exact depend what you mean by custom number ?
--- posted by geoForum on http://delphi.newswhat.co…Dear Nard;
Can you explain me how can I initialize an increment couinter??
Thanks
is there any example in your tutorials about this? Can you explain it
alittle bit..
Thanks Nard.
sorry for username..
its not possible to use autoincrement field for me.. I want to use different
custom number everytime.. So Thats why I ask..
I just create a No field in different table. How can i show it in the report
for example:
I…Add "DesignIde.dcp" to dcl* packages in requires clause
But for what do I buy the source code if I cannot compile it?
Nard Moseley (Digital Metaphors) schrieb:
No, it isn't that. EVERY time you open the report and close without changing
and even save, it will ask 'save changes' over and over again the next time.
Something is messed up. My collegue's comp doesn't show the same behavior,
bside…Hi Nico,
Its happening at design time. It's for both, reports with 'SaveAsTemplate'
False/True have the same behavior
New project with newly dropped report
-New application
-Drop report component <------ (Sav…Dialog form 'Save changes' sideeffect...
-When i open a form containing a report, open/close the containning report
without changing anything and close the form the
Dialog form 'Save changes' pops up. I tried saving but the same behav…Fixed. Left/top designerform coordinates in C:\WINNT\RBuilder.ini where
messed up
[Designer Position]
WindowState=0
Left=-32000
Top=-32000