Search found 40 matches

by mauri.menabue
Wed Jan 08, 2025 9:04 am
Forum: mod_harbour
Topic: learn mod_harbour
Replies: 3
Views: 59

Re: learn mod_harbour

Thank you for giving your availability.
1) I am Italian, I live and work in Modena Emilia Romagna.
2) I develop a business management program, I don't earn money with a verticalized product but instead develop the personalization of my basic management program for my clients, so I'm a bit like a ...
by mauri.menabue
Wed Jan 08, 2025 1:17 am
Forum: mod_harbour
Topic: learn mod_harbour
Replies: 3
Views: 59

learn mod_harbour

Happy New Year Otto,

I would like to start using mod_harbour. I think you are the right person to ask for information. I would need a learning path based on very, very simple examples starting initially from how to prepare the development and test environment, I have seen that you recently talked ...
by mauri.menabue
Mon Sep 16, 2024 9:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: slowness
Replies: 76
Views: 11339

Re: slowness

Hi Marco
Are there many double keys in the index?
bye
by mauri.menabue
Sun Sep 15, 2024 9:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: slowness
Replies: 76
Views: 11339

Re: slowness

Hi Marco
not only how many tags but its formula for that single tag
e.g.: dtos( gio_drg) + str(gio_num,9) + str(gio_riga,3)
I often made too complex indexes which often slowed down the browse,
I would like to know if the slowness you see is on loop type : ' do while .. enddo '
or on a browse
Bye
by mauri.menabue
Sat Sep 14, 2024 8:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: slowness
Replies: 76
Views: 11339

Re: slowness

Hi Marco
Since it seems that the slowdown is linked to the opening of the index,
can you put the index formula and how many TAGs are present?
tia
by mauri.menabue
Thu Sep 12, 2024 10:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: how to link multiple Files using Bcc or MSVC
Replies: 8
Views: 979

Re: how to link multiple Files using Bcc or MSVC

Hi Jimmy

for BCC i use *.MAK File


1 Files Build.bat
*--------------------------------------------------------------------------------------------------
REM BUILD FILE
*--------------------------------------------------------------------------------------------------
@echo off

:BUILD

cd d ...
by mauri.menabue
Fri Sep 06, 2024 3:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error in sample program : TESTRTF5
Replies: 5
Views: 875

Re: Error in sample program : TESTRTF5

Path and name: d:\fwh\samples\testrtf5.exe (32 bits)
Size: 4,952,064 bytes
Compiler version: Harbour 3.2.0dev (r2307062207)
FiveWin version: FWH 23.10
C compiler version: Borland/Embarcadero C++ 7.0 (32-bit)
Windows 11 64 Bits, version: 6.2, Build 9200
by mauri.menabue
Fri Sep 06, 2024 9:12 am
Forum: FiveWin for Harbour/xHarbour
Topic: Error in sample program : TESTRTF5
Replies: 5
Views: 875

Re: Error in sample program : TESTRTF5

hi Cristobal

static function Find()

local cFind := Space( 100 )
local nDir := 1
local lCase := .f.
local lWord := .t. <------- in my TestRtf5.prg this line in 1001
local oDlg
local oFind

DEFINE DIALOG oDlg RESOURCE "Find"

REDEFINE GET oFind VAR cFind ID 101 OF oDlg UPDATE

REDEFINE ...
by mauri.menabue
Thu Sep 05, 2024 9:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error in sample program : TESTRTF5
Replies: 5
Views: 875

Error in sample program : TESTRTF5

Hi everyone
I wanted to practice using the richedit5 class so I compiled
the following program: testrtf5 however in the case
of the search this error appears:
Application
===========
Path and name: d:\fwh\samples\testrtf5.exe (32 bits)
Size: 4,952,064 bytes
Compiler version: Harbour 3.2.0dev ...
by mauri.menabue
Sat Aug 03, 2024 7:53 am
Forum: FiveWin for Harbour/xHarbour
Topic: Correct use xBrowse
Replies: 0
Views: 683

Correct use xBrowse

I would like to use xbrowse correctly with both dbfcdx and mariadb, Mr. Rao could you show me some right examples in FWH\samples and some significant links on the forum,
by correct use I mean how to define the columns and their totals and the incremental search and filter.
Thanks.
by mauri.menabue
Thu Jun 06, 2024 8:35 am
Forum: FiveWin for Harbour/xHarbour
Topic: Fwxlsxlib error xbrowse oBrw:toExcel
Replies: 1
Views: 290

Fwxlsxlib error xbrowse oBrw:toExcel

Hi all,

when the oBrw:toExcel function is executed
and the UseXLSXLIB( .T. ) command is active
to use the Fwxlsxlb library this error appears :

Application
===========
Path and name: d:\Zephir\NwCoge\Sigah.exe (32 bits)
Size: ********* bytes
Compiler version: Harbour 3.2.0dev (r2307062207 ...
by mauri.menabue
Wed Mar 27, 2024 8:59 am
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2937

Re: incremental search on Xbrowse

Hi Rao,
yes,
this is default in my Std management of table,

::oBrw:SetMultiSelectCol( )

I rarely disable it using the property :

::oBrw:oMultiSelCol:lReadOnly := .T.

TIA
by mauri.menabue
Tue Mar 26, 2024 12:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2937

Re: incremental search on Xbrowse

Hi Master Rao,
The fix works perfectly!
:D
TIA
by mauri.menabue
Mon Mar 25, 2024 11:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2937

Re: incremental search on Xbrowse

hi Nages,
The my FWH version is 23.10 but as already posted the condition under which the space is discarded is

if nKey == 32 .and. ::nMarqueeStyle <= MARQSTYLE_HIGHLROWRC .and. oCol:hChecked .and. oCol:lEditable
...
elseif nKey == 32 .and. !::lFastEdit .and. ::oMultiSelCol != nil

TIA
by mauri.menabue
Sat Mar 23, 2024 2:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2937

incremental search on Xbrowse

Hi all,
Is it possible to modify xbrowse so that it can also accept the 'space' character in the 'seek' search string?
This change would allow searches even with 2 or more words.



xbrowse vers. :
#define FWVERSION "FWH 23.10"
#define FW_VersionNo 23101


298 DATA nSortSecs INIT 0
299 DATA ...