Search found 85 matches: lite

Searched query: lite

by Otto
Fri Nov 01, 2024 8:52 am
Forum: FiveWin for Harbour/xHarbour
Topic: ADS Question
Replies: 10
Views: 1687

Re: ADS Question

... use low-level functions for CRUD operations on DBF. Index files are practically of little use today, and if we ever needed them, we could simply create a new format: DBF FW lite index format - DFX.

Investing so much brainpower in something that has no future seems unwise to me.

Best regards,
Otto
by VictorCasajuana
Sun Jul 03, 2022 8:44 am
Forum: FiveWin for Harbour/xHarbour
Topic: mod harbour and Fivewin RDP in parallel
Replies: 4
Views: 722

Re: mod harbour and Fivewin RDP in parallel

Antonio Linares wrote:Dear Otto,

You are a great Master :-)

We need to organize a Harbour users meeting again... soon
Great Idea

Enviado desde mi motorola edge 20 lite mediante Tapatalk
by VictorCasajuana
Thu Jun 02, 2022 9:38 am
Forum: mod_harbour
Topic: A big hit: Neither Apache and mod_harbour are needed
Replies: 4
Views: 29657

Re: A big hit: Neither Apache and mod_harbour are needed

Amazing!!

Enviado desde mi motorola edge 20 lite mediante Tapatalk
by VictorCasajuana
Sun May 29, 2022 4:10 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Por que no tenemos un IDE en FWH ?
Replies: 21
Views: 3511

Re: Por que no tenemos un IDE en FWH ?

Carles wrote:Victor,

Me dan ganas de pasarme a vcode [emoji14]

Merci por la info.
C.
Carles, siempre he pensado que el mejor programa es el que uno sabe manejar. [emoji6]

Enviado desde mi motorola edge 20 lite mediante Tapatalk
by VictorCasajuana
Sat May 28, 2022 7:08 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Por que no tenemos un IDE en FWH ?
Replies: 21
Views: 3511

Re: Por que no tenemos un IDE en FWH ?

... una lista de todos los plugins de vscode más útiles para los programadores Harbour:

https://github.com/APerricone/harbourCodeExtension
https://github.com/APerricone/vscode-dbf Buena idea. Cuando esté en el pc lo reviso

Enviado desde mi motorola edge 20 lite mediante Tapatalk
by VictorCasajuana
Sat May 28, 2022 7:07 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Por que no tenemos un IDE en FWH ?
Replies: 21
Views: 3511

Re: Por que no tenemos un IDE en FWH ?

Compuin wrote:
Antonio Linares wrote:Victor,

Usas algún plugin de vscode para gestionar proyectos ?


Usa Project Manager
+1

Enviado desde mi motorola edge 20 lite mediante Tapatalk
by Compuin
Sat May 28, 2022 4:28 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Por que no tenemos un IDE en FWH ?
Replies: 21
Views: 3511

Re: Por que no tenemos un IDE en FWH ?

... todo ello con lenguaje HB. También hay plugins que te añaden intellisense para FWH.
El diseño de las pantallas, pues quizás la única carència para cerrar el círculo. Un plugin para vscode que lo permitiese sería ya la reost.... [emoji16]

Enviado desde mi motorola edge 20 lite mediante Tapatalk


by VictorCasajuana
Sat May 28, 2022 4:23 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Por que no tenemos un IDE en FWH ?
Replies: 21
Views: 3511

Re: Por que no tenemos un IDE en FWH ?

... más, todo ello con lenguaje HB. También hay plugins que te añaden intellisense para FWH.
El diseño de las pantallas, pues quizás la única carència para cerrar el círculo. Un plugin para vscode que lo permitiese sería ya la reost.... [emoji16]

Enviado desde mi motorola edge 20 lite mediante Tapatalk
by VictorCasajuana
Fri Apr 29, 2022 1:15 pm
Forum: Off Topic / Otros temas
Topic: Login FiveWin Forum
Replies: 4
Views: 2399

Re: Login FiveWin Forum

I use tapatalk to acces at this forum and login works fine.

Enviado desde mi motorola edge 20 lite mediante Tapatalk
by max
Sun Jul 25, 2021 2:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: File name .sqlite3 not work with FW_OpenAdoConnection
Replies: 7
Views: 706

File name .sqlite3 not work with FW_OpenAdoConnection

When i use
oCn:=FW_OpenAdoConnection("name.db")
works fine,
but i have to access data to a db sql lite 3 named "name.sqlite3", and
oCn:=FW_OpenAdoConnection("name.sqlite3")
doesn't work!
And i can't rename the file, because it is in use by another third-party application.
How ...
by nageswaragunupudi
Mon Mar 16, 2020 4:54 am
Forum: FiveWin for Harbour/xHarbour
Topic: Hi-Lite get fields like the old Dos days
Replies: 6
Views: 1144

Re: Hi-Lite get fields like the old Dos days

Rao

SetGetColorFocus() .. 2 questions

1) do you have a short example ??
2) I would prefer to use this function when and where I need it .. and not be a global setting ..

Thanks
Rick Lipkin

1) Just put it in one of your applications and see the difference.

2)
Syntax:
SetGetColorFocus&#40 ...
by horacio
Mon Mar 16, 2020 1:00 am
Forum: FiveWin for Harbour/xHarbour
Topic: Hi-Lite get fields like the old Dos days
Replies: 6
Views: 1144

Re: Hi-Lite get fields like the old Dos days

Hello, if you want to customize

Code: Select all | Expand


oGet : bGotFocus := { || oGet : SetColor( 0, CLR_GRAY ) }
oGet : bLostFocus := { || oGet : SetColor( 0, CLR_WHITE ) }
 


Saludos
by MOISES
Sun Mar 15, 2020 6:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Hi-Lite get fields like the old Dos days
Replies: 6
Views: 1144

Re: Hi-Lite get fields like the old Dos days

Rick,

It is a global setting to be called at the beginining of main()
by Rick Lipkin
Sun Mar 15, 2020 5:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Hi-Lite get fields like the old Dos days
Replies: 6
Views: 1144

Re: Hi-Lite get fields like the old Dos days

Rao

SetGetColorFocus() .. 2 questions

1) do you have a short example ??
2) I would prefer to use this function when and where I need it .. and not be a global setting ..

Thanks
Rick Lipkin
by nageswaragunupudi
Fri Mar 13, 2020 8:27 am
Forum: FiveWin for Harbour/xHarbour
Topic: Hi-Lite get fields like the old Dos days
Replies: 6
Views: 1144

Re: Hi-Lite get fields like the old Dos days

Simpler

Code: Select all | Expand


SetGetColorFocus()