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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. auditdi30

    TWindowsmediaplayer

    Yes, that may be the problem, but I have Delphi installed on a xp machine, therefore I can't recompile it in vista. The program I made is running as I say perfect on a xp computer, but not on a vista. It must be a solution, but what?!?!? Regards Kåre!
  2. auditdi30

    TWindowsmediaplayer

    Tried to put the code for height, width in the formcreate, but it doesn't help. As I say it has right size in my xp which has screen resolution of 1280x1024, on the vista as it's got only about 1/4 size, the resolution is 1280x800. Any other tips??
  3. auditdi30

    TWindowsmediaplayer

    Hello! Have tried this code, but it won't recognised displayrect!! Are you sure you don't mix it with mediaplayer?? I was asking about twindowsmediaplayer (under activex) TIA Kåre!
  4. auditdi30

    TWindowsmediaplayer

    Hello! When I made a program with a Twindowsmediaplayer on it, it looks fine on my computer with xp, but on a vista computer, this component is very small, about 1/4 of it's real size. Why?? And how can I fix this?? Have tried to put height and width in the formactivate, but doesn't help...
  5. auditdi30

    Videolan Vlc

    Hello! Anybody know how to include this activex into Delphi 7?? And which file I have to download to get it work?? Have installed VLC media player 1.0.5, and installed VideoLAN VLC Activex plugin version 1.0 under import activex control, but when I try to start my program using tvlcplugin I...
  6. auditdi30

    Exception EFilerError in module rtl70.bpl

    Hello! Using Delphi 7 and Windows XP. After installing Quickreport 5.0.2 and Gnostice 2.5.2 I try to recompile my old program, but it only fails when I try to run it afterwards. When I run it from inside Delphi, it only blinks and nothing happens, when I try to run the exe file, I got the...
  7. auditdi30

    Installing QR5.0.2

    Hello! Is now upgrading from version 3.x to 5.0.2 of Quickreport. Run the tools to remove all old files, and install the new version. But when I try to compile a project containing quickreport, it ask for qrpt70 and if I include that it ask for qrexports, I include that file to, then it...
  8. auditdi30

    PDF export messes up document pages

    Hello! Thanks for your answer! Maybee you could help me with a couple of more question about the Gnostice?? 1. How can I add several reports to one pdf file?? 2. How to convert a qrp file to pdf?? TIA Kåre!
  9. auditdi30

    PDF export messes up document pages

    I bought yesterday a new version of quickreport included Gnostice, and wounder if you could help me starting by posting an example of saving a report as pdf, and maybee how to convert a qrp file to pdf?? Both by using Gnostice! TIA Kåre!
  10. auditdi30

    Twebbrowser

    Hello! Trying to make a webradio with opening the url in the twebbrowser, but the media player which opens to play the music/radio is not integrated in the twebbrowser. Is it possible to make the media player integrated, if so how?? TIA Kåre!
  11. auditdi30

    Videolan/VLC

    Hello! Does somebody have tips or source for including a Videolan player in a form?? TIA Kåre!
  12. auditdi30

    Ping

    Hello! Anybody know how to make an easy ping routine in Delphi?? Want to just ping an adress to find out if the internet connection is available or not. TIA Kåre!
  13. auditdi30

    OnFilterRecord event

    Hello! Is it possible to change the code I put in this event at runtime?? My code is at start; accept:=dataset['navn']=form1.stat.panels[0].text; but at runtime when user click on a button, I want to change the code to; accept:=dataset['avrdato']>fra; Is it possible, and if so, how?? TIA Kåre!
  14. auditdi30

    Wrong date and time format

    Thanks for answer! I found the solution from someone else on the internet. Just change the region to a different one, and then back to mine, then it works fine. It was a problem with Windows 7 I understand.
  15. auditdi30

    BDE and freeNAS

    Hello! Have build me first freeNAS server, and think it would be nice to use it for saving my paradox database. Have 2 computer where I installed my software and bde 5.2, and they read the databasefile from the server. And also set up the bde with ipadr to the freeNAS, but it is so SLOW!! Does...
  16. auditdi30

    Wrong date and time format

    Hello! Have installed bde 5.2 in windows7, and my software is making in Delphi7. But when shows the time and date, it is in wrong format for my country. Time it show 7:52:33 PM, and I should have been 19:52:33. Date it show 1/25/2010 but should have been 25.01.2010. It shows right in the...
  17. auditdi30

    Load qrp file and convert it to pdf

    Oh, my mistake. I found a different with the same name, and that costs. If I understand this right, this is a printer(driver), but how can I choose this printer when I want to make a pdf file, and how to give the pdf file a name without any chance for the user to give it another name?? Regards...
  18. auditdi30

    Load qrp file and convert it to pdf

    Thank's for the answer, but it is not free. And hopefully is is possible to get it work with my own code! Regards Kåre!
  19. auditdi30

    Load qrp file and convert it to pdf

    Hello! I am using this code, but the pdf file is blank, what is wrong?? If somebody have a better way of doing the convert, please let me know also! var rep : tquickrep; pdffilt : tqrpdfdocumentfilter; na : string; begin na:='faktura.qrp'; application.createform(tutfaktmail,utfaktmail)...
  20. auditdi30

    PDF and quickreport

    Hello! Have some reports I want to merge together in pdf. I found out that when using concating the page is merge together. But some of the pages are in landscape format, and that shows as portrait in pdf. Is it possible to get all the pages in right format/direction in the pdf file?? TIA Kåre!

Part and Inventory Search

Back
Top