Search found 58 matches: separate

Searched query: separate

by Otto
Sat Dec 14, 2024 7:31 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour to Harbour
Replies: 14
Views: 917

Re: xHarbour to Harbour

Hello friends,

Thank you very much, everyone.

Mr. Rao, thank you for the kind words. At the beginning of the year, I will set up a PC and, separate from the production system, start with the migration. I hope I can count on your help, as always.

Enrico, I don’t have much contact with the Harbour ...
by Antonio Linares
Sat Dec 07, 2024 5:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Login with Cloudflare
Replies: 6
Views: 626

Re: Login with Cloudflare

... have already been verified through your identity provider (e.g., Google Workspace, Okta, etc.). This reduces the need for maintaining a separate authentication system in your application.

2. **Enhanced Security**:
- With features like **Multi-Factor Authentication (MFA)**, **device ...
by Antonio Linares
Mon Nov 18, 2024 6:08 am
Forum: Off Topic / Otros temas
Topic: Chris Langan Vision of Reality
Replies: 0
Views: 2647

Chris Langan Vision of Reality

... existence but what does this mean for
you as a participant within this Grand
structure in langan's view you aren't
just a passive Observer of a separate
Mechanical Universe you are both an
integral part of and a contributor to
the underlying code that defines it you
don't merely exist in the ...
by Otto
Sat Nov 09, 2024 10:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 5777

Re: cloud or not cloud

... and web programmer are often the same person who manages both the infrastructure and develops the application.

Nevertheless, it is crucial to separate these tasks and view each role with its own responsibilities to implement a comprehensive security strategy.

I have spent the last few weeks ...
by Silvio.Falconi
Tue Nov 05, 2024 11:48 am
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: A Vision for a Simpler, More Flexible Future
Replies: 5
Views: 637

Re: xBrowse: A Vision for a Simpler, More Flexible Future

... more simply. At the moment, there are over 16,000 lines of code in a single sequence. For instance, I think the methods should be placed in separate classes:

METHOD SetDolphin( oMysql, lAddCols, lAutoOrder, aFldNames )
METHOD SetMySql( oMysql, lAddCols, lAutoOrder, aFldNames ) // TMySql object ...
by Otto
Tue Nov 05, 2024 10:24 am
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: A Vision for a Simpler, More Flexible Future
Replies: 5
Views: 637

Re: xBrowse: A Vision for a Simpler, More Flexible Future

... more simply. At the moment, there are over 16,000 lines of code in a single sequence. For instance, I think the methods should be placed in separate classes:

METHOD SetDolphin( oMysql, lAddCols, lAutoOrder, aFldNames )
METHOD SetMySql( oMysql, lAddCols, lAutoOrder, aFldNames ) // TMySql object ...
by Otto
Tue Nov 05, 2024 8:03 am
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: A Vision for a Simpler, More Flexible Future
Replies: 5
Views: 637

xBrowse: A Vision for a Simpler, More Flexible Future

... The plan: a clear separation of data access and presentation to improve maintainability and scalability.

My approach:

Data Access Layer: Separate modules for different databases (DBF, SQL, APIs) to create a unified interface.

xBrowse Display: Data shown only from in-memory arrays ...
by Giovany Vecchi
Tue Oct 08, 2024 2:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 59
Views: 7515

Re: Browse of my ADO Class

... solve it by using DEFINE WINDOW MDI for each part of the program you want to open, but this does not create multithreading, but the windows are independent and operate in separate cores.
For this, the correct way is to use classes.
You have my WhatsApp, if you need anything I'm available to help you.
by nnicanor
Wed Sep 25, 2024 2:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 4056

Re: Bug Maria_Connect() FWH-24.07 64 bits ???

... Isolate Problematic Sections**
If you know where the crash is likely happening (for example, around `hb_vmSend(0)`), isolate that code into a separate function and handle exceptions locally, so they don't propagate and crash the entire program. You can use structured exception handling (`try ...
by karinha
Wed Sep 25, 2024 1:16 pm
Forum: FiveWin para Harbour/xHarbour
Topic: lUseHaruPDF - FWH 24.07
Replies: 19
Views: 2137

Re: lUseHaruPDF - FWH 24.07

... in OemToAnsi() and in the TRANSPARENT command in the DIALOG. Apart from other problems.

I am not aware of any of these issues. Please make a separate posting with these issues. I have not faced any issues with my own development.

Good morning Master Nages, I'm going to create a topic for you ...
by nageswaragunupudi
Wed Sep 25, 2024 12:59 pm
Forum: FiveWin para Harbour/xHarbour
Topic: lUseHaruPDF - FWH 24.07
Replies: 19
Views: 2137

Re: lUseHaruPDF - FWH 24.07

... a long time. As reported to me there is a BUG in GDIPLUS with BTNBMP, in OemToAnsi() and in the TRANSPARENT command in the DIALOG. Apart from other problems.

I am not aware of any of these issues. Please make a separate posting with these issues. I have not faced any issues with my own development.
by nageswaragunupudi
Sun Aug 25, 2024 1:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH_2407 oSay does not assume nHeight
Replies: 32
Views: 6261

Re: FWH_2407 oSay does not assume nHeight

... XBrowse( aInfo ) )

ACTIVATE WINDOW oWnd CENTERED

return nil


https://imagizer.imageshack.com/v2/xq70/922/qAXP6Y.png

Note: There is always 1 pixel difference for some controls/windows. I will explain this in detail in a separate post. Otherwise oCtrl:nHeight gives wthe correct value.
by Otto
Mon Jul 29, 2024 7:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Switching from memo fields to files -
Replies: 8
Views: 1282

Re: Switching from memo fields to files -

... fields.
But we don't store as much in the memo fields anymore. We have a DMS running in parallel where we can store any type of document in a separate folder for each customer.
For example, incoming emails are simply copied into the folder with drag & drop, as are outgoing letters.
Since I ...
by Otto
Mon Jul 29, 2024 10:45 am
Forum: FiveWin for Harbour/xHarbour
Topic: Switching from memo fields to files -
Replies: 8
Views: 1282

Switching from memo fields to files -

... that data is better stored in files and the storage can be better structured.

I am now starting and will first export the memo fields into separate files.
I will create a folder for each database that has a memo field, named after the database without the extension.
For example: test.dbf and ...
by Otto
Fri Jul 19, 2024 9:45 am
Forum: FiveWin for Harbour/xHarbour
Topic: Dbf/cdx to sql changing
Replies: 53
Views: 5421

Re: Dbf/cdx to sql changing

Speedtest (Web):
Memo fields and BLOB fields will now be removed from my databases and distributed into separate files.

/hotel_data/
/public_notes/
note1.txt
note2.txt
/confidential_notes/
note3.txt
/private_notes/
note4.txt

Use of access rights:

Public notes: Directory "/public_notes/" accessible ...