Search found 52 matches: paramter

Searched query: paramter

by Silvio.Falconi
Sun Feb 25, 2024 5:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Add a new taskPanel on Explorerbar ( on line)
Replies: 2
Views: 508

Add a new taskPanel on Explorerbar ( on line)

... i.postimg.cc/fTDWNxD1/second.jpg

I not Found a Solution

I created a test where at init I build the oExbar from an array aData and if the 4th paramter is false it not create the taskPanel

the final use when click the link "Create Second Panel" the procedure must destroy all panels and recreate ...
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

... printing among which
xOffset and Yoffset
if I assign the value 0 to these parameters
the printer puts the value 94.94


I need to Know

PaperWidth
PaperHeight
TopMargin
LeftMargin
PageBreak
Orientation
XOffSet
YoffSet

therei s not none sample on fw\samples for Know all paramter of a printer
by Antonio Linares
Thu Nov 02, 2023 9:53 am
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 6653

New FTDN October/Octubre 2023 (FWH 23.10)

... Unicode implementation for ToolBars and Rebars
revised sample: samples\toolbar1.prg

* Enhanced: function FW_SayTextHilite(). The last paramter
aWords, was required to be upper case. Now the words can
be of any case.

* Fix: creation and opening of metafiles (emf) were not recognising ...
by Silvio.Falconi
Tue Nov 22, 2022 5:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: New file format
Replies: 10
Views: 1242

Re: New file format

Do not provide the file name as the first paramter. Keep it NIL.
Then the method returns CsvText.

cCsvText := oBrw:ToCSV( NIL, , .f., , , "," )
cCsvText := ENCRYPT( cCsvText, cKey )
HB_MEMOWRIT( cFile, cCsvText )


No need to modify the classes of xbrowse.

thanks...why I 'm seeing two answers?
by nageswaragunupudi
Tue Nov 22, 2022 3:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: New file format
Replies: 10
Views: 1242

Re: New file format

Do not provide the file name as the first paramter. Keep it NIL.
Then the method returns CsvText.

Code: Select all | Expand

cCsvText := oBrw:ToCSV( NIL, , .f., , , "," ) 
cCsvText := ENCRYPT( cCsvText, cKey )
HB_MEMOWRIT( cFile, cCsvText )
 
No need to modify the classes of xbrowse.
by nageswaragunupudi
Tue Nov 22, 2022 3:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: New file format
Replies: 10
Views: 1242

Re: New file format

Do not provide the file name as the first paramter. Keep it NIL.
Then the method returns CsvText.

Code: Select all | Expand

cCsvText := oBrw:ToCSV( NIL, , .f., , , "," ) 
cCsvText := ENCRYPT( cCsvText, cKey )
HB_MEMOWRIT( cFile, cCsvText )
 
No need to modify the classes of xbrowse.
by ukoenig
Sat Apr 03, 2021 7:45 am
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin.ch still says version FWH 20.08
Replies: 3
Views: 688

Re: Fivewin.ch still says version FWH 20.08

... FW_DrawImage() functions(fwh\source\imgtxtio.prg)
These function are failing when a memo field containing image data is
directly provided as paramter. It was necessary to first assign the field
value to another variable and then call these functions. Fixed now.
...
...


The top of the ...
by Antonio Linares
Wed Mar 24, 2021 8:56 am
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2021 (FWH 21.02)
Replies: 2
Views: 2949

New FTDN February/Febrero 2021 (FWH 21.02)

... FW_DrawImage() functions(fwh\source\imgtxtio.prg)
These function are failing when a memo field containing image data is
directly provided as paramter. It was necessary to first assign the field
value to another variable and then call these functions. Fixed now.
Eg:
FW_ReadImage( nil, FIELD ...
by Silvio.Falconi
Fri Nov 06, 2020 9:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: chooseFont
Replies: 3
Views: 649

Re: chooseFont

... I can resolve I have a my function or I can use choosecolor()


but for the effect I not Know how resolve

I think choosefont can have another paramter to show only effect, where I can found an help for this ?

I saw on source code choosefont can have these parameters
// aPreviousFont, @nRGBColor ...
by Antonio Linares
Sun Oct 13, 2019 11:14 am
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 4386

New FTDN September/Septiembre 2019 (FWH 19.09)

... nNext], [nRecNo], [lRest] ) --> Self
Extended syntax. All parameters have the same functionality of DBEVAL()
bAction is evaluated with Self as paramter.
After execution record pointer is restored.

- New method FieldDefault( ncFld, uDefaultValue ): The default value
will be used in all appended ...
by ukoenig
Wed Jun 05, 2019 12:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Compare two arrays
Replies: 3
Views: 946

Re: Compare two arrays

... setting

Usage2: FW_StrICmp( cStr1, cCompOperator, cStr2, [lExact] ) --> .f. / .t.
Eg: FW_StrICmp( c1, ">=", c2, [nil,.t.,.f.] ) --> .t./.f.
Operator "==" forces exact comparison. In other cases 4th paramter specifies
if comparision is exact and if omitted, default setting is used.

regards
Uwe
by Antonio Linares
Mon Jun 03, 2019 12:54 pm
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2019 (FWH 19.05)
Replies: 4
Views: 5579

New FTDN May/Mayo 2019 (FWH 19.05)

... cName, dDate } )

- New: Method Refilter( aParams ): Resets the filter using previously used
filter experession with the new paramters

- Enhancement: When relation is set to another Tdatabase object, using the
method SetRelation(), load method of the related database is ...
by Marc Venken
Wed May 01, 2019 6:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Preload data for using Xbrouwe EditSource(.T.)
Replies: 11
Views: 2252

Re: Preload data for using Xbrouwe EditSource(.T.)

From FWH 1904 we can write
oBrw:EditSource(.T., "klant_nr,Naam_1,Straat,Postcode,Gemeente" , { nil, "somename", nil, nil, cGemeente })
The non empty values in the array in the 3rd paramter will be initially assigned to the fileds in that order.

Very Nice.. Waiting to update ))
by nageswaragunupudi
Wed May 01, 2019 4:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Preload data for using Xbrouwe EditSource(.T.)
Replies: 11
Views: 2252

Re: Preload data for using Xbrouwe EditSource(.T.)

From FWH 1904 we can write

Code: Select all | Expand

oBrw:EditSource(.T., "klant_nr,Naam_1,Straat,Postcode,Gemeente" , { nil, "somename", nil, nil, cGemeente })

The non empty values in the array in the 3rd paramter will be initially assigned to the fileds in that order.
by nageswaragunupudi
Thu Apr 25, 2019 1:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL converter program
Replies: 59
Views: 22040

Re: DBF to SQL converter program

May I know your FWH version?
If you have 32 bit version, you will find the customer.dbf in c:\fwh\samples folder but not c:\fwh64\samples folder
In this call
FW_AdoImportFromDBF( oCn, "c:\fwh64\samples\customer.dbf", cinitcat )
ommit the 3rd paramter