Search found 198 matches: specifying

Return to advanced search

Re: Another for Btnbmp

... 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". In this case no FocusRect is drawn around the button in focus as a result, ...
by Silvio.Falconi
Mon Mar 25, 2024 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4943

Re: Another for Btnbmp

... 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". In this case no FocusRect is drawn around the button in focus as a result, ...
by nageswaragunupudi
Mon Mar 25, 2024 1:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4943

Fulltext-Search

... to find lines containing numbers, you might use: findstr "[0-9]" myfile.txt Multiple Files: You can search across multiple files by specifying more than one file name or using wildcards. For example, to search for "example" in all text files in the current directory, you ...
by Otto
Fri Mar 15, 2024 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 1238

Re: "id" for PRIMARY KEY ?

... for "other" SQL :?: Yes, by default for autoincrement primary field. Programmer can choose different field names. FWH functions allow specifying the structure of a table using a structure like DBSTRUCT(). FWH creates the required SQL for creating the table using the structure internally ...
by nageswaragunupudi
Sun Jul 23, 2023 11:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "id" for PRIMARY KEY ?
Replies: 9
Views: 479

Re: Numeric alignment with oPrn:SayText( )

Here is what I found: When specifying the text ( including numbers ), it is very important to specify the WIDTH of the value. With that in place, I can set align to "TR" as you suggested, and everything lines up perfectly. I ...
by TimStone
Thu May 18, 2023 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric alignment with oPrn:SayText( )
Replies: 8
Views: 532

Re: Sending HTML using MAIL

Dear Tim, Without specifying a TYPE value, please send this text:   DEFINE MAIL oMail ;      SUBJECT "Testing..." ;      TEXT "<html><head></head><body>This is real xBase power at your fingertips!</body></html>" ...
by Antonio Linares
Thu Apr 06, 2023 7:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending HTML using MAIL
Replies: 10
Views: 697

Re: How to create a PRIVATE variable owned by the caller?

... ([ ]), an array is created and assigned to the <identifier>. When the <identifier> specification indicates an array, the syntax for specifying the number of elements for each dimension can be array[<nElements>, <nElements2>,...] or array[<nElements>][<nElements2>]... ...
by hmpaquito
Tue Jan 10, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a PRIVATE variable owned by the caller?
Replies: 21
Views: 778

Re: MSVC buildh32.bat

... (x86)\Windows Kits\10"RCDIR="c:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64"PRLIB="c:\Projects\Libs"  When specifying the .prg files, they will be the same for both .mak files, but when specifying the .lib files to be used, you will need to be sure you use ...
by TimStone
Sun Oct 16, 2022 11:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVC buildh32.bat
Replies: 10
Views: 618

Re: Error al Compilar archivo MAK

Revisa el capítulo:

Specifying Search Paths for Dependents
by Antonio Linares
Sat Apr 30, 2022 8:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al Compilar archivo MAK
Replies: 8
Views: 459

Re: Advantage Database Server

... Microsoft made a change to the OS, and we all had to scramble for a work around. ADS finally found a way to access the server in the ADS.INI file specifying the static IP. What happens if Microsoft pulls another surprise, and we have no ADS support to resolve the problem. Suddenly the investment ...
by TimStone
Wed Jan 19, 2022 2:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3649

Re: Decimal detection

... --> nRounded Arguments <nNumber> is the numeric value to be rounded. <nDecimals> defines the number of decimal places to retain. Specifying a negative <nDecimals> value rounds whole number digits. Returns ROUND() returns a numeric value. Description ROUND() is a numeric ...
by James Bott
Sat Oct 09, 2021 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Decimal detection
Replies: 10
Views: 1162

Re: Print Problem with FWH2104

... in our program for converting INCHES/CM/MM to pixels while printing. Another enhancement to methods Box(), RoundBox(), and Ellipse() is to enable specifying the text to be printed inside the box. The text can be multi-line and multi-fonts. This avoids calculating the precise position and using ...
by nageswaragunupudi
Wed Jun 09, 2021 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print Problem with FWH2104
Replies: 27
Views: 2595

Re: Print Problem with FWH2104

... nLeft, nBottom, nRight, [uPen], [uBrush], [aText], ; [cUnits] ) METHOD FillRect( aRect, uBrush, [cUnits] ) The enhancements included: - Enables specifying the text to be printed inside the shape, without the need to use Say() separately. - Enables background with solid colors, transparent colors, ...
by nageswaragunupudi
Wed Jun 09, 2021 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print Problem with FWH2104
Replies: 27
Views: 2595

Re: ? 235.1234/100 == 2.35

... places for displaying numeric values on the screen. Syntax SET DECIMALS TO [<nDecimals>] Arguments <nDecimals> This is a numeric value specifying the number of decimal places for screen output of numbers. The default value is 2. If <nDecimals> is omitted, the number of decimal ...
by Rick Lipkin
Thu Jun 03, 2021 1:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ? 235.1234/100 == 2.35
Replies: 3
Views: 438

Re: Centrar títulos de columnas en xBrowse.

... Colsizes: You need to specify the column sizes. XBrowse automatically decides the width of each column depending on the contents of the column. Specifying colsizes is optional. Indenting text: oCol:bIndent := { || ( oBrw:cAlias )->LEVEL * 20 }  This indents text by 20 * ...
by nageswaragunupudi
Tue Apr 27, 2021 7:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar títulos de columnas en xBrowse.
Replies: 3
Views: 505
Next

Return to advanced search