|
BS/1 Accounting Source for DBISAM
BS/1 Small Business and BS/1 Professional Accounting Source are now
available for DBISAM.
Developers may license the Accounts Payable, Accounts Receivable, General
Ledger and Time Billing source for use in their custom Delphi solutions.
Related Discussions - HOW CAN I ROTATE A PICTURE? (2001-01-07 05:18:51)Hello
You can download TRotateImage for Delphi 3-4-5 at
http://www.crosswinds.net/%7Ekhojasteh/rotimg.html
This component works with...
- WAYS TO SHRINK DELPHI EXECUTABLE SIZE (2001-01-08 17:23:49)You have a couple of options:
1) Get an EXE shrinker - basically compressing the file and then decompress as it runs.
See:...
- HOW TO KEEP SPLASH SCREEN SHOWN AFTER APPLICATION.RUN (2001-01-10 07:08:08)Hi,
Try this:
with Form1 do
SetWindowPos(Handle, HWND_TOPMOST, Left, Top, Width, Height, SWP_NOACTIVATE or SWP_NOMOVE or SWP_NOSIZE);
This...
- SAVING WITHOUT USING SAVETOFILE() ? (2001-01-11 06:50:58)I know that one.. It's not working correctly unforutnatly.
When I save a 256 color as 8bit it looks *very* different.. if I save it in 32bit...
- I NEED SOURCE CODES OF COMPRESS/DECOMPRESS OR WINZIP TLB? (2001-01-10 14:34:40)Did you see Chief's UnZip v.1.10?
http://www.torry.ru/vcl/compress/std/chiefzip.zip
Or how about:
Info zip, wrapper for Winunzip.dll....
- MESSAGE DIALOGS... (2001-01-10 12:21:18)Here goes a trick from Borland
http://www.borland.com/devsupport/delphi/downloads/index.html
To translate the Delphi 3.0 VCL messages, you need...
- ANYONE KNOW HOW TO BRING UP CONTROL PANEL APPLETS??? (2001-01-11 06:05:57)Or ...
ShellExecute(Application.Handle,'OPEN','CONTROL','NCPA.CPL',NiL,1);
Where the network dialog executes.
Regards
/Filip
- I NEED A E-MAIL ADDRESS TO BORLAND/INPRISE (2001-01-11 02:12:35)Cut'nPaste from www.inprise.com
Borland is revamping its bug reporting process. As part of this effort we will be reviewing the best ways to...
- OPEN URL IN DEFAULT BROWSER AND AUTO FILL FORM FIELDS (2001-01-11 14:50:36)>The only way to really do this is to use the Windows API to
>get the handle of the browser window, and then send the
>text to the window....
- YOUR FAVORITE BDE ALTERNATIVE? (2001-01-13 10:44:19)I joined the company I am currently working for three years ago. MsAccess databases were managed with the BDE. Since we ship our application to...
|