Search found 10 matches: notifies

Return to advanced search

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 ...
by James Bott
Thu Dec 01, 2022 1:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Forcing to unlock a record
Replies: 10
Views: 786

Re: Notification boxes colored

... 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 Silvio.Falconi
Fri May 18, 2018 8:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Notification boxes colored
Replies: 26
Views: 4423

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>". ...
by nageswaragunupudi
Tue Jun 30, 2015 3:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO SQL VISIBILITY
Replies: 17
Views: 3481

Re: Escuchar comunicaciones por puerto IP.

... This 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 ...
by JmGarcia
Mon Apr 14, 2014 9:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Escuchar comunicaciones por puerto IP.
Replies: 2
Views: 940

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 hmpaquito
Fri Jan 21, 2011 10:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock Calendar Samples?
Replies: 116
Views: 46493

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: 46493

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 ...
by ukoenig
Mon Dec 20, 2010 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Read Partition Usb
Replies: 3
Views: 959

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 ...
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: 7959

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 Antonio Linares
Wed Nov 07, 2007 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in Harbour version of toolbar
Replies: 55
Views: 7959

... Values 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 ...
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: 1814

Return to advanced search