Search found 114 matches: invoked

Return to advanced search

Re: WebView2 Essentials: Guides, Tips & Resources

... it's important to handle these operations correctly in your application. Error Handling: Some WebView2 and CoreWebView2 APIs may throw errors if invoked in certain ways, so it's important to be aware of these scenarios and handle them appropriately. Interoperation with JavaScript: WebView2 ...
by Otto
Wed Jan 10, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

Re: Convert a print to Rtf or doc

... in a tabular view. Users can see and edit this data in the GUI. 4. Generating a Report By pressing a button in the dialog, the Report function is invoked. This function reads HTML templates and constructs a structured report that includes images, product descriptions, quantities, and prices. 5. ...
by Otto
Thu Nov 30, 2023 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3464

Re: Saving OuterHTML using Await Implementation with TWebView

... web page. - `GetOuterHtml`: Retrieves the outerHTML of the specified selector. - `GetBind`: Callback function that gets called when `SendToFWH` is invoked from the web page. 5. **Synchronous-like Behavior**: - Functions like `Query`, `QuerySelectAll`, and `GetOuterHtml` utilize a loop that repeatedly ...
by CharlesKwon
Thu Aug 17, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1631

Re: Saving OuterHTML using Await Implementation with TWebView

... web page. - `GetOuterHtml`: Retrieves the outerHTML of the specified selector. - `GetBind`: Callback function that gets called when `SendToFWH` is invoked from the web page. 5. **Synchronous-like Behavior**: - Functions like `Query`, `QuerySelectAll`, and `GetOuterHtml` utilize a loop that repeatedly ...
by Otto
Thu Aug 17, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1631

Re: Another try for using the FWH debugger - some more questions

Dear Michel,

AltD( 1 ) // Enables the debugger. Press F5 to go

MsgInfo( "debugger enabled" )

AltD() // Invokes the debugger

MsgInfo( "debugger invoked" )
by Antonio Linares
Sat Jul 15, 2023 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another try for using the FWH debugger - some more questions
Replies: 7
Views: 432

Re: Fivewin and ADO

... oBrw:lFastEdit is .T. or .F. ) When the user presses Enter Key on a cell or double clicks on a cell, Inline Edit of the cell is automatically invoked. There is nothing the programmer needs to do for this. FASTEDIT. ( oBrw:lFastEdit is .T.) This is the only difference. If the oBrw:lFastEdit ...
by nageswaragunupudi
Sat Jun 10, 2023 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3800

Re: Problem with xBrowse (Fixed)

... light on this. H and S are aliases to indentify LEFT and RIGHT tables (hdrvda and sucursales in your example). Each field in table hdrva will be invoked with prefix "H.": H.HDR_FOL, H.HDR_EOS, H.HDR_SUC, etc., and each field of table sucursales will be invoked with prefix "S.": ...
by Cgallegoa
Tue Jun 06, 2023 8:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse (Fixed)
Replies: 34
Views: 2160

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

... if the definitions are separated by commas. Description The PRIVATE statement creates variables and arrays visible within the current and invoked procedures or user-defined functions . This class of variable is said to have dynamic scope. Private variables exist for the duration of the ...
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: 777

Re: como EXPORTO a Excel usando PRINTER.PRG?

... tables, it knows to export the contents of the table to Excel and has a built in ToExcel method. When the user clicks Excel button, this method is invoked. In case of TPrinter, programmer can print anything anywhere on the page. Printer class does not know how to export to excel. If the data is ...
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: 333

Re: TWebView:Destroy method does not close the window.

The library does run a message loop temporarily just for WebView2 initialization regardless of whether you call webview_run(). ICoreWebView2CreateCoreWebView2ControllerCompletedHandler will therefore have been invoked already by the time you would normally call webview_run()
by Antonio Linares
Sun Jul 31, 2022 12:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView:Destroy method does not close the window.
Replies: 46
Views: 3072

API Bancaria (SOLUCIONADO)

... Legged Access). La siguiente información aparece en la BBVA API_Market para obtener el token de acceso : GET /token/authorize This endpoint is invoked by a web browser redirection (it requires user interaction). It redirects to the login page, and then shows the scopes approval page. At the ...
by gmart1
Mon Apr 12, 2021 8:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: API Bancaria (SOLUCIONADO)
Replies: 17
Views: 2297

Re: Make para BCC10

... tility ilink32 The linker, which combines compiler-output object files into an executable file. It is normally invoked by the compiler. See http://docwiki.em barcadero.com/RADStudio/Berlin/en/ILINK32.EXE,_the_32-bit_Incremental_Linker implib This takes either ...
by cnavarro
Sun Mar 28, 2021 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Make para BCC10
Replies: 7
Views: 1120

Re: loading order of libraries

... a separate "context" for different JS files, try using either the jQuery wrapper or you can use a JS pattern called an IIFE (immediately invoked function expression): (function() { // your code here })(); (bearbeitet) but note that any functions you define inside the jQuery wrapper or ...
by Otto
Sat Dec 28, 2019 5:59 pm
 
Forum: mod_harbour
Topic: loading order of libraries
Replies: 2
Views: 492

Re: Menu-question

... the default colors for that style POPUP menus do not need to be destroyed and repainted, because they are precisely painted every time they are invoked Try and tell me
by cnavarro
Wed Dec 11, 2019 7:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Menu-question
Replies: 8
Views: 888

Re: Help with PDF in FWH-19.09 please.

... Cristobal, Thank you for your interest. Already solved. Incompatibility in xHarbour's AnsiToWide function: In PRV2PDF, the Emf2Jpeg () function is invoked, which in turn calls GDIPLUSEMFTOJPG as follows: GDIPLUSEMFTOJPG (cBuf, Len (cBuf), AnsiToWide (cJpeg), 5) That line ...
by Cgallegoa
Wed Dec 04, 2019 10:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with PDF in FWH-19.09 please. - SOLVED
Replies: 3
Views: 1016
Next

Return to advanced search