rbuser
Comments
-
"Nard Moseley \(Digital Metaphors\)"
-
I just updated to RB 10.06 is here a better solution for setting the
designer in a readonly state ?
regards
andreas
-
"Nard Moseley \(Digital Metaphors\)"
-
"Nico Cizik \(Digital Metaphors\)" wrote
-
"Nico Cizik \(Digital Metaphors\)" wrote
-
Thanks. I would really like to see DBImage.Autosize available in a future
release.
-
Thanks. That worked great.
Is there a way to have the DBImage component autosize?
-
Thanks for the info, but I can't seem to get jpegs to display. The Image
GraphicType only allows for BMP, Icon, and Metafile. Is there something that
I am missing?
-
Ok.... I already made the End User Solution example with FIBPuls and all
seems to be ok, but
When I try to make a "New" Data View in then "Data" tab sheet the form of
the "New items" appears empty
it don't show the "Query Wizard"… -
Nard, I checked RBuilder\Demos\EndUser Databases\Interbase there is no
FIBPlus example,
It only contain the following folders:
1. BDE
2. IB Express
3. IB Objects
where can I find it?
Thanks.
… -
I stepped though the code and it is executing and setting it to false, but
the print to file is still shown. I recently upgraded from D5 RB 603 to D7
RB 704.
I have a custom report explorer. I started with the RB 603 version and… -
So can I just manually change the sql in SQLText? There is a Text property
that contains the entire sql string and also a Strings property that looks
like an array of the lines of sql. What's the best way to change it? Just
alter t… -
Duh, never mind. They were not using the dbbarcode component.
Kevin
-
Nico Cizik (Digital Metaphors) wrote:
THX!
I kjnew that before, but for what operations do they serve for? Who is
using them and when!?
THX!
-
-
Hello,
"Nard Moseley (Digital Metaphors)" wrote :
graphic
Picture.Width,
but if end-user has placed some TPicture, i do not have right to resize itin how to picture size + some other Q Comment by rbuser August 2004
-
Nard Moseley (Digital Metaphors) wrote:
THX ... but refresh is not available under separate component (outside
EUR form)...
;-)
-
Benjamin Vadas wrote:
Hi!
Forgot to say....
I have found a solution in MyEUR form like:
ppReportExplorer1.ItemPipeline.Edit;
ppReportExplorer1.ItemPipeline.Post;
Refresh;
but is the… -
Please see additional questions below...
-
Mr. Moseley,
I have studied the examples, and completed tutorials, and the examples are
good, but often limited. The order summary example has two tables linked
together which seems too make it easier to creaste sub-reports.
Nard,
Thanks for the information.
Please get me started in the right direction here. In my main repor I have a
group (Clerk) and I am printing each clerk on a separate page, however, when
I try to add the Job1 stuff under e…OK one more question.
The example essentially calls PrintToDevices once for every copy. I
already have a custom TppPrintDialog that surfaces the duplex property
but the actual PrintToDevices calls come from within TppProducer I…Thanks Nico I will give it a go.
What does TppPrinterSetup.DelegateCopies do - and would it help here?
Thanks,
Nard Moseley (Digital Metaphors) wrote:
This database has only empty tables!
I cannot convert for now, but I will make some effort to make it!
If I save report then folder is not saved!!
But tthis is long story!…
... with acctual data of course!
;-)
On Wed, 25 Aug 2004 12:23:34 +0200, Benjamin Vadas
Nard,
Yes. I'm using the second build of 7.04.
It's random so I'm unable to reproduce it at will. I was just hoping that
this was a known issue or that someone would have a clue as to where to look
for t…Thank You!!!
The designer was set to SQL1 instead of SQL2.
I have a single dataset that is not linked to any other tables and includes
two tables joined together. I need to left outer join these two tables and
return a result set with every record in the main table that DOES NOT have a
corre…So why is the type of join even an option?
Hi Nard,
Yes you have the drift. TypeNbr 1 would represent all the values which can
be used in Category1 field, and TypeNbr 2 would represent all the fields
that can be used in Cateory2. In essense, I want to list all the code…