Search found 94 matches: demonstrate

Return to advanced search

Re: Another for Btnbmp

... users, especially those using keyboard navigation, to understand which element is currently active. Here is a sample I made with WebView2 to demonstrate. Best regards, Otto https://mybergland.com/fwforum/resizewithbtns.gif
by Otto
Mon Mar 25, 2024 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 602

Re: Problem with alignment in SAY command

My samples are always designed to clearly demonstrate how to solve a specific problem and all you add is only confusion.
by Enrico Maria Giordano
Fri Mar 01, 2024 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with alignment in SAY command
Replies: 18
Views: 356

XAMPP through PortableApps.com or Server2Go

... run a web server along with other essential tools directly from portable storage devices. They are particularly useful for developers who need to demonstrate their work in different environments or for testing purposes without the need for a full server installation. Could the installation include ...
by Otto
Thu Feb 29, 2024 7:20 am
 
Forum: mod_harbour
Topic: XAMPP through PortableApps.com or Server2Go
Replies: 11
Views: 376

Re: RC to PRG generator

... However, the layout must result from the RC file. After the conversion, it should look similar to the initial screen. I only added the code to demonstrate how it's done with bootstrap. Best regards, Otto <!DOCTYPE html><html><head>    <title>Adresskartei Eingabebildschirm</title>  ...
by Otto
Mon Feb 12, 2024 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1009

Request for Guidance on Using ExecuteScriptAsync

Dear Antonio,

Could you please demonstrate how to call the ExecuteScriptAsync method of the WebView2 control from Harbour?
Best regards,
Otto
by Otto
Tue Jan 09, 2024 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request for Guidance on Using ExecuteScriptAsync
Replies: 1
Views: 492

Re: Booking xbrowse example

Hello friends,

Why not try recreating this example as a proof of concept to demonstrate the power of WebView as a WebView example?

Best regards,
Otto
by Otto
Sat Dec 30, 2023 7:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Booking xbrowse example
Replies: 16
Views: 2726

Re: Help splitting up a character address string

... and manageability of the code​​​​. Practical Example and Training: Another post on the FiveTech Software tech support forums mentions an offer to demonstrate how to create mod harbour programs using Harbourino in a Skype session. This implies that there might be training or instructional sessions ...
by Otto
Wed Nov 15, 2023 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 500

Re: FW_SetUnicode( .T. ) 2-Byte characters

The following images demonstrate the change of Unicode Ä (0xC4) to UTF-8 Ä (0xC3 84) via Hex codes: Before change, the new hex code is already in the MemoEdit: https://i.postimg.cc/jSC5QS5W/2023-06-27-14-11-57.jpg Due ...
by frose
Tue Jun 27, 2023 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2114

Re: Fastreport de Cristobal

... https://www.youtube.com/watch?v=HhOB5t2kGS8 Of course, I will continue with the same spirit of helping anyone who needs it, as always, as I demonstrate in this forum and in others, and to those who personally contact me. A big hug to everyone [SPANISH] Buenas tardes Ante todo, dar las gracias ...
by cnavarro
Wed May 31, 2023 1:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fastreport de Cristobal
Replies: 32
Views: 2970

Associated Application ICONS

... "some.xlsx" display the icon of Excel application, for "some.docx", display icon of the Word Application, etc. Here, we will demonstrate how simple and easy to do this, using FWH. Please note, we have to use existing file names. Sample-1 XIMAGE( "some.pptx(256x256)") ...
by nageswaragunupudi
Fri Oct 28, 2022 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Associated Application ICONS
Replies: 9
Views: 702

Re: XBROWSE and any Key

hi, This will demonstrate default Incremental Seek, SeekWild, Incremental Filter, Incremental Filter Wild First play with it and then see the default XBrowse code. thx for Sample. i will try it and "see" how it work Question ...
by Jimmy
Mon Aug 01, 2022 7:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE and any Key
Replies: 9
Views: 642

Re: XBROWSE and any Key

...  FW_CdxCreate()   XBROWSER "CUSTOMER" AUTOSORT  Please build and run this code in the samples folder. This will demonstrate default Incremental Seek, SeekWild, Incremental Filter, Incremental Filter Wild First play with it and then see the default XBrowse code.
by nageswaragunupudi
Mon Aug 01, 2022 6:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE and any Key
Replies: 9
Views: 642

Re: Leer Excel grande a un array o DBF

NOW To demonstrate the power of FWH buil-in Excel functions: In fact, in most cases, it is not necessary to write such lengthy code. This single line of code will do the entire job. FW_ExcelToDbf() In the above case, ...
by nageswaragunupudi
Thu Feb 10, 2022 3:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Leer Excel grande a un array o DBF
Replies: 9
Views: 732

Re: RTF from Variable

... RTF along with regular code in a custom PRINTER class printout ? I have heard it is possible, but have seen no completed code or documentation to demonstrate this. ISSUE 1: Using the updated RichEdit5.prg, with a resource file, I can read text from a memo field ( DBFCDX ) into a variable, and ...
by TimStone
Mon Dec 06, 2021 11:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF from Variable
Replies: 40
Views: 4190

Re: Finding XBrowse current record

... "not browsing database object" ), msginfo( o:oDbf:First + o:oDbf:Last ) ) }  This is a small test program to demonstrate that with a correctly defined xbrowse, you will get the expected results. Please copy the program to fwh\samples folder and build with buildx.bat: ...
by nageswaragunupudi
Sun Jul 04, 2021 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Finding XBrowse current record
Replies: 11
Views: 1338
Next

Return to advanced search