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 dencom 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: *

  • Users: auditdi30
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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!
  6. auditdi30

    Videolan/VLC

    Hello! Does somebody have tips or source for including a Videolan player in a form?? TIA Kåre!
  7. 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!
  8. 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!
  9. 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...
  10. 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...
  11. 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)...
  12. 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!
  13. auditdi30

    Delphi 7 and windows 7

    Hello! Does anybody know if program made by Delphi 7 work great on windows7?? Or do I have to recompiled it with a never Delphi version?? TIA Kåre!
  14. auditdi30

    Import bmp file into Timage

    Hello! Is it possible to import a small bmp file into one of the corner of the Timage, without erasing all of the Timage area?? Anybody know a solution?? TIA Kåre!
  15. auditdi30

    Image and text

    Hello! Try to catch the key pressed and show it on a image, start where the mouse is clicked. Just like paint in windows. Somebody know how to make that work?? TIA Kåre!
  16. auditdi30

    Fielddefs

    Hello! I am using paradox tables, and Delphi 7. 1. is it possible to change the fieldnumber in fielddefs?? Etc. if I make a table with 3 fields; name, adr, and pos. And later want to change it to name, post and adr. How to do that by code? 2. Is it also possible to delete a field in a table...
  17. auditdi30

    Reading mail, why isn't this working??

    first I made a onformactivate event with this code; procedure Tpop3skjerm.FormActivate(Sender: TObject); var t : integer; msg : tidmessage; begin form1.pop3.Connect(5000); info.RowCount:=strtoint(form1.email.caption)+1; info.cells[0,0]:='Mail fra'; info.cells[1,0]:='Emne'; for t:=1 to...
  18. auditdi30

    Checking email

    Hello! Is it possible to make a delphi program, which look at the mailserver for incoming mail. And then show subject and who the mail is from without downloading the mail into any mailprogram??
  19. auditdi30

    onmouse event

    Hello! Using D7 and XP. Is trying to make a onmouse event to a button working without success. I have the following code in my onmouse event; if shift=[ssctrl] then form1.label1.caption:='Test'; But if I held down the Ctrl key and click the mouse, the label1 doesn't change. What is wrong...
  20. auditdi30

    Use searh engine on internet

    Hello! Is it possible to make a delphi software, which can use a search engine on the internet to get information back in the software?? Ex. if you need the address to a person, you can start www.gulesider.no, and find the address. Anybody have tips on how to get it work in Delphi?? TIA Kåre!

Part and Inventory Search

Back
Top