Search found 1077 matches

by MarcoBoschi
Thu Apr 03, 2025 2:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE lFastEdit in some columns
Replies: 6
Views: 504

Re: XBROWSE lFastEdit in some columns

Many thanks it's very very interesting :idea:
by MarcoBoschi
Thu Apr 03, 2025 6:34 am
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE lFastEdit in some columns
Replies: 6
Views: 504

Re: XBROWSE lFastEdit in some columns

IF oBrw:lFastEdit = .F. and a column is oCol:nEditType = EDIT_GET I have to press Enter to modify the value
of the column
IF oBrw:lFastEdit = .T. and a column is always oCol:nEditType = EDIT_GET
IF I press alpha or digit characters I can modify the value of the column
For some columns I want this ...
by MarcoBoschi
Wed Apr 02, 2025 2:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE lFastEdit in some columns
Replies: 6
Views: 504

Re: XBROWSE lFastEdit in some columns

Yes but is not exactly what I desire. I want to set some colunns as oCol:nEditType = EDIT_GET and a only few of these also lFastEdit
In the guide I see "If true, editable columns go to edit mode just pushing an alpha or digit character. This feature is incompatible with Incremental seek and is only ...
by MarcoBoschi
Wed Apr 02, 2025 8:12 am
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE lFastEdit in some columns
Replies: 6
Views: 504

XBROWSE lFastEdit in some columns

Hi is it possible to set only for some columns lFastedit?
Actually I set only in this way but oBrw:lFastEdit = .T. this piece of code set all columns. My desire is to have some columns not editable and other editable

Many Thanks
by MarcoBoschi
Mon Mar 31, 2025 9:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: Silvio, Happy Birthday
Replies: 14
Views: 1737

Re: Silvio, Happy Birthday

Happy Birthday Silvio!
by MarcoBoschi
Sun Feb 16, 2025 8:42 am
Forum: All products support
Topic: Ricarico costo prodotti
Replies: 3
Views: 2872

Re: Ricarico costo prodotti

Silvio fa 354,54

dove hai trovato che deve fare 354,44? manda il link se sono calcoli online grazie
by MarcoBoschi
Tue Jan 07, 2025 9:33 am
Forum: FiveWin for Harbour/xHarbour
Topic: to Excel : using Array and "paste" it
Replies: 6
Views: 1562

Re: to Excel : using Array and "paste" it

Many Thanks Nage
Happy New Year

Marco
by MarcoBoschi
Fri Jan 03, 2025 5:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: to Excel : using Array and "paste" it
Replies: 6
Views: 1562

Re: to Excel : using Array and "paste" it

Dear Nage

Code: Select all | Expand

oSheet:Range( "A1:C1" ):Value := { 1, 2, 3 } //WORKS.
oSheet:Range( "A1:C2" ):Value := { {1,2,3},{4,5,6} } // FAILS, though works with VB <<<<<<<<<<<<<<< this problem 
 
this problem has been resolved?

Many thanks

Marco
by MarcoBoschi
Mon Dec 30, 2024 6:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: To all the FW family
Replies: 10
Views: 2332

Re: To all the FW family

..and Happy New Year! :lol:
by MarcoBoschi
Fri Nov 29, 2024 9:16 am
Forum: FiveWin for Harbour/xHarbour
Topic: slowness
Replies: 76
Views: 23496

Re: slowness

Dear Ramesh,
in my old post slowness You write this
A small suggestion to you to try.
can I send you a private mail containing a very little source code?and a question?


Have a nice day

Marco
by MarcoBoschi
Fri Nov 08, 2024 10:40 am
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 14581

Re: cloud or not cloud

These are decisions of your customer I think.
The question is: your application will remain as fast as it currently is?
Do they have good connectivity?

Think about it carefully

Have a nice day
marco
by MarcoBoschi
Wed Nov 06, 2024 1:25 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Filter and Tdatabase
Replies: 3
Views: 720

Re: Problem with Filter and Tdatabase

Silvio,
have you some records in which the year of field named "data" is 2024
In the screenshot I see 1971

Bye
by MarcoBoschi
Thu Oct 31, 2024 2:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: delete a file
Replies: 6
Views: 981

Re: delete a file

Silvio,
what return code do you have?