Hi garwain,
You can use PowerPDF which is a powerful suite for
creating PDF Files.
WPTools is good, too, but quite expensive from
what I remember.
Cheers,
Andrew
Hi Raven078,
The problem is that Windows distingueshes( I dunno why )
turning the NumLock light on and actually pressing the
NumLock key.
When looking for the answer please bear this in mind.
Cheers,
Andrew
Hi new2delphi,
If you own a PRO or superior edition of Delphi 5,
you are entitled to use the Package Collection Editor,
which would allow easy deployment of multiple packages.
Check it out.
Cheers,
Andrew
Hi EricDraven,
I would say you should lock the table and
refresh data after each change. Locking the
table will stop others from accessing a record
while it's being modified, so that it should put the
word "end" to the error.
Cheers,
Andrew
Hi KempCGDR,
FindWindow to find the Window handle based on title and/or
class name.
Use then PostMessage like this:
PostMessage( Handle,WM_Hide,0,0 );
Should work.
Cheers,
Andrew
P.S. Remember to include the "Windows" unit, if it's not
already present!
Hi TheDelphiBeginner,
You may want to drop an eye to WM_Char and WM_DIALOGCHAR
Windows messages in the MS SDK Help file that ships with
Delphi.
In order to prevent your next question, you can handle
messages in this way :
Type
TMyForm = class( TForm )
private
procedure...
Hi BobbaFet,
According to your Delphi version, you may do
this :
MyStringList.Delimiter := '#';
Reg.WriteStr( MyStringList.DelimitedText );
In this way you save the string list using a
string key that you can revert to a list using the
same delimiter.
Cheers,
Andrew
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.