Search found 217 matches: euclides

Return to advanced search

Re: EXCEL CREATE HYPERLINK

... gives ERROR. The correct is (here in Brazil): oAs2:Range("A1"):value := [=HIPERLINK("#UNO!A1";"MARCO")] Regards, Euclides
by Euclides
Fri Mar 29, 2024 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCEL CREATE HYPERLINK
Replies: 3
Views: 682

Re: COMBOBOX

Dear Euclides,

thank you very much. I tried this too and it worked wonderfully the way you suggested.

Kind regards
Ruth
by Ruth
Wed Feb 28, 2024 6:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX
Replies: 7
Views: 293

Re: COMBOBOX

Hi Ruth.
You can do...
Code: Select all  Expand view

   REDEFINE COMBOBOX oCbx VAR cItem ... ID 100 ...
   oCbx:SetFont(oFont)
 

Regards, Euclides
by Euclides
Wed Feb 28, 2024 11:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX
Replies: 7
Views: 293

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
by Euclides
Sat Jun 24, 2023 8:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: read a big xml file
Replies: 11
Views: 717

Re: FIELD Selector for FiveWin ?

hi Euclides, thx for Answer. There is a FWH function: cGetExpression() OK, i will look for it [quote="Euclides"]It user \fwh\samples\expbuild.rc and \fwh\samples\ExpBuild.ch. The use is for expressions./quote] i have ...
by Jimmy
Sun Jul 31, 2022 12:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIELD Selector for FiveWin ?
Replies: 6
Views: 1117

Re: FIELD Selector for FiveWin ?

... 11, 68, 100, 40, 14 PUSHBUTTON "&Cancela", 12, 121, 100, 40, 14 LISTBOX 101, 8, 15, 75, 78, LBS_STANDARD}*/  Hope it helps. Regards Euclides
by Euclides
Sat Jul 30, 2022 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIELD Selector for FiveWin ?
Replies: 6
Views: 1117

Re: Redondear centena

Euclides, muchas gracias por la ayuda, excelente solución también :D
by leandro
Fri May 20, 2022 11:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Redondear centena
Replies: 8
Views: 660

Re: Redondear centena

Hola, mas simples...

nAproximar := 50
nRedondear := 47085
? round(nRedondear / nAproximar, 0) * nAproximar

Saludos, Euclides
by Euclides
Thu May 19, 2022 3:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Redondear centena
Replies: 8
Views: 660

Re: PAGE DOWN, no funciona?

... iif( nKey = 34, (nY:=iif(nY=1, 4, nY-1), oFld:SetOption(nY)),)) }  Desculpe a brincadeira... Euclides Grande Euclides. Este código que você postou, é para navegar entre FOLDERs, e desta forma(modelo), deixa o pulo dos Folders Lento. Quanto a ...
by karinha
Fri Sep 17, 2021 8:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PAGE DOWN, no funciona?
Replies: 5
Views: 371

Re: PAGE DOWN, no funciona?

... iif( nKey = 34, (nY:=iif(nY=1, 4, nY-1), oFld:SetOption(nY)),)) }  Desculpe a brincadeira... Euclides
by Euclides
Fri Sep 17, 2021 7:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PAGE DOWN, no funciona?
Replies: 5
Views: 371

Re: Print Problem with FWH2104

Euclides wrote:Hi! Sorry for jumping in...
With FWH 18.01 the printing works as Vilian expects.
Regrds, Euclides


Thanks
by nageswaragunupudi
Tue Jun 08, 2021 12:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print Problem with FWH2104
Replies: 27
Views: 2590

Re: Print Problem with FWH2104

Hi! Sorry for jumping in...
With FWH 18.01 the printing works as Vilian expects.
Regrds, Euclides
by Euclides
Tue Jun 08, 2021 12:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print Problem with FWH2104
Replies: 27
Views: 2590

Re: Editcol de twbrowse

Hola!
..\SAMPLES\BROWSE.PRG
..\SOURCE\FUNCTION\BROWSE.PRG
Saludos, Euclides
by Euclides
Tue May 25, 2021 12:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Editcol de twbrowse
Replies: 2
Views: 340

Re: Question about WinExec()

Hello Euclides, Thanks, it works very well. I run the program in localhost. I want to make my WINHOTEL extensions in the future with mod harbour since we can access the same databases. Thanks again. The call is much safer now. ...
by Otto
Wed Apr 21, 2021 4:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about WinExec()
Replies: 10
Views: 781

Re: Question about WinExec()

... but does not respect the window sposition and size parameters With your program compiled, got the same DNS_PROBE_FINISHED_NXDOMAIN error. Regards, Euclides
by Euclides
Wed Apr 21, 2021 1:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about WinExec()
Replies: 10
Views: 781
Next

Return to advanced search