rbuser
Comments
-
Thanks Paul, that worked like a charm. I hadn't thought to look at the Copy
command.
Steve
-
"Steve Latta" wrote in message news:4ba3e389@mail....
If you mean in RAP code, you can use Copy
Copy('Empty', 1, 3) would give you Emp
Copy('Empty', 3, 3) would give you pty
Copy('Empty', 2, 3) would give you mpt
Thanks,
Bob
Thank you Nico
I am so excited about upgrading all of my software. It should go very
smoothly.
Neil Huhta
thanks, it works !!
> D2006 and RB11.07. added a small report to an app (and some
I'm thinking something else must be going on--I compiled at test app with RB
11.06 and then upgraded to 11.08. The ending file size was consistently ~
2.5 megs.<…nevermind
got it working
ok i found the report property of the subreport
so now i can iterate recursive and i get a hold of the wanted component
next step is to remove the component from the report, simply freeing the
instance does not do the trick...id…Dmitry Stukov wrote:
Add a PageStyle band to your report, and put the border on that
hth
Arno
+1 from me,
Also, could you save the dfm's as text? Now i have to remeber to first
convert them all before checking them in.
Regards,
Max Paay
Quadrant Software bv.
The Netherlands.
OK. Thanks.
The link does not work. The wiki is down?
Thank You. It works.
Is it the default procedure to handle pictures with JITPipeline?
On 30/03/2010 11:12 PM, Nico Cizik (Digital Metaphors) wrote:
I have worked through all the tutorials and explored all the demos.
The specific problem I have is that the Delphi demo makes reference to
"Report.Engine.Print…"Nico Cizik (Digital Metaphors)" wrote in
Nard:
Isn't youe enterprise product priced on a per server basis ??? That would
become cost prohibitive to us. We are a low cost providor. Am I correct
about your pricing ???
We would have a different database…We tried that but now the RAF file does not contain any image at all.
I think there's more to this.
Is there is a RB sample that demostrates TppImage usage?
Thanks for the response. That makes sense.
However, we just did a quick test. We are assigning a TJpegImage to a
TppImage like this:
CurTppImage.Picture.Graphic.Assign(TJPEGImage(JpgList[j]));
Then when we …Hi Nico,
We are using Delphi 7, RB 11.06.
I am not sure I have explained correctly. It is not that the DataPipeline
property of the control (ppDBText or other) is changed. It is that, when I
select the control, and…Hi Nico
Thanks for the response. The sample you provided is/can be used when you
"know" how many TppReport components on a form. But are there multiple
Pipelines on the Form - one for each TppReport Component - or are they usi…Is there another way? Setting the Report itself instead of the Printer?
Hey Nico, I am using utMillimeters, will the passed in variable width work?
On 6/04/2010 5:59 AM, Nard Moseley (Digital Metaphors) wrote:
Hi Nard
There still seems to be an issue with mailmerge. It actually works if
the fields are inserted with just <> around them, but with
it doesn't. You…Hi Nard
I have upgraded to v11.08 and all is well, the issue is resolved as I had
hoped.
Many thanks
Jason.
Hi Nard
I am experiencing a similar issue and saw that this might be resolved in
11.08.
We have many users currently using RB 11.06 (with packages), is there a
patch for 11.06? Or could you provide us with the lines…Nevermind. I remembered there was a patch file and looked to see if I used
it. I though I had, but I didn't. Used the patch file, and all is good.
Nico Cizik (Digital Metaphors) ha detto questo giovedì :
OMG...I didn't totally understand what helps says!
Many thanks
Just another thing: it fails also using runtime assigned events.
procedure TForm1.Button1Click(Sender: TObject);
begin
ppDesigner1.OnCustomOpenDoc := MY_Designer1CustomOpenDoc;
ppDesigner1.ShowModal;
end;
proc…Morde scriveva il 08/04/2010 :
I forgot to indicate my RB version:
I'm using D7 with RB 9.03 ent. ed.
Thankyou
--
Morde
Hello Nard,
Looking further in the code of TdaField, i see the comments mention the following:
{@TdaField.Alias
Defaults to the v…Hello Nard,
Sorry, but i don't have the time to create a a project reproducing this.
It looks like in standard situations this works, but running Sync in my situation
makes the Fieldaliases disappear. I've solved it by patchin…