Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by vincer

  1. vincer

    Edit box within popup menu

    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
  2. vincer

    Determine if application running through Delphi

    Thankyou, I thought there would be a nice easy function somewhere but I didn't know where to look.
  3. vincer

    Determine if application running through Delphi

    Is there a way of determining whether an application is being run through the delphi environment? Thanks
  4. vincer

    mixed font style within a string var

    Excellent thankyou very much
  5. vincer

    mixed font style within a string var

    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...
  6. vincer

    PDF link to self

    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
  7. vincer

    Hyperlink to section in same report CR9

    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.
  8. vincer

    Hyperlink to section in same report CR9

    I could Make the Summary subreport part of the main report if that would make it possible?
  9. vincer

    Hyperlink to section in same report CR9

    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...
  10. vincer

    export to word chart missing

    Don't worry I solved it. Client machine was opening document in wordpad not word.
  11. vincer

    export to word chart missing

    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...
  12. vincer

    Export Crystal 9 report to html (using RDC and runtime)

    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)...
  13. vincer

    order by IN

    Thanks, I can build this case statement up with my app as the list will only have upto 10 elements
  14. vincer

    order by IN

    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
  15. vincer

    Parameter List Generated Via Query

    IDOMillet How does your datalink viewer do this? Are you doing it through the RDC ? Please spill the beans so that we can all do it! Thanks Vince

Part and Inventory Search

Back
Top