Search found 86 matches: explicitly

Return to advanced search

Re: Request For TDataRow Example for MariDB

... above do exactly the same thing. The reason why you do not find many examples directly using TDataRow is because you do not need to deal with it explicitly. XBrowse and classes like RowSet, TRecSet, TDatabase. etc implicity internally use this class to provide Edit()
by nageswaragunupudi
Tue Aug 01, 2023 3:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request For TDataRow Example for MariDB
Replies: 4
Views: 271

CLASS modification

... position, handling vertical scroll events, and painting the panel's contents. As with the previous part of the class, there are no methods that explicitly handle horizontal scrolling. The steps to add horizontal scrolling would still be similar to what I described before: Define a horizontal ...
by Otto
Tue May 23, 2023 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: Website logo

... Stack Exchange logo: File path: https://cdn.sstatic.net/Sites/stackexchange/Img/logo.svg Please note that these are the logos explicitly mentioned as image URLs in the provided HTML code. There may be additional logos or images referenced elsewhere in the HTML or loaded dynamically ...
by Otto
Thu May 18, 2023 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Website logo
Replies: 8
Views: 490

Re: Descargar archivos de configuracion hbmk2

... hbmk2: Processing environment options: -LC:\HARBOUR\lib\;C:\FWH\lib\ -comp=bcc hbmk2[GIO]: Warning: Ignoring explicitly specified core library directory: C:\HARBOUR\lib (in option '-LC:\HARBOUR\lib\;C:\FWH\lib\') hbmk2: Compiling Harbour sources... Harbour ...
by Compuin
Wed Jan 18, 2023 7:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Descargar archivos de configuracion hbmk2
Replies: 12
Views: 830

Re: How to create a PRIVATE variable owned by the caller?

... functions . This class of variable is said to have dynamic scope. Private variables exist for the duration of the active procedure or until explicitly released with CLEAR ALL, CLEAR MEMORY, or RELEASE. When a private variable or array is created, existing and visible private and public variables ...
by hmpaquito
Tue Jan 10, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a PRIVATE variable owned by the caller?
Replies: 21
Views: 790

Re: .HBP para harbour y Visual Studio

... C:\MiProj>Set include=C:\harbour64\include C:\MiProj>C:\harbour64\bin\hbmk2 MiProj.hbp -comp=msvc64 -run hbmk2[MiProj]: Warning: Ignoring explicitly specified core header directory: c:\harbour64\include (in option '-Ic:\fwh64\include;c:\harbour64\include' in MiProj.hbp:14) hbmk2[MiProj]: ...
by Compuin
Mon Nov 29, 2021 8:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: .HBP para harbour y Visual Studio
Replies: 36
Views: 2902

Re: help on a GPF situation

... not set to any of these, the macro is set to the value of HB_TR_DEFAULT, which is currently set (in hbtrace.h) to HB_TR_WARNING. Whether the user explicitly sets HB_TR_LEVEL or it is set by the compiler, its effect is as follows: any calls in the code with a level higher than HB_TR_LEVEL are obliterated ...
by Antonio Linares
Sat Oct 23, 2021 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help on a GPF situation
Replies: 26
Views: 3372

Re: web browser control vs. localhost

... gives the name and port that the server uses to identify itself. # This can often be determined automatically, but we recommend you specify # it explicitly to prevent problems during startup. # # If your host doesn't have a registered DNS name, enter its IP address here. ServerName 127.0.0.1:80 ...
by Otto
Thu Oct 21, 2021 8:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: web browser control vs. localhost
Replies: 3
Views: 577

Re: File name .sqlite3 not work with FW_OpenAdoConnection

... would work, except he has already stated he can't change the name. But the reason .sqlite3 doesn't work is this extension is not one of the explicitly allowed list of extensions in FW_AdoConnectionString():    if '.' $ c      cExt     := Lower( cFileExt( c ) )      if cExt ...
by rhlawek
Sun Jul 25, 2021 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: File name .sqlite3 not work with FW_OpenAdoConnection
Replies: 7
Views: 600

Re: Are there any Treeview samples with associated edit boxes?

FWExplorer wrote:It doesn't matter what key we give it, explicitly. It only works for the numberic keypad 43.


oTree:bKeyChar = { | nKey, nFlags | MsgInfo( nKey, "key" ), MsgInfo( nFlags ), If( nKey == 224, TreeAddItem( oTree ),) }


We are going to check it, thanks
by Antonio Linares
Wed Dec 02, 2020 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4836

Re: Are there any Treeview samples with associated edit boxes?

It doesn't matter what key we give it, explicitly. It only works for the numberic keypad 43.


oTree:bKeyChar = { | nKey, nFlags | MsgInfo( nKey, "key" ), MsgInfo( nFlags ), If( nKey == 224, TreeAddItem( oTree ),) }
by FWExplorer
Tue Dec 01, 2020 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4836

Re: GetExcelRange wrong return

By default, it will select
oSheet:UsedRange.

And UsedRange includes any cells the user has used even for formatting even if does not have any data.

If you want to read only specific range, then you can specify the range explicitly in the function in the 3rd parameter
by nageswaragunupudi
Fri Aug 21, 2020 6:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetExcelRange wrong return
Replies: 4
Views: 823

Re: Ribbon Theme

... code you provided, edited to show the situation. It adds MDI to the windows definition, it adds the button bar attaching to oRb, and it adds and explicitly assigns the values oRb:nTopMargin := 50 and oRb:nTop in SetRibbonBarTheme() #include "FiveWin.ch"#define RB_THEME_DARK         ...
by rhlawek
Sun Apr 28, 2019 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28250

Re: New FWH 19.03

... bkmode remain as defaults for all subsequent says, till they are reset either by another call to Say() method with a different color and bkmode or explicitly changed by SetTextColor() / SetBkMode(). In other words, calling Say() with a text color, switches the color for the current and all subsequent ...
by nageswaragunupudi
Thu Apr 11, 2019 2:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 19.03
Replies: 37
Views: 4956

Explorer Suite

... an insider, and most probably a lot of people don’t even know that this can be achieved. Even I wouldn’t have written this tool if someone didn’t explicitly ask me to. https://ntcore.com/files/4gb_patch.zip Regards
by Baxajaun
Sun Mar 10, 2019 1:52 pm
 
Forum: Utilities / Utilidades
Topic: Explorer Suite
Replies: 1
Views: 802
Next

Return to advanced search