Search found 13 matches: among

Searched query: among

by Antonio Linares
Sat Dec 14, 2024 5:21 am
Forum: FiveWin for Harbour/xHarbour
Topic: ADS licences directly from SAP?
Replies: 7
Views: 1170

Re: ADS licences directly from SAP?

https://www.kresin.ru/en/letodb.html
LetoDB is a client-server database management system (DBMS), which is a freely available alternative for Advantage Database Server (ADS), a client-server solution, popular among xBase developers.
by MarcoBoschi
Thu Oct 10, 2024 8:07 am
Forum: FiveWin for Harbour/xHarbour
Topic: DBF How to obtain an array containing record number
Replies: 16
Views: 1335

Re: DBF How to obtain an array containing record number

... I was wondering if there was the possibility of obtaining this information without necessarily scrolling the dbf table
Are there any functions among all index functions that permits to me to obtain the record number passing the key value? Only reading cdx files?
I ask this because from my tests ...
by Otto
Sat May 18, 2024 9:12 am
Forum: FiveWin para Harbour/xHarbour
Topic: Mod Harbour: ChatGPT Provides Detailed Answers
Replies: 23
Views: 3674

Mod Harbour: ChatGPT Provides Detailed Answers

... feedback from users and adjust your approaches accordingly.
By combining these approaches, you can promote the adoption and use of "mod harbour" among existing Harbour users and make the transition as smooth as possible.

Do you think it even makes sense to have web versions of the user programs ...
by Otto
Thu Feb 29, 2024 10:09 am
Forum: mod_harbour
Topic: XAMPP through PortableApps.com or Server2Go
Replies: 13
Views: 15382

Re: XAMPP through PortableApps.com or Server2Go

Dear Antonio,
By the way, I briefly introduced Runner RX on ModHarbourClub on Facebook. The post is among the most read and most liked.
Best regards,
Otto
by Silvio.Falconi
Mon Jan 29, 2024 3:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 2998

Re: Creating table with Trichedit

... there is no richtext.ch. I have richedit.ch but no richtext.ch

Linares told me that I have to learn from you Mr. Otto, but you are wrong, the class in question is not included among the fivewin classes, it is an old version from 1997 by Tom Marchione and in the class there is also the include file
by Silvio.Falconi
Mon Jan 15, 2024 10:00 am
Forum: FiveWin for Harbour/xHarbour
Topic: Have the parameters Selecting a printer
Replies: 4
Views: 950

Re: Have the parameters Selecting a printer

... s wrong !!!

as I already told you in another topic
when the end user selects the printer
the computer changes some vital parameters for printing among which
xOffset and Yoffset
if I assign the value 0 to these parameters
the printer puts the value 94.94


I need to Know

PaperWidth
PaperHeight ...
by Otto
Fri Jan 05, 2024 4:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 1256

file ID in the Windows file system

... retrieve the File ID:

**Using Command Line:**

- **fsutil**: Windows includes a command-line utility called fsutil that can display the File ID among other file and volume information. To use it, you'll need to open Command Prompt as an administrator and then use the following syntax:

```css ...
by jll-fwh
Wed Dec 13, 2023 1:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Back after 10 years due to illness [ Javier Lloris ]
Replies: 2
Views: 844

Back after 10 years due to illness [ Javier Lloris ]

... Gracias por todo Antonio.

First of all, I want to express my gratitude to Antonio, for being a wonderful, empathetic, educated person, among thousands of other positive adjectives and I cannot miss him, as a programming genius. Thanks for everything Antonio.

Para todos aquellos que aún ...
by Otto
Wed Nov 01, 2023 9:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: The Future of Developer Forums
Replies: 5
Views: 596

The Future of Developer Forums

... strengths of developer forums lies in the social bond they promote. Here, not only connections are made, but genuine friendships are formed among individuals who share the same passion for coding. This social cohesion is priceless and should not be overlooked.

The Importance of Community ...
by nageswaragunupudi
Wed Nov 01, 2023 12:30 am
Forum: FiveWin for Harbour/xHarbour
Topic: reposting a video from 2017
Replies: 3
Views: 481

Re: reposting a video from 2017

I wish the sweet 2017 repeated soon.
This time to learn mod-harbour from you among many other things.
by Jimmy
Sun Oct 01, 2023 6:25 am
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 1862

Re: who use PostgreSQL with Fivewin ?

hi,

thx for Answer
My friend Manu Exposito, creator of the MariaDB, SQLite, etc. HDO access library, among other libs,
has created a mini object-oriented library to access Postgre.

If you want to try it, it's free, it's in

https://forum.modharbour.app/viewtopic.php?f=20&t=526

i have to Login ...
by jvtecheto
Sat Sep 30, 2023 4:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 1862

Re: who use PostgreSQL with Fivewin ?

... if Fivewin can use PostgreSQL "the same Way" as PgDBE

Hi jimmy

My friend Manu Exposito, creator of the MariaDB, SQLite, etc. HDO access library, among other libs,
has created a mini object-oriented library to access Postgre.

If you want to try it, it's free, it's in

https://forum.modharbour ...
by Silvio.Falconi
Mon Mar 13, 2023 8:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: nowait
Replies: 9
Views: 1021

Re: nowait

nageswaragunupudi wrote:
Silvio.Falconi wrote:Image



WRONG

Code: Select all | Expand

   ACTIVATE DIALOG oDlg NOWAIT
   oDbf:Close()
return nil
 
CORRECT WAY

Code: Select all | Expand

   ACTIVATE DIALOG oDlg NOWAIT ;
      VALID ( oDbf:Close(), .T. ) 
return nil
 
WELCOME BACK AMONG US