Search found 31 matches: logoff

Return to advanced search

Array need @ when use in VALID ?

hi, i want to get Information when logoff from App and use VALID in ACTIVATE LOCAL oFont, aRect, lRet := .T.   ACTIVATE WINDOW oMain ON INIT ... ;      VALID ( lRet := DoEndProc(oMain,@aRect), lRet ) CENTER   cRow     := VAR2CHAR(aRect[1])  ...
by Jimmy
Sat Nov 05, 2022 9:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Array need @ when use in VALID ?
Replies: 9
Views: 334

Re: detect a program inactivity situation

... means once started, the message will continue running on all different dialogs. As well we need a syntax like : oRun := TINATIVO():new( 5, "LOGOFF()", .T. ) missing object : activate window oWnd on init tinativo():new(nTempo_espera,cNome_funcao, lTimerContinua) regards Uwe :?:
by ukoenig
Wed Apr 03, 2019 6:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: detect a program inactivity situation
Replies: 7
Views: 1308

Re: Check if the user is gone away

... SHOW_TD(oWnd) opens the alarmclock ACTIVATE WINDOW oWnd MAXIMIZED ; ON INIT ( SHOW_TD(oWnd), IIF( aVal[51] > 0, TINATIVO():New( 3, "LOGOFF()", .F. ), NIL ) ) ; ON CLICK IIF( nRow > ScreenHeight() - 100 .and. nCol > ScreenWidth() - 100, ; oWnd:End(), ( nBenutzer := USERLOGIN(oWnd), ...
by ukoenig
Tue Feb 16, 2016 2:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Check if the user is gone away
Replies: 8
Views: 2433

Re: Running a FWH application through RDP on an Apple iPad

Otto,

If I take over the RDP-session with another device, my application is still hanging. The only thing I can do is completely logoff or end my application in the task manager.

But If I use my application running RDP from another PC, I have no problem at all.
by driessen
Sat Nov 07, 2015 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Running a FWH application through RDP on an Apple iPad
Replies: 6
Views: 1021

Running a FWH application through RDP on an Apple iPad

... But sometimes (usually after a doubleclick in a browse, but not always) the application hangs completely. Nothing can be done. He has to logoff or he has to kill the application by using the task manager. The strange thing is that everything runs just fine on a Windows PC using RDP. Anyone ...
by driessen
Fri Nov 06, 2015 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Running a FWH application through RDP on an Apple iPad
Replies: 6
Views: 1021

Re: Changing a Windows setting in a FWH-application

Michel
Try changing the key
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Assistance\Client\1.0\Settings\ZoomPercent
And logoff
by cnavarro
Wed Sep 02, 2015 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing a Windows setting in a FWH-application
Replies: 7
Views: 954

Changing a Windows setting in a FWH-application

... a Windows setting in my application. It concerns this setting : http://ma-consult.telenet.be/knipsel.jpg I know that I have to logoff. That is no problem. I know how to do that. Does anyone know how to establish this change? Thanks a lot in advance for any help.
by driessen
Wed Sep 02, 2015 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing a Windows setting in a FWH-application
Replies: 7
Views: 954

Re: Writing into the Windows registry

... By using this code, the variables are changed in the register. Still one problem left : how do I activate them without having to reboot or to logoff? Thanks.
by driessen
Wed Jul 01, 2015 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Writing into the Windows registry
Replies: 15
Views: 2355

Re: logoff FiveWin application

#Include "FiveWin.ch"Function ShutDown_Main()   IF .NOT. MsgYesNo( "LogOff Windows?", "ShutDown Windows" )      RETURN NIL   ENDIF                  ...
by karinha
Tue Feb 03, 2015 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: logoff FiveWin application
Replies: 1
Views: 460

logoff FiveWin application

I want to log off when the user exits FiveWin application.

the code does not work:

viewtopic.php?f=3&t=20856&p=110754&hilit=shutdown#p110754
by MGA
Tue Feb 03, 2015 6:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: logoff FiveWin application
Replies: 1
Views: 460

Re: Server vs Notebook as Server for FW programms

... over. Migrating virtual machines from one server to another takes a couple of minutes. All this without the users noticing the change or having to logoff / shut down their desktops. You can control your servers via an iPad. Hope this helps you. Gustavo
by HunterEC
Tue Nov 06, 2012 4:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Server vs Notebook as Server for FW programms
Replies: 44
Views: 16839

Re: Parar un programa en red.

... Si vemos que el usuario "USER-1" lo queremos "matar" pues modificamos ese TXT poniendo una línea con el contenido "USER-1 LOGOFF". En el programa del USER-1 un timer (no muy espaciado, cada 5 minutos por ejemplo) que leea ese fichero TXT y si "se da por aludido" ...
by JmGarcia
Mon May 23, 2011 3:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Parar un programa en red.
Replies: 5
Views: 2660

Re: Parar un programa en red.

Hola , Yo utilizo lo codigo seguinte para LOGOFF del sistema quando lo MOUSE o lo KEYBOARD estiverem inactivos por un tiempo ( nTempo_Espera ) . Talvez possa ajuda-lo. Saludos William Adami (Brasil) * exemplo do uso da classe Tinativo * Apos um ...
by WilliamAdami
Sun May 22, 2011 2:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Parar un programa en red.
Replies: 5
Views: 2660

Re: Logoff on exit

Hello! Thanks, it seems to be working OK. :D The reason to use logoff on exit from our application is RemoteApp feature of Windows 2008 server: http://blogs.msdn.com/b/rds/archive/2007/09/28/terminal-services-remoteapp-session-termination-logic.aspx BTW, ...
by modicr
Sat Feb 26, 2011 1:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Logoff on exit
Replies: 3
Views: 1198

Re: Logoff on exit

Maybe You want to use a DLL-Function : DLL32 FUNCTION ExitWindow; ( dwReserved AS LONG, ; uReturnCode AS LONG ) ; AS LONG PASCAL; FROM "ExitWindows" LIB "USER32" and DLL32 FUNCTION ExitWindEx; ( uFlags AS LONG, ; dwReserved AS LONG ) ; AS LONG PASCAL; FROM "ExitWindowsEx&quo...
by ukoenig
Thu Feb 10, 2011 10:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Logoff on exit
Replies: 3
Views: 1198
Next

Return to advanced search

cron