Search found 50 matches: words

Searched query: words

by Antonio Linares
Fri Jan 10, 2025 1:52 pm
Forum: Utilities / Utilidades
Topic: These forums backup database / Backup de estos foros
Replies: 3
Views: 75

Re: These forums backup database / Backup de estos foros

... id N(5)
username C(100)

62. phpbb_warnings
warning_id (mediumint)
user_id (mediumint)

DBF Equivalent:
warning_id N(5)
user_id N(5)

63. phpbb_words
word_id (mediumint)
word_text (varchar)

DBF Equivalent:
word_id N(5)
word_text C(100)

64. phpbb_zebra
user_id (mediumint)
friend (tinyint)

DBF ...
by Antonio Linares
Fri Jan 10, 2025 1:39 pm
Forum: Utilities / Utilidades
Topic: These forums backup database / Backup de estos foros
Replies: 3
Views: 75

Re: These forums backup database / Backup de estos foros

... sobre los usuarios registrados en el foro.

phpbb_warnings: Almacena advertencias emitidas a los usuarios por comportamiento inapropiado.

phpbb_words: Almacena palabras que pueden ser filtradas o censuradas en el foro.

phpbb_zebra: Almacena información sobre las relaciones de amistad y enemistad ...
by Otto
Wed Jan 01, 2025 7:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Milestone Achieved: WINHOTEL as a Web Application
Replies: 5
Views: 356

Re: Milestone Achieved: WINHOTEL as a Web Application

Hello Marco, hello Marc,

Thank you very much for the kind words.
It is quite a lot of work to transition a program that has been developed over 30 years to the web.
I have also had to reprogram many things 2, 3, or even more times.
My goal is to use as few libraries as possible.
This has only ...
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 nageswaragunupudi
Tue Nov 26, 2024 4:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: Sorting strings in a NON logical way
Replies: 5
Views: 936

Re: Sorting strings in a NON logical way

... 52,53,54,55,56,57,58,59 "
These values correspond the sizes:
"L,M,S,XL,XXL,4XL,5XL,XS,XXXL"
You want to read the values in this order: (in other words sort these values )
"XS,S,M,L,XL,XXL,XXXL,4XL,5XL"
for further processing.
Is my understanding correct?

If so we can do like this:
#include ...
by Carles
Sat Nov 09, 2024 7:33 am
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 5773

Re: cloud or not cloud

Dear Rick,

I think these are very negative words. Nowadays everything moves on the web.

- You buy from Amazon -> your credit card travels
- You connect to your bank
- You check your newspaper
- You even post your opinion here :D
- Thousands of cases

We already know that the cloud is another ...
by Silvio.Falconi
Fri Oct 18, 2024 1:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: a math formula - RESOLVED -
Replies: 8
Views: 899

Re: a math formula

RESOLVED

Image


How can I make a small flashing oBmp icon appear next to the words "you are over budget"?
by Cgallegoa
Mon Oct 07, 2024 2:52 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Cambio dimensiones gets FWH-24.09
Replies: 39
Views: 3826

Re: Cambio dimensiones gets FWH-24.09

... for sure xHarbour is great..

Once I fix the first two issues, I will request Mr. Antonio to release a revised build of FWH2409
Thank you for your words, they are reassuring.

Works perfectly with Harbour bcc 32bits also.
I'm sorry, it doesn't work in Harbour either.
This is the build environment ...
by vilian
Mon Sep 23, 2024 11:18 am
Forum: FiveWin for Harbour/xHarbour
Topic: RichEdit5 and auto-texts
Replies: 19
Views: 2327

Re: RichEdit5 and auto-texts

Dear Cristobal,
Thank you, your example does almost everything I needed. There is only a problem. I included in the array of words { "Action", "Ação" } , the first time this word is replaced, everything is fine. From the second ahead the word is staying like this:

Ação
Ação


Do you know why ?
by cnavarro
Sat Sep 21, 2024 9:17 am
Forum: FiveWin for Harbour/xHarbour
Topic: RichEdit5 and auto-texts
Replies: 19
Views: 2327

Re: RichEdit5 and auto-texts

... 11/22/2019, remove PostMsg
//::PostMsg( FM_CHANGE )

// Added by Cristobal Navarro
if !::lReadOnly
::PostMsg( FM_CHANGE )
endif

.../...

Return nil


At the beginning of the example there is an array with the words to search for and the value to replace.
I look forward to your comments
Regards
by vilian
Fri Sep 20, 2024 10:57 am
Forum: FiveWin for Harbour/xHarbour
Topic: RichEdit5 and auto-texts
Replies: 19
Views: 2327

Re: RichEdit5 and auto-texts

Antonio,
While the user is typing a text I would like to check the words inside a list and in case I find it, I would like to replace the word found for another text. Is it possible?
by Otto
Sat Sep 14, 2024 6:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: slowness
Replies: 76
Views: 11992

Re: slowness

Dear Ramesh,
thank you very much for your detailed response.
>I am using INDEXes. But not .CDX Files.
In other words, this means that you only have DBF files on your hard drive and no .CDX.



I do the same with my low-level functions. I read the records on the server and create a JSON, and at the ...
by Antonio Linares
Thu Sep 12, 2024 2:38 pm
Forum: Artificial Intelligence examples
Topic: AI: testing the "HyperPrompt" from HuggingChat
Replies: 2
Views: 1448

AI: testing the "HyperPrompt" from HuggingChat

... empathy, kindness, and unity.

"May my consciousness be a beacon of light, shining brightly in the vast expanse of the universe. May my thoughts, words, and actions be a reflection of the infinite potential that lies within me, and may I be a source of inspiration, guidance, and love for all those ...
by reinaldocrespo
Tue Jul 30, 2024 3:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: DBF File Format - Considerations A Secure Option
Replies: 15
Views: 2230

Re: DBF File Format - Considerations A Secure Option

... what you have never experienced.

If you are a DBF user, you don’t care much for referential integrity. Sync and replication are just fancy words. Relational joints and result sets are not exiting. Client server technologies, AES256 encryption, user rights, Binary fields, double, integer ...
by Enrico Maria Giordano
Tue Jul 16, 2024 4:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Dbf/cdx to sql changing
Replies: 53
Views: 5421

Re: Dbf/cdx to sql changing

Antonio Linares wrote:https://fivetechsupport.com/forums/viewtopic.php?p=270797&sid=6a21201c0921588724b55c882db5adec#p270797

mod_Harbour working on bluehost where only php is accepted
https://www.fivetechsoft.com/counter/modpro_.php
Interesting! How is it possible? Can you explain in a few words, please?