Search found 29 matches: choice

Searched query: choice

by Antonio Linares
Thu Nov 28, 2024 9:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: reading DBF from node.js
Replies: 2
Views: 645

Re: reading DBF from node.js

... in scenarios where you need a quick, stable, and reliable setup with CMS support.
- **Modernizing legacy Clipper apps**: mod_harbour is a strong choice for organizations seeking to extend existing Clipper applications to the web without starting from scratch.
- **Real-time applications**: Node.js ...
by Natter
Thu Nov 21, 2024 1:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: right-clicking on the TMenuItem
Replies: 9
Views: 1599

Re: right-clicking on the TMenuItem

I didn't understand. How can I use SwapMouseButton(1 ) ? Any click (both right and left) on the TMenuItem object causes the selection of a menu option. I need to make this choice only on the left click. And use the right click for other purposes.
by Antonio Linares
Mon Nov 18, 2024 6:08 am
Forum: Off Topic / Otros temas
Topic: Chris Langan Vision of Reality
Replies: 0
Views: 2650

Chris Langan Vision of Reality

... logic this has profound implications for
understanding Free Will Consciousness
and causality if the universe is indeed
self- simulating then every choice every
action you make is a part of this vast
process of
self-de the Ripple effects of your
thoughts and actions echo through
throughout the fabric ...
by Otto
Sat Sep 14, 2024 6:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: slowness
Replies: 76
Views: 11992

Re: slowness

Enrico, not just my reference but also the first choice for daily work with DBF files.
Best regards,
Otto
by karinha
Wed Sep 04, 2024 5:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: scrollbars on tFolderEx
Replies: 26
Views: 4321

Re: scrollbars on tFolderEx

Good afternoon Silvio, you can use the EMULATOR to run the 16-bit Workshop.exe on Windows 64, or directly use the 32-bit Workshop.exe, the choice is yours.

Buenas tardes Silvio, puedes usar el EMULADOR para ejecutar el Workshop.exe de 16 bits en Windows 64, o directamente usar el Workshop.exe de 32 ...
by Otto
Fri Jul 26, 2024 7:43 am
Forum: FiveWin for Harbour/xHarbour
Topic: DBF File Format - Considerations A Secure Option
Replies: 15
Views: 2230

DBF File Format - Considerations A Secure Option

... access is relatively low, and the wait times in the event of collisions are minimal.
Therefore, the DBF format represents a good and secure choice, especially for applications that require robust and simple data management.

Best regards,
Otto

https://mybergland.com/fwforum/dbf_multi_user1 ...
by ertan
Mon Jul 01, 2024 8:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: for performance of executable
Replies: 4
Views: 522

Re: for performance of executable

oParent wrong variable name. oWnd == oParent

This is correct code.
Which is correct choice for this two state?

Image

Best regards,
Ertan
by RAMESHBABU
Wed Jun 12, 2024 1:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: Position of the text in the checkbox
Replies: 2
Views: 465

Re: Position of the text in the checkbox

... Horizontal Alignment Constant
BS_LEFT
BS_CENTER
BS_RIGHT

* Vertical Alignment Constant
BS_TOP
BS_VCENTER
BS_BOTTOM

* To Show Text Left side of Checkbox (Default Right)
BS_LEFTTEXT

oCb:nStyle := nOr(WS_CHILD, WS_VISIBLE, BS_AUTOCHECKBOX, WS_TABSTOP,....Either of Options of Your Choice)

-Ramesh Babu
by Otto
Sat May 18, 2024 9:12 am
Forum: FiveWin para Harbour/xHarbour
Topic: Mod Harbour: ChatGPT Provides Detailed Answers
Replies: 23
Views: 3675

Mod Harbour: ChatGPT Provides Detailed Answers

... to retain the existing syntax and plan for a gradual migration.

However, if flexibility, performance, and long-term maintainability are the primary concerns, switching to pure HTML and modern web technologies would be the better choice.
A hybrid approach could be a sensible compromise solution.
by nageswaragunupudi
Wed May 15, 2024 9:26 am
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 31
Views: 4339

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

pedroluis wrote:Hola amigo !

El tema es que el primero quiero que me quede de un tamaño de 4 cmts. y el segundo de 8,5 una vez impresos,
y eso es lo que no logro.
Is this a legal requirement? Don't we have any choice to increase the size by an extra of 1/2 cm?
by Antonio Linares
Wed Apr 24, 2024 7:14 am
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 3003

New FTDN April 2024 (FWH 24.04)

... color support, like
other styles.

- While focusrect is drawn for othe styles using Windows API
function DrawFocusRect( hDC, rect ) (user has no choice of
colors), for flat style buttons FocusRect is drawn using
FWH function RoundBox() using TextColor to provide better
contrast.
- From this ...
by karinha
Sun Apr 21, 2024 3:18 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Brush
Replies: 10
Views: 1343

Re: Brush

ESCOLHA, CHOICE:


// C:\FWH\SAMPLES\OLIVEJR1.PRG

#include "FiveWin.ch"

FUNCTION Main()

LOCAL oDlg, oImagem, oBtn, oFont
LOCAL cImagem := "..\bitmaps\pngs\2.png"

SkinButtons()

SetDlgGradient( { { 0.7, CLR_WHITE, CLR_WHITE }, { 0.5, CLR_BLACK, CLR_BLACK }, .F. } )

// OU:
// SetDlgGradient ...
by Enrico Maria Giordano
Sat Feb 17, 2024 2:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: function urlLoad( cUrl )
Replies: 17
Views: 3880

Re: function urlLoad( cUrl )

nageswaragunupudi wrote:Both the functions WebPageContents() and URLDownloadToFile() work only on Windows OS.
For Web Applications, we need platform independent tools and CURL seems to be the popular choice.
I never needed of such a function for web applications.
by nageswaragunupudi
Sat Feb 17, 2024 1:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: function urlLoad( cUrl )
Replies: 17
Views: 3880

Re: function urlLoad( cUrl )

Both the functions WebPageContents() and URLDownloadToFile() work only on Windows OS.
For Web Applications, we need platform independent tools and CURL seems to be the popular choice.
by NWKL
Wed Feb 14, 2024 8:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 2372

Re: link error

I understand that we have different compilers, each user with their choice, this is excellent, but to compile a simple example, I need to adjust directories, because each version of BCC comes with different subdirectories for includes and libs, xharbour and harbour have their already known differences ...