Search found 711 matches: allows

Return to advanced search

New FTDN April 2024 (FWH 24.04)

... shows how to set the disable colors and focus colors for both GETs and MultilineGets using the same code. * New: samples\listen.prg allows you to talk to your FWH app instead of having to use the keyboard! * New: samples\metribbon.rg from C├®sar Gomez. A great example for combining ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 0
Views: 22

Re: Servidor de mail propio y acuse de ENTREGA.

... you need to use the Return-Receipt-To or Disposition-Notification-To headers. Here's how you can test it: Find an email client or service that allows you to add custom headers to your emails. Some popular options include: Mozilla Thunderbird with the "Header Control" add-on Microsoft ...
by Antonio Linares
Mon Apr 22, 2024 4:58 am
 
Forum: Off Topic / Otros temas
Topic: Servidor de mail propio y acuse de ENTREGA.
Replies: 2
Views: 38

Re: Talking to your apps

... voice to text. I would suggest that when using this in our programs, as you have suggested, then we should have a program wide flag that allows the client to use, or NOT use, voice. Maybe a default on setup, and/or a hot key to toggle it. That way we don't always have a live microphone ...
by TimStone
Mon Apr 01, 2024 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3869

Fulltext-Search

Hello friends, I'm working on a full-text search module. I'm using findstr. findstr is a command-line tool in Windows Command Prompt (cmd) that allows you to search for text patterns within files. I'm building a batch file with all the parameters and then call it with waitrun(). I redirect the ...
by Otto
Fri Mar 15, 2024 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 1244

New FTDN February 2024 (FWH 24.02)

... https://forums.fivetechsupport.com/viewtopic.php?p=267661#p267661 * New: example switch.prg and switch.rc * New: function EnumResourceNames() allows you to list the resources names that you have in your EXE selecting a specific type. It supports the use a codeblock to let you do what you may ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 205

Re: Data exchange between PC and Android device on the same loca

... really see the code, so if this is so important, you can see that if you want you can develop your systems this way. But the RX functionality allows you to create modules and have all the code if you want in your own package (embeded), or part in the package and part in visible files, or all ...
by Carles
Sat Feb 24, 2024 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 793

Re: Data exchange between PC and Android device on the same loca

Dear Arturo,

mod_harbour allows to run HRBs directly
by Antonio Linares
Thu Feb 22, 2024 5:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 793

Re: RC to PRG generator

Now we list all the dialogs that are available in the embedded RES inside the EXE and allows you to select one and generate the code for it: simply rename your RC file as rctoprg.rc and build rctoprg.prg If you keep your dialogs inside a DLL then replace GetInstance() ...
by Antonio Linares
Tue Feb 13, 2024 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1199

Re: Mark field as required

... an icon of the same color in a browse. You could also filter a browse to contain only those records with missing "required" data. This allows the user (or any other user) to find the missing data at a later time and update the record.
by James Bott
Sat Feb 03, 2024 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1779

Re: "Save As" dialog box

This option allows you to select either a folder or a file. #define BIF_NONEWFOLDERBUTTON 0x0200#define BIF_RETURNONLYFSDIRS 0x0001#define BIF_DONTGOBELOWDOMAIN 0x0002#define BIF_STATUSTEXT 0x0004#define BIF_RETURNFSANCESTORS 0x0008#define ...
by Natter
Fri Jan 26, 2024 6:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Save As" dialog box
Replies: 14
Views: 1836

Re: SAPI : change Voice

Dear Jimmy, I keep a github repo that allows to run Harbour from Visual Studio in debug mode: https://github.com/FiveTechSoft/harbour_app_msvc64_sources I have been debugging the Harbour code and it seems as when we try to assign oVoice:Voice ...
by Antonio Linares
Fri Jan 26, 2024 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3559

tiny11 core for ARM64

... redesigned volume slider, RGB controls in the Settings app, and more . Compared to the previous tiny11 version, version 2311 is 20% smaller and allows you to recover even more space on your system drive. Furthermore, it is fully maintainable, which means you can download and install cumulative ...
by Silvio.Falconi
Thu Jan 18, 2024 10:23 am
 
Forum: FiveWin for Pocket PC
Topic: tiny11 core for ARM64
Replies: 0
Views: 7149

Sankey Diagram - FIVEWIN/WEBVIEW sample

... a wider path from the age group 18-25 to Germany would indicate that a larger proportion of guests in this age group are from Germany. This allows you to easily identify patterns and trends in the distribution of guests by origin and age. Best regards, Otto https://mybergland.com/fwforum/sankeydiaghotel.jpg ...
by Otto
Sun Jan 14, 2024 8:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sankey Diagram - FIVEWIN/WEBVIEW sample
Replies: 0
Views: 607

Re: WebView2 Essentials: Guides, Tips & Resources

ChatGPT Dokumentation webview2 The WebView2 control by Microsoft Edge allows you to embed web content (HTML, CSS, and JavaScript) in your native applications. It uses the Chromium-based Microsoft Edge as the rendering engine. This control is available for various ...
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: Question about Message-functions

Dear Michel, It is not possible using standard FWH Msg...() functions as they use Windows API MessageBox() which does not allows it. So you have to create your own Msg...() function and here you have a great example from Mr. Rao: https://fivetechsupport.com/forums/viewtopic.php?p=260949&sid=d5c0b1968116267f40a085ad400602be#p260949
by Antonio Linares
Wed Jan 03, 2024 2:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about Message-functions
Replies: 6
Views: 703
Next

Return to advanced search