rbuser
Comments
-
Hello Russell,
Thank you for trying out our product.
There's one property in particular (in our PDF device) that affects image
export quality. That is ImageDPI. Have you tried increasing it to something
like 200?
Everything is placed on the same form as the report, except the Connection
component. My application works exactely as your demo shows. And it works
great when I havent' got too many details for a particular Master record.
When …Thank you for answering.
This is really strange. Datapipelines are connected properly.
The matter is: i have all my report components enclosed in dlls. When i need
to
print something i load the corresponding dll, wich will …I have tried it from a standard form and all is ok. In my application I am
calling the designer from a modal form which is set to stayontop. When I
call file..saveas in this instance it brings the modal form back to the
front and plac…Version 6.03 has the same issues. Any other ideas??
In article <8EAE82296ACCD311A039005004E0CAC0065429@DMSERVER>, Jim Bennett
Thank you very much to both of you for your help!!!
Both methods work fine, but I prefer doing it with a TppJITPipeline. I find
it cleaner then with AutoSearch.
By the way, I love your product!!! It's so much flexible!!!Thanks allot for the info!!
I was able to do what I wanted but is it good practice to pass non
data-filtering parameters via AutoSearch? I do not get any errors saying
that the criteria doesn't match any data. Will it cause me a…Thanks for the suggestion but it doesn't work for me. What I am trying
do is print a blank form for the user to use to gather data while they
are away from the computer. My detail band is one per page. What would
be nice is a compon…Hello, Jim:
Thank you very much!
I follow the idea last time you gave to me about "Use the SystemVariable's
CreateDrawCommand event to store a handle to the page no, and then update it at
the end of the page..." The probl…Hello, Jim:
Thanks for reply!
I have a record with Memo Field in my subreport. when the message in the
Memo Field more then a page, it will overflow to next page. I need put page
number on the overflow page.
How can I change TppSystemVariable value? For example, system give out
vtPageNo value: 1, 2, 3, 4, 5. How can I change it as 1, 2, 1, 2, 3?
regards,
Meixi
Or pen.Style = psClear
I have more details for you. See my other message later this day.
Hope you can help me because now I'm in trouble.
Leon
Jim,
Kevin suggested the problem is within OPUS and not RB603.
I would like to ask you again to look into the example and see that it's not
running ok, because all prevous versions of RB from version 4 worked
allright toget…Jim,
Now you received an example program including databasefile and
databasedrivers.
The only thing you need is DAO-drivers (office95 or office97).
I tried to emulate the problem using a paradox database but it seems …Jim,
Sent you an example around 3-2-2002. I did'nt receive a reply from you so Im
not sure received it correctly ?
Leon
Thanks for pointing out Kevin Ugan's component - I just got it this morning
and it works very nicely. Good work Kevin!
We had a request from a user of PsRBExportDevices where they wanted exactly
this - save multiple RAF files to a single PDF file.
We tried out Kevin Ugan's component to merge the RAF files (check
message -New Component to Combine…I am doing something very similar. I also wanted to see the image in
preview, but not send it to the printer. My image is stretched to fill the
pageStyle of the report. Here is how I did it:
In the BeforePrint event: (variable n…JIT Pipeline works great, thank you. New problem: I would like the labels to
have the barcode stretch all the way across them (labels are 1x2 5/8) but
when I size the Barcode component, it does not stretch beyond its size. when
i prin…"Amanda Sandifer" wrote in message
Could you put these components into a region, and then set the regions'
KeepTogether property to True?
In a future version coul it be posible to have TClientDataset support going back
through the dataset connected to the provider?
ClientDataSet -> Provider -> DataSet?
In that way you can go to the origin of the data.
thanks<…> It should be about 500K. I see that the ppReport (RB Standard basically)
is
this.
Will you get an opportunity to do this in the near future ?
Thanks,
Terry.
Sounds good, but that is what you said last time (aka borcon) :-)
Anyway, even though I had a workaround for that, I now have a similar
problem. I want to print another report (rbChild subsection) in the
summary band right b…Thanks Nico
I know RB doesn't have the built-in capability, that's why I'm asking you
how to make this possible?
Supose I create on runtime an empty datamodule, if I can create just one
view into it and load the SQL…Hello
I use the TdaQueryDesigner sample in order to save the SQL result in my
DataBase, this is to make the user construct his own queries.
-----------------------------------
if FMemoryStream.Size > 0 then …"Jim Bennett \(Digital Metaphors\)" wrote