Search found 65 matches: horizon

Return to advanced search

Re: how to open devtoolswindow from application.

Horizon, I have installed the FTDN update, and now it's working. I think if you want to keep up with the latest developments, you need the FTDN update. With webview2 support, many new options are available. Best regards, ...
by Horizon
Fri Jul 07, 2023 11:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to open devtoolswindow from application.
Replies: 21
Views: 1141

Re: how to open devtoolswindow from application.

Horizon,
I have installed the FTDN update, and now it's working. I think if you want to keep up with the latest developments, you need the FTDN update. With webview2 support, many new options are available.
Best regards,
Otto
by Otto
Thu Jul 06, 2023 8:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to open devtoolswindow from application.
Replies: 21
Views: 1141

Re: Can I get object from handle?

Hi, Horizon ! You can do this. In the TSAY application in the window method ::handleEvent() describing the processing of a unique event. For example: if valtype(nMsg)="C" oDlg:AControls[1]:SetText(msg) return endif ...
by Natter
Thu Apr 13, 2023 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can I get object from handle?
Replies: 15
Views: 1320

Re: Scale in Webview

Thank you, Horizon! And what is 2 ? This is 200% ?
by Natter
Sat Feb 11, 2023 7:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scale in Webview
Replies: 5
Views: 395

Re: New FTDN October/Octure (FWH 22.10)

... * Nueva: La función Now() es una nueva función en FWH. Devuelve el día. fecha y hora de internet. Por favor, revise el ejemplo samples/horizon.prg para un ejemplo funcional. Esta función no está disponible en la versión de xHarbour comercial ni para bcc64. * Mejora: esreport.prg(3426) ...
by Antonio Linares
Mon Nov 07, 2022 9:38 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 862

New FTDN October/Octure (FWH 22.10)

... ========================= * New: function Now() is a new function in FWH. It returns the day, date and time from internet. Please review samples/horizon.prg for a working example. This function is nor available for xhb commercial neither for bcc64. * Enhancement: esreport.prg(3426) Warning W0030 ...
by Antonio Linares
Wed Nov 02, 2022 11:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 862

Re: Get real date from the Internet

... in function _HB_FUN_NOW FiveHC32.lib(NOW.obj) : error LNK2019: unresolved external symbol __imp___ctime64_s referenced in function _HB_FUN_NOW horizon.exe : fatal error LNK1120: 2 unresolved externals Still we don't know how to solve this. So in the meantime, you have to include function Now() ...
by Antonio Linares
Wed Nov 02, 2022 5:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get real date from the Internet
Replies: 55
Views: 4461

Re: Starting monitor

Thank you, Horizon! I've read it all. But I was hoping for a concrete example. And so you'll have to figure it out yourself. :(
by Natter
Fri Dec 03, 2021 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Starting monitor
Replies: 15
Views: 1437

Re: MENUITEM with BLOCK command executed TWICE.

...     MENUITEM "Font"      MENUITEM "test" BLOCK { || MsgInfo( "Hello" ) }   ENDMENU Horizon, the popup menu run ok Please try this test with ribbonbar #include "fivewin.ch"#include "ribbon.ch"function Main()  ...
by Horizon
Tue May 11, 2021 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MENUITEM with BLOCK command executed TWICE. (SOLVED)
Replies: 36
Views: 3193

Re: MENUITEM with BLOCK command executed TWICE.

...     MENUITEM "Font"      MENUITEM "test" BLOCK { || MsgInfo( "Hello" ) }   ENDMENU Horizon, the popup menu run ok Please try this test with ribbonbar #include "fivewin.ch"#include "ribbon.ch"function Main()  ...
by Silvio.Falconi
Tue May 11, 2021 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MENUITEM with BLOCK command executed TWICE. (SOLVED)
Replies: 36
Views: 3193

Re: How to use xBrw:nHeadDividerStyle ?

Dear Francisco,

I use ::lFlatstyle := .T. , but I need horizon line in group header. I
How to paint horizontal dividers with LINESTYLE_LIGHTGRAY?

Thank you for any idea.
by dutch
Thu Nov 05, 2020 2:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use xBrw:nHeadDividerStyle ?
Replies: 2
Views: 422

Re: How to use xBrw:nHeadDividerStyle ?

I set row with below command but the header is effect as picture. How can I set ::nHeadDividerStyle as LINESTYLE_LIGHTGRAY for Horizon Line ? Thank you in advance for any help and idea. oBrw2:nRowDividerStyle := LINESTYLE_NOLINES https://i.postimg.cc/CMHZWsXm/xbrw.png ...
by FranciscoA
Mon Nov 02, 2020 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use xBrw:nHeadDividerStyle ?
Replies: 2
Views: 422

How to use xBrw:nHeadDividerStyle ?

I set row with below command but the header is effect as picture.
How can I set ::nHeadDividerStyle as LINESTYLE_LIGHTGRAY for Horizon Line ?

Thank you in advance for any help and idea.
Code: Select all  Expand view
oBrw2:nRowDividerStyle := LINESTYLE_NOLINES

Image
by dutch
Mon Nov 02, 2020 2:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use xBrw:nHeadDividerStyle ?
Replies: 2
Views: 422

Re: Need SQL SELECT Statement advice.

Horizon, Do you have indexes in these tables ? OR are c1.AL_NO,c2.BR_NO, c3_MH_NO primary Keys ? Hi Villian, These are not primary index. I have created another index for These vars. alacak table. CREATE TABLE `alacak` (  ...
by Horizon
Tue May 19, 2020 3:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need SQL SELECT Statement advice.
Replies: 10
Views: 1354

Re: Need SQL SELECT Statement advice.

Horizon,

Do you have indexes in these tables ? OR are c1.AL_NO,c2.BR_NO, c3_MH_NO primary Keys ?
by vilian
Tue May 19, 2020 3:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need SQL SELECT Statement advice.
Replies: 10
Views: 1354
Next

Return to advanced search