Search found 30 matches: excluding

Return to advanced search

Re: Monitor function error

... These constants are designed to return the width and height of the client area for the primary display monitor, excluding the taskbar and other docked bars from the work area of the screen. What are your values if you move the taskbar to the left or right? Best ...
by Otto
Wed Jan 10, 2024 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Monitor function error
Replies: 2
Views: 553

Re: Everything under Fivewin

... the NULL character. If the text exceeds this limit, it is truncated. Return Value If lpString is NULL, the return value is the number of TCHARs excluding the null terminator needed to store the full path and file name of the visible result. If lpString is not NULL, the return value is the number ...
by Jimmy
Mon Nov 14, 2022 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Everything under Fivewin
Replies: 17
Views: 1162

Re: Error on search a record on dbf with tdatabase

james, This is not good, because there are many bookings in the archive and the strsso room_id could have many bookings with different periods, and excluding the room_id you would risk making a mes if, for example, I have two reservations of the same number, one from 08/07/2021 to 28/07/2021 and ...
by Silvio.Falconi
Wed Jul 07, 2021 6:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on search a record on dbf with tdatabase
Replies: 18
Views: 1610

Re: Error on search a record on dbf with tdatabase

It is not an error of TDatabase but rather an error in logic.

practically now it seems that I do a search of the free rooms excluding the reservation concerned, how resolve ?


Code: Select all  Expand view
If ROOM_ID = cROOM_ID
   oReservations:skip()
endif
by James Bott
Tue Jul 06, 2021 8:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on search a record on dbf with tdatabase
Replies: 18
Views: 1610

Re: Error on search a record on dbf with tdatabase

... already a reservation in that date range (fields check_in and check_out) for that number (field rooms_id) and for that type (field type) without excluding the current reservation you are editing practically now it seems that I do a search of the free rooms excluding the reservation concerned, ...
by Silvio.Falconi
Tue Jun 29, 2021 8:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on search a record on dbf with tdatabase
Replies: 18
Views: 1610

Re: Peer to Peer, NAS and NTX -> CDX

I also have a Synology DS218 that I use for the backups. I see that this can also be used as server ?

Is that a option to work with or just keep the DS218 as backup media ?

Excluding some or more options )))
by Marc Venken
Sat Jan 02, 2021 12:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Peer to Peer, NAS and NTX -> CDX
Replies: 41
Views: 3623

Re: Listbox to xBrowse

... operate them yourself. Yesterday I received the UNIFI DREAM MACHINE. It's an amazing part (IDS / IPS throughput 3.5 Gbit / s). The price is € 320, excluding VAT. A fiber-optic connection and the DREAM MACHINE, and you have everything. Best regards, Otto
by Otto
Sun Oct 11, 2020 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox to xBrowse
Replies: 8
Views: 922

Re: strategies

Hi, We should think about expanding our channels and being able to offer our users complementary systems. It is not about excluding: I want Windows or I want Web. Again, when we talk to the users (employees) of these big corporates they say they miss the desktop applications. It's true ...
by Carles
Thu Feb 21, 2019 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strategies
Replies: 34
Views: 8379

Re: How to get the coordinates of a child window?

... mean including the menu (SM_CYMENU), button and message bar,... :GetCliAreaRect() - returns an oRect with the relative net coordinates, mean excluding the menu, button and message bar,... Both oRect excluded the window title (SM_CYCAPTION) and frame (SM_CYDLGFRAME, SM_CYDLGFRAME) Any comments ...
by frose
Tue Feb 05, 2019 8:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get the coordinates of a child window?
Replies: 5
Views: 823

New FTDN December/Diciembre 2017 (FWH 17.12)

... "#rrggbb" ) --> nRGB nRGB( r, g, b ) --> nRGB * New function GetDeskTopArea() --> aRect. Returns coordinates of Desktop window excluding Taskbar, etc.
by Antonio Linares
Tue Dec 26, 2017 6:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2017 (FWH 17.12)
Replies: 0
Views: 2154

New FTDN July 2017 (FWH 17.07)

... .f.): Resizeable brushes (gradients and images) are by default resized to fit client rect. If it is required to resize to fit client area (excluding oTop(oBar), oLeft, oBottom(msgbar), and oRight), lClientArea may be set to .T. * Window.prg: Improved method Gradient() 1. Gradient now matches ...
by Antonio Linares
Sun Aug 13, 2017 8:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July 2017 (FWH 17.07)
Replies: 5
Views: 3019

Re: Better method Gradient() for class TWindow

... but part of it is occupied by buttonbar, hiding the top part of the gradient. In case we like the gradient to fit the visible client area (excluding oTop(oBar), oBottom(MsgBar),oLeft and oRight) what we can do is: oDlg:oBrush:lClientArea := .T. // FWH17.07 http://imagizer.imageshack.us/v2/xq90/922/WenYDf.png
by nageswaragunupudi
Fri Jul 28, 2017 5:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Better method Gradient() for class TWindow
Replies: 5
Views: 1382

Re: Pasar tablas SQL Server a DBF

Excluding the CASE Table, export was successful.

The problem may be because CASE is a reserved word.
This name will keep creating problems in any other database too, Please consider renaming the table
by nageswaragunupudi
Sun Jul 16, 2017 3:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pasar tablas SQL Server a DBF
Replies: 46
Views: 7041

Re: Antonio: Bug in cFileSubDir( cPath )

Antonio, read the description from this function:
Returns:
<cDirName> Just the path name specified inside the full filename, excluding the drive name.

Look also at cFilePath()! This now the same result as cFileSubDir().
by byte-one
Mon Feb 01, 2016 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Bug in cFileSubDir( cPath )
Replies: 7
Views: 1350

Antonio: Bug in cFileSubDir( cPath )

in cFileSubDir( cPath ) are also the drive name returned! This should not be so!
Returns:
<cDirName> Just the path name specified inside the full filename, excluding the drive name.
by byte-one
Sun Jan 31, 2016 3:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Bug in cFileSubDir( cPath )
Replies: 7
Views: 1350
Next

Return to advanced search