Search found 763 matches: specify

Return to advanced search

Re: Compiler with MSVC y HARBOUR

... or a system path where Apache can access them. You might need to configure the httpd.conf or other relevant Apache configuration files to specify the paths to these libraries if not automatically detected. Test: After installation and configuration, restart Apache and check the error logs ...
by Otto
Sat Apr 20, 2024 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 141

Re: Another for Btnbmp

... color, you would have to implement the drawing yourself. You can do this by drawing a rectangle using functions like WndBoxClr, where you can specify the brush or pen color. Otto local hPen, oCli := ::GetCliRect() hPen = CreatePen( PS_SOLID, 1, nRGB( 255, 0, 0 ) ) WndBoxClr( ::GetDC(), 1, ...
by Otto
Tue Mar 26, 2024 12:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4962

Re: GROUPBOX

... | DIALOG <oWnd> ]; [ COLOR <cClrFore> [, <nClrBack> ] ]; [ FONT <oFont> ]; [ TRANSPARENT ] <nTop> , <nLeft> To specify the top and left coordinates. <oGroup> The variable to containt the object. <nRight>, <nBottom> To specify the right and bottom ...
by TimStone
Tue Feb 27, 2024 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GROUPBOX
Replies: 3
Views: 178

Re: Creating table with Trichedit

... SETDATE oRtf FORMAT LONGFORMAT NEW PARAGRAPH oRTF TEXT "" SETDEFAULT aMarca=ARRAY(9) AFILL(aMarca,0) DEFINE NEWTABLE oRTF ; // Specify the RTF object ALIGN CENTER ; // Center table horizontally on page FONTNUMBER 1 ; // Use font #2 for the body rows FONTSIZE 10 ; // Use 9 Pt. ...
by Silvio.Falconi
Mon Jan 29, 2024 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1455

Re: Creating table with Trichedit

... SETDATE oRtf FORMAT LONGFORMAT NEW PARAGRAPH oRTF TEXT "" SETDEFAULT aMarca=ARRAY(9) AFILL(aMarca,0) DEFINE NEWTABLE oRTF ; // Specify the RTF object ALIGN CENTER ; // Center table horizontally on page FONTNUMBER 1 ; // Use font #2 for the body rows FONTSIZE 10 ; // Use 9 Pt. ...
by MMK
Mon Jan 29, 2024 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1455

Re: Creating table with Trichedit

... FONTSIZE 12 ; FONTCOLOR CLR_WHITE,CLR_NBLUE ; ALIGN LEFT ; SPACEBEFORE .12 ; SETDEFAULT // Use this to begin a new table DEFINE NEWTABLE oRTF ; // Specify the RTF object ALIGN LEFT ; // Center table horizontally on page FONTNUMBER 2 ; // Use font #2 for the body rows FONTSIZE 10 ; // Use 10 Pt. ...
by Silvio.Falconi
Sun Jan 28, 2024 5:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1455

Re: Creating table with Trichedit

... FONTSIZE 12 ; FONTCOLOR CLR_WHITE,CLR_NBLUE ; ALIGN LEFT ; SPACEBEFORE .12 ; SETDEFAULT // Use this to begin a new table DEFINE NEWTABLE oRTF ; // Specify the RTF object ALIGN LEFT ; // Center table horizontally on page FONTNUMBER 2 ; // Use font #2 for the body rows FONTSIZE 10 ; // Use 10 Pt. ...
by Silvio.Falconi
Sat Jan 27, 2024 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1455

Re: Creating table with Trichedit

... FONTSIZE 12 ; FONTCOLOR CLR_WHITE,CLR_NBLUE ; ALIGN LEFT ; SPACEBEFORE .12 ; SETDEFAULT // Use this to begin a new table DEFINE NEWTABLE oRTF ; // Specify the RTF object ALIGN LEFT ; // Center table horizontally on page FONTNUMBER 2 ; // Use font #2 for the body rows FONTSIZE 10 ; // Use 10 Pt. ...
by MMK
Sat Jan 27, 2024 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1455

Re: How to find out the IDs of controls and types?

What is
identify the controls of this dialog automatically
?
If I understood the question correctly then for example:
1. each control has an ID - :nId.
2. You can specify the control ID in :Cargo
by Natter
Sat Jan 06, 2024 7:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to find out the IDs of controls and types?
Replies: 16
Views: 1850

Re: Using Microsoft AI Phi-2 from FWH

... for: 'x64' f:\llama.cpp> f:\llama.cpp>cmake .. CMake Error: The source directory "F:/" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI. f:\llama.cpp>dir *.txt Datenträger in Laufwerk F: ist EVO_F Volumeseriennummer: ...
by Jimmy
Fri Dec 22, 2023 1:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8330

Re: FW_OpenRecordSet lento en red

... cSql ) function does. What is the extra thing you are doing to speed up the query? Another important information to all of u: Whatever value we specify for oRs:CursorType, ADO invariably opens the recordset as adOpenStatic only for CursorLocation adUseClient. There is not point in assigning ...
by nageswaragunupudi
Mon Dec 18, 2023 6:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_OpenRecordSet lento en red
Replies: 8
Views: 617

Re: FW_OpenAdoConnection reconnect

Hello Rao
how to specify the port with FW_OpenAdoConnection() ?

Maurizio
by Maurizio
Thu Dec 14, 2023 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_OpenAdoConnection reconnect
Replies: 6
Views: 539

Re: Classe TGif

... The last sub-block should have a size of zero, indicating the end of the image data It should have one or more graphic control extensions that specify the animation parameters of each image in the file. The graphic control extension should start with a byte containing the ASCII character “!”, ...
by Antonio Linares
Fri Dec 08, 2023 8:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Classe TGif
Replies: 9
Views: 1659

Word separators

Hi,

If the text in the browse cell is larger than the column width, then the text is split automatically by words separated by a space.
Is it possible to specify other separators ("- ,;", etc.) ?
by Natter
Mon Nov 20, 2023 1:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Word separators
Replies: 0
Views: 378

Re: Interesting discussion with ChtGPT

... actually, to the Clipper days. Look at the generalizations. It keeps comparing to Clipper, but the arguments, to me, fail: Declarations: Having to specify Data Type is certainly not new. It pre-dates Clipper ( an old, DOS, compiler ) in many languages. Harbour frees us from that restriction Syntax: ...
by TimStone
Mon Nov 06, 2023 10:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1243
Next

Return to advanced search