rbuser
Comments
-
Thanks for the info Jim. I have some slight confusion with ads data
dictionaries that may be causing me a problem here. I used to have the
ppDesigner datasettings point to an alias called Winida, this was a non
dictionary alias. No… -
The actual error is
Cannot connect to DefaultADSConnection
Thanks
Andy
-
Andy,
I don't think so. The report storage isn't coupled in any way with the rest of your data. You could set up to different databases for every part. But normally one uses the same database.
regards,
Chris Ueberall… -
Chris
I am just trying to use the Report explorer demo but all my tables are in
dbf format, but the rbFolder, rbItem etc. are supplied only in ADT format
and I'm guessing I can;t mix on the same form.
Andy
-
Hi Andy,
just curious, why switching from ADT down to DBF?
regards,
Chris Ueberall;
-
Hi Jim
Yes the tables are blank as I had re-create them. I'll populate them and
try again.
Andy
-
Hi
I don't think I explained it properly.
I have the aliases set up correctly for DBF/CDX but some of the fields in
the original ADT tables had field types and field names that were either
incompatible or too long so I chan… -
Thanks.
I didn't finish the first statement in my post. Everything seems geared
toward a developer. I am not a developer though. I am looking for some more
"advanced" end user instructions. Any ideas?
Thanks,
Jason Ebe… -
Hi Nico,
Thanks for your reply. Overall, I really like the Report Builder. It's
great!
pl
-
Thanks Jim. I appreciate it.
pl
-
Hi Jim,
Thank you, I appreciate the help.
Trish
-
Hi Jim,
I think I can state one of my questions more clearly:
Is it possible to use a TppDataDictionary without using a TppDesigner?
It looks like the answer is No, because the designer's
DataSettings/DataDictio… -
Thank for answer again!
I found in ppAvStd.pas the label definitions, but in my opinion some
parameters are missing.
For example take this code-defined label:
'Shipping,8164,4,3.33,8.5,11,0.5,0,0.16,0,0,0,1,2,0.16,4.3… -
Thank for your answer!
I have another question about definition of new label format:
This is the comment that I found in the source code:
{LabelType,Name,Width,Height,MarginTop,MarginBottom,MarginLeft,MarginRight,O
ri… -
Thanks Jim, for the usual rapid and helpful reply.
Roj
-
how is it possible to enhance that sample to put in the outline-feature in
the custom preview?
chris
-
-
Paul:
Thank You. With Tee 4.x and RB 6.03 I had done this previously with less
hassle.
Are we the first? I searched Tamarack (
http://www.fulltextsearch.com/… -
Walter,
Had the same problem as you today, and read your post. No replies so far.
However, I managed to solve it.
Add ppChrtUI to the uses clause.
Best Regards,
Paul Wiik
Lynx Technologies.
-
I'm using D5.
I know with D5 RB6.03 and TeeChart 4.03 I had this working....
..Any help appreciated.
Walter
-
It's OK, I Forgot "MySubReport.CreateReport(MyReport);"
Sorry and thanks.
-
> I select a component in designer with the left button (MouseDown), I move
keyboard
message
Are you using yours RB components in a TDatamodule? I yes, then to use in a
normal TForm.
--
-----------------… -
Ok, thanks, I recommande this to my end users.
-
Jim Bennett (Digital Metaphors) wrote:
Thanks
Dave
-
Jim Bennett (Digital Metaphors) wrote:
I've not been able to get this program to work. The FVendor and FParts
are cleared before they can be used and there is always an access
violation. Are there any more examples of buildi… -
Jim ,
I have a similar problem with a one-page subreport that occasionally has no
data. I would like to eliminate the printing of this page or at least print
a "No Data" message. I have tried the code suggested here but I always get a… -
Isn't this a bit of a shortcoming. if you go to the lengths of allowing
custom print preview components to be used in the designer surely there
should be some event or similar to allow the addition of handlers. It also
seems inconsist… -
Sorry for the misunderstanding, to recap.
I am using a TPPPreview Descendant in the Designer app for my print
previews. My question is
At what point and how should I assign event handlers to these new controls I
have put on… -
I tried to do that Nico but the form create was never called. I am using the
Preview form only in the designer app so does this make any difference?
--
Regards
Conrad Rowlands
Callards Technology Ltd
-
Just a little bit of help on raising events required too, At what point and
how should I assign event handlers to new controls I have put on my custom
print preview form. I am getting a lot of exceptions whilst trying to view
the page…