Page 1 of 1

Free invoicing app with FWH 16.08 (source code included)

Posted: Mon Sep 26, 2016 9:16 am
by Antonio Linares
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

Re: Free invoicing app with FWH 16.08 (source code included)

Posted: Tue Sep 27, 2016 2:53 am
by hua
Any screenshots?

Re: Free invoicing app with FWH 16.08 (source code included)

Posted: Tue Sep 27, 2016 6:55 am
by Antonio Linares
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)

Posted: Tue Sep 27, 2016 9:52 am
by hua
Thanks Antonio!

Re: Free invoicing app with FWH 16.08 (source code included)

Posted: Tue Sep 27, 2016 10:40 am
by dagiayunus
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)

Posted: Tue Sep 27, 2016 4:00 pm
by ukoenig
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 :?:

Re: Free invoicing app with FWH 16.08 (source code included)

Posted: Wed Sep 28, 2016 4:43 pm
by Antonio Linares
dagiayunus 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
Already implemented and sent to your email

Re: Free invoicing app with FWH 16.08 (source code included)

Posted: Sat Jun 23, 2018 2:16 am
by Rochinha
Friends,

So Good.