Search found 244 matches: indicate

Return to advanced search

Re: emulate CTRL+V

Natter:

Natter wrote:How to emulate CTRL+V ?


It is advisable to indicate the destination of the emulation, Dlg or Get

Code: Select all  Expand view

oDlg:PostMsg(WM_KEYDOWN,ASC("V"),0)
 


I hope these can help you

With best regards
by Armando
Sun Nov 17, 2024 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: emulate CTRL+V
Replies: 7
Views: 250

Re: Browse of my ADO Class

... correct? What may seem a little "disturbing" at first, in the fact that you apparently cannot define your codeblocks in XBrowse, must indicate that Mr. Rao must have had some reason for doing so, and I think I am not wrong in indicating that since the sources (dbfs, array, ADO, hash, ...
by cnavarro
Mon Sep 30, 2024 5:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 43
Views: 1984

FlowMarker System Documentation

... Structure: Prefix: Use a prefix like DATAFLOW followed by a unique identifier, such as a sequence number, e.g., DATAFLOW-001. In/Out Indicators: Indicate if the data is being "Input," "Processed," or "Output," e.g., IN, PROC, OUT. Description: Provide a short description ...
by Otto
Fri Sep 27, 2024 12:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FlowMarker System Documentation
Replies: 2
Views: 142

Re: Demo version

Otto, I must have overlooked AutoCode ... so I followed the links back to download it, but they indicate the server can't be found. I see that was many years ago. If you want to send me the file by email, or a good link, I would love to test it. FOR THE NAYSAYERS: These ...
by Silvio.Falconi
Tue Sep 24, 2024 6:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Demo version
Replies: 29
Views: 922

Re: Demo version

Otto, I must have overlooked AutoCode ... so I followed the links back to download it, but they indicate the server can't be found. I see that was many years ago. If you want to send me the file by email, or a good link, I would love to test it. FOR THE NAYSAYERS: These ...
by TimStone
Tue Sep 24, 2024 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Demo version
Replies: 29
Views: 922

Re: Another for Btnbmp

... By default, this border, called FocusRect is drawn around the button in focus, same way as Windows OS paints TButton, TButtonBmp. This border indicates to the user which button has focus currently. You can avoid painting this border, by specifying the clauses "FLAT" along with "NOBORDER". ...
by Silvio.Falconi
Mon Mar 25, 2024 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 7520

Re: Another for Btnbmp

... By default, this border, called FocusRect is drawn around the button in focus, same way as Windows OS paints TButton, TButtonBmp. This border indicates to the user which button has focus currently. You can avoid painting this border, by specifying the clauses "FLAT" along with "NOBORDER". ...
by nageswaragunupudi
Mon Mar 25, 2024 1:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 7520

Sankey Diagram - FIVEWIN/WEBVIEW sample

... visualize how the origin of guests is distributed across various age groups. For example, 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 ...
by Otto
Sun Jan 14, 2024 8:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sankey Diagram - FIVEWIN/WEBVIEW sample
Replies: 0
Views: 785

Re: Help splitting up a character address string

... In this context, Harbourino helps in breaking down complex functions into simpler, more manageable modules. This modular approach, as indicated in the FiveTech Software tech support forums, allows for easier management of different parts of an application, such as xBrowse. By patching ...
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: 1633

Re: Help splitting up a character address string

... aAddressParts[3] ? "CZip =", aAddressParts[4] In this code, RETURN is used both to return the value at the end of the function and to indicate the end of the function block. Thank you for your patience, and I hope this solution works for you in Harbour.
by Otto
Wed Nov 15, 2023 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 1633

Re: DBF . Commit

... changes are detected, the values are updated and displays with time. Please also note that the OrdKeyNo() also is displayed. Changes in this value indicate that all index buffers are also flushed and visible to the other users on the network. 1) Build and run the "writer.prg" on one of ...
by nageswaragunupudi
Sun Oct 22, 2023 2:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 5329

Re: Search in Richedit5

Please indicate the string you are looking for
by cnavarro
Sun Aug 06, 2023 5:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search in Richedit5
Replies: 9
Views: 1193

Re: Create help system with F1

... updated the help topic. This field can be helpful for attribution and tracking the contributors to the help content. Status: An optional field to indicate the status of the help topic, such as "draft," "under review," or "published." This field can assist in managing ...
by Antonio Linares
Tue Jul 11, 2023 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 1482

Re: Color a Groupbox Frame

... PellesC *** With your scripts (making adjustments to my paths) it compiles and works perfect. Maybe it's something in your path. Could you indicate what compile/linking error you have ? Regards, Carlos, thanks for your attention. As mister Rick Lipkin said it solved the problem and I don't ...
by karinha
Tue Jun 13, 2023 2:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 2018

Re: Color a Groupbox Frame

I don't use BCC55. I use BCC 7.3.

*** FWH-20.07, xHarbour 1.2.3 Build 20190603, Borland C++7.30, PellesC ***

With your scripts (making adjustments to my paths) it compiles and works perfect.

Maybe it's something in your path.

Could you indicate what compile/linking error you have ?

Regards,
by Cgallegoa
Mon Jun 12, 2023 9:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 2018
Next

Return to advanced search