Free invoicing app with FWH 16.08 (source code included)

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Free invoicing app with FWH 16.08 (source code included)

Post 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
regards, saludos

Antonio Linares
www.fivetechsoft.com
hua
Posts: 861
Joined: Fri Oct 28, 2005 2:27 am

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

Post by hua »

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
User avatar
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)

Post by Antonio Linares »

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

Antonio Linares
www.fivetechsoft.com
hua
Posts: 861
Joined: Fri Oct 28, 2005 2:27 am

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

Post by hua »

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
dagiayunus
Posts: 69
Joined: Wed Nov 19, 2014 1:04 pm
Contact:

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

Post 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
Dagia Yunus.
Rajkot, India

FWH 17.04
User avatar
ukoenig
Posts: 3981
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany
Contact:

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

Post 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 :?:
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.
User avatar
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)

Post 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
regards, saludos

Antonio Linares
www.fivetechsoft.com
Rochinha
Posts: 309
Joined: Sun Jan 08, 2006 10:09 pm
Location: Brasil - Sao Paulo
Contact:

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

Post by Rochinha »

Friends,

So Good.
Post Reply