ScreenHeight() excludes the taskbar height, and gives the height available for our program's window/display.i.e. the resolution of ScreenWidth() is right the resolution of ScreenHeight() is bad compared to the screen resolution,there is a difference of 63
Search found 19 matches: excludes
Searched query: excludes
- Wed Jan 10, 2024 11:57 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Monitor function error
- Replies: 2
- Views: 792
Re: Monitor function error
- Wed Nov 02, 2022 11:55 am
- Forum: WhatsNew / Novedades
- Topic: New FTDN October/Octure (FWH 22.10)
- Replies: 2
- Views: 3517
New FTDN October/Octure (FWH 22.10)
... rect is saved.
[nRectType]
0. WindowRect including frame. (only for a window/dialog)
1. Default. Client Rect of window
2. Client Area rect (excludes oTop, oLeft, oBottom, oRight
This also means that buttonbar and msgbar are excluded)
[lShow]: If true, the saved file is displayed
* ximage ...
[nRectType]
0. WindowRect including frame. (only for a window/dialog)
1. Default. Client Rect of window
2. Client Area rect (excludes oTop, oLeft, oBottom, oRight
This also means that buttonbar and msgbar are excluded)
[lShow]: If true, the saved file is displayed
* ximage ...
- Wed Feb 02, 2022 3:50 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem with SQL Native
- Replies: 28
- Views: 2657
Re: Problem with SQL Native
... to test and post here soon.
One point, though not relating to your issue:
Do not use BETEEN while dealing with DateTime Fields.
For example, "AND 2022-01-12 23:59:59" excludes timestamp 2022-01-12 23:59:59.100, though this is still 12th Jan.
Better <field> >= <date1> and <field> < ( <date2> + 1 )
One point, though not relating to your issue:
Do not use BETEEN while dealing with DateTime Fields.
For example, "AND 2022-01-12 23:59:59" excludes timestamp 2022-01-12 23:59:59.100, though this is still 12th Jan.
Better <field> >= <date1> and <field> < ( <date2> + 1 )
- Tue Oct 29, 2019 3:37 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: IMAGE Control does NOT display .PNG resource
- Replies: 10
- Views: 1601
Re: IMAGE Control does NOT display .PNG resource
HI Uwe ,
Yes ...! This is works but in the application the DIALOG windows are defined without CAPTIONS ( excludes WS_CAPTION ) .
When the DIALOG Window is defined with then it is NOT working.
Yes ...! This is works but in the application the DIALOG windows are defined without CAPTIONS ( excludes WS_CAPTION ) .
When the DIALOG Window is defined with
Code: Select all | Expand
STYLE nOR( DS_MODALFRAME, WS_POPUP )
- Wed Feb 22, 2017 11:19 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: UEStudio Comportamientro del exe muy estraño
- Replies: 7
- Views: 1662
UEStudio Comportamientro del exe muy estraño
... Level = 1|2|3|4|0
User Include Path = C:\proyectosuestudio\primerue\include
User Defines =
Compiler Options =
Linker Options =
Excluded Files = Excludes
[SettingsInfo]
Target = Provides a space for you to specify an output file and location of the program that the linker creates.
Working Directory ...
User Include Path = C:\proyectosuestudio\primerue\include
User Defines =
Compiler Options =
Linker Options =
Excluded Files = Excludes
[SettingsInfo]
Target = Provides a space for you to specify an output file and location of the program that the linker creates.
Working Directory ...
- Thu Feb 05, 2015 4:49 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: For Mr. Nages
- Replies: 8
- Views: 2192
Re: For Mr. Nages
... because there is an index tag on the expression "DELETED()" and the RDD does not read deleted records from the disk at all.
In addition, without this filter OrdKeyCount() includes deleted records and if this filter is set, OrdKeyCount() excludes the deleted records and we get the correct count.
In addition, without this filter OrdKeyCount() includes deleted records and if this filter is set, OrdKeyCount() excludes the deleted records and we get the correct count.
- Tue Feb 03, 2015 1:00 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Advice needed for reccount() in scopped and filtered dbfcdx.
- Replies: 31
- Views: 9434
Re: Advice needed for reccount() in scopped and filtered dbfcdx.
OrdKeyCount() respects not only scopes and (for cond indexes) but also filters.
But it does not exclude deleted() records when set deleted on ( this is how we use normally ).
So if we set filter to "SET FILTER TO !DELETED()" then the OrdKeyCount() excludes deleted records also.
But it does not exclude deleted() records when set deleted on ( this is how we use normally ).
So if we set filter to "SET FILTER TO !DELETED()" then the OrdKeyCount() excludes deleted records also.
- Wed Sep 22, 2010 5:03 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Ue Studio Beginner Question
- Replies: 1
- Views: 826
Re: Ue Studio Beginner Question
... 1|2|3|4|0
User Include Path = C:\Program Files (x86)\PellesC\include
User Defines =
Compiler Options =
Linker Options =
Excluded Files = Excludes
[SettingsInfo]
Target = Provides a space for you to specify an output file and location of the program that the linker creates.
Working Directory ...
User Include Path = C:\Program Files (x86)\PellesC\include
User Defines =
Compiler Options =
Linker Options =
Excluded Files = Excludes
[SettingsInfo]
Target = Provides a space for you to specify an output file and location of the program that the linker creates.
Working Directory ...
- Thu Mar 18, 2010 12:54 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: FWDBG.dll con UESTUDIO
- Replies: 11
- Views: 4060
Re: FWDBG.dll con UESTUDIO
... Preprocessed Output = no|yes
Warning Level = 1|2|3|4|0
User Include Path =
User Defines =
Compiler Options =
Linker Options =
Excluded Files = Excludes
[SettingsInfo]
Target = Provides a space for you to specify an output file and location of the program that the linker creates.
Working Directory ...
Warning Level = 1|2|3|4|0
User Include Path =
User Defines =
Compiler Options =
Linker Options =
Excluded Files = Excludes
[SettingsInfo]
Target = Provides a space for you to specify an output file and location of the program that the linker creates.
Working Directory ...
- Sat Jan 23, 2010 10:02 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Problema UEStudio al migrar de Vista a W7
- Replies: 15
- Views: 6580
Re: Problema UEStudio al migrar de Vista a W7
... Preprocessed Output = no|yes
Warning Level = 1|2|3|4|0
User Include Path =
User Defines =
Compiler Options =
Linker Options =
Excluded Files = Excludes
[SettingsInfo]
Target = Provides a space for you to specify an output file and location of the program that the linker creates.
Working Directory ...
Warning Level = 1|2|3|4|0
User Include Path =
User Defines =
Compiler Options =
Linker Options =
Excluded Files = Excludes
[SettingsInfo]
Target = Provides a space for you to specify an output file and location of the program that the linker creates.
Working Directory ...
- Fri Jan 15, 2010 8:46 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: ERROR DE MEMORIA EN VERSION 912
- Replies: 10
- Views: 3671
ERROR DE MEMORIA EN VERSION 912
... Preprocessed Output = no|yes
Warning Level = 1|2|3|4|0
User Include Path =
User Defines =
Compiler Options =
Linker Options =
Excluded Files = Excludes
[SettingsInfo]
Target = Provides a space for you to specify an output file and location of the program that the linker creates.
Working Directory ...
Warning Level = 1|2|3|4|0
User Include Path =
User Defines =
Compiler Options =
Linker Options =
Excluded Files = Excludes
[SettingsInfo]
Target = Provides a space for you to specify an output file and location of the program that the linker creates.
Working Directory ...
- Wed May 27, 2009 9:13 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Generar Librerias con UEStudio
- Replies: 1
- Views: 1026
Generar Librerias con UEStudio
... no|yes
Generate Preprocessed Output = no|yes
Warning Level = 1|2|3|4|0
User Include Path =
User Defines =
Compiler Options =
Excluded Files = Excludes
[SettingsInfo]
Target = Provides a space for you to specify an output file and location of the program that the linker creates.
Working Directory ...
Generate Preprocessed Output = no|yes
Warning Level = 1|2|3|4|0
User Include Path =
User Defines =
Compiler Options =
Excluded Files = Excludes
[SettingsInfo]
Target = Provides a space for you to specify an output file and location of the program that the linker creates.
Working Directory ...
- Sun Apr 12, 2009 11:16 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: UEstudio * SOLUCIONADO *
- Replies: 6
- Views: 1792
Re: UEstudio
... Preprocessed Output = no|yes
Warning Level = 1|2|3|4|0
User Include Path =
User Defines =
Compiler Options =
Linker Options =
Excluded Files = Excludes
[SettingsInfo]
Target = Provides a space for you to specify an output file and location of the program that the linker creates.
Working Directory ...
Warning Level = 1|2|3|4|0
User Include Path =
User Defines =
Compiler Options =
Linker Options =
Excluded Files = Excludes
[SettingsInfo]
Target = Provides a space for you to specify an output file and location of the program that the linker creates.
Working Directory ...
- Mon Jan 12, 2009 10:08 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: ERROR COMPILAR UESTUDIO
- Replies: 2
- Views: 1405
ERROR COMPILAR UESTUDIO
... Preprocessed Output = no|yes
Warning Level = 1|2|3|4|0
User Include Path =
User Defines =
Compiler Options =
Linker Options =
Excluded Files = Excludes
[SettingsInfo]
Target = Provides a space for you to specify an output file and location of the program that the linker creates.
Working Directory ...
Warning Level = 1|2|3|4|0
User Include Path =
User Defines =
Compiler Options =
Linker Options =
Excluded Files = Excludes
[SettingsInfo]
Target = Provides a space for you to specify an output file and location of the program that the linker creates.
Working Directory ...
- Sat Nov 17, 2007 6:47 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: UEStudio - Build a library
- Replies: 9
- Views: 2631