rbuser
Comments
-
On 5-Jun-2003, "Jim Bennett \(Digital Metaphors\)"
-
i am searchin for nativ HTML, with an TRichwrapper i had lots of conversion
losts.
i am wondering that there is no control for HTML, because its a world
standard. Did you see any chance to integrate MSHTML from microsoft. its an
… -
I need the function which is the same as the "add page" in the "fast
report " .
I could design the report in the second and third and other pages , then i
preview, i will see the report which i designed!
I've tried your way!I need the result, Could you give me the result?
Thanks!
Problem solved.
It was a BDE setting. Blob size and Cache size.!!
Hi again,
the error im getting is a Stream read error which is happening inside the
Load from database method.
the template was created using RB5. Would this have any effect?
Thanks agian
STuart.
Hi, Nard
Is the problem relate to the pen style and brush style, or fill style?
William
Thanks. It seems like, however, that (pppcDesigning in DesignState) is never
true in the OnCreate event. Any suggestion which event I should rather use
to initialize my custom components in the designer?
As I mentioned I need my…oh nooo...
i need to find a solution.. i will try :-p thanks
i've tried a lot of solution but it can't work...
what is wrong? there are 2 alternative:
1) fsql.SelectTable(i-1,indexjoin); //i've never understood how it
work. How i can add select table with correct join?
…i think the problem is
fsql.SelectTable(i-1,memjoin.RecNo-1);
it didn't identify the correct join. ..
"Tefnut" ha scritto nel messaggio
news:3fcb6ea5$1@dm500....
"LegalProv")
complete
it
for
Ok, i will try to explain again
I fill Tables with:
- CUSTOMERS
- PROVINCE
(customers referencing province 2 times! at field "RagProv" and "LegalProv")
I fill Fields with all tables field
I fill Joins …ops, i've posted another question .... sorry...
anyway: with allowmanualjoin at true i can make all i want
with allowmanualjoin at false the table is grayed after the first
selection!... i think there is an error in my join def…ok, but can i write my own code to perform manual join?
not so easy:
i want to create automatically the entire structure of selected table, so i
do this:
1)fill all 3 dataset (tables, fields, joins)
2)select the primary table (all other tables are related to that)
3) …Hi Nard,
thanks once again for your help. Your solution works great!
regards
Stuart
thanks Nard, thats exactly what i was after.
Now for my next question. Is it possible to allow free text entry into
either a memo or Richedit?
i realize this is a big ask, but worth asking.
thanks again for any assistance y…Hi Nard,
Thanks for the tip. It gave me the right direction.
I already recompiled the package an copied the file, that did not solve the
problem. I found som tee* files in my windows\system directory instead of
window…A follow-up question.
Is it then possible to access the toolbars at runtime from the form that has
the RB designer component and/or inside custom component code?
Thanks
Steffen
Thanks
We have ended up using a combination of the two: the global one for
accessing the data in the stylesheets, and the one on the report for storing
what stylesheet is active on the report. We are not going to store the
…Thanks!!
I needed to find ValueCount property!!
Mois?s Romero
mromero@delsys.net
This is a multi-part message in MIME format.
Hi Nico.
For new report developer in designer/runtime(end user) time this work ?
Why today i developer the basic report and sabe in component TppReport,
when end user modify the basic report and save i verify if exist one repor…OK, that was a little too abstract.
What I want to do is to hide the datapipeline property from a SubReport
decendant.
Redeclaring it in the public section does not seem to change anything.
/Steffen
This is a multi-part message in MIME format.
Nard Moseley (Digital Metaphors) wrote:
Thanks for your help.
best regards
Dirk Stein
Hi,
I delete the destructor Destroy and add Loaded override (I copy the exact
code as yours). The access violation still comes up. I put a break point in
Loaded. It stops when I switch from Preview to Design. But the ChildCoun…Sure, here you go
//BEGIN OF COMPONENT------------------------------------------------------
unit rrRbFooter;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
…Hi,
That works. Except one thing- I switch to Preview, then back to Design,
then back to Preivew again. Here I get a Access Violation error at
SaveReportState in procedure SetPreviewPageActive in ppDsgner.pas.
…
Managed to get it working.
Thanks.