Search found 19 matches: wake

Return to advanced search

Re: Lost connection to MySQL server during query

... and any such reasons are irrelevant. Even if timed out, any communication with the server ( eg even a simple oCn:Ping() ) will automatically wake up the connection and continues the work. The only reason of this "lost server" error is physical connectivity issue. It can be transient ...
by nageswaragunupudi
Mon Sep 04, 2023 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12341

Re: Excel - text width

... array 4 Then merge the cells 5 Fill the rest of the rows. 6 Do the autofit again, and check that the colums are big enough according my array and wake them bigger if needed :D
by Marc Vanzegbroeck
Mon Apr 06, 2020 9:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excel - text width
Replies: 6
Views: 622

Save richedit to field

Hi, I want to edit a text in richedit, and than save it to a database field. Later I want to be able to edit again, but I cound wake it work. I get the text with vtext = oRich:SaveAsRTF Than save it repl tekstlengt with HB_CompressBuflen( Len( vtext ) )repl tekst      with ...
by Marc Vanzegbroeck
Sat Jul 27, 2019 9:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save richedit to field
Replies: 1
Views: 392

Recordset filter question

... (Field1 = 'CL' AND Field4 = 2 AND Field5 =3) give no result It seems that have to a do a requery with other WHERE conditions. Is there a way to wake the filter works, because on bij browse, I have some buttons that the user can press to have other filters?
by Marc Vanzegbroeck
Fri Aug 10, 2018 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Recordset filter question
Replies: 2
Views: 583

Re: 2155 error hb_cdxindexCheckVersion fivewin/harbour

Lorenzo, Maybe you can first check if a file exists to force the wake up of the computer: while ! File( "myfile.txt" )   SysRefresh()end  Antonio, thanks but this does not work! It is not a problem of file not found or read error, ...
by lorenzoazz
Tue Jun 30, 2015 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2155 error hb_cdxindexCheckVersion fivewin/harbour
Replies: 16
Views: 3553

Re: 2155 error hb_cdxindexCheckVersion fivewin/harbour

Lorenzo,

Maybe you can first check if a file exists to force the wake up of the computer:

Code: Select all  Expand view

while ! File( "myfile.txt" )
   SysRefresh()
end
 
by Antonio Linares
Mon Jun 29, 2015 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2155 error hb_cdxindexCheckVersion fivewin/harbour
Replies: 16
Views: 3553

Re: O.T: Como Encender y Apagar un Server

... en la bios busca algo que ponga Power Management Features, Power Managment Issues, o Power Managment Setup, ... , luego en Resume By Alarm, o Wake up Events, y puedes poner exactamente la hora de encendido. Hay modelos de placa que no lo soportan y otras te permiten hasta seleccionar varios ...
by informaticaeloy
Sun Feb 09, 2014 1:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: O.T: Como Encender y Apagar un Server
Replies: 2
Views: 584

Re: O.T: Como Encender y Apagar un Server

Existe una tecnología software/hardware para encender remotamente ordenadores, Wake on LAN (WOL). http://es.wikipedia.org/wiki/Wake_on_LAN Otra opción es poner en la bios del ordenador que arranque después de retornar energía y usar un programador de encendido ...
by JmGarcia
Sat Feb 08, 2014 8:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: O.T: Como Encender y Apagar un Server
Replies: 2
Views: 584

Re: Fivedroid on Qt

... marketing , reality. We are here trying to mimic the visual metro style, has 15 old years students making real-world Metro applications. we need Wake up to reality. in the lecture that I was, at first, the speaker has already entered and said: are you worried about where to put the combobox, ...
by norberto
Sun Jun 23, 2013 11:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivedroid on Qt
Replies: 135
Views: 37056

Again about scripting ... HB_CompileBuf

... in that . The problem is that with more complicated PRG with some functions inside it's not working . So I leaved this question and now I want to wake up it now . As for a sample : #include "tdolphin.ch"#include "xbrowse.ch"#include "fivewin.ch"// external brw_menu2function ...
by Rimantas
Fri Mar 08, 2013 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Again about scripting ... HB_CompileBuf
Replies: 28
Views: 4912

I'm stuck - "Time" issue

... Sometimes the patient will either turn off or disconnect the device to go to the bathroom. Or it falls off during sleep and at some point they wake up and reconnect it. When this happens, a new file will get created in the device. Here is my problem ... I need this to be a continuous file (including ...
by Jeff Barnes
Tue Jan 12, 2010 9:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm stuck - "Time" issue
Replies: 10
Views: 1857

Re: How to connert to WLAN programmatically

... On: full power, full functionality D1, // Low Power On: fully functional at low power/performance D2, // Standby: partially powered with automatic wake D3, // Sleep: partially powered with device initiated wake D4, // Off: unpowered } private const int POWER_NAME = 0x00000001; So, to turn the WiFi ...
by Otto
Sat May 23, 2009 6:10 pm
 
Forum: FiveWin for Pocket PC
Topic: How to connert to WLAN programmatically
Replies: 1
Views: 746

... Life will go on as usual. And the best opportunity will pass us by without even noticing it. What a pity.... With my best intention to wake people up and asking to be excused if I have offended you, Reinaldo
by reinaldocrespo
Fri Jun 27, 2008 1:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Should us to STOP using DBF?
Replies: 38
Views: 10642

Re: Control de Cyber

metaldrummer wrote:...para controlar pc's de los clientes en un ciber...

Aquí te he dejado una función para arrancar ordenadores remotamente:

Wake on lan (WOL) encender un ordenador remotamente via LAN
http://fivetechsoft.com/forums/viewtopic.php?t=10239
by JmGarcia
Wed Mar 05, 2008 9:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Control de Cyber
Replies: 3
Views: 1155

Wake on lan (WOL) encender un ordenador remotamente via LAN

Bueno, pues investigando cosas "raras" me he empapuzado todo lo relacionado con el WAKE ON LAN (abreviadamente WOL). Es la forma de encender ordenadores (mas bien modernos) remotamente mediante en envío de tramas UDP del protocolo WOL. Si buscáis por internet teneis ...
by JmGarcia
Wed Mar 05, 2008 9:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Wake on lan (WOL) encender un ordenador remotamente via LAN
Replies: 4
Views: 1166
Next

Return to advanced search