Search found 324 matches: selecting

Searched query: selecting

by Antonio Linares
Fri Jan 24, 2025 10:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4832

Re: Using new Class TDeepSeek for documenting

... caution.
Harbour

98. SetChecks( aBmp, lEdit, aPrompt )

Description: Enables checkboxes for the first column of the browse, typically used for selecting rows.

Parameters:

aBmp: ARRAY - Optional array containing bitmap handles for the checkbox states (checked, unchecked, null). If not provided ...
by TimStone
Thu Dec 12, 2024 10:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT class printer options
Replies: 6
Views: 1122

Re: PRINT class printer options

... 4
ENDIF

RETURN ( prnmeth )



This works fine. The area of concern is nPrnOpt = 3. In the FWH PRINT class, this pops up the Windows option for selecting the printer to use. It has worked fine, and continues to work in all other print routines.

Now, I wanted to have the ability to specify a ...
by MaxP
Wed Nov 27, 2024 3:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Select a folder without using the cGetDir function RESOLVED
Replies: 6
Views: 1368

Select a folder without using the cGetDir function RESOLVED

Hi all,

I would like to select a folder using a form similar to that for selecting a file,
not like the one used by the cGetDir function.

A form like the example below

Image

Can someone help me ?

Thanks in advance
Massimo
by nageswaragunupudi
Sun Oct 27, 2024 1:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: a future proposal for Xbrowse
Replies: 1
Views: 478

Re: a future proposal for Xbrowse

Nice.
We will try to provide this soon.

Right now, we can copy a cell or a row with all columns or many selected rows with all columns and paste

We will in future provide for selecting a block with selected columns also.
by nageswaragunupudi
Thu Jun 27, 2024 5:10 am
Forum: FiveWin for Harbour/xHarbour
Topic: Contraste de colores?
Replies: 23
Views: 3205

Re: Contraste de colores?

... n ] NOMODAL ON INIT aDlg[ n ]:Move( nTop, nLeft )
endif

next

RELEASE FONT oFont

return nil


Here we are showing 30 dialogs. For each dialog, we are choosing a random background color.
We are selecting the foreground color as ContrastClr( nClrBack )

https://i.ibb.co/C8Y1k0B/CONTRAST-CLR.png
by Marc Venken
Mon May 13, 2024 7:06 am
Forum: FiveWin for Harbour/xHarbour
Topic: passing a value through a for..next loop
Replies: 14
Views: 2894

Re: passing a value through a for..next loop

This is a interesting sample for filtering....

Mr. Rao,

Would you please be so kind to enhance this sample so that there is a second combobox selecting ages like (20 - 40 - 50 etc)
and state like (NY, WY etc) Any small sample with more combo's will de ok. Please use the array's as data because I ...
by Marc Venken
Thu May 02, 2024 7:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 6536

Re: Filter on Xbrowse

... png

In user mode, only the filter that you selected will be displayed for selection by the user.

https://www.maveco.be/fivewin/filter3.png

Selecting the filter will update the browse.

We all know that if we start building filters and use buttons etc... there will be alway short of options or ...
by Antonio Linares
Fri Mar 15, 2024 9:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: change size dialog selecting noption folder
Replies: 3
Views: 1062

Re: change size dialog selecting noption folder

Dear Silvio,

I have not tested it yet

I just gave you a hint that maybe it is related :-)
by Silvio.Falconi
Fri Mar 15, 2024 9:53 am
Forum: FiveWin for Harbour/xHarbour
Topic: change size dialog selecting noption folder
Replies: 3
Views: 1062

Re: change size dialog selecting noption folder

Dear Silvio,

In FWH 24.02 we removed a call to ::Resize() from Class TWindow Method Activate()

We have restored it providing it the right parameters:
::Resize( 0, ::nWidth, ::nHeight )

If you are using FWH 24.02 please restore that line fixed as above, thanks

Surely we will publish a revised ...
by Antonio Linares
Fri Mar 15, 2024 9:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: change size dialog selecting noption folder
Replies: 3
Views: 1062

Re: change size dialog selecting noption folder

Dear Silvio,

In FWH 24.02 we removed a call to ::Resize() from Class TWindow Method Activate()

We have restored it providing it the right parameters:
::Resize( 0, ::nWidth, ::nHeight )

If you are using FWH 24.02 please restore that line fixed as above, thanks

Surely we will publish a revised FWH ...
by Silvio.Falconi
Thu Mar 14, 2024 11:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: change size dialog selecting noption folder
Replies: 3
Views: 1062

change size dialog selecting noption folder

I have a dialog
I have a folder on this dialog
I have a buttonbar at the bottom of odlg
I would like to make the dialog smaller when the end user selects tab number 3 and tab number 6

I made a small test
Problem is when press folder tab the dialog is resized but sometimes the oBar is hided or ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 2346

New FTDN February 2024 (FWH 24.02)

... 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 need to do with the names. Please review samples\rctoprg.prg for an ...
by Otto
Mon Jan 15, 2024 2:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Have the parameters Selecting a printer
Replies: 4
Views: 1071

Re: Have the parameters Selecting a printer

The values you're looking for, such as PaperWidth, PaperHeight, TopMargin, LeftMargin, PageBreak,
Orientation, XOffSet, and YOffSet, are typically part of a printer's Device Mode (DevMode) structure.
This structure contains information about a printer's capabilities and print job configuration ...
by Silvio.Falconi
Mon Jan 15, 2024 10:00 am
Forum: FiveWin for Harbour/xHarbour
Topic: Have the parameters Selecting a printer
Replies: 4
Views: 1071

Re: Have the parameters Selecting a printer

What are these values used for in your program?
I think you always have to set your desired/required values before printing.

NO it's wrong !!!

as I already told you in another topic
when the end user selects the printer
the computer changes some vital parameters for printing among which
xOffset ...