Description:
General issues with Borland Delphi.
|
|
|
turbo delphi
|
| |
Bonjour il y a 3 ans environ, Borland a distribué gratuitement, pour 99 ans, une version deTurbo Delphi, que j'ai utilisée. Mais depuis 2 jours je ne peux plus ouvrir mes programmes car une fenêtre me demande le numéro de série et un code.... Pourquoi et que faire? a+ JG
|
|
FAQ: comp.lang.pascal.delphi.misc miniFAQ (full version)
|
| |
FAQ FOR NEWSGROUPS: COMP.LANG.PASCAL.DELPHI.MISC, ALT.COMP.LANG.BORLAND-DELPHI Version: 2006-09-16 First maintainer: Esther Michaels Current maintainer: Maarten Wiltink (Evil miniFAQ Boss) Posting schedule: Short version every Sunday, full version every first of the month Copyright 2001-2006 the current maintainer, all rights reserved except the... more »
|
|
Adding PDF watermark
|
| |
Hi Does one know how I can add a watermark to a PDF file? Any ideas welcomed, I have no idea how PDFs work in Delphi, only from ezPDF in PHP. WBR Sonnich
|
|
FAQ: comp.lang.pascal.delphi.misc miniFAQ (short version)
|
| |
FAQ FOR NEWSGROUPS: COMP.LANG.PASCAL.DELPHI.MISC, ALT.COMP.LANG.BORLAND-DELPHI Version: 2006-09-16 First maintainer: Esther Michaels Current maintainer: Maarten Wiltink (Evil miniFAQ Boss) Posting schedule: Short version every Sunday, full version every first of the month Copyright 2001-2006 the current maintainer, all rights reserved except the... more »
|
|
National Instrument cDAQ
|
| |
Hi, wer hat Erfahrung in der Programmierung dieses USB Datenerfassungssystems mit Delphi, kennt eine gute DLL oder einen Wrapperfile, oder kann mir mit einem kleinen Demoprogramm in Delphi weiterhelfen. Ich komme da nicht richtig voran!! Josef
|
|
D3 --> D7 different dialogs.pas behavior?
|
| |
I have an old D3 app I want to compile in D7. When I wrote it eons ago, I wanted to have a password entry mask which would show all "***" when entering into an InputQuery. So I put a copy of dialogs.pas in the app's directory and edited dialogs.pas to add it. Works fine. Did the same thing in D7. Compiles fine, but entering into the... more »
|
|
using TBlobfield getting "Bitmap image is not valid"
|
| |
{using D3} I spent many hours searching for how to save a jpeg to a blob field in a table. Here is the closest I've gotten: var Jpg: TJpegImage; Stream: TMemoryStream; begin Jpg := nil; Stream := nil; with TOpenDialog.Create(self) do try Filter := '.jpg files (*.jpg)|*.jpg'; if Execute then... more »
|
|
FAQ: comp.lang.pascal.delphi.misc miniFAQ (short version)
|
| |
FAQ FOR NEWSGROUPS: COMP.LANG.PASCAL.DELPHI.MISC, ALT.COMP.LANG.BORLAND-DELPHI Version: 2006-09-16 First maintainer: Esther Michaels Current maintainer: Maarten Wiltink (Evil miniFAQ Boss) Posting schedule: Short version every Sunday, full version every first of the month Copyright 2001-2006 the current maintainer, all rights reserved except the... more »
|
|
Need help for trouble shooting delphi code , THANKS FOR HELP.
|
| |
Hello all fellows, we are testing a LCR machine for measuring components such like Resistor / Capacitor / Transistor ....etc. and we're testing a delphi code to get the LCR log , but the code running with errors: "Unable to write to device ibsta = $8100 < ERR CMPL > iberr = 2 < ENOL > ibcntl = 0"... more »
|
|
|