Search found 89 matches

by mauri.menabue
Sat Dec 12, 2020 8:59 am
Forum: FiveWin for Harbour/xHarbour
Topic: mysql_embedded: Unknown error 1146
Replies: 1
Views: 419

mysql_embedded: Unknown error 1146

Hi All I try this sample MySqlMdb.prg 1 - bldmbh mysqlmbd (in folder d:\FWH\samples) 2 - I created the d:\TestMaria folder to hold the Fwh database with the file 'ErrMsg.sys' Italian version taken from the installation of mariaDB 10.5 3- the program creates the above files but ends without creating ...
by mauri.menabue
Fri Nov 06, 2020 3:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Test network connection
Replies: 1
Views: 480

Test network connection

Hi All
Is there any way to know if network connection is still active?
TIA
by mauri.menabue
Tue Nov 03, 2020 7:33 am
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: how to load image data instead of image name
Replies: 17
Views: 1620

Re: XBrowse: how to load image data instead of image name

Hi Enrico

I have two questions to ask :

1 what is the "detached local" technique.
Can you post an example?

2 how store an image into a memo file.

TIA
by mauri.menabue
Mon Nov 02, 2020 11:45 am
Forum: FiveWin for Harbour/xHarbour
Topic: Error on Resize xBrowse
Replies: 0
Views: 5305

Error on Resize xBrowse

Hi all when resize xBrowse accours the error Application =========== Path and name: C:\Zephir\NwCoge\Sigah.exe (32 bits) Size: 2,995,712 bytes Compiler version: Harbour 3.2.0dev (r2008190002) FiveWin version: FWH 20.08 C compiler version: Borland/Embarcadero C++ 7.0 (32-bit) Windows version: 6.2, Bu...
by mauri.menabue
Thu Oct 29, 2020 6:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to implement GETACTIVE()?
Replies: 31
Views: 3417

Re: How to implement GETACTIVE()?

hi Enrico
I try it but unfortunately it doesn't work
when I move backwards with the mouse,
however the get active is always the one I am on, right?
bye
by mauri.menabue
Thu Oct 29, 2020 9:54 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to implement GETACTIVE()?
Replies: 31
Views: 3417

Re: How to implement GETACTIVE()?

hi enrico
if you go back thru the controls , the error appears :(
there is no function es.: PREVTDLGTAB ?
or or proceed forward by skipping the controls that are not input up to the previous get,
perhaps the problem of jumping using the mouse would remain.

bye
by mauri.menabue
Thu Oct 29, 2020 9:40 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to implement GETACTIVE()?
Replies: 31
Views: 3417

Re: How to implement GETACTIVE()?

Hi Enrico
It's OK GREAT ! :D
bye
by mauri.menabue
Thu Oct 29, 2020 12:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: TGet: RIGHT clause problem
Replies: 15
Views: 1186

Re: TGet: RIGHT clause problem

hi Mr. Rao
But with EDIT does not work up / down arrow to leave control only TAB or RETURN.
Bye
by mauri.menabue
Wed Oct 28, 2020 11:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to implement GETACTIVE()?
Replies: 31
Views: 3417

Re: How to implement GETACTIVE()?

hi Enrico try this code whit 2 gets of different type does not work #include "Fivewin.ch" FUNCTION MAIN()     LOCAL oDlg     LOCAL cVr1 := SPACE( 30 )     LOCAL nVr2 := 100     DEFINE DIALOG oDlg     @ 1, 1 GET cVr1 VALID IF( empty(GETACTIVE( oDlg ):VarGet())  , (MsgAlert("Campo obbli...
by mauri.menabue
Sun Oct 25, 2020 9:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TGet: RIGHT clause problem
Replies: 15
Views: 1186

Re: TGet: RIGHT clause problem

Hi Enrico for me it's ok try #include "Fivewin.ch" FUNCTION MAIN()     LOCAL oDlg     LOCAL oFont1     LOCAL oFont2     LOCAL cVar := "FIVEWIN"         DEFINE FONT oFont1 NAME "COURIER NEW" SIZE 0, -11 // NOT PROP.     DEFINE FONT oFont2 NAME "TAHOMA"      SIZ...
by mauri.menabue
Thu Oct 22, 2020 4:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: Resize dialog
Replies: 16
Views: 1980

Re: Resize dialog

Hi Otto The last test made is the following, try it and give me an opinion thanks. #include "FiveWin.ch" *---------------------------------------------------------------------------- function ResDlg *----------------------------------------------------------------------------    local nAlt...
by mauri.menabue
Thu Oct 15, 2020 8:44 am
Forum: FiveWin for Harbour/xHarbour
Topic: Resize dialog
Replies: 16
Views: 1980

Re: Resize dialog

hi all, I have to find a way to fix the position of the button inside the get with the action. I am attaching the latest test version of the dialog resize program. #include "FiveWin.ch" *---------------------------------------------------------------------------- function ResDlg *---------...
by mauri.menabue
Wed Oct 14, 2020 8:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Resize dialog
Replies: 16
Views: 1980

Re: Resize dialog

hi all I was able to adjust the height of the font but I can't adjust the width, any ideas? #include "FiveWin.ch" *---------------------------------------------------------------------------- function ResDlg *----------------------------------------------------------------------------    l...
by mauri.menabue
Wed Oct 14, 2020 4:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Resize dialog
Replies: 16
Views: 1980

Re: Resize dialog

Hi all, Silvio thanks with your example I found the way to resize the controls according to the dialog area. Now I have to find a way to change the font size according to the size of the controls. Is it possible to change the font size on fly? I am attaching an example of the new test. Thanks again ...
by mauri.menabue
Tue Oct 13, 2020 9:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Resize dialog
Replies: 16
Views: 1980

Resize dialog

Hi all I would like to create a dialog whose controls are resizable by resizing the dialog. I made a test program but the resize doesn't work when i increase the size of the dialog, when i reduce the size of the dialog it seems to work. Can someone help me to understand where i am wrong. #include &q...