Search found 118 matches: hangs

Return to advanced search

WebView2 Essentials: Guides, Tips & Resources

... multiple processes run simultaneously, enhances performance, security, and stability. It ensures that if one part of your web content crashes or hangs, it doesn't bring down the entire application. This is a common approach in modern web browsers, including Chrome and Firefox, as well as in technologies ...
by Otto
Wed Jan 10, 2024 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 480

Soap Web Service - timeout request

Hello, It is possible to set a timeout request for a web service request? I added to IF oHttp:status=200 to check status but sometimes request hangs. TRY oHttp := CreateObject( 'MSXML2.XMLHTTP' ) CATCH oHttp := CreateObject( 'Microsoft.XMLHTTP' ) END cHttpSend := [<?xml version="1.0"?>] ...
by cdmmaui
Mon Jan 08, 2024 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service - timeout request
Replies: 4
Views: 695

Re: Stack Check

Isn't it easier for you to post the faulty SOURCE or send the FiveTech team for analysis?

Oun stops the program line by line to find where it hangs.

Regards, saludos.
by karinha
Mon Jun 05, 2023 2:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Stack Check
Replies: 1
Views: 217

Re: set Report Orientation

... But do you think I'm enjoying myself asking for help on the forum? or is it working to solve my problems? I am tailed by you and someone else just hangs up I insert a topic immediately responding with other topics and with incorrect answers
by Massimo Linossi
Fri Jan 07, 2022 6:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: set Report Orientation
Replies: 17
Views: 1686

Re: set Report Orientation

... But do you think I'm enjoying myself asking for help on the forum? or is it working to solve my problems? I am tailed by you and someone else just hangs up I insert a topic immediately responding with other topics and with incorrect answers
by Silvio.Falconi
Fri Jan 07, 2022 10:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: set Report Orientation
Replies: 17
Views: 1686

Re: SMS To Customer - Upon Order Delivery

... used the function below as test. Yes the SMS does get sent without opening the browser and after sending the application crashes and hangs... I have hcurl error so made that a local variable ...simple sendSMS function is called without any parameters..I think the return uvalue is ...
by RiazKhan
Tue Apr 06, 2021 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: SMS To Customer - Upon Order Delivery
Replies: 14
Views: 1531

MacExec not working?

... I my app I have the next line: MacExec( "/bin/sh", ResPath()+"/MoveFiles.sh", ) , but on that line the program hangs. I f I put the next code in terminal it works correct: /bin/sh MoveFiles.sh The respath() is correct. Where should I look at?
by plantenkennis
Fri Nov 02, 2018 3:54 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: MacExec not working?
Replies: 3
Views: 1058

FWH-applications on Windows 2016 servers

... servers. It is not an easy problem since the problem is not occuring on every server. What happens : without any indication, the application just hangs. The only thing the user can do quitting the application in the task manager. Is this a known problem? Does anyone know what can be done about ...
by driessen
Thu Aug 16, 2018 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH-applications on Windows 2016 servers
Replies: 7
Views: 1125

Re: Error en oCol:nBtnBmp

It hangs up when leaving http://i68.tinypic.com/1zgg747.jpg --------------------Configuración: ACR - Release--------------------Turbo Incremental Link 6.80 Copyright (c) 1997-2017 Embarcadero Technologies, ...
by acuellar
Wed Apr 11, 2018 7:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en oCol:nBtnBmp
Replies: 12
Views: 1748

Re: GPF AppHangB1

Manuel, The AppHangB1 event is triggered when the UI thread doesn't respond to messages for several seconds and the user tries to terminate it. Hangs can be caused by just about anything: busy loops in your code, doing network or disk I/O on the UI thread, the UI thread being blocked on a lock ...
by Antonio Linares
Tue Feb 13, 2018 7:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: GPF AppHangB1
Replies: 8
Views: 936

Re: Application runs fine manually, hangs in scheduled tasks

Hello Darrell,

Change user account to SYSTEM
Select Run whether user is logged or not., etc
and uncommand that Task Ends after 3 days.

Best regards,
Otto
by Otto
Mon Aug 28, 2017 11:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Application runs fine manually, hangs in scheduled tasks
Replies: 1
Views: 514

Application runs fine manually, hangs in scheduled tasks

Hello,

I have a strange problem. I have an application that works fine if I run from Windows Server 2008 R2 command line or via desktop. However, if I try to run via Scheduled Tasks, the application hangs. Has anyone run in to this problem and were you able to resolve problem.

Thank you,
by cdmmaui
Mon Aug 28, 2017 7:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Application runs fine manually, hangs in scheduled tasks
Replies: 1
Views: 514

Re: Resource leak in menus

I have the same problem also. I have checked the GDI count from the task manager and I realised that when the GDI reaches to 10000, my exe hangs and stop working but the computer does not stop. I have test with GDIView and I have seen that only the Font is increasing. Check for unreleased fonts ...
by Antonio Linares
Tue Aug 01, 2017 4:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resource leak in menus
Replies: 27
Views: 4814

Re: Resource leak in menus

I have the same problem also. I have checked the GDI count from the task manager and I realised that
when the GDI reaches to 10000, my exe hangs and stop working but the computer does not stop.
I have test with GDIView and I have seen that only the Font is increasing.
by betoncu
Mon Jul 31, 2017 5:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resource leak in menus
Replies: 27
Views: 4814

Re: FWH app as Service

... have TReport try to access the GUI interface? Robb, I do have the the service set to allow desktop interaction. You are correct, it looks like it hangs at "Activate Report" The only thing that is shown when I click on the Interactive Desktop notice is the Window I use to start off the ...
by Jeff Barnes
Tue Mar 28, 2017 12:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH app as Service
Replies: 17
Views: 3691
Next

Return to advanced search