FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Free invoicing app with FWH 16.08 (source code included)
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Free invoicing app with FWH 16.08 (source code included)
Posted: Mon Sep 26, 2016 09:16 AM
This is a very powerfull and nice invocing app developed with FWH 16.08:

https://bitbucket.org/fivetech/fivewin-contributions/downloads/Invoicing_20160926.zop

Full source code included

It requires the new FWH 16.08. It does not work with previous FWH versions
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1096
Joined: Fri Oct 28, 2005 02:27 AM
Re: Free invoicing app with FWH 16.08 (source code included)
Posted: Tue Sep 27, 2016 02:53 AM

Any screenshots?

FWH 11.08/FWH 19.12

BCC5.82/BCC7.3

xHarbour/Harbour
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Free invoicing app with FWH 16.08 (source code included)
Posted: Tue Sep 27, 2016 06:55 AM

EXE is included in that file, so you can execute it and review it

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1096
Joined: Fri Oct 28, 2005 02:27 AM
Re: Free invoicing app with FWH 16.08 (source code included)
Posted: Tue Sep 27, 2016 09:52 AM

Thanks Antonio!

FWH 11.08/FWH 19.12

BCC5.82/BCC7.3

xHarbour/Harbour
Posts: 85
Joined: Wed Nov 19, 2014 01:04 PM
Re: Free invoicing app with FWH 16.08 (source code included)
Posted: Tue Sep 27, 2016 10:40 AM

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

Regards

Yunus



FWH 21.02
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Re: Free invoicing app with FWH 16.08 (source code included)
Posted: Tue Sep 27, 2016 04:00 PM
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 :-)
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.
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Free invoicing app with FWH 16.08 (source code included)
Posted: Wed Sep 28, 2016 04:43 PM
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
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 310
Joined: Sun Jan 08, 2006 10:09 PM
Re: Free invoicing app with FWH 16.08 (source code included)
Posted: Sat Jun 23, 2018 02:16 AM

Friends,

So Good.

Continue the discussion