Search found 5 matches

by Euclides
Tue Jul 30, 2024 5:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Switching from memo fields to files -
Replies: 8
Views: 1256

Re: Switching from memo fields to files -

Hi Otto.
I am going in the other way... I use memo fields (CDX/FPT) wether I can...
I store complex arrays, store images, stor PDFs and lately I store those uncommon fields that some user have.
In this case , you have to define this fields in the DBF file, even when it have only one or two fields ...
by Euclides
Wed Jun 12, 2024 11:45 am
Forum: FiveWin para Harbour/xHarbour
Topic: Tema calendario nuevamente.
Replies: 19
Views: 2232

Re: Tema calendario nuevamente.

Wonderful!... But... Here in Brazil (and other places in the world) the name of the week days are at the top.
And the week numbers are at left. Could show the number of the week in the year.
Just my 2 cents.
Regards, Euclides.
by Euclides
Fri Mar 29, 2024 8:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: EXCEL CREATE HYPERLINK
Replies: 3
Views: 1181

Re: EXCEL CREATE HYPERLINK

Thanks Marco!
Here is: oAs2:Range("A1"):value := [=COLLEG.IPERTESTUALE("#UNO!A1";"MARCO")]
Note: Some sites: (https://pt.excelfunctions.eu/) translate COLLEG.IPERTESTUALE (HYPERLINK) to HIPERLIGAÇÃO that gives ERROR.
The correct is (here in Brazil): oAs2:Range("A1"):value := [=HIPERLINK("#UNO!A1 ...
by Euclides
Wed Feb 28, 2024 11:17 am
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX
Replies: 7
Views: 744

Re: COMBOBOX

Hi Ruth.
You can do...

Code: Select all | Expand

   REDEFINE COMBOBOX oCbx VAR cItem ... ID 100 ...
   oCbx:SetFont(oFont)
 
Regards, Euclides
by Euclides
Sat Jun 24, 2023 8:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: read a big xml file
Replies: 11
Views: 1001

Re: read a big xml file

Hi... (sorry... I was out for a while...)
Kajot,
10Gb XML should be an issue even for Chrome or IE(Edge)
Can you post the XML in soma place for download? (or give an URL)
Regards, Euclides