|
FF Billing Manager Pro Deluxe
Voted Best Business Program of 1997 and 1998! New version 3 adds XPl support, compressed backups/restore, importing/exporting and much more! EASY TO USE! Features unlimited invoices/ payments/ customers/ products, multiple companies w/ separate data files, International date support, custom sort fields, partial payments, deposits on account, repeat billings, mailing labels, packing slips, timer for billing hours, prints user-defined invoices using any text, fonts and colors! POWER reporting! Bills interest! Batch print invoices/ statements/ labels and much more!
Related Discussions - HIDING FILES FROM USER OUTSIDE OF MY PROGRAM. (2001-01-17 04:33:53)You won't like my answer :-) Yes, there's a way. You'll have to developp a VxD file, to hook the IFS manager. But you can't do that in Delphi (I...
- DISABLE WINDOWS SPOOL (2001-01-18 23:14:49)You don't need to turn off the spooler service to print to a specific port ...:o)
The spooler is a service and may be stopped with a service...
- HOW TO EXECUTE THE CPL FILE ??? (2001-01-19 14:53:24)Here's many of them. remember that the arguments may be different for different versions of Windows:
See my other post on how to run them......
- ERASING A LINE ON MOUSE MOVE, RIGHT AFTER IT WAS DRAWN. (2001-01-20 03:54:09)Another way : Paint your line in "not" style... To erase it, just repaint it in "not" style. That's one way used by Paint Shop Pro, and it's very...
- RXLIBRARY INSTALLATION ISSUES IN DELPHI 5 PRO (2001-01-29 12:37:29)It is most likely due to your not having path to the BPL
in the library path in the environment options.
- DOES ANYONE KNOW WHERE I CAN GET THS COMPONENT (2001-01-31 14:14:44)Ok... get the F. Piette ICS. It is there along with other components for the Internet from (I think the address is):...
- LOOP TO GET NEXT ACTIVE APP IN WINDOWS Z-ORDER? (2001-02-02 13:08:47)If you find SysTray or Program Manager, pass the handle of the SysTray or Program Manager to the GetWindow function
with the GW_HWNDNEXT uCMD...
- RUNNING CODE ONCE FORM IS VISIBLE (2001-02-08 22:35:31)You could also add a TTimer component to the form, that gets enabled by .Show event and fires after any preset interval. The OnTimer event could...
- LMSHARE.H WITH INCLUDE FILES ... (2001-02-07 06:30:32)www.delphi-jedi.org has the Lan Manager headers translated
on their APILibrary page.
- DATABASE (2001-02-11 10:57:10)Hi, thanks for repling again. I'll try and explain a little better.
In a DBase Database, i have some fields: 'ID', 'Filename'.
When a button is...
|