Search found 239 matches: laptop

Return to advanced search

Re: El ratón al moverse deja "rastro" en las reglas

Imagino que debe estar relacionado con la velocidad del ordenador y de la tarjeta gráfica.

Estoy probandolo en un laptop antiguo (Mac blanco) y se le amontonan los repintados apareciendo a veces como un código de barras
by Antonio Linares
Fri Aug 15, 2014 6:46 pm
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: El ratón al moverse deja "rastro" en las reglas
Replies: 34
Views: 16560

Re: Tactil scrolling on tablets

The standard scrollbars work with touch. They are workable on my 15 inch touch laptop, however, they will probably be too small on a small tablet. Unfortunately, data apps are somewhat difficult to implement on small screen devices. Also, the modern design would ...
by James Bott
Wed Jul 09, 2014 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tactil scrolling on tablets
Replies: 8
Views: 1404

Re: ADO and resume laptop

Rao, What I was thinking to do is add this to errorsys.prg if ErrorMessage( e ) = 'Error ADODB.Connection/16389  E_FAIL: EXECUTE'   oSQL:Close()   oSQL:=CreateObject("ADODB.Connection")   TRY      oSQL:Open()...
by Marc Vanzegbroeck
Mon Jun 30, 2014 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO and resume laptop
Replies: 11
Views: 2156

Re: ADO and resume laptop

For now I have put in my functions I have made for myself for updating, deleting and adding records with ADO, because I needed it very fast for that customer. I will put it in my error-handler, so it will work allways when there is an ADO-error. It will than also write the error in the error-file. N...
by Marc Vanzegbroeck
Sun Jun 29, 2014 10:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO and resume laptop
Replies: 11
Views: 2156

Re: ADO and resume laptop

Glad it is working. Can you post your Code here for the benefit of all of us? Can we standardise this and integrate with fwh adofuncs library?
by nageswaragunupudi
Sun Jun 29, 2014 10:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO and resume laptop
Replies: 11
Views: 2156

Re: ADO and resume laptop

I know than whe are using the same connection again, but I was refering to recordset that are allways are reopen while calling.

But anyhow, it's working now, like you suggested. By closing the connection, and reopening it, if there was an error.

Thanks,
by Marc Vanzegbroeck
Sun Jun 29, 2014 9:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO and resume laptop
Replies: 11
Views: 2156

Re: ADO and resume laptop

We are not opening a new connection again. We are closing and reopening the same connection that you opened first. Still do you get error while writing?

Meanwhile please also see
viewtopic.php?f=3&t=26907&start=0&hilit=recordset+local
by nageswaragunupudi
Sun Jun 29, 2014 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO and resume laptop
Replies: 11
Views: 2156

Re: ADO and resume laptop

Thank you Rao, Indeed, I just found out that oCn:State is still open, even when I disconnected the network. I try to use your suggestion, and put it in my global error-handler. The only problem I have ir the network-connections was lost, and back OK-again (after resuming the PC) is when writing to t...
by Marc Vanzegbroeck
Sun Jun 29, 2014 9:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO and resume laptop
Replies: 11
Views: 2156

Re: ADO and resume laptop

Hi, I just found out that there is a ADO-state-propery, so I can check that the connection is still OK. I will try to use that. oCn:State --> 0 = not open and 1 = open But when server disconnects you, your oCn:State shows 1 though in real there is no connection. To resume a connection you need t...
by nageswaragunupudi
Sun Jun 29, 2014 9:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO and resume laptop
Replies: 11
Views: 2156

Re: ADO and resume laptop

Hi,

I just found out that there is a ADO-state-propery, so I can check that the connection is still OK.

I will try to use that.
by Marc Vanzegbroeck
Sun Jun 29, 2014 8:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO and resume laptop
Replies: 11
Views: 2156

Re: ADO and resume laptop

Hi, I was thinking to do a open again if it fails like TRY   oSQL:execute( vCommando)CATCH oErr   TRY      oSQL:Open()   CATCH oError      MsgInfo("Failed to Connect to the Database ")      quit  ...
by Marc Vanzegbroeck
Sat Jun 28, 2014 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO and resume laptop
Replies: 11
Views: 2156

Re: ADO and resume laptop

... and on "Close Lid" .. set the option to "Do Nothing" That way, your customer and just shut the lid and walk away and the laptop will not go to sleep. Rick Lipkin
by Rick Lipkin
Fri Jun 27, 2014 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO and resume laptop
Replies: 11
Views: 2156

ADO and resume laptop

Hello, I have a client that use my program on a network. before it was a version with DBF-files. Now I upgrade his program to ADO with MySQL. The program is working very nice, but... The customer don't quit the program at the evening, but all the PC go to 'Sleep-mode'. In the morning he resume the p...
by Marc Vanzegbroeck
Fri Jun 27, 2014 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO and resume laptop
Replies: 11
Views: 2156

Re: Off Topic - Cloud Hosting

... Server 2008 or 2012. This hardware/server is maintained by the IT company at their location (or somewhere else). Our customer has desktop or laptop computers in their office with internet. They connect to the server through a remote desktop connection. Some of our customers prefer this setup ...
by Randal
Thu Jun 19, 2014 10:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Off Topic - Cloud Hosting
Replies: 8
Views: 1886

Re: FiveWeb (FiveWin days are numbered)

Today I'm reconfiguring one of my laptops and I installed IIS on Windows 7 so I decided to show here an older version of my FiveWeb based project. Keep in mind that this is far from the current version, but it will serve to show at least part ...
by codemaker
Mon Apr 21, 2014 12:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb (FiveWin days are numbered)
Replies: 70
Views: 26979
PreviousNext

Return to advanced search