Search found 34 matches: terminates

Return to advanced search

Re: FW_SaveImage

When saving it to a file, the program terminates without an error. I understand that there is not enough memory. Possible. But I tried with the same size it is working for me quite well. This is my sample program function LargeBmp()  ...
by nageswaragunupudi
Tue Feb 13, 2024 2:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 450

FW_SaveImage

... image in A1 format. hBmp:=FW_MakeYour Bitmap(9933, 7016, {|hDc|FW_DrawImage(),..}) When saving it to a file, the program terminates without an error. I understand that there is not enough memory. What can be predicted ?
by Natter
Tue Feb 13, 2024 1:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 450

Re: WebView2 sample

... old one is getting confusing. I do not succeed trying to create the sample program 'webview.prg' which I found in FWH 22.10. The linking process terminates with following messages: Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc.Error: Unresolved external ...
by Silvio.Falconi
Sun Jan 28, 2024 5:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 sample
Replies: 16
Views: 1208

WebView2 sample

... old one is getting confusing. I do not succeed trying to create the sample program 'webview.prg' which I found in FWH 22.10. The linking process terminates with following messages: Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc.Error: Unresolved external ...
by Detlef
Sun Jan 28, 2024 5:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 sample
Replies: 16
Views: 1208

Re: WebView2 Essentials: Guides, Tips & Resources

... view. SetParent(oWnd): Sets the parent window of the web view. SetUserAgent(cUserAgent): Sets the user agent string of the web view. Terminate(): Terminates the web view process. Additional Functions Bind(cName, pFunction) (Outside Class): A method for binding functions, with a default function ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

Re: App Termination and Relaunch.

... echoing in the batch file, so the commands themselves won't be displayed on the console. - `taskkill /F /IM your_app.exe`: This command forcefully terminates any running instances of your application named `your_app.exe`. Replace `your_app.exe` with the actual name of your executable. - `start ...
by Antonio Linares
Fri Oct 06, 2023 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: App Termination and Relaunch.
Replies: 5
Views: 396

Re: How to create a PRIVATE variable owned by the caller?

... is created, existing and visible private and public variables of the same name are hidden until the current procedure or user-defined function terminates.
by hmpaquito
Tue Jan 10, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a PRIVATE variable owned by the caller?
Replies: 21
Views: 778

Running out of Windows Handles.

I got an error and my app just terminates with the following error message in the Error.log file: System Error: The current process has used all of its system allowance of handles for Window Manager objects. This is because of a TSay object ...
by byron.hopp
Wed Nov 02, 2022 5:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Running out of Windows Handles.
Replies: 6
Views: 326

defining columns in browse

... nRow | IF( nRow <= Len( aLatnaam ), aLatnaam[ nRow ], cFields ) }  When I put the HEADERS in an array the program terminates. Is there a way to do this?
by plantenkennis
Fri Dec 28, 2018 5:13 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: defining columns in browse
Replies: 0
Views: 1135

Re: MS Office Click To Run & OLE

Hi, Call stack and description error is neccesary. Thanks for the reply. If I recompile the program using Harbour, it will simply terminates silently. No message whatsoever. If I compile it using xHarbour, I'll get the following error message    Error description: Error Excel.Application:ACTIVESHEET:CELLS/0 ...
by hua
Mon Jul 30, 2018 3:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MS Office Click To Run & OLE
Replies: 4
Views: 724

Preview and save to pdf at the same time

How to preview a report using tprinter and at the same time have a copy of it silently saved as a pdf in the background?

My experiment so far tends to have the exe just silently terminates. I was using FWH15.01 and FWSavePreviewToPdf()

TIA
by hua
Mon Jul 02, 2018 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview and save to pdf at the same time
Replies: 1
Views: 829

Re: FWH64

Antonio, on begin from my program is a MsgSplash() with a jpg. On this stage the program64 terminates.
by byte-one
Fri Apr 01, 2016 7:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25128

Abnormal program termination

... the timer! This test can you show the problem! Please type in get any character and wait for reaction. Antonio, in some rare cases the program terminates not but in the get suddenly comes chinese letters! (Unicode?) function abnormal(oWnd)local oDlg, oTimer , oSay , cSay := " " ...
by byte-one
Mon Jan 11, 2016 9:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Abnormal program termination
Replies: 4
Views: 798

Bug in GDIP_IMAGEFROMFILE()?

The following sample freezes for some seconds and then terminates. It should return zero instead.

Code: Select all  Expand view
#include "Fivewin.ch"


EXTERNAL GDIBMP


FUNCTION MAIN()

    ? GDIP_IMAGEFROMFILE( "NOTEXIST.JPG", .T. )

    RETURN NIL


EMG
by Enrico Maria Giordano
Thu Oct 22, 2015 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in GDIP_IMAGEFROMFILE()?
Replies: 4
Views: 485

Re: ADO & SQL INSERT Statement

... ends when next_cust has no more data to return. Then the FLUSH statement writes any rows that remain in the buffer, after which the transaction terminates. Re-examine the INSERT statement on page ***. The statement by itself, not part of a cursor definition, inserts a single row into the customer ...
by avista
Thu Jul 31, 2014 7:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO & SQL INSERT Statement
Replies: 9
Views: 2219
Next

Return to advanced search