Search found 1048 matches

by byte-one
Tue Mar 03, 2020 12:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Question to XBROWSE
Replies: 3
Views: 567

Re: Question to XBROWSE

I have solved for me!

But as suggestion for XBROWSE:
A function similar to "SKIP FOR bFor WHEN bWhen" espacially for rows with one or more editable cells.
z.B. "SKIP FOR empty(Col1)"
by byte-one
Tue Mar 03, 2020 11:26 am
Forum: FiveWin for Harbour/xHarbour
Topic: Missing LIB
Replies: 13
Views: 2423

Re: Missing LIB

I must compile fwpdf.prg as it is incompatible with printer.prg in case of ::say(...). And where are the source from HPDF_Page_TextRect(--)?
by byte-one
Tue Mar 03, 2020 11:23 am
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Nages please: HARU PDF Bugs/Extensions
Replies: 21
Views: 4845

Re: Mr. Nages please: HARU PDF Bugs/Extensions

Sorry, but this is not compatible with printer.prg!! I never use nWidth and then the align right or center are not respected.
by byte-one
Tue Mar 03, 2020 9:40 am
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Nages please: HARU PDF Bugs/Extensions
Replies: 21
Views: 4845

Re: Mr. Nages please: HARU PDF Bugs/Extensions

Please try without nWidth! oPrn:RoundBox( 3, 2.5, 9, 12.5, 1, 1, oPen, CLR_YELLOW, nil, "CM" )    oPrn:Say( 4, 2.5,   "Left at 4 cm",     oFont, , nil, nil, 0, "CM" )    oPrn:Say( 5, 2.5,   "Right at 5 cm",    oFont, , nil, nil, 1, "CM" )    oPrn:Say...
by byte-one
Tue Mar 03, 2020 9:36 am
Forum: FiveWin for Harbour/xHarbour
Topic: Missing LIB
Replies: 13
Views: 2423

Re: Missing LIB

After compiling fwpdf.prg:
Error: Unresolved external 'HPDF_Page_TextRect(void *, float, float, float, float, const char *, unsigned int, unsigned int *)' referenced from C:\EUROSTAR\FWPDF.OBJ

If i remove all 'HPDF_Page_TextRect(...) it compiles and link correct!
by byte-one
Mon Mar 02, 2020 4:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Nages please: HARU PDF Bugs/Extensions
Replies: 21
Views: 4845

Re: Mr. Nages please: HARU PDF Bugs/Extensions

As workaround in fwpdf.prg i make this correction:

Code: Select all

....
DEFAULT nWidth :=  0
....   
DO CASE
   CASE nPad == NIL .OR. nPad == HPDF_TALIGN_LEFT //.OR. Empty( nWidth )   //removed
....
and now is functioning.
But this is not correct code, as nWidth is not respected as in printer.prg!!!!
by byte-one
Mon Mar 02, 2020 3:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Missing LIB
Replies: 13
Views: 2423

Re: Missing LIB

Uwe,
it seems, that the C-function HPDF_Page_TextRect() are missing in the lib from (x)harbour. (or in source fwpdf.prg!?)
by byte-one
Mon Mar 02, 2020 2:51 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Missing LIB
Replies: 13
Views: 2423

Missing LIB

In fwpdf.prg ther are:

Code: Select all

* link with \fwh\lib\hbhpdf.lib, libhpdf.lib
but the \fwh\lib\hbhpdf.lib are not present!
by byte-one
Sun Mar 01, 2020 5:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Question to XBROWSE
Replies: 3
Views: 567

Re: Question to XBROWSE

Short: In a xbrowse a editable cell should only get the focus if a specified function gives .T., otherwise skip to the next row where the function gives the next .T.. I do with bChange but the skip should functioning in both directions with the up-/down keys and also with the V-scroll and after clic...
by byte-one
Sun Mar 01, 2020 1:50 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Question to XBROWSE
Replies: 3
Views: 567

Question to XBROWSE

I have a xbrowse with a normal cell to edit and oBrw:nMoveType := MOVE_DOWN. Now i will skip to the next cell with value over 10. This should functioning also with arrow-keys and V-scroll. All lines <= 10 should not be reachable.
by byte-one
Thu Feb 27, 2020 1:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Nages please: HARU PDF Bugs/Extensions
Replies: 21
Views: 4845

Re: Mr. Nages please: HARU PDF Bugs/Extensions

Mr. Nages, is this corrected in 20.02?
by byte-one
Thu Feb 13, 2020 1:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Nages please: HARU PDF Bugs/Extensions
Replies: 21
Views: 4845

Re: Mr. Nages please: HARU PDF Bugs/Extensions

Mr. Nages, have you any answer?
Thanks
by byte-one
Thu Feb 13, 2020 1:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: BUG on GETS with password
Replies: 11
Views: 2089

Re: BUG on GETS with password

Karinha, the software is also using in a automode if after start nobody types in a password. After 10 secs the password-dialog ends and a predefined password is using. If inside the 10 secs a user types in a char, the timer stops and the user must type in the password. This problem is solved. NOT SO...
by byte-one
Mon Feb 10, 2020 12:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: BUG on GETS with password
Replies: 11
Views: 2089

Re: BUG on GETS with password

Hello karinha, now i found the reason for this problem. In my routine to sign in a have a timer, which go to standard-user after 10 secs. On the password get i have a clausula ON CHANGE: oTimer:deactivate() Now if i press letter for letter this is always executed and i cannot input further. Now i us...
by byte-one
Wed Feb 05, 2020 11:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Nages please: HARU PDF Bugs/Extensions
Replies: 21
Views: 4845

Re: HARU PDF Bugs/Extensions

Please Mr. Nages, show to that!
Thanks