Search found 10 matches: notifies

Searched query: notifies

by James Bott
Thu Dec 01, 2022 1:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: Forcing to unlock a record
Replies: 10
Views: 1667

Re: Forcing to unlock a record

... reads the record again and compares it to the original data in the second buffer. If a change has been made to the record, then the program notifies user2 that the data has been changed, and does user2 want to abandon their current changes or re-read the record and make their changes to the ...
by Silvio.Falconi
Fri May 18, 2018 8:45 am
Forum: FiveWin for Harbour/xHarbour
Topic: Notification boxes colored
Replies: 26
Views: 5319

Re: Notification boxes colored

... after n seconds so that the tablet can inform the operator in a simple example:

the operator inserts the wrong dates or the service for those dates is not free. the message notifies the operator of the error in a simple way without the operator having to press esc or press the ok key to go on
by nageswaragunupudi
Tue Jun 30, 2015 3:31 am
Forum: FiveWin for Harbour/xHarbour
Topic: ADO SQL VISIBILITY
Replies: 17
Views: 4367

Re: ADO SQL VISIBILITY

... feature.
Instead of client querying the server frequently for any changes in the status, a notification queue can be created and server notifies the clients with subscription whenever the change happens. Client retrieves the notifications with "RECEIVE * FROM <quename>". This reduces the ...
by JmGarcia
Mon Apr 14, 2014 9:36 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Escuchar comunicaciones por puerto IP.
Replies: 2
Views: 1122

Re: Escuchar comunicaciones por puerto IP.

... is a pointer to a socket.
Return value
The function returns zero on success, or -1 on failure.
Description
inetClose() closes a socket and notifies both ends of the connection. If threads are executing a blocking sockets function with <pSocket>, they will terminate their wait state and a ...
by hmpaquito
Fri Jan 21, 2011 10:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock Calendar Samples?
Replies: 116
Views: 53013

Re: Codejock Calendar Samples?

... polling for the event notification. Due to its nature, polling will not actually notify the client app when a change has occurred, but rather notifies the client that a change HAS occurred sometime between now and the last check. But that works just fine.

So, In essence, with ADS notifications ...
by reinaldocrespo
Fri Jan 21, 2011 4:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock Calendar Samples?
Replies: 116
Views: 53013

Re: Codejock Calendar Samples?

... polling for the event notification. Due to its nature, polling will not actually notify the client app when a change has occurred, but rather notifies the client that a change HAS occurred sometime between now and the last check. But that works just fine.

So, In essence, with ADS notifications ...
by ukoenig
Mon Dec 20, 2010 11:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: Read Partition Usb
Replies: 3
Views: 1051

Re: Read Partition Usb

... function. The connected Dongle / USB returns the encrypted Value.
Hardwareprotection I don't use anymore, because of many problems like a User notifies a lost Dongle or USB.
Not possible for You, to control this.
A licence-Key might be a better Solution.

My Function for Dongle-protection I used ...
by Enrico Maria Giordano
Wed Nov 07, 2007 10:51 am
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in Harbour version of toolbar
Replies: 55
Views: 9598

Enrico,

But TrackMouseEvent( ::hWnd, TME_LEAVE ) is called with TME_LEAVE parameter, so it just notifies when the mouse leaves the control, not when the mouse is moved.

Anyhow, an error like the one that you describe looks as a recursive call that forces the operating system to quit the task

It ...
by Antonio Linares
Wed Nov 07, 2007 10:25 am
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in Harbour version of toolbar
Replies: 55
Views: 9598

Enrico,

But TrackMouseEvent( ::hWnd, TME_LEAVE ) is called with TME_LEAVE parameter, so it just notifies when the mouse leaves the control, not when the mouse is moved.

Anyhow, an error like the one that you describe looks as a recursive call that forces the operating system to quit the task
by jlcapel
Thu Feb 16, 2006 11:34 am
Forum: FiveWin para Pocket PC
Topic: Evento que dispara el teclado (ocultar/mostrar)
Replies: 5
Views: 2142

... TRUE indicates success. When this function fails, it returns an HRESULT error code.

Remarks

When this function is called, the input panel notifies the input method (IM) of the appropriate action to take, which is whether to adopt a hidden or visible state.

On devices that have a limited ...