This is a very powerfull and nice invocing app developed with FWH 16.08:
https://bitbucket.org/fivetech/fivewin- ... 160926.zop
Full source code included
It requires the new FWH 16.08. It does not work with previous FWH versions
Free invoicing app with FWH 16.08 (source code included)
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Free invoicing app with FWH 16.08 (source code included)
Any screenshots?
FWH 11.08/FWH 19.03
xHarbour 1.2.1 (Rev 6406) + BCC
Harbour 3.1 (Rev 17062) + BCC
Harbour 3.2.0dev (r1904111533) + BCC
xHarbour 1.2.1 (Rev 6406) + BCC
Harbour 3.1 (Rev 17062) + BCC
Harbour 3.2.0dev (r1904111533) + BCC
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Free invoicing app with FWH 16.08 (source code included)
EXE is included in that file, so you can execute it and review it
Re: Free invoicing app with FWH 16.08 (source code included)
Thanks Antonio!
FWH 11.08/FWH 19.03
xHarbour 1.2.1 (Rev 6406) + BCC
Harbour 3.1 (Rev 17062) + BCC
Harbour 3.2.0dev (r1904111533) + BCC
xHarbour 1.2.1 (Rev 6406) + BCC
Harbour 3.1 (Rev 17062) + BCC
Harbour 3.2.0dev (r1904111533) + BCC
-
- Posts: 69
- Joined: Wed Nov 19, 2014 1:04 pm
- Contact:
Re: Free invoicing app with FWH 16.08 (source code included)
Dear Sir,
Thanks for the nice sample.
If there are more items in Invoice. How can we detect end of page ? and start printing on next page.
Thanks & Regard
Yunus
Thanks for the nice sample.
If there are more items in Invoice. How can we detect end of page ? and start printing on next page.
Thanks & Regard
Yunus
Dagia Yunus.
Rajkot, India
FWH 17.04
Rajkot, India
FWH 17.04
Re: Free invoicing app with FWH 16.08 (source code included)
Antonio,
Using You exe-file it works but recompiled, xBrowse returns a error on
---------------
static function BrwBtnBar( oBrw, oWnd )
local oBar
DEFINE BUTTONBAR oBar OF oWnd 2007 SIZE 70, 70
DEFINE BUTTON OF oBar PROMPT "New" RESOURCE "add" ;
ACTION oBrw:EditSource( .T. )
DEFINE BUTTON OF oBar PROMPT "Edit" RESOURCE "edit" ;
ACTION oBrw:EditSource()
DEFINE BUTTON OF oBar PROMPT "Delete" RESOURCE "del"
return oBar
---------------
Application
===========
Path and name: I:\F_INVOICE\INVOICES.exe (32 bits)
Size: 5,994,496 bytes
Compiler version: xHarbour 1.2.3 Intl. (SimpLex) (Build 20150603)
FiveWin Version: FWHX 16.08
Windows version: 6.2, Build 9200
Time from start: 0 hours 0 mins 4 secs
Error occurred at: 27/09/2016, 17:59:13
Error description: Error BASE/1004 Class: 'NIL' has no exported method: EDITSOURCE
Args:
[ 1] = U
[ 2] = L .T.
Stack Calls
===========
Called from: => EDITSOURCE( 0 )
Called from: .\INVOICES.PRG => (b)BRWBTNBAR( 728 )
Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:CLICK( 658 )
Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:LBUTTONUP( 894 )
Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( 1721 )
Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:HANDLEEVENT( 1834 )
Called from: .\source\classes\WINDOW.PRG => _FWH( 3305 )
Called from: => WINRUN( 0 )
Called from: .\source\classes\WINDOW.PRG => TMDIFRAME:ACTIVATE( 1042 )
Called from: .\INVOICES.PRG => MAIN( 31 )
regards
Uwe
Using You exe-file it works but recompiled, xBrowse returns a error on
---------------
static function BrwBtnBar( oBrw, oWnd )
local oBar
DEFINE BUTTONBAR oBar OF oWnd 2007 SIZE 70, 70
DEFINE BUTTON OF oBar PROMPT "New" RESOURCE "add" ;
ACTION oBrw:EditSource( .T. )
DEFINE BUTTON OF oBar PROMPT "Edit" RESOURCE "edit" ;
ACTION oBrw:EditSource()
DEFINE BUTTON OF oBar PROMPT "Delete" RESOURCE "del"
return oBar
---------------
Application
===========
Path and name: I:\F_INVOICE\INVOICES.exe (32 bits)
Size: 5,994,496 bytes
Compiler version: xHarbour 1.2.3 Intl. (SimpLex) (Build 20150603)
FiveWin Version: FWHX 16.08
Windows version: 6.2, Build 9200
Time from start: 0 hours 0 mins 4 secs
Error occurred at: 27/09/2016, 17:59:13
Error description: Error BASE/1004 Class: 'NIL' has no exported method: EDITSOURCE
Args:
[ 1] = U
[ 2] = L .T.
Stack Calls
===========
Called from: => EDITSOURCE( 0 )
Called from: .\INVOICES.PRG => (b)BRWBTNBAR( 728 )
Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:CLICK( 658 )
Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:LBUTTONUP( 894 )
Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( 1721 )
Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:HANDLEEVENT( 1834 )
Called from: .\source\classes\WINDOW.PRG => _FWH( 3305 )
Called from: => WINRUN( 0 )
Called from: .\source\classes\WINDOW.PRG => TMDIFRAME:ACTIVATE( 1042 )
Called from: .\INVOICES.PRG => MAIN( 31 )
regards
Uwe
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Free invoicing app with FWH 16.08 (source code included)
Already implemented and sent to your emaildagiayunus wrote:Dear Sir,
Thanks for the nice sample.
If there are more items in Invoice. How can we detect end of page ? and start printing on next page.
Thanks & Regard
Yunus
Re: Free invoicing app with FWH 16.08 (source code included)
Friends,
So Good.
So Good.