Search found 674 matches: executed

Return to advanced search

Re: Opening 2 Word-documents from my application - solved

... TOleAuto():New("Word.application")oDoc2 := oWord2:Documents:Open(cFile2) When the line starting with oWord2 is executed, this message always appears: http://www.ma-consult.be/Foutmelding.jpg Does anyone know why this message appears? Is there ...
by nageswaragunupudi
Sun Apr 23, 2023 12:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Opening 2 Word-documents from my application - solved
Replies: 7
Views: 451

Opening 2 Word-documents from my application - solved

... TOleAuto():New("Word.application")oDoc2 := oWord2:Documents:Open(cFile2) When the line starting with oWord2 is executed, this message always appears: http://www.ma-consult.be/Foutmelding.jpg Does anyone know why this message appears? Is there ...
by driessen
Sat Apr 22, 2023 8:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Opening 2 Word-documents from my application - solved
Replies: 7
Views: 451

Re: GDIP Application crash tBitmap

... in INIT PROCEDURE located in the first prg of my program. An application can have any number of INIT PROCEDUREs. All INIT PROCEDUREs will be executed at the start up of the application. The INIT PROCEDURE in the Main module is guaranteed to execute FIRST. Other INIT PROCEDURES may be executed ...
by Giovany Vecchi
Wed Apr 12, 2023 5:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDIP Application crash tBitmap
Replies: 12
Views: 802

Re: GDIP Application crash tBitmap

... in INIT PROCEDURE located in the first prg of my program. An application can have any number of INIT PROCEDUREs. All INIT PROCEDUREs will be executed at the start up of the application. The INIT PROCEDURE in the Main module is guaranteed to execute FIRST. Other INIT PROCEDURES may be executed ...
by nageswaragunupudi
Wed Apr 12, 2023 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDIP Application crash tBitmap
Replies: 12
Views: 802

Re: Windows 7 / MSVS 2022 Crash

Dear Tim, I just built FWH\samples\fivedbu.exe and executed it from (virtualbox) Windows 7 and it properly worked. If you could install Visual Studio in such Windows 7 machine, running your EXE from the Visual Studio IDE will surely tell you whats ...
by Antonio Linares
Thu Apr 06, 2023 7:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 7 / MSVS 2022 Crash
Replies: 32
Views: 3000

Re: Advise in Server hardware

... maybe bigger problem in my software. Using Xbrowse as my core system in almost all code, I see that moving the cursor in the cells, functions are executed like retrieving data. Normaly this should only happen when data is changed, so I have codeblocks wrong in use. I have to digg a bit deeper ...
by Marc Venken
Wed Apr 05, 2023 7:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advise in Server hardware
Replies: 12
Views: 1192

Function call

... {     alert(12345) ;  } :Eval('document.getElement.ById("tst").click') - then the aaa() function is normally executed Why can't I get a direct function call ?
by Natter
Sat Feb 04, 2023 4:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function call
Replies: 1
Views: 235

Re: WebView window

Consider the following: - The change in the content of the oWebView control does not cause the Paint event of the dialog to be executed - In your javascript code, you are causing a recursive call to the same function. I want to check that your code ( Eval() ) is executed? ( assuming there ...
by cnavarro
Mon Dec 26, 2022 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView window
Replies: 16
Views: 1013

Re: Fighting Xbrowse and lozing !!!

... it is not, so I have to Dissect Yunus and some more samples (but finding them..) Also in the code above, in the loop for i 1 to 12 this loop is executed every time and when there is a bstrimage : getorgfoto... this is also executed, so I get a lot of code that is processed. This technique I ...
by Marc Venken
Thu Dec 22, 2022 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 1590

Re: como EXPORTO a Excel usando PRINTER.PRG?

... := { |oPreview| MyExportToExcel( oPreview ) }  In such cases, preview enables the excel button and oPrn:bExcel is executed.
by nageswaragunupudi
Fri Dec 09, 2022 6:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: como EXPORTO a Excel usando PRINTER.PRG?
Replies: 2
Views: 336

Re: REDEFINE SAY on Buttonbar

bPainted is executed when the control (the buttonbar in this case) needs to be repainted.
by Enrico Maria Giordano
Tue Dec 06, 2022 10:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE SAY on Buttonbar
Replies: 33
Views: 2024

Re: Newbie Question : XBROWSE

... resources,etc.>return nil  In these cases of MODAL activation, it is guranteed that the execution of the code next to ACTIVATE command is executed only after the modal window/dialog ends and all the child controls are destroyed. In these cases, keeping the <cleanupCode> just after ...
by nageswaragunupudi
Sat Nov 26, 2022 5:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie Question : XBROWSE
Replies: 17
Views: 1489

Re: Questions about WebView

Dear Yuri,

You can execute any javascript code from your FWH app, so you can use:

oWebView:Eval( "getElementById('auto_cdi').click()" )

or

oWebView:Eval( "document.getElementById('auto_cdi').click()" )

That string is javascript code to be executed by webview
by Antonio Linares
Fri Nov 25, 2022 9:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Questions about WebView
Replies: 26
Views: 1632

Re: PROBLEMA CON FORMATO DE FECHA MYSQL ADO

... to do anything at all with this code oRs:Fields( xx ):Value// orValType( oRs:Fields( xx ):Value ) This code is entirely executed by the OLE functions of (x)Harbour. So, the results will be the same, whichever version of FWH you use. We can confirm this by executing this ...
by nageswaragunupudi
Sat Nov 05, 2022 2:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMA CON FORMATO DE FECHA MYSQL ADO
Replies: 11
Views: 847

Re: Nuevo FWH 22.10

... dbRollBack() )? CUST->CITY  Note: dbRollBak() works only when the Record Pointer is not moved and DBCOMMIT() is not executed already thanks for the reply. I will make the case: ? CUST->CITYCUST->CITY := "CHANGED"? CUST->CITYCUTS->( DbUnlock() ...
by VictorCasajuana
Wed Nov 02, 2022 4:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 22.10
Replies: 6
Views: 655
PreviousNext

Return to advanced search