digitalmetaphors
Comments
-
You should be able to preview a report with two preview forms but this
hasn't been tested. Assigned will check to see if the object reference is
non nil. Does this work or are you getting AV's? You should cancel the
preview process… -
ReportBuilder is only supported for Delphi in Windows.
--
Cheers,
Alexander Kramnik
Digital Metaphors
-
No, the value shouldn't be twice as much because the variable is being
reset. What is the actual calculation you are performing and how is the
result deviating from what it should be?
--
Cheers,
Alexander Kramnik… -
Yes, for now the database name must match the component name for this plugin
to work. Thanks for your efforts Jon.
Cheers,
Jim Bennett
Digital Metaphors
-
Yes, it looks like we always use the database component name instead of the
database name property when displaying the datasettings dialog. So the
problem isn't a DBISAM issue. daDBISAM just needs to use this information to
work. If… -
Jon,
Yes, it appears this is a daDBISAM issue, since Robert's test works for the
other session types, such as ADO. Try Robert's test out and if you find out
anything then let us know.
Cheers,
Jim BennettYes, I can reproduce this behavior in 6.03. It works fine at runtime but
not at Delphi design time. All you have to do to work around it (until we
get it fixed) is to change the datasettings, then close the designer then
reopen the …The problem with your demo is that the database object has a database name
of euDatabase, and the datasettings is looking for dbeuDatabase. Change the
TDBISAMDatabase.DatabaseName to 'dbeuDatabase' and it will show the table
names:)<…I'm running your demo and do get the same problem at runtime. We'll get
this figured out as soon as we can. Thanks for your patience.
Cheers,
Jim Bennett
Digital Metaphors
That would be awesome Robert-Thanks! I have been running DBISAM 3.1 quite a
lot lately here in testing and haven't seen any strange behavior. I'm using
the latest DADE plugin from
in Cannot see tables (DBISAM) in Query Wizard Comment by digitalmetaphors June 20021. Drop a DBGrid on the form to see if you can connect to the data with your
database connection.
2. Check the Designer.Datasettings property. What do the datasettings in
DADE at runtime look like?
3. Disconnect the …If the graphic type on the DBImage is set to JPEG, then it should work. Can
you send us the image or table and we can test it here. Send it to
support@digital-metaphors.com
Another way to include an image from the database is b…One way to do it is to create a group on a label component and set it to
break after the first page by using the OnGetText event. Then set the group
to start a new page and to reset the page number. Lastly, disable
PrintOnFirst page o…You can automate this by looping through the objects in the report, updating
their position, and regenerating the report. Here is a demo which does that
by letting you shift the report using a group of buttons.
in Question about printing scan sheets for Scantron Scanner Comment by digitalmetaphors June 2002Do multiple component print into the detail band or is there a specific
component which overflow into it, such as RichText. Can you please send a
simple demo which replicates this error to support@digital-metaphors.com.
--
…After printing four lines of text? After printing four records? There could
be a field which is empty but still shows up as empty space. There could
also be a static height memo which has space left over after the contents
print. Fina…Make sure you are not hooking up a pipeline to the subreport. That is,
you're not strictly using the subreport for it's intended purpose and it
will not be traversing any data. We're just using the subreport as a
placeholder to keep d…Ok. In that case try the methods I mentioned. Either one should let you
accomplish what you are trying to do.
--
Cheers,
Alexander Kramnik
Digital Metaphors
You can put all three regions into a subreport and enable KeepTogether on
the subreport. You can also create a custom group which breaks on every
detail and set the group to keep together. However, is there a reason that
the content i…------------------------------------------------------------
Tech Tip: Saving Page Objects After Freeing Report
-----------------------------------------------------------
When the report is freed it will free the publisher whic…Can you please save down the template and send it to
support@digital-metaphors.com so we could look at the problem over here? One
thing you can try is temporarily cranking up the resolution and maximize the
designer to see if you can …It seems that the scrollbars are not being shown until the window is
resized. We've identified this as a problem and will add it to our to do
list. Thanks for pointing this out. As a temporary workaround, resizing the
window should en…Place a fixed type subreport in the detail band of the main report and do
not assign a pipeline to it. Then place your subreport which traverses the
detail data into the fixed subreport. Set the height of the fixed subreport
to a litt…I posted the solution to how to create the TppPrintPreview in your next
thread.
Cheers,
Jim Bennett
Digital Metaphors
If the report hasn't been assigned to the viewer, then it won't work when
you call Viewer.Print.
Cheers,
Jim Bennett
Digital Metaphors
This demo disables the close button by using the tag property::
http://www.digital-metaphors.com/tips/myCloseButtonPreviewPlugin.zip
Yes, that does the trick. Thanks.
Cheers,
Jim Bennett
Digital Metaphors
Contains is not supported as an operator in DADE. You can edit the SQL text
to add this ability manually, but you'll lose the query tools' functionality
when you edit the SQL text.
Cheers,
Jim Bennett
Digi…Have you tried upgrading to the latest printer drivers? It is obviously an
obscure problem given that the app works on all of your 300 machines except
one. This basically comes down to process of elimination based on what is
different…Try removing one of the printers. The idea is to try to replicate the same
exact setup as the other machines on which you know the application runs. If
the application does run once you do that there might be a conflict or a
problem w…