Search found 240 matches: graphic

Return to advanced search

Re: Silvio: Reports

... unlike the others, there are often sophisticated and very detailed models with countless fields to enter. But why have I always hated ER? because graphically it is a disaster, objects are not moved where they should be moved and zooming is impractical, non-existent, so you can't create a model ...
by Silvio.Falconi
Fri Jan 22, 2021 9:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvio: Reports
Replies: 16
Views: 1949

Re: Silvio: Reports

... sources, and I was waiting for Cristobal to fix everything. Third thing, I understand that Cristobal is inserting c5Report class (and the other graphic classes) for each section (Easyreport area), In Easyreport the zoom does not work and does not exist using Easyreport sections was not the right ...
by Silvio.Falconi
Thu Jan 21, 2021 8:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvio: Reports
Replies: 16
Views: 1949

Re: EasyReport progress?

TO Antonio and to Fwh team ER and MyRPt have the same problems ER -> I mean that it is not easy to build a model graphically speaking, for Otto everything is easy, but in Italy we have 50/60 document models to create and if it takes days to create a model how long does it take ...
by Silvio.Falconi
Mon Dec 21, 2020 12:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EasyReport progress?
Replies: 86
Views: 8873

Re: How to print graphic characters

Thank you, it works! :-)

EMG
by Enrico Maria Giordano
Mon Dec 21, 2020 9:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print graphic characters
Replies: 4
Views: 586

Re: How to print graphic characters

Please define the font with OEM charset like this:
Code: Select all  Expand view

        DEFINE FONT oFnt  NAME "Courier New" SIZE 0, -16 OF oPrn CHARSET 255
 
by nageswaragunupudi
Mon Dec 21, 2020 2:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print graphic characters
Replies: 4
Views: 586

Re: How to print graphic characters

Thank you, but I need to print an existing text file containing graphic characters like CHR( 179 ).

EMG
by Enrico Maria Giordano
Sun Dec 20, 2020 5:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print graphic characters
Replies: 4
Views: 586

Re: How to print graphic characters

https://tools.oratory.com/altcodes.html // https://tools.oratory.com/altcodes.html#include "Fivewin.ch"FUNCTION MAIN()   LOCAL oPrn, oFnt, cAlt_179 := "| ³ ãäå |"   LOCAL cAlt_124 := "|"   PRINT oPrn PREVIEW      DEFINE FONT oFnt NAME "Cour...
by karinha
Sun Dec 20, 2020 4:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print graphic characters
Replies: 4
Views: 586

How to print graphic characters

In this sample, the graphic character (a vertical line) is not printed. Any ideas? #include "Fivewin.ch"FUNCTION MAIN()    LOCAL oPrn, oFnt    PRINT oPrn PREVIEW        DEFINE ...
by Enrico Maria Giordano
Sun Dec 20, 2020 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print graphic characters
Replies: 4
Views: 586

Re: Printer class question - RESOLVED

... doesn't work properly, and things get worse when you add boxes, lines, etc. I explain in the eritems.prg source you will be able to see the graphic types CASE nIndex = 1; cName: = "LineUp" CASE nIndex = 2; cName: = "LineDown" CASE nIndex = 3; cName: = "LineHorizontal" ...
by Silvio.Falconi
Sat Oct 24, 2020 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer class question - RESOLVED
Replies: 41
Views: 3389

Easyreport " the reverenge"

... a bit complex sample : https://i.postimg.cc/MpphWzD5/italiafattura.png if we operated with EasyReport and had problems with the graphic controls because they don't work well we will spend many days to make a model and this is counterproductive because in Italy we have many types ...
by Silvio.Falconi
Fri May 15, 2020 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Easyreport " the reverenge"
Replies: 3
Views: 712

Re: Fast Report´s future

... controls doesn't work properly, and things get worse when you add boxes, lines , show me with an animated gif how you can move a control and a graphic object
by Silvio.Falconi
Wed May 13, 2020 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fast Report´s future
Replies: 56
Views: 6095

Re: Fast Report´s future

... an object class? the problem with ER lies in the designer The ER designer is badly created , read carefully what I wrote where I explained how the graphic elements are built and how they are moved by the user[/b] read this http://forums.fivetechsupport.com/viewtopic.php?f=3&t=38865&start=30#p232310 ...
by Silvio.Falconi
Wed May 13, 2020 12:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fast Report´s future
Replies: 56
Views: 6095

Re: Fast Report´s future

... without taking care of the Designer who does not work as you and I have stressed I explain in the eritems.prg source you will be able to see the graphic types CASE nIndex = 1; cName: = "LineUp" CASE nIndex = 2; cName: = "LineDown" CASE nIndex = 3; cName: = "LineHorizontal" ...
by Silvio.Falconi
Wed May 13, 2020 11:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fast Report´s future
Replies: 56
Views: 6095

Re: Old DOS to new Windows = Conversion thoughts

... that were converted to (x)Harbour/XHB Add this to compile/link [C:\xHB\Samples\GT_wvg.prg] Link in [C:\xHB\Lib\WVG.lib] so you can use mouse and graphic fonts. Then I add this to emulate dos screen with mouse.      SET EVENTMASK TO INKEY_ALL   Wvt_SetCodePage(511) ...
by Gale FORd
Mon Dec 23, 2019 8:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Old DOS to new Windows = Conversion thoughts
Replies: 15
Views: 2028

Re: New FWH 19.09

... with methods RoundBox() of Window and Pdf also. We required this consistent syntax and functionality across all devices for futher development of graphic functionality. Thanks for understanding and we highly appreciate your cooperation. I make a pen with "DEFINE PEN oPen1 WIDTH max(1,(max(oPrn:nHorzRes(),oPrn:nVertRes())/1800))" ...
by nageswaragunupudi
Wed Oct 23, 2019 11:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 19.09
Replies: 36
Views: 5760
PreviousNext

Return to advanced search