Search found 73 matches: unstable

Return to advanced search

Re: cloud or not cloud

... websites are hacked, but if I tell you here: - When you use dbf the information is corrupt because it breaks - When you use ado it crashes and is unstable - Blah blah blah What would be your answer? I'll answer for you: "This is not true, I've been using it for years and it works perfectly" ...
by Carles
Sat Nov 09, 2024 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 1034

Re: Question about Memo Field Storage Strategy?

... I used lock files similar to how Excel or Word does it. I think now with mod_harbour, I will solve it similarly. rlock() and flock() seem a bit unstable on the web. It is also dangerous if the indexes are not 100% synchronized because a wrong record might be updated or deleted. I think that ...
by Otto
Tue Jul 02, 2024 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about Memo Field Storage Strategy?
Replies: 3
Views: 346

Re: ButtonBmp problem with FWH2402

... :shock: https://forums.fivetechsupport.com/viewtopic.php?f=6&t=44318&sid=98c33a2775e6398e51a63e334c34bf32 Yes, And very unstable. This PROMPT empty space that only not show Chinese word REDEFINE BUTTONBMP ....PROMPT "取 消"   This PROMPT not empty space that ...
by richard-service
Thu Mar 07, 2024 1:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 7128

Re: Lost connection to MySQL server during query

... work. The only reason of this "lost server" error is physical connectivity issue. It can be transient at times like lose connections or unstable internet connection or rarely a problem with the provider of the cloud server. If the error is displayed, the user needs to physically make ...
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: 14729

Re: problem wth SetMultiSelectCol

... xbrowse table and the buttonbar shake obviously for the modification I will have to use the doubleclick from the second column but everything is unstable, everything shakes and flashes when I click on the first column on xbrowse class there is :bOnMultiSelect but I not understood how create it ...
by Silvio.Falconi
Sat Apr 29, 2023 9:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem wth SetMultiSelectCol
Replies: 11
Views: 1008

Re: Unstable screenshot acquisition

Thank you, Antonio! Both options work fine. When changing the screen - the first time I always get a screenshot of zero size, but then everything is fine. :D
by Natter
Thu Apr 20, 2023 7:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unstable screenshot acquisition
Replies: 4
Views: 587

Re: Unstable screenshot acquisition

Dear Natter,

Try with:
Code: Select all  Expand view
 FW_SENDKEY(VK_SNAPSHOT, 1 )
  syswait(0.5)
  FW_SENDKEY(VK_SNAPSHOT)


or

Code: Select all  Expand view
 FW_SENDKEY(VK_SNAPSHOT)
  syswait(0.5)
  FW_SENDKEY(VK_SNAPSHOT, 0 )
by Antonio Linares
Wed Apr 19, 2023 4:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unstable screenshot acquisition
Replies: 4
Views: 587

Re: Unstable screenshot acquisition

https://forums.fivetechsupport.com/viewtopic.php?f=3&t=17946&p=94733&hilit=dibfrombitmap&sid=4145d4cab4353c133fcf645a3fabcfed&sid=475b5970acea408a72316edfff46f630#p94733 https://forums.fivetechsupport.com/viewtopic.php?f=6&t=17947&p=93824&...
by karinha
Wed Apr 19, 2023 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unstable screenshot acquisition
Replies: 4
Views: 587

Re: Unstable screenshot acquisition

When you double-click on this window, a screenshot is created. The problem is that this screenshot is normally created only on the current screen. If I choose any other screen, then the screenshot will be zero size. :( #include "fivewin.ch"function Mainprivate oWnd, oFrg, oTm  DEFINE WINDO...
by Natter
Wed Apr 19, 2023 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unstable screenshot acquisition
Replies: 4
Views: 587

Unstable screenshot acquisition

... GetClpData(2) && CF_BITMAP  CloseClipboard()? hBmp..............DeleteObject(hBmp) For some reason, it works unstable. If 1-2 times I get a working screenshot handle ( hBmp ), then the screenshot handle is 0. What could be the problem ?
by Natter
Tue Apr 11, 2023 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unstable screenshot acquisition
Replies: 4
Views: 587

Re: Date scrollbar

... nil I believe instead that there is a problem in the visualization of the scrollbar control with the windows manifest because it is very unstable at least on win10 that is, it does not respond well to mouse commands I tried also with function DoCompare(oScroll_dFirst,oScroll_dLast,;  ...
by Silvio.Falconi
Sat Apr 23, 2022 4:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Date scrollbar
Replies: 2
Views: 263

Re: xBase now unstable, slow, error Status_Lock_Not_Granted

not sure if harbour have Problem with it so i like to ask USE \\Server\ShareFolder\Test.DBFCOPY FOR Name="ABC" TO C:\TEMP\WORK.DBF// Workaround : use SLEEP(1) hereUSE C:\TEMP\WORK.DBF -> Error file not found  Part of this Error is SMB2 Problem https://docs.microsoft.com/en-u...
by Jimmy
Fri Oct 04, 2019 11:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBase now unstable, slow, error Status_Lock_Not_Granted
Replies: 15
Views: 4845

Re: xBase now unstable, slow, error Status_Lock_Not_Granted

hi, did you still have Problem with DBF Locking :?: i just can talk about Windows Client / Server. M$ have a Reason (WannCry & Co) to close UDP Port 135-139 so it is not recommend to open it for SMB1. --- until XP / Srv2003 we have Drive Letter via Lanmanager with SMB1 since Vista / Win 7 / Srv ...
by Jimmy
Fri Sep 06, 2019 5:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBase now unstable, slow, error Status_Lock_Not_Granted
Replies: 15
Views: 4845

Re: xBase now unstable, slow, error Status_Lock_Not_Granted

Friends, hello

One more question, did going back to SMB1 really work? because we (with Windows 7 and 10 workstations and with Linux Debian 9 serviudor) have noticed some improvement but we have not been able to really solve it.

José, Chile
by José
Tue Jan 22, 2019 4:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBase now unstable, slow, error Status_Lock_Not_Granted
Replies: 15
Views: 4845

Re: xBase now unstable, slow, error Status_Lock_Not_Granted

Friends, and as a temporary solution, dividing the company into groups, and putting users on Windows Server computers (we have 2012) with the ddbb xBase on the same computer, would it no longer require the SMB service? And if so, is it an option, someone has done that? In my case I have always tried...
by José
Tue Jan 22, 2019 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBase now unstable, slow, error Status_Lock_Not_Granted
Replies: 15
Views: 4845
Next

Return to advanced search