Hi,
Is is possible to create/dock a Tedit box within a menu item on a popup menu? I want to have a filter just like Microsoft Access has that allows you to type along side a menu item.
I use Delphi 7
Thanks
crystal 8.5
Does anyone know if is possible to format a section of a string in a different font style to the rest?
Eg I want to be able to use <b>bold</b> or <i>italic</i> or colour a section of a string.
I thought I remember reading a couple of years ago that you could embed html style tags...
Has anyone managaged to export to PDF that has a hyperlink to another part of the same exported report?
I asked a similar question last week but the thread seems to have dried up with no solution. Sorry to repeat myself but it's getting urgent.
Thanks
Vince
Hi,
I want to create a report that has a summary subreport and a subreport containing a breakdown of what is in the summary report.
What I would ideally like to do is have an on-demand subreport for the breakdown.
However - I want my report to be exported to PDF and work using hyperlinks so...
Hi , I originally attached this on the end of somebody elses thread but thought it should have its own so apologises to anybody whos read it twice - but if you have why haven't you answered?
Anyway my problem is that when I export to a word document using the RDC on a client machine, the charts...
if i have a statement such as
select * from customers where custid in (5,10,7,3)
is there any way to get the result set ordered in the same order as the IN list is specified?
Thanks
Vince
In CR8.5 crpe there was a parameter property 'browsefield' which specified the location of the lookup data which then allowed you to dynamically create your pick list.
This appears to be deleted in the RDC version available in CR9. How can I get the same information?
Thanks
Vince
If I have a date range parameter that I use in the record selection formula Eg:
MyTable.Date IN {?Date Range}
Crystal generates an sql statement such as
SELECT MyTable.Date
FROM
MyTable MyTable
WHERE
MyTable.Date >= "2002/5/1 00:00:00AM" AND
MyTable.Date <...
I want to be able to indent certain fields in a hierarchy but have some fields always fixed to a certain position.
Eg like a table of contents.
heading 1...........page 1
heading 1.1.......page 4
heading 1.1.1...page 5
heading 2...........page 7
Is there a way using the hierachical...
I have a main report with approx 30 subreports. Each subreport has approx 10 parameters which are linked to the main report parameters.
If I change the SQL in the main report it drops all the links to the subreports and so I have to reconnect them.
Is there a way that I can prevent this...
I have a Date parameter in my crystal report that I want to be able to set using the RDC.
I want to be able to pass it in as a string using the SetCurrentValue but I don't know the correct format.
I have tried several format combinations such as "yyyy,mm,dd" (which seemed to be the...
I recently had to upgrade from SQL server 7 to SQL 2000 which resulted in me having to burn down my NT4 PC and upgrade to Windows 2000.
As a result of this I now find that when an application errors, I get OLE error codes like 80040E14 rather than the SQL textual description of the error, say...
Hello,
DTS provides a mechanism to export a table to an XML file.
How can I bulk insert this file back into the table?
Ideally I want to do this using an sql statement using ADO technology.
I've tried using the DTS import but do not know what to specify as the provider and connection...
Hello,
Is it possible to move a splitter component and hence it's aligned panels.
I have tried splitter1.left := splitter1.Left + 1 but it has no effect.
Thanks
Vince
Having just installed the latest version of "Database and Export Drivers Monthly Hot Fix (English)", all exports to PDF format fail.
I select "Acrobat Format (PDF)" and Disk File from the export option. Then under Page Range select All. But as soon as I press OK I get...
Using the TCpre VCL components with Delphi, I'm trying to use the CRPE.Subreports.Count property to find out how many subreports there are within a crystal report. But I find that if I have subreports in Report Footer Section AP, AQ, or any sections after that, they don't get included within the...
I have a table with an identity column and under a certain condition I want to change the value in the identity column.
Is there a simple sql statement that I can use regardless of the number of columns, that will insert all but the identity column from another entry in the same table...
If I have a stacked bar chart feeding off a ado dataset, how can I name the series, so that they have meaningful names in the legend. (At the moment I've got names like "sum of ado.operator" where 'operator' is my field name).
TIA
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.