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
OK going back to my orignal question, assuming that I do this,
how would I then hyperlink something in the main report to a group header in a subreport.
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...
I've just had the same problem, basically I used the crystal reports merge modules in my install shield program but it didn't include all the DLLs.
The ones I had to manually add were:
CRAnalyzer.dll (needs registering)
commonobjmodel.dll (needs registering)
rptdefmodel.dll (need registering)...
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
Thanks for your response.
I know the picklist is not dynamic in crystal terms but I have an app which clears down the default list and then by using the browse field repopulates the Default parameter values (ie the pick list). This worked well when using the crpe32.dll under cr8.5 but this dll...
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 <...
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.