Search found 123 matches: setting

Searched query: setting

by Antonio Linares
Thu Dec 19, 2024 2:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Local hook
Replies: 2
Views: 287

Re: Local hook

... function, the second parameter must be a pointer to a callback function that matches the required signature for the type of hook you're setting. Here’s the general process:

Steps:
1. Identify the Hook Type: Choose the appropriate hook type (e.g., WH_KEYBOARD, WH_MOUSE, etc.). The hook ...
by Otto
Fri Nov 29, 2024 3:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: php4dbf - CSV-import
Replies: 10
Views: 1758

Re: php4dbf - CSV-import

Good to hear. Files outside the directory C:\htdocs are blocked. This is a security measure to prevent someone from accessing files outside the webserver. However, you can change this setting if you want and if it's your system.
by Jimmy
Thu Nov 21, 2024 10:35 am
Forum: FiveWin for Harbour/xHarbour
Topic: xImage doubt
Replies: 17
Views: 4045

Re: xImage doubt

... 5.02 i do not understand how to handle it.
it seems Workshop Resource Editor is include in IDE so how to start IDE ?

i have read about Registry Setting for Borland C++ 5.02.
do i need to change them and SET them for BCC 7 ?

sorry for those Dummy Question, but i never have work this Way before ...
by Otto
Tue Nov 12, 2024 10:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 5772

Re: cloud or not cloud

... hotel software on an Apache server running on Windows with a self-hosting setup, I have developed the following solution:

Initially, I considered setting up ModSecurity to further secure the server. However, the management and maintenance effort for this, either in-house or at the client site ...
by Otto
Fri Nov 01, 2024 9:24 am
Forum: FiveWin for Harbour/xHarbour
Topic: Think Bigger - Think on Future
Replies: 0
Views: 526

Think Bigger - Think on Future

... your environment, you can optimize the performance of your CRUD operations by caching data in memory, performing write operations in batches, or setting up logging for repeated queries.

Error and Transaction Management: Ensure your system handles transactions securely and creates error logs to ...
by Marc Venken
Thu Oct 31, 2024 9:27 am
Forum: FiveWin for Harbour/xHarbour
Topic: RDS (Remote Desktop) and FW programming
Replies: 10
Views: 1196

RDS (Remote Desktop) and FW programming

... a other desktop machine.
It works great and fast.

I wonder what I have to consider that could happen in using this setup.

I use a correct Path setting and have to link correct. That's clear

So, all work is done on the server and the endresult of data is send to the slaves, what makes it fast ...
by nageswaragunupudi
Mon Oct 21, 2024 2:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDb how use locate for a date SOLVED
Replies: 5
Views: 559

Re: MariaDb how use locate for a date SOLVED

As Mr. Vilian said, the expressions used for oRs.SetFilter and oRs:Locate should use DBF syntax.
Very same expressions you use for setting filters or locate for statements in DBF.

There is another method which helps you to make these expression easily for you.

? cLocate := oCn:ExprnDBF( "HIREDATE ...
by Marc Venken
Sat Oct 19, 2024 7:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Extending SetScope()
Replies: 15
Views: 1613

Re: Extending SetScope()

The magic lies in the Optimized filter with CDX, but when is it optimized ?

By setting the indexes ?
You see option 2b of Mr. Rao ? Using Locate ? didn't know it )))

I think if more members request the samples from Mr. Rao he will help us
by Enrico Maria Giordano
Mon Oct 14, 2024 9:21 am
Forum: FiveWin for Harbour/xHarbour
Topic: why, under 64 Bit OS, does not Find UUID.LIB
Replies: 33
Views: 2718

Re: why, under 64 Bit OS, does not Find UUID.LIB

hi Enrico,

i have try other Setting but there is NO "hrb.rsp" on my PC :shock:

This is the content of hrb.rsp (it is the library list):

hbvm +
hbcommon +
hbrtl +
hbmacro +
gtwin +
hbrdd +
hbsix +
rddntx +
rddfpt +
xhb +
hbct +
hbwin +
hbpcre +
hbziparc +
hbmzip +
minizip +
hbzlib +
rddcdx ...
by Jimmy
Mon Oct 14, 2024 9:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: why, under 64 Bit OS, does not Find UUID.LIB
Replies: 33
Views: 2718

Re: why, under 64 Bit OS, does not Find UUID.LIB

hi Enrico,

i have try other Setting but there is NO "hrb.rsp" on my PC :shock:

here is DRXLS.PRG which i use for test (from this thread https://forums.fivetechsupport.com/viewtopic.php?t=44903&start=5 )
#include "fivewin.ch"
REQUEST DBFCDX
REQUEST DRXLSX

function Main()

UseDrXlsx( .t ...
by Marc Venken
Wed Oct 09, 2024 3:25 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Is the order of fields important for filtering data ?
Replies: 0
Views: 410

Is the order of fields important for filtering data ?

... search gets) the order is important.

Let say that I want foling fields filtered :

Index is on Name : filter like Name...+Color++++Size (filter setting)

Name : Test
Color : Blue
size : Large

Second option is the field Color is before the name in the browse, the filter will be :

Color...+Name ...
by Jimmy
Mon Sep 09, 2024 10:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: how to Setup FWH Environment
Replies: 1
Views: 378

how to Setup FWH Environment

hi,

Still have Problem using right Environment for FWH.
i use these Setting, are they right :?:

build.BAT for 32 Bit BCC
BCDIR=c:\bcc770
FWDIR=C:\FWH
HBDIR=C:\HARBOUR
hdir=C:\HARBOUR
hdirl=C:\HARBOUR\lib\win\bcc

build64.BAT for 64 Bit BCC
BCDIR=c:\bcc7764
FWDIR=C:\FWH64
HBDIR=C:\HARBOUR64
hdir ...
by nageswaragunupudi
Wed Sep 04, 2024 8:39 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Controlar Error ADODB.RecordSet:FIELDS/9 - Solucionado
Replies: 7
Views: 1421

Re: Controlar Error ADODB.RecordSet:FIELDS/9

How are you setting the filter?
Can we see the code?
by Antonio Linares
Wed Aug 07, 2024 8:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Implementing ItsMe in a FWH-application
Replies: 2
Views: 981

Re: Implementing ItsMe in a FWH-application

... With the access token, you can now make authenticated requests to ItsMe's API to retrieve user information or perform other actions.

Step 4: Setting up a Webhook
You'll need to set up a web server that can handle incoming requests from ItsMe. This server will need to be reachable from the ...
by Marc Venken
Tue Jul 30, 2024 2:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Europen Elektronic Bill
Replies: 12
Views: 3234

Re: Europen Elektronic Bill

... EUR</cbc:DocumentCurrencyCode> <!-- BT-5: Invoice currency code -->
<cbc:DueDate>2023-08-15</cbc:DueDate> <!-- BT-9: Payment due date -->

In Setting dbf, i make 3 fields like : ID, Starttxt, Endtxt like : BT-1 , "<cbc:ID>", "</cbc:ID>"
and in the program I link the data to BT-1 = data->invoice ...