Search found 3487 matches: call

Return to advanced search

New FTDN April 2024 (FWH 24.04)

... Class TTaskPanel Method ChangeHeight( nHeight ) changes the height of the panel. Thanks to Silvio Falconi! * Enhancement: We have restored the call to Method Resize() from Class TWindow Method Activate() but providing it the right parameters. Now it is working as expected. * FWMariaConnection: ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 0
Views: 29

Re: error to show pdf on dialog

Hello Mark,
you can call

Code: Select all  Expand view
@echo off
start msedge --app="file:///path/to/your/file.pdf"
 


Best regards,
Otto
by Otto
Fri Apr 19, 2024 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error to show pdf on dialog
Replies: 10
Views: 676

Re: Help to friends to Config Xmate with bcc7.7

If I erase the call hbpcre.lib on harbour enviroment I have this error Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc. Error: Unresolved external '_pcre_config' referenced from C:\WORK\HARBOUR\LIB\WIN\BCC\HBRTL.LIB|hbregex ...
by Silvio.Falconi
Mon Apr 15, 2024 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help to friends to Config Xmate with bcc7.7
Replies: 9
Views: 209

Re: Digitally signing a document

... can create a standalone EXE: pyinstaller --onefile signed.py Here you have it: https://wormhole.app/QoPx3#Ze8o1phu14n66ZQUwCH6TA You can call it from FWH using: WaitRun( "signed.exe " + cPdfFileName + " > result.txt" )if hb_memoRead( "result.txt" ...
by Antonio Linares
Mon Apr 15, 2024 8:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Digitally signing a document
Replies: 14
Views: 411

Re: also error with btnbmp SHOWPOPUP

Dear Silvio, > Called from: source\comuni\Pcomuni.prg => END( 0 ) Look for an End() call in source\comuni\Pcomuni.prg I not understood How it came out the error is go out when I click on left mouse and show a popup when the mouse is on the xbrowse  Error description: ...
by Silvio.Falconi
Sat Mar 30, 2024 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1704

Re: Talking to your apps

Antonio Linares wrote:Dear Enrico,

I think it is a timing issue, maybe we invoke it too soon.

We need to find a way to fine tune it...


Yes, I was thinking along the same line. I tried with a call to SysWait() but to no avail. I have to try putting a delay in the C code.
by Enrico Maria Giordano
Fri Mar 29, 2024 7:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3874

Re: also error with btnbmp SHOWPOPUP

Dear Silvio,

> Called from: source\comuni\Pcomuni.prg => END( 0 )

Look for an End() call in source\comuni\Pcomuni.prg
by Antonio Linares
Fri Mar 29, 2024 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1704

Re: Another for Btnbmp

... Nages, when there is focus in the tbtnbmp class a transparent dotted rectangle must be formed and not a black rectangle Furthermore it is aesthetically ugly to look at How can I eliminate the movement of the button? when I move the mouse over a btnbmp control the button must change color without ...
by Silvio.Falconi
Sat Mar 23, 2024 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4959

Splitter and Resize window

... - ID_FXBAR - 40 )   oWnd:Refresh()RETURN On Init I have https://i.postimg.cc/8k4L6VKh/1.png If I iconize the window and then call the window I have a wrong wnd https://i.postimg.cc/zvGbjVtT/2.png and when I put maximized the wnd I have https://i.postimg.cc/mgtnnjz5/g.jpg ...
by Silvio.Falconi
Thu Mar 21, 2024 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splitter and Resize window
Replies: 0
Views: 242

Re: Help with HB_REALLOC ERROR 9009

Hi Marc To Avoid Memory leaks, within the loop I call an external function each time I read a xml file, close it and turn to nil each class instance. For every 400 files I do a HB_GcAll() and a SysRefresh(), the biggest xml file is just 29 kb Im ...
by Adolfo
Wed Mar 20, 2024 8:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with HB_REALLOC ERROR 9009
Replies: 5
Views: 1100

Re: Question about performance RowSet

... ) Execute aData := oCn:Execute( cSql, [aParams] ) We get the data in a multi-dimensional array. In case we need the structure, call this immediately aStruct := oCn:Execute() QueryResult This is an extension to Execute. if we use an sql like "select age from customer ...
by Eroni
Wed Mar 20, 2024 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4031

Re: Compiling with new harbour_bcc770_32_20240309

... but this thing is very strange, can't it really be solved? but I have to put it in the root where the sources are then I can get the exe basically wants it before the call to the lib C0W32.OBJ in fact seeing the generated env file I have [Files] %HOME%\test.prg=1,.F.,0,0, %HOME%\tslines.prg=2,.F.,0,0, ...
by Silvio.Falconi
Tue Mar 19, 2024 10:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with new harbour_bcc770_32_20240309
Replies: 15
Views: 3398

Re: FWH 24.02 new Class TWebView2

... FWH2402, when using webview 2, I do not need to use webview.dll. I have compiled an example chart.png from FWH2402. However, when I start, I get a call error message webview.dll Why ? Hola Natter. Para no usar la webview.dll cambia en el codigo esta linea: local oWebView := TWebView():New() ...
by csincuir
Sat Mar 16, 2024 5:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 24.02 new Class TWebView2
Replies: 11
Views: 2465

Re: FWH 24.02 new Class TWebView2

I understand that since version FWH2402, when using webview 2, I do not need to use webview.dll.
I have compiled an example chart.png from FWH2402. However, when I start, I get a call error message webview.dll Why ?
by Natter
Sat Mar 16, 2024 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 24.02 new Class TWebView2
Replies: 11
Views: 2465

Re: Question about performance RowSet

... ) Execute aData := oCn:Execute( cSql, [aParams] ) We get the data in a multi-dimensional array. In case we need the structure, call this immediately aStruct := oCn:Execute() QueryResult This is an extension to Execute. if we use an sql like "select age from customer ...
by nageswaragunupudi
Sat Mar 16, 2024 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4031
Next

Return to advanced search